llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `cross-project-tests-sie-ubuntu-dwarf5` running on `doug-worker-1b` while building `clang-tools-extra,clang` at step 5 "build-unified-tree".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/163/builds/15902 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 5 (build-unified-tree) failure: build (failure) ... 1199.490 [22/8/477] Linking CXX executable bin/llvm-rtdyld 1199.509 [21/8/478] Linking CXX executable bin/llvm-profgen 1199.592 [20/8/479] Linking CXX executable bin/llvm-strings 1199.993 [19/8/480] Linking CXX executable bin/llvm-tli-checker 1200.129 [18/8/481] Linking CXX executable bin/llvm-symbolizer 1200.147 [17/8/482] Generating ../../bin/llvm-addr2line 1200.209 [16/8/483] Linking CXX executable bin/llvm-xray 1200.816 [15/8/484] Linking CXX executable bin/sanstats 1200.844 [14/8/485] Linking CXX executable bin/sancov 1201.227 [13/8/486] Building CXX object tools/lldb/source/Plugins/TypeSystem/Clang/CMakeFiles/lldbPluginTypeSystemClang.dir/TypeSystemClang.cpp.o FAILED: tools/lldb/source/Plugins/TypeSystem/Clang/CMakeFiles/lldbPluginTypeSystemClang.dir/TypeSystemClang.cpp.o /opt/ccache/bin/g++ -DGTEST_HAS_RTTI=0 -DHAVE_ROUND -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu-dwarf5/build/tools/lldb/source/Plugins/TypeSystem/Clang -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu-dwarf5/llvm-project/lldb/source/Plugins/TypeSystem/Clang -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu-dwarf5/llvm-project/lldb/include -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu-dwarf5/build/tools/lldb/include -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu-dwarf5/build/include -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu-dwarf5/llvm-project/llvm/include -I/usr/include/python3.10 -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu-dwarf5/llvm-project/llvm/../clang/include -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu-dwarf5/build/tools/lldb/../clang/include -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu-dwarf5/llvm-project/lldb/source -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu-dwarf5/build/tools/lldb/source -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-redundant-move -Wno-pessimizing-move -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wno-misleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-stringop-truncation -O3 -DNDEBUG -fno-exceptions -funwind-tables -fno-rtti -UNDEBUG -std=c++17 -MD -MT tools/lldb/source/Plugins/TypeSystem/Clang/CMakeFiles/lldbPluginTypeSystemClang.dir/TypeSystemClang.cpp.o -MF tools/lldb/source/Plugins/TypeSystem/Clang/CMakeFiles/lldbPluginTypeSystemClang.dir/TypeSystemClang.cpp.o.d -o tools/lldb/source/Plugins/TypeSystem/Clang/CMakeFiles/lldbPluginTypeSystemClang.dir/TypeSystemClang.cpp.o -c /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu-dwarf5/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp In file included from /usr/include/c++/11/memory:76, from /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu-dwarf5/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h:16, from /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu-dwarf5/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:9: /usr/include/c++/11/bits/unique_ptr.h: In instantiation of ‘typename std::_MakeUniq<_Tp>::__single_object std::make_unique(_Args&& ...) [with _Tp = clang::HeaderSearch; _Args = {std::shared_ptr<clang::HeaderSearchOptions>&, clang::SourceManager&, clang::DiagnosticsEngine&, clang::LangOptions&, clang::TargetInfo*}; typename std::_MakeUniq<_Tp>::__single_object = std::unique_ptr<clang::HeaderSearch>]’: /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu-dwarf5/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:1221:63: required from here /usr/include/c++/11/bits/unique_ptr.h:962:30: error: no matching function for call to ‘clang::HeaderSearch::HeaderSearch(std::shared_ptr<clang::HeaderSearchOptions>&, clang::SourceManager&, clang::DiagnosticsEngine&, clang::LangOptions&, clang::TargetInfo*)’ 962 | { return unique_ptr<_Tp>(new _Tp(std::forward<_Args>(__args)...)); } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu-dwarf5/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:41: /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu-dwarf5/llvm-project/llvm/../clang/include/clang/Lex/HeaderSearch.h:362:3: note: candidate: ‘clang::HeaderSearch::HeaderSearch(const clang::HeaderSearchOptions&, clang::SourceManager&, clang::DiagnosticsEngine&, const clang::LangOptions&, const clang::TargetInfo*)’ 362 | HeaderSearch(const HeaderSearchOptions &HSOpts, SourceManager &SourceMgr, | ^~~~~~~~~~~~ /home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu-dwarf5/llvm-project/llvm/../clang/include/clang/Lex/HeaderSearch.h:362:43: note: no known conversion for argument 1 from ‘std::shared_ptr<clang::HeaderSearchOptions>’ to ‘const clang::HeaderSearchOptions&’ 362 | HeaderSearch(const HeaderSearchOptions &HSOpts, SourceManager &SourceMgr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ 1201.227 [13/7/487] Linking CXX executable bin/llvm-split 1201.277 [13/6/488] Linking CXX executable bin/yaml2obj 1201.309 [13/5/489] Linking CXX executable bin/llvm-lto2 1201.417 [13/4/490] Linking CXX executable bin/verify-uselistorder 1201.538 [13/3/491] Linking CXX executable bin/llvm-opt-fuzzer 1202.012 [13/2/492] Linking CXX executable bin/llvm-reduce 1202.616 [13/1/493] Linking CXX executable bin/opt ninja: build stopped: subcommand failed. ``` </details> https://github.com/llvm/llvm-project/pull/132780 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits