llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `lldb-x86_64-debian` running on `lldb-x86_64-debian` while building `clang` at step 6 "test".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/162/builds/44156 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 6 (test) failure: build (failure) ... PASS: lldb-api :: commands/thread/backtrace/TestThreadBacktraceRepeat.py (270 of 3397) PASS: lldb-api :: commands/watchpoints/watchpoint_count/TestWatchpointCount.py (271 of 3397) PASS: lldb-api :: functionalities/backticks/TestBackticksWithoutATarget.py (272 of 3397) PASS: lldb-api :: commands/platform/launchgdbserver/TestPlatformLaunchGDBServer.py (273 of 3397) UNSUPPORTED: lldb-api :: functionalities/asan/TestReportData.py (274 of 3397) UNSUPPORTED: lldb-api :: functionalities/asan/TestMemoryHistory.py (275 of 3397) PASS: lldb-api :: driver/stdio_closed/TestDriverWithClosedSTDIO.py (276 of 3397) PASS: lldb-api :: commands/thread/select/TestThreadSelect.py (277 of 3397) PASS: lldb-api :: commands/watchpoints/watchpoint_disable/TestWatchpointDisable.py (278 of 3397) UNRESOLVED: lldb-api :: commands/gui/spawn-threads/TestGuiSpawnThreads.py (279 of 3397) ******************** TEST 'lldb-api :: commands/gui/spawn-threads/TestGuiSpawnThreads.py' FAILED ******************** Script: -- /usr/bin/python3 /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/./lib --env LLVM_INCLUDE_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/include --env LLVM_TOOLS_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/./bin --arch x86_64 --build-dir /home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex --lldb-module-cache-dir /home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/worker/2.0.1/lldb-x86_64-debian/build/./bin/lldb --compiler /home/worker/2.0.1/lldb-x86_64-debian/build/./bin/clang --dsymutil /home/worker/2.0.1/lldb-x86_64-debian/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/worker/2.0.1/lldb-x86_64-debian/build/./bin --lldb-obj-root /home/worker/2.0.1/lldb-x86_64-debian/build/tools/lldb --lldb-libs-dir /home/worker/2.0.1/lldb-x86_64-debian/build/./lib --cmake-build-type Release -t /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/commands/gui/spawn-threads -p TestGuiSpawnThreads.py -- Exit Code: 1 Command Output (stdout): -- lldb version 23.0.0git (https://github.com/llvm/llvm-project.git revision 83451d8d4d5dbecfba2277bf00a4a4152794180b) clang revision 83451d8d4d5dbecfba2277bf00a4a4152794180b llvm revision 83451d8d4d5dbecfba2277bf00a4a4152794180b [1A7[1;99r8(lldb) settings clear --all 7 [7mno target [0m8(lldb) settings set symbols.enable-external-lookup false (lldb) settings set target.inherit-tcc true (lldb) settings set target.disable-aslr false (lldb) settings set target.detach-on-error false (lldb) settings set target.auto-apply-fixits false (lldb) settings set plugin.process.gdb-remote.packet-timeout 60 (lldb) settings set symbols.clang-modules-cache-path "/home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/module-cache-lldb/lldb-api" (lldb) settings set use-color false (lldb) settings set show-statusline false 7[1;100r8[J(lldb) target create "/home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/commands/gui/spawn-threads/TestGuiSpawnThreads/a.out" Current executable set to '/home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/commands/gui/spawn-threads/TestGuiSpawnThreads/a.out' (x86_64). [K(lldb) breakpoint set -f main.cpp -p "break here" breakpoint set -f main.cpp -p "break here" Breakpoint 1: where = a.out`test_thread() + 33 at main.cpp:14:20, address = 0x0000000000001291 [K(lldb) breakpoint set -f main.cpp -p "before join" breakpoint set -f main.cpp -p "before join" Breakpoint 2: where = a.out`test_thread() + 129 at main.cpp:16:3, address = 0x00000000000012f1 [K(lldb) run run Process 1139018 launched: '/home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/commands/gui/spawn-threads/TestGuiSpawnThreads/a.out' (x86_64) Process 1139018 stopped ``` </details> https://github.com/llvm/llvm-project/pull/188007 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
