llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder 
`llvm-clang-x86_64-sie-ubuntu-fast` running on `sie-linux-worker` while 
building `clang,llvm` at step 6 "test-build-unified-tree-check-all".

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

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

```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
...
10.743 [2/18/1043] Linking CXX executable 
tools/clang/unittests/Tooling/ToolingTests
10.804 [2/17/1044] Linking CXX executable 
unittests/Passes/PassBuilderBindings/PassesBindingsTests
11.016 [2/16/1045] Linking CXX executable 
unittests/Transforms/Coroutines/CoroTests
11.019 [2/15/1046] Linking CXX executable 
unittests/ExecutionEngine/MCJIT/MCJITTests
11.019 [2/14/1047] Linking CXX executable unittests/Passes/Plugins/PluginsTests
11.019 [2/13/1048] Linking CXX executable unittests/Target/TargetMachineCTests
11.019 [2/12/1049] Linking CXX executable 
unittests/Transforms/Instrumentation/InstrumentationTests
11.021 [2/11/1050] Linking CXX executable 
tools/clang/unittests/CodeGen/ClangCodeGenTests
11.171 [2/10/1051] Linking CXX executable unittests/Transforms/Utils/UtilsTests
11.190 [2/9/1052] Building CXX object 
unittests/Support/CMakeFiles/SupportTests.dir/ProgramStackTest.cpp.o
FAILED: unittests/Support/CMakeFiles/SupportTests.dir/ProgramStackTest.cpp.o 
CCACHE_CPP2=yes CCACHE_HASHDIR=yes /usr/bin/ccache /usr/bin/g++ 
-DGTEST_HAS_RTTI=0 -DLLVM_BUILD_STATIC -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/llvm-clang-x86_64-sie-ubuntu-fast/build/unittests/Support
 
-I/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/unittests/Support
 -I/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/include 
-I/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/include
 
-I/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/third-party/unittest/googletest/include
 
-I/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/third-party/unittest/googlemock/include
 -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 -O3 -DNDEBUG  -Wno-dangling-else 
-Wno-variadic-macros -fno-exceptions -funwind-tables -fno-rtti -UNDEBUG 
-Wno-suggest-override -std=c++17 -MD -MT 
unittests/Support/CMakeFiles/SupportTests.dir/ProgramStackTest.cpp.o -MF 
unittests/Support/CMakeFiles/SupportTests.dir/ProgramStackTest.cpp.o.d -o 
unittests/Support/CMakeFiles/SupportTests.dir/ProgramStackTest.cpp.o -c 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/unittests/Support/ProgramStackTest.cpp
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/unittests/Support/ProgramStackTest.cpp:
 In member function ‘virtual void 
ProgramStackTest_runOnNewStack_Test::TestBody()’:
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/unittests/Support/ProgramStackTest.cpp:33:16:
 error: call of overloaded ‘runOnNewStack(int, llvm::function_ref<void(int&)>, 
int&)’ is ambiguous
   33 |   runOnNewStack(0, function_ref<void(int &)>(func2), A);
      |   ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/unittests/Support/ProgramStackTest.cpp:9:
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/include/llvm/Support/ProgramStack.h:48:3:
 note: candidate: ‘R llvm::runOnNewStack(unsigned int, 
llvm::function_ref<Ret(Params ...)>, Ts&& ...) [with R = void; Ts = {int&}]’
   48 | R runOnNewStack(unsigned StackSize, function_ref<R(Ts...)> Fn, Ts 
&&...Args) {
      |   ^~~~~~~~~~~~~
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/include/llvm/Support/ProgramStack.h:55:6:
 note: candidate: ‘void llvm::runOnNewStack(unsigned int, 
llvm::function_ref<void(Ts ...)>, Ts&& ...) [with Ts = {int&}]’
   55 | void runOnNewStack(unsigned StackSize, function_ref<void(Ts...)> Fn,
      |      ^~~~~~~~~~~~~
11.306 [2/8/1053] Linking CXX executable unittests/Target/X86/X86Tests
11.387 [2/7/1054] Linking CXX executable unittests/Transforms/Scalar/ScalarTests
11.392 [2/6/1055] Linking CXX executable unittests/tools/llvm-mca/LLVMMCATests
11.448 [2/5/1056] Linking CXX executable 
unittests/tools/llvm-exegesis/LLVMExegesisTests
11.630 [2/4/1057] Building CXX object 
unittests/Support/CMakeFiles/SupportTests.dir/CrashRecoveryTest.cpp.o
11.729 [2/3/1058] Linking CXX executable 
tools/clang/unittests/Frontend/FrontendTests
12.113 [2/2/1059] Linking CXX executable 
tools/clang/unittests/Interpreter/ExceptionTests/ClangReplInterpreterExceptionTests
12.904 [2/1/1060] Linking CXX executable 
tools/clang/unittests/Interpreter/ClangReplInterpreterTests
ninja: build stopped: subcommand failed.

```

</details>

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

Reply via email to