llvm-ci wrote:

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

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

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

```
Step 4 (build) failure: build (failure)
...
152.022 [57/72/884] Linking CXX executable bin/llvm-readtapi
152.023 [56/72/885] Generating ../../bin/llvm-ml64
152.072 [55/72/886] Linking CXX executable bin/llvm-sim
152.089 [54/72/887] Copying llvm-locstats into 
/home/worker/2.0.1/lldb-x86_64-debian/build/./bin
152.104 [54/71/888] Building CXX object 
tools/clang/tools/clang-repl/CMakeFiles/clang-repl.dir/ClangRepl.cpp.o
152.111 [54/70/889] Linking CXX executable bin/llvm-readobj
152.127 [53/70/890] Generating ../../bin/llvm-readelf
152.211 [53/69/891] Linking CXX executable bin/llvm-size
152.220 [53/68/892] Building CXX object 
tools/lldb/source/Plugins/Platform/AIX/CMakeFiles/lldbPluginPlatformAIX.dir/PlatformAIX.cpp.o
152.242 [53/67/893] Building CXX object 
tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangModulesDeclVendor.cpp.o
FAILED: 
tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangModulesDeclVendor.cpp.o
 
/usr/bin/clang++ -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/worker/2.0.1/lldb-x86_64-debian/build/tools/lldb/source/Plugins/ExpressionParser/Clang
 
-I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/source/Plugins/ExpressionParser/Clang
 -I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/include 
-I/home/worker/2.0.1/lldb-x86_64-debian/build/tools/lldb/include 
-I/home/worker/2.0.1/lldb-x86_64-debian/build/include 
-I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include 
-I/usr/include/python3.11 
-I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/../clang/include 
-I/home/worker/2.0.1/lldb-x86_64-debian/build/tools/lldb/../clang/include 
-I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/source 
-I/home/worker/2.0.1/lldb-x86_64-debian/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  -fno-exceptions -funwind-tables -fno-rtti 
-UNDEBUG -std=c++17 -MD -MT 
tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangModulesDeclVendor.cpp.o
 -MF 
tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangModulesDeclVendor.cpp.o.d
 -o 
tools/lldb/source/Plugins/ExpressionParser/Clang/CMakeFiles/lldbPluginExpressionParserClang.dir/ClangModulesDeclVendor.cpp.o
 -c 
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp:360:49:
 error: no viable conversion from 'std::pair<clang::IdentifierInfo *, 
clang::SourceLocation>' to 'clang::ModuleIdPath' (aka 
'ArrayRef<clang::IdentifierLoc>')
  clang::Module *top_level_module = DoGetModule(clang_path.front(), false);
                                                ^~~~~~~~~~~~~~~~~~
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:41:40:
 note: candidate constructor (the implicit copy constructor) not viable: no 
known conversion from 'std::pair<clang::IdentifierInfo *, 
clang::SourceLocation>' to 'const llvm::ArrayRef<clang::IdentifierLoc> &' for 
1st argument
  class LLVM_GSL_POINTER [[nodiscard]] ArrayRef {
                                       ^
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:41:40:
 note: candidate constructor (the implicit move constructor) not viable: no 
known conversion from 'std::pair<clang::IdentifierInfo *, 
clang::SourceLocation>' to 'llvm::ArrayRef<clang::IdentifierLoc> &&' for 1st 
argument
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:70:18:
 note: candidate constructor not viable: no known conversion from 
'std::pair<clang::IdentifierInfo *, clang::SourceLocation>' to 'std::nullopt_t' 
for 1st argument
    /*implicit*/ ArrayRef(std::nullopt_t) {}
                 ^
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:73:18:
 note: candidate constructor not viable: no known conversion from 
'std::pair<clang::IdentifierInfo *, clang::SourceLocation>' to 'const 
clang::IdentifierLoc &' for 1st argument
    /*implicit*/ ArrayRef(const T &OneElt LLVM_LIFETIME_BOUND)
                 ^
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:118:28:
 note: candidate constructor not viable: no known conversion from 
'std::pair<clang::IdentifierInfo *, clang::SourceLocation>' to 
'std::initializer_list<IdentifierLoc>' for 1st argument
    constexpr /*implicit*/ ArrayRef(
                           ^
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:91:18:
 note: candidate template ignored: could not match 'SmallVectorTemplateCommon' 
against 'pair'
    /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec)
                 ^
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:97:18:
 note: candidate template ignored: could not match 'vector' against 'pair'
    /*implicit*/ ArrayRef(const std::vector<T, A> &Vec)
                 ^
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:102:28:
 note: candidate template ignored: could not match 'array' against 'pair'
    /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr)
                           ^
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:107:28:
 note: candidate template ignored: could not match 'clang::IdentifierLoc[N]' 
against 'std::pair<clang::IdentifierInfo *, clang::SourceLocation>'
    /*implicit*/ constexpr ArrayRef(const T (&Arr LLVM_LIFETIME_BOUND)[N])
                           ^
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:129:5:
 note: candidate template ignored: could not match 'ArrayRef' against 'pair'
    ArrayRef(const ArrayRef<U *> &A,
    ^
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:138:18:
 note: candidate template ignored: could not match 'SmallVectorTemplateCommon' 
against 'pair'
    /*implicit*/ ArrayRef(
                 ^
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:147:5:
 note: candidate template ignored: could not match 'vector' against 'pair'
    ArrayRef(const std::vector<U *, A> &Vec,
    ^

```

</details>

https://github.com/llvm/llvm-project/pull/135808
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to