[llvm] [InstCombine] Fold cttz(mul X, OddC) -> cttz(X) (PR #214376)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 8 11:51:45 PDT 2026
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-aarch64-ubuntu` running on `linaro-lldb-aarch64-ubuntu` while building `llvm` at step 6 "test".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/59/builds/36420
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test) failure: build (failure)
...
PASS: lldb-unit :: tools/lldb-server/tests/./LLDBServerTests/0/3 (2695 of 2704)
PASS: lldb-unit :: tools/lldb-server/tests/./LLDBServerTests/1/3 (2696 of 2704)
PASS: lldb-unit :: tools/lldb-server/tests/./LLDBServerTests/2/3 (2697 of 2704)
PASS: lldb-unit :: tools/lldb-mcp/./LLDBMCPTests/1/12 (2698 of 2704)
PASS: lldb-unit :: tools/lldb-mcp/./LLDBMCPTests/2/12 (2699 of 2704)
PASS: lldb-unit :: Target/./TargetTests/4/8 (2700 of 2704)
PASS: lldb-unit :: Host/./HostTests/9/12 (2701 of 2704)
PASS: lldb-unit :: Host/./HostTests/0/12 (2702 of 2704)
PASS: lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests/8/11 (2703 of 2704)
TIMEOUT: lldb-api :: tools/lldb-dap/console/TestDAP_console.py (2704 of 2704)
******************** TEST 'lldb-api :: tools/lldb-dap/console/TestDAP_console.py' FAILED ********************
Script:
--
/usr/bin/python3.10 /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./lib --env LLVM_INCLUDE_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/include --env LLVM_TOOLS_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin --triple aarch64-unknown-linux-gnu --build-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build --lldb-module-cache-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build/module-cache-lldb/lldb-api --clang-module-cache-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build/module-cache-clang/lldb-api --executable /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/lldb --lldb-python-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/local/lib/python3.10/dist-packages --compiler /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/clang --dsymutil /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin --lldb-obj-root /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb --lldb-libs-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./lib --cmake-build-type Release /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/tools/lldb-dap/console -p TestDAP_console.py
--
Exit Code: -9
Timeout: Reached timeout of 600 seconds
Command Output (stdout):
--
Skipping the following test categories: libc++, msvcstl, dsym, pdb, gmodules, debugserver, objc
--
Command Output (stderr):
--
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_custom_escape_prefix (TestDAP_console.TestDAP_console)
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_diagnostics (TestDAP_console.TestDAP_console)
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_empty_escape_prefix (TestDAP_console.TestDAP_console)
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_exit_status_message_ok (TestDAP_console.TestDAP_console)
FAIL: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_exit_status_message_sigterm (TestDAP_console.TestDAP_console)
Log Files:
- /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build/tools/lldb-dap/console/TestDAP_console/Error_test_exit_status_message_sigterm.log
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_scopes_variables_setVariable_evaluate (TestDAP_console.TestDAP_console)
======================================================================
ERROR: test_exit_status_message_sigterm (TestDAP_console.TestDAP_console)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1214, in tearDown
hook() # try the plain call and hope it works
File "/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb_dap/testcase.py", line 114, in cleanup_session
session.disconnect(terminateDebuggee=True)
File "/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb_dap/session_helpers.py", line 1718, in disconnect
response = self.send_request(args).result()
File "/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb_dap/session.py", line 99, in result
response = self.result_or_error()
File "/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb_dap/session.py", line 116, in result_or_error
raw = self._future.result(timeout=self._timeout)
File "/usr/lib/python3.10/concurrent/futures/_base.py", line 460, in result
raise TimeoutError()
```
</details>
https://github.com/llvm/llvm-project/pull/214376
More information about the llvm-commits
mailing list