-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS]: Build Failure in Buildspec tutorial for zlib #1518
Comments
@Mendi03 i just tried to reproduce this error but i didnt get the issue setupI ran the following (buildtest) ~/Documents/github/buildtest/ [devel] docker run -it -v $BUILDTEST_ROOT:/home/spack/buildtest ghcr.io/buildtesters/buildtest_spack:latest /bin/bash --login
==> Regenerating tcl module files
==> Regenerating tcl module files
spack@e68dab3cc5b0:~$ source scripts/spack_container/setup.sh^C
spack@e68dab3cc5b0:~$ cd buildtest/
spack@e68dab3cc5b0:~/buildtest$ source scripts/spack_container/setup.sh ResultThis was me running the build it is the first example
Now looking at the output i see the following and it looks correct. Can you try again with
|
Please let me know if you are able to reproduce the same behavior as i have shown or you still face error. If issue is not present then ill close this issue |
I reproduced it and still had the same error. Maybe someone else can confirm if there is an issue. |
yes you are right i believe the error was with this test which you had mentioned in your PR and i think we need to fix this either remove the test all together and put it somewhere else buildtest/examples/spack/install_specs.yml Lines 12 to 19 in 5acc622
The whole point of the second test was to highlight how I think what we can do is use Ill take care of this but thanks for bringing this up |
Documentation Link
https://buildtest.readthedocs.io/en/devel/buildspecs/spack.html#install-specs
Issue Description
There is a build failure when using the command
buildtest build -b /home/spack/buildtest/examples/spack/install_specs.yml
.The error occurs when writing the errorfile.
The error can be reproduced by doing the Tutorials setup and running the
buildtest build -b /home/spack/buildtest/examples/spack/install_specs.yml
command found in the Install specs documentation.Post question in Slack
Is there an existing issue
The text was updated successfully, but these errors were encountered: