[clang] [clang][ssaf] Implement JSONFormat (PR #180021)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 16 14:28:58 PST 2026
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-arm-ubuntu` running on `linaro-lldb-arm-ubuntu` while building `clang` at step 6 "test".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/18/builds/24814
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test) failure: build (failure)
...
UNSUPPORTED: lldb-api :: functionalities/breakpoint/breakpoint_in_delayslot/TestAvoidBreakpointInDelaySlot.py (322 of 2701)
PASS: lldb-api :: functionalities/breakpoint/breakpoint_language/TestBreakpointLanguage.py (323 of 2701)
PASS: lldb-api :: functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py (324 of 2701)
PASS: lldb-api :: functionalities/breakpoint/breakpoint_ignore_count/TestBreakpointIgnoreCount.py (325 of 2701)
PASS: lldb-api :: functionalities/breakpoint/breakpoint_locations/after_rebuild/TestLocationsAfterRebuild.py (326 of 2701)
PASS: lldb-api :: functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py (327 of 2701)
PASS: lldb-api :: functionalities/breakpoint/breakpoint_on_lambda_capture/TestBreakOnLambdaCapture.py (328 of 2701)
PASS: lldb-api :: functionalities/breakpoint/breakpoint_on_overload/TestBreakOnOverload.py (329 of 2701)
PASS: lldb-api :: functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py (330 of 2701)
UNRESOLVED: lldb-api :: driver/quit_speed/TestQuitWithProcess.py (331 of 2701)
******************** TEST 'lldb-api :: driver/quit_speed/TestQuitWithProcess.py' FAILED ********************
Script:
--
/usr/bin/python3.10 /home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./lib --env LLVM_INCLUDE_DIR=/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/include --env LLVM_TOOLS_DIR=/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin --arch armv8l --build-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/lldb-test-build.noindex --lldb-module-cache-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin/lldb --compiler /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin/clang --dsymutil /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin --lldb-obj-root /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/tools/lldb --lldb-libs-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./lib --cmake-build-type Release /home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/API/driver/quit_speed -p TestQuitWithProcess.py
--
Exit Code: 1
Command Output (stdout):
--
lldb version 23.0.0git (https://github.com/llvm/llvm-project.git revision 7c3c9c45f85da6f786858358f2643bc6f46c51b4)
clang revision 7c3c9c45f85da6f786858358f2643bc6f46c51b4
llvm revision 7c3c9c45f85da6f786858358f2643bc6f46c51b4
Skipping the following test categories: libc++, msvcstl, dsym, pdb, gmodules, debugserver, objc
launched process
Got launch message
sent quit
launched process
Got launch message
sent quit
--
Command Output (stderr):
--
FAIL: LLDB (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: test_run_quit (TestQuitWithProcess.DriverQuitSpeedTest)
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: test_run_quit_with_prompt (TestQuitWithProcess.DriverQuitSpeedTest)
======================================================================
ERROR: test_run_quit (TestQuitWithProcess.DriverQuitSpeedTest)
Test that the lldb driver's batch mode works correctly.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 160, in wrapper
return func(*args, **kwargs)
File "/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/API/driver/quit_speed/TestQuitWithProcess.py", line 35, in test_run_quit
child.expect(pexpect.EOF, timeout=15)
File "/usr/local/lib/python3.10/dist-packages/pexpect/spawnbase.py", line 354, in expect
return self.expect_list(compiled_pattern_list,
File "/usr/local/lib/python3.10/dist-packages/pexpect/spawnbase.py", line 383, in expect_list
return exp.expect_loop(timeout)
File "/usr/local/lib/python3.10/dist-packages/pexpect/expect.py", line 181, in expect_loop
```
</details>
https://github.com/llvm/llvm-project/pull/180021
More information about the cfe-commits
mailing list