[Lldb-commits] [lldb] [lldb] Change the implementation of Status to store an llvm::Error (NFC) (PR #106774)

LLVM Continuous Integration via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 18 15:23:42 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 `lldb` at step 6 "test".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/59/builds/5164

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (test) failure: build (failure)
...
PASS: lldb-unit :: Expression/./ExpressionTests/5/12 (1789 of 2024)
PASS: lldb-shell :: Watchpoint/SetErrorCases.test (1790 of 2024)
PASS: lldb-unit :: Expression/./ExpressionTests/6/12 (1791 of 2024)
PASS: lldb-unit :: Expression/./ExpressionTests/7/12 (1792 of 2024)
PASS: lldb-unit :: Expression/./ExpressionTests/8/12 (1793 of 2024)
PASS: lldb-unit :: Expression/./ExpressionTests/9/12 (1794 of 2024)
PASS: lldb-unit :: Host/./HostTests/1/12 (1795 of 2024)
PASS: lldb-unit :: Host/./HostTests/10/12 (1796 of 2024)
PASS: lldb-shell :: Watchpoint/ExpressionLanguage.test (1797 of 2024)
PASS: lldb-unit :: Core/./LLDBCoreTests/5/8 (1798 of 2024)
FAIL: lldb-unit :: Host/./HostTests/4/12 (1799 of 2024)
******************** TEST 'lldb-unit :: Host/./HostTests/4/12' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb/unittests/Host/./HostTests-lldb-unit-3284472-4-12.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=12 GTEST_SHARD_INDEX=4 /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb/unittests/Host/./HostTests
--

Script:
--
/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb/unittests/Host/./HostTests --gtest_filter=SocketTests/SocketTest.TCPMainLoopAccept/ipv6
--

[WARNING] ../llvm-project/lldb/unittests/TestingSupport/Host/SocketTestUtilities.cpp:100:: Creating a canary IPv6 TCP socket failed: Cannot assign requested address.

[WARNING] ../llvm-project/lldb/unittests/TestingSupport/Host/SocketTestUtilities.cpp:122:: Continuing anyway. The test will probably fail.
../llvm-project/lldb/unittests/Host/SocketTest.cpp:145: Failure
Value of: llvm::detail::TakeError(error.ToError())
Expected: succeeded
  Actual: failed  (Cannot assign requested address)


../llvm-project/lldb/unittests/Host/SocketTest.cpp:145
Value of: llvm::detail::TakeError(error.ToError())
Expected: succeeded
  Actual: failed  (Cannot assign requested address)



********************
PASS: lldb-unit :: Core/./LLDBCoreTests/7/8 (1800 of 2024)
FAIL: lldb-unit :: Host/./HostTests/5/12 (1801 of 2024)
******************** TEST 'lldb-unit :: Host/./HostTests/5/12' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb/unittests/Host/./HostTests-lldb-unit-3284472-5-12.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=12 GTEST_SHARD_INDEX=5 /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb/unittests/Host/./HostTests
--

Note: This is test shard 6 of 12.
[==========] Running 7 tests from 7 test suites.

```

</details>

https://github.com/llvm/llvm-project/pull/106774


More information about the lldb-commits mailing list