[Lldb-commits] [lldb] [llvm] [llvm] Move libSupportHTTP to top-level libHTTP (NFC) (PR #191202)
LLVM Continuous Integration via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 15 01:50:54 PDT 2026
Stefan =?utf-8?q?Gränitz?= <stefan.graenitz at gmail.com>,
Stefan =?utf-8?q?Gränitz?= <stefan.graenitz at gmail.com>,
Stefan =?utf-8?q?Gränitz?= <stefan.graenitz at gmail.com>,
Stefan =?utf-8?q?Gränitz?= <stefan.graenitz at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/191202 at github.com>
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-nvptx-nvidia-ubuntu` running on `as-builder-7` while building `lldb,llvm` at step 6 "test-build-unified-tree-check-llvm".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/180/builds/36385
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-llvm) failure: test (failure)
...
2.204 [3/8/786] Linking CXX executable unittests/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerTests
2.213 [3/7/787] Linking CXX executable unittests/Transforms/Utils/UtilsTests
2.232 [3/6/788] Linking CXX executable unittests/IR/IRTests
2.261 [3/5/789] Linking CXX executable unittests/tools/llvm-exegesis/LLVMExegesisTests
2.620 [3/4/790] Linking CXX executable unittests/ADT/ADTTests
2.679 [3/3/791] Linking CXX executable unittests/Support/SupportTests
5.197 [3/2/792] Building CXX object unittests/HTTP/CMakeFiles/HTTPTests.dir/HTTPServerTests.cpp.o
5.273 [2/2/793] Linking CXX executable unittests/HTTP/HTTPTests
5.751 [2/1/794] Building CXX object unittests/Debuginfod/CMakeFiles/DebuginfodTests.dir/DebuginfodTests.cpp.o
5.829 [1/1/795] Linking CXX executable unittests/Debuginfod/DebuginfodTests
FAILED: unittests/Debuginfod/DebuginfodTests
: && /usr/bin/c++ -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-uninitialized -Wno-nonnull -Wno-class-memaccess -Wno-dangling-reference -Wno-redundant-move -Wno-pessimizing-move -Wno-array-bounds -Wno-stringop-overread -Wno-dangling-pointer -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wno-misleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -fuse-ld=gold -Wl,--gc-sections unittests/Debuginfod/CMakeFiles/DebuginfodTests.dir/DebuginfodTests.cpp.o -o unittests/Debuginfod/DebuginfodTests -Wl,-rpath,/home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/lib lib/libllvm_gtest_main.so.23.0git lib/libLLVMDebuginfod.so.23.0git lib/libLLVMTestingSupport.so.23.0git lib/libllvm_gtest.so.23.0git lib/libLLVMSupport.so.23.0git -Wl,-rpath-link,/home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/lib && :
unittests/Debuginfod/CMakeFiles/DebuginfodTests.dir/DebuginfodTests.cpp.o:DebuginfodTests.cpp:function DebuginfodClient_CacheMiss_Test::TestBody() [clone .localalias]:(.text._ZN31DebuginfodClient_CacheMiss_Test8TestBodyEv+0x1b9): error: undefined reference to 'llvm::HTTPClient::initialize()'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
```
</details>
https://github.com/llvm/llvm-project/pull/191202
More information about the lldb-commits
mailing list