[Lldb-commits] [lldb] [llvm] [Support] Move HTTP client/server to new LLVMSupportHTTP lib (NFC) (PR #184572)

LLVM Continuous Integration via lldb-commits lldb-commits at lists.llvm.org
Sun Mar 8 23:31:01 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>,
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>,
Stefan =?utf-8?q?Gränitz?= <stefan.graenitz at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/184572 at github.com>


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `polly-x86_64-linux-shared-plugin` running on `polly-x86_64-gce2` while building `lldb,llvm` at step 3 "annotate".

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

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

```
Step 3 (annotate) failure: 'python ../llvm.src/polly/ci/polly-x86_64-linux-shared-plugin.py ...' (failure)
...
../../llvm.src/llvm/tools/dsymutil/DebugMap.h: In member function ‘llvm::dsymutil::DebugMap::ObjectContainer& llvm::dsymutil::DebugMap::getObjects()’:
../../llvm.src/llvm/tools/dsymutil/DebugMap.h:118:48: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  118 |     return reinterpret_cast<ObjectContainer &>(Objects);
      |                                                ^~~~~~~
../../llvm.src/llvm/tools/dsymutil/DebugMap.h: In member function ‘const llvm::dsymutil::DebugMap::ObjectContainer& llvm::dsymutil::DebugMap::getObjects() const’:
../../llvm.src/llvm/tools/dsymutil/DebugMap.h:121:54: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  121 |     return reinterpret_cast<const ObjectContainer &>(Objects);
      |                                                      ^~~~~~~
[ 77%/81.735s :: 663->2->2323 (of 2987)] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/BinaryHolder.cpp.o
[ 77%/81.741s :: 662->2->2324 (of 2987)] Linking CXX executable bin/llvm-profdata
FAILED: bin/llvm-profdata 
: && /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=lld -Wl,--color-diagnostics     -Wl,--gc-sections tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/llvm-profdata.cpp.o -o bin/llvm-profdata  -Wl,-rpath,"\$ORIGIN/../lib:/home/worker/workers/polly-x86_64-gce2/polly-x86_64-linux-shared-plugin/build/llvm.build/lib:"  lib/libLLVMProfileData.so.23.0git  lib/libLLVMDebuginfod.so.23.0git  lib/libLLVMObject.so.23.0git  lib/libLLVMCore.so.23.0git  lib/libLLVMSupport.so.23.0git  -Wl,-rpath-link,/home/worker/workers/polly-x86_64-gce2/polly-x86_64-linux-shared-plugin/build/llvm.build/lib && :
ld.lld: error: undefined symbol: llvm::HTTPClient::initialize()
>>> referenced by llvm-profdata.cpp
>>>               tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/llvm-profdata.cpp.o:(mergeInstrProfile(llvm::SmallVector<WeightedFile, 5u> const&, (anonymous namespace)::SymbolRemapper*, int, llvm::StringRef))
collect2: error: ld returned 1 exit status
[ 77%/81.743s :: 662->1->2325 (of 2987)] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/CFBundle.cpp.o
ninja: build stopped: subcommand failed.
Running: ccache -sv
Cache directory:              /home/worker/.cache/ccache
Config file:                  /home/worker/.config/ccache/ccache.conf
System config file:           /etc/ccache.conf
Stats updated:                Mon Mar  9 06:30:42 2026
Cacheable calls:                2027 / 2028 (99.95%)
  Hits:                         2027 / 2027 (100.0%)
    Direct:                     2027 / 2027 (100.0%)
    Preprocessed:                  0 / 2027 ( 0.00%)
  Misses:                          0 / 2027 ( 0.00%)
Uncacheable calls:                 1 / 2028 ( 0.05%)
  Unsupported code directive:      1 /    1 (100.0%)
Successful lookups:
  Direct:                       2027 / 2028 (99.95%)
  Preprocessed:                    0
Local storage:
  Cache size (GiB):              5.0 /  5.0 (99.93%)
  Files:                      103584
  Hits:                         2027 / 2027 (100.0%)
  Misses:                          0 / 2027 ( 0.00%)
  Reads:                        4055
  Writes:                          0
ninja -C llvm.build exited with return code 1.
@@@STEP_FAILURE@@@
Traceback (most recent call last):
  File "/home/worker/workers/polly-x86_64-gce2/polly-x86_64-linux-shared-plugin/build/../llvm.src/polly/ci/polly-x86_64-linux-shared-plugin.py", line 46, in <module>
    w.run_ninja(builddir=llvmbuilddir, ccache_stats=True)
  File "/home/worker/workers/polly-x86_64-gce2/polly-x86_64-linux-shared-plugin/llvm.src/.ci/buildbot/worker.py", line 269, in run_ninja
    run_command(cmd, **kwargs)
  File "/home/worker/workers/polly-x86_64-gce2/polly-x86_64-linux-shared-plugin/llvm.src/.ci/buildbot/worker.py", line 132, in run_command
    subprocess.check_call(cmd, shell=shell, env=env, **kwargs)
Step 7 (build-llvm) failure: build-llvm (failure)
...
../../llvm.src/llvm/tools/dsymutil/DebugMap.h: In member function ‘llvm::dsymutil::DebugMap::ObjectContainer& llvm::dsymutil::DebugMap::getObjects()’:
../../llvm.src/llvm/tools/dsymutil/DebugMap.h:118:48: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  118 |     return reinterpret_cast<ObjectContainer &>(Objects);
      |                                                ^~~~~~~
../../llvm.src/llvm/tools/dsymutil/DebugMap.h: In member function ‘const llvm::dsymutil::DebugMap::ObjectContainer& llvm::dsymutil::DebugMap::getObjects() const’:
../../llvm.src/llvm/tools/dsymutil/DebugMap.h:121:54: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  121 |     return reinterpret_cast<const ObjectContainer &>(Objects);
      |                                                      ^~~~~~~
[ 77%/81.735s :: 663->2->2323 (of 2987)] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/BinaryHolder.cpp.o
[ 77%/81.741s :: 662->2->2324 (of 2987)] Linking CXX executable bin/llvm-profdata
FAILED: bin/llvm-profdata 
: && /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=lld -Wl,--color-diagnostics     -Wl,--gc-sections tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/llvm-profdata.cpp.o -o bin/llvm-profdata  -Wl,-rpath,"\$ORIGIN/../lib:/home/worker/workers/polly-x86_64-gce2/polly-x86_64-linux-shared-plugin/build/llvm.build/lib:"  lib/libLLVMProfileData.so.23.0git  lib/libLLVMDebuginfod.so.23.0git  lib/libLLVMObject.so.23.0git  lib/libLLVMCore.so.23.0git  lib/libLLVMSupport.so.23.0git  -Wl,-rpath-link,/home/worker/workers/polly-x86_64-gce2/polly-x86_64-linux-shared-plugin/build/llvm.build/lib && :
ld.lld: error: undefined symbol: llvm::HTTPClient::initialize()
>>> referenced by llvm-profdata.cpp
>>>               tools/llvm-profdata/CMakeFiles/llvm-profdata.dir/llvm-profdata.cpp.o:(mergeInstrProfile(llvm::SmallVector<WeightedFile, 5u> const&, (anonymous namespace)::SymbolRemapper*, int, llvm::StringRef))
collect2: error: ld returned 1 exit status
[ 77%/81.743s :: 662->1->2325 (of 2987)] Building CXX object tools/dsymutil/CMakeFiles/dsymutil.dir/CFBundle.cpp.o
ninja: build stopped: subcommand failed.
Running: ccache -sv
Cache directory:              /home/worker/.cache/ccache
Config file:                  /home/worker/.config/ccache/ccache.conf
System config file:           /etc/ccache.conf
Stats updated:                Mon Mar  9 06:30:42 2026
Cacheable calls:                2027 / 2028 (99.95%)
  Hits:                         2027 / 2027 (100.0%)
    Direct:                     2027 / 2027 (100.0%)
    Preprocessed:                  0 / 2027 ( 0.00%)
  Misses:                          0 / 2027 ( 0.00%)
Uncacheable calls:                 1 / 2028 ( 0.05%)
  Unsupported code directive:      1 /    1 (100.0%)
Successful lookups:
  Direct:                       2027 / 2028 (99.95%)
  Preprocessed:                    0
Local storage:
  Cache size (GiB):              5.0 /  5.0 (99.93%)
  Files:                      103584
  Hits:                         2027 / 2027 (100.0%)
  Misses:                          0 / 2027 ( 0.00%)
  Reads:                        4055
  Writes:                          0
ninja -C llvm.build exited with return code 1.
Traceback (most recent call last):
  File "/home/worker/workers/polly-x86_64-gce2/polly-x86_64-linux-shared-plugin/build/../llvm.src/polly/ci/polly-x86_64-linux-shared-plugin.py", line 46, in <module>
    w.run_ninja(builddir=llvmbuilddir, ccache_stats=True)
  File "/home/worker/workers/polly-x86_64-gce2/polly-x86_64-linux-shared-plugin/llvm.src/.ci/buildbot/worker.py", line 269, in run_ninja
    run_command(cmd, **kwargs)
  File "/home/worker/workers/polly-x86_64-gce2/polly-x86_64-linux-shared-plugin/llvm.src/.ci/buildbot/worker.py", line 132, in run_command
    subprocess.check_call(cmd, shell=shell, env=env, **kwargs)
  File "/usr/lib/python3.12/subprocess.py", line 413, in check_call

```

</details>

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


More information about the lldb-commits mailing list