llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `lldb-remote-linux-ubuntu` running on `as-builder-9` while building `lldb` at step 16 "test-check-lldb-api".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/195/builds/27286 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 16 (test-check-lldb-api) failure: Test just built components: check-lldb-api completed (failure) ******************** TEST 'lldb-api :: functionalities/fork/stop/TestStopOnForkAndVFork.py' FAILED ******************** Script: -- /usr/bin/python3.12 /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/./lib --env LLVM_INCLUDE_DIR=/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/include --env LLVM_TOOLS_DIR=/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/./bin --libcxx-include-dir /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/include/c++/v1 --libcxx-include-target-dir /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/include/aarch64-unknown-linux-gnu/c++/v1 --libcxx-library-dir /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/./lib/aarch64-unknown-linux-gnu --triple aarch64-unknown-linux-gnu --build-dir /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/lldb-test-build --lldb-module-cache-dir /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/lldb-test-build/module-cache-lldb/lldb-api --clang-module-cache-dir /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/lldb-test-build/module-cache-clang/lldb-api --executable /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/./bin/lldb --lldb-python-dir /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/local/lib/python3.12/dist-packages --compiler /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/bin/clang --dsymutil /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/./bin --lldb-obj-root /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb --lldb-libs-dir /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/./lib --cmake-build-type Release --platform-url connect://arm64-linux-04.lab.llvm.org:1234 --platform-working-dir /home/ubuntu/lldb-tests --sysroot /mnt/fs/sysroots/aarch64-linux-gnu --env ARCH_CFLAGS=-mcpu=cortex-a78 --platform-name remote-linux --skip-category=lldb-server /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/test/API/functionalities/fork/stop -p TestStopOnForkAndVFork.py -- Exit Code: 1 Command Output (stdout): -- Setting up remote platform 'remote-linux' Connecting to remote platform 'remote-linux' at 'connect://arm64-linux-04.lab.llvm.org:1234'... Connected. Setting remote platform working directory to '/home/ubuntu/lldb-tests'... Skipping the following test categories: lldb-server, libc++, msvcstl, dsym, pdb, gmodules, debugserver, objc, lldb-dap -- Command Output (stderr): -- WARNING:root:Custom libc++ is not supported for remote runs: ignoring --libcxx arguments FAIL: LLDB (/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/bin/clang-aarch64) :: test_stop_on_fork_and_follow_child (TestStopOnForkAndVFork.TestStopOnForkAndVFork.test_stop_on_fork_and_follow_child) Log Files: - /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/lldb-test-build/functionalities/fork/stop/TestStopOnForkAndVFork/Failure_test_stop_on_fork_and_follow_child.log FAIL: LLDB (/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/bin/clang-aarch64) :: test_stop_on_fork_and_follow_parent (TestStopOnForkAndVFork.TestStopOnForkAndVFork.test_stop_on_fork_and_follow_parent) Log Files: - /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/lldb-test-build/functionalities/fork/stop/TestStopOnForkAndVFork/Failure_test_stop_on_fork_and_follow_parent.log FAIL: LLDB (/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/bin/clang-aarch64) :: test_stop_on_vfork_and_follow_child (TestStopOnForkAndVFork.TestStopOnForkAndVFork.test_stop_on_vfork_and_follow_child) Log Files: - /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/lldb-test-build/functionalities/fork/stop/TestStopOnForkAndVFork/Failure_test_stop_on_vfork_and_follow_child.log FAIL: LLDB (/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/bin/clang-aarch64) :: test_stop_on_vfork_and_follow_parent (TestStopOnForkAndVFork.TestStopOnForkAndVFork.test_stop_on_vfork_and_follow_parent) Log Files: - /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/lldb-test-build/functionalities/fork/stop/TestStopOnForkAndVFork/Failure_test_stop_on_vfork_and_follow_parent.log ====================================================================== FAIL: test_stop_on_fork_and_follow_child (TestStopOnForkAndVFork.TestStopOnForkAndVFork.test_stop_on_fork_and_follow_child) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/test/API/functionalities/fork/stop/TestStopOnForkAndVFork.py", line 63, in test_stop_on_fork_and_follow_child self.do_test("child", "fork") File "/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/test/API/functionalities/fork/stop/TestStopOnForkAndVFork.py", line 21, in do_test (_, process, _, _) = lldbutil.run_to_source_breakpoint( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/packages/Python/lldbsuite/test/lldbutil.py", line 1063, in run_to_source_breakpoint return run_to_breakpoint_do_run( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/packages/Python/lldbsuite/test/lldbutil.py", line 943, in run_to_breakpoint_do_run test.assertFalse(error.Fail(), "Process launch failed: %s" % (error.GetCString())) AssertionError: True is not false : Process launch failed: Cannot launch '/home/ubuntu/lldb-tests/functionalities/fork/stop/1/TestStopOnForkAndVFork/a.out': chdir failed: No such file or directory Config=aarch64-/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/bin/clang ====================================================================== FAIL: test_stop_on_fork_and_follow_parent (TestStopOnForkAndVFork.TestStopOnForkAndVFork.test_stop_on_fork_and_follow_parent) ---------------------------------------------------------------------- ... ``` </details> https://github.com/llvm/llvm-project/pull/188710 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
