llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `lldb-arm-ubuntu` running 
on `linaro-lldb-arm-ubuntu` while building `clang-tools-extra,clang` at step 4 
"build".

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

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

```
Step 4 (build) failure: build (failure)
...
179.954 [129/8/6431] Linking CXX executable bin/clang-21
179.997 [128/8/6432] Creating executable symlink bin/clang
180.231 [128/7/6433] Linking CXX executable bin/clang-repl
180.950 [128/6/6434] Linking CXX shared library lib/libclang.so.21.0.0git
180.960 [127/6/6435] Creating library symlink lib/libclang.so.21.0git 
lib/libclang.so
181.114 [126/6/6436] Building CXX object 
tools/lldb/source/Commands/CMakeFiles/lldbCommands.dir/CommandObjectTarget.cpp.o
181.511 [126/5/6437] Building CXX object 
tools/lldb/tools/lldb-instr/CMakeFiles/lldb-instr.dir/Instrument.cpp.o
181.610 [125/5/6438] Linking CXX executable bin/c-index-test
181.714 [125/4/6439] Building CXX object 
tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangModulesDeclVendor.cpp.o
182.127 [125/3/6440] 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
 
/usr/local/bin/c++ -DGTEST_HAS_RTTI=0 -DHAVE_ROUND -D_DEBUG 
-D_FILE_OFFSET_BITS=64 -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D_LARGEFILE_SOURCE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/tools/lldb/source/Plugins/TypeSystem/Clang
 
-I/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/source/Plugins/TypeSystem/Clang
 -I/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/include 
-I/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/tools/lldb/include 
-I/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/include 
-I/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/llvm/include 
-I/usr/include/python3.10 
-I/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/llvm/../clang/include 
-I/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/tools/lldb/../clang/include 
-I/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/source 
-I/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/tools/lldb/source -isystem 
/usr/include/libxml2 -fPIC -fno-semantic-interposition 
-fvisibility-inlines-hidden -Werror=date-time 
-Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter 
-Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic 
-Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough 
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor 
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion 
-Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color 
-ffunction-sections -fdata-sections -Wno-unknown-pragmas -Wno-strict-aliasing 
-Wno-vla-extension -O3 -DNDEBUG -std=c++17  -fno-exceptions -funwind-tables 
-fno-rtti -UNDEBUG -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/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
In file included from 
../llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:9:
In file included from 
../llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h:16:
In file included from 
/usr/lib/gcc/arm-linux-gnueabihf/11/../../../../include/c++/11/memory:76:
/usr/lib/gcc/arm-linux-gnueabihf/11/../../../../include/c++/11/bits/unique_ptr.h:962:34:
 error: no matching constructor for initialization of 'clang::HeaderSearch'
  962 |     { return unique_ptr<_Tp>(new _Tp(std::forward<_Args>(__args)...)); }
      |                                  ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
../llvm-project/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:1221:31:
 note: in instantiation of function template specialization 
'std::make_unique<clang::HeaderSearch, 
std::shared_ptr<clang::HeaderSearchOptions> &, clang::SourceManager &, 
clang::DiagnosticsEngine &, clang::LangOptions &, clang::TargetInfo *>' 
requested here
 1221 |     m_header_search_up = std::make_unique<clang::HeaderSearch>(
      |                               ^
../llvm-project/clang/include/clang/Lex/HeaderSearch.h:362:3: note: candidate 
constructor not viable: no known conversion from 
'std::shared_ptr<clang::HeaderSearchOptions>' to 'const HeaderSearchOptions' 
for 1st argument
  362 |   HeaderSearch(const HeaderSearchOptions &HSOpts, SourceManager 
&SourceMgr,
      |   ^            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../llvm-project/clang/include/clang/Lex/HeaderSearch.h:365:3: note: candidate 
constructor not viable: requires 1 argument, but 5 were provided
  365 |   HeaderSearch(const HeaderSearch &) = delete;
      |   ^            ~~~~~~~~~~~~~~~~~~~~
1 error generated.
182.690 [125/2/6441] Linking CXX executable bin/lldb-instr
185.357 [125/1/6442] Building CXX object 
tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangExpressionParser.cpp.o
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

Reply via email to