[llvm] [ASan][NFC] Remove duplicate variable AccessInfo (PR #102305)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 18:01:02 PDT 2024
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/2823
Here is the relevant piece of the build log for the reference:
```
Step 6 (test) failure: build (failure)
...
PASS: lldb-unit :: Utility/./UtilityTests/0/8 (1991 of 2000)
PASS: lldb-unit :: ValueObject/./LLDBValueObjectTests/2/3 (1992 of 2000)
PASS: lldb-unit :: tools/lldb-server/tests/./LLDBServerTests/0/2 (1993 of 2000)
PASS: lldb-unit :: tools/lldb-server/tests/./LLDBServerTests/1/2 (1994 of 2000)
PASS: lldb-unit :: Utility/./UtilityTests/5/8 (1995 of 2000)
PASS: lldb-unit :: Utility/./UtilityTests/6/8 (1996 of 2000)
PASS: lldb-unit :: Host/./HostTests/2/11 (1997 of 2000)
PASS: lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests/8/10 (1998 of 2000)
PASS: lldb-api :: tools/lldb-server/TestLldbGdbServer.py (1999 of 2000)
TIMEOUT: lldb-api :: functionalities/gdb_remote_client/TestGDBRemoteClient.py (2000 of 2000)
******************** TEST 'lldb-api :: functionalities/gdb_remote_client/TestGDBRemoteClient.py' FAILED ********************
Script:
--
/usr/bin/python3.8 /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env ARCHIVER=/usr/local/bin/llvm-ar --env OBJCOPY=/usr/bin/llvm-objcopy --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 --arch aarch64 --build-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex --lldb-module-cache-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/lldb --compiler /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/clang --dsymutil /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/dsymutil --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 /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/functionalities/gdb_remote_client -p TestGDBRemoteClient.py
--
Exit Code: -9
Timeout: Reached timeout of 600 seconds
Command Output (stdout):
--
lldb version 20.0.0git (https://github.com/llvm/llvm-project.git revision 2d1828d29378e338cf96d78ea17d4c1833c7aac6)
clang revision 2d1828d29378e338cf96d78ea17d4c1833c7aac6
llvm revision 2d1828d29378e338cf96d78ea17d4c1833c7aac6
--
********************
********************
Timed Out Tests (1):
lldb-api :: functionalities/gdb_remote_client/TestGDBRemoteClient.py
Testing Time: 667.01s
Total Discovered Tests: 3004
Unsupported : 490 (16.31%)
Passed : 2490 (82.89%)
Expectedly Failed: 23 (0.77%)
Timed Out : 1 (0.03%)
FAILED: tools/lldb/test/CMakeFiles/check-lldb /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb/test/CMakeFiles/check-lldb
cd /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb/test && /usr/bin/python3.8 /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/llvm-lit -v /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb/test
ninja: build stopped: subcommand failed.
```
https://github.com/llvm/llvm-project/pull/102305
More information about the llvm-commits
mailing list