cphang99 opened a new issue, #1887: URL: https://github.com/apache/buildstream/issues/1887
This looks at its root to be a buildbox issue, but reporting this here as I've encountered this from consuming the buildstream wheels. ## To reproduce Installing (from a venv) on ubuntu 22.04 ``` pip3 install 'BuildStream == 2.*' # grabs BuildStream-2.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl pip3 install buildstream-plugins # 2.1.0 ``` Then from building https://github.com/apache/buildstream/blob/master/doc/examples/autotools/elements/hello.bst ``` Printing the last 20 lines from log file: /home/chris/.cache/buildstream/logs/autotools/hello/ffeab612-build.20240102-203637.log ====================================================================== if grep '^shouldnotlink=yes$' "${file}" &>/dev/null; then if false; then echo "Removing ${file}." rm "${file}" else echo "Not removing ${file}." fi else if false; then echo "Removing ${file}." rm "${file}" else echo "Not removing ${file}." fi fi done fi 2024-01-02T20:36:37.786+0000 [360635:139981101326272] [buildboxcommon_runner.cpp:437] [ERROR] [actionDigest=e374b3d398bd00f17c4eef1b0b4ca41abf840b715fcafa239469867aebb38ca9/178] Error executing command: std::runtime_error exception thrown at [buildboxcommon_casclient.cpp:927], errMsg = "Error staging "dbf10fddca648677c199978ec073158e8c98b5d89292c169edcc14e729f65c43/1438" into "": "std::runtime_error exception thrown at [buildboxcasd_fusestager.cpp:144], errMsg = "The FUSE stager child process unexpectedly died with exit code 2""" [00:00:00] FAILURE hello.bst: Running commands [00:00:00] FAILURE [ffeab612] hello.bst: buildbox-run failed with returncode 1 ====================================================================== ``` The same error was also seen on https://github.com/apache/buildstream/blob/master/doc/examples/developing/elements/hello.bst -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
