llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `bolt-x86_64-ubuntu-shared` 
running on `bolt-worker` while building `clang,cross-project-tests,llvm` at 
step 5 "build-bolt".

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

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

```
Step 5 (build-bolt) failure: build (failure)
...
4.707 [1739/18/523] Building CXX object 
lib/CGData/CMakeFiles/LLVMCGData.dir/StableFunctionMap.cpp.o
4.742 [1738/18/524] Building CXX object 
lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AssignmentTrackingAnalysis.cpp.o
4.775 [1737/18/525] Building X86GenAsmMatcher.inc...
4.981 [1736/18/526] Building AArch64GenPostLegalizeGILowering.inc...
5.106 [1735/18/527] Building AArch64GenAsmMatcher.inc...
5.122 [1734/18/528] Building AArch64GenExegesis.inc...
5.281 [1733/18/529] Building AArch64GenAsmWriter.inc...
5.431 [1732/18/530] Building AArch64GenRegisterBank.inc...
6.999 [1731/18/531] Building X86GenFastISel.inc...
7.010 [1730/18/532] Building CXX object 
lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FuncletLayout.cpp.o
FAILED: lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FuncletLayout.cpp.o 
ccache /usr/bin/c++ -DGTEST_HAS_RTTI=0 -DLLVM_EXPORTS -D_DEBUG 
-D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/build/lib/CodeGen 
-I/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/llvm-project/llvm/lib/CodeGen
 -I/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/build/include 
-I/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/llvm-project/llvm/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-array-bounds -Wno-stringop-overread 
-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 -fPIC  -fno-exceptions 
-funwind-tables -fno-rtti -UNDEBUG -std=c++17 -MD -MT 
lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FuncletLayout.cpp.o -MF 
lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FuncletLayout.cpp.o.d -o 
lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/FuncletLayout.cpp.o -c 
/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/llvm-project/llvm/lib/CodeGen/FuncletLayout.cpp
In file included from 
/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/llvm-project/llvm/include/llvm/CodeGen/MachineFunction.h:35,
                 from 
/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/llvm-project/llvm/lib/CodeGen/FuncletLayout.cpp:14:
/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/llvm-project/llvm/include/llvm/Target/TargetOptions.h:414:17:
 error: declaration of ‘llvm::VectorLibrary llvm::TargetOptions::VectorLibrary’ 
changes meaning of ‘VectorLibrary’ [-fpermissive]
  414 |   VectorLibrary VectorLibrary = VectorLibrary::NoLibrary;
      |                 ^~~~~~~~~~~~~
In file included from 
/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/llvm-project/llvm/include/llvm/Target/TargetOptions.h:18,
                 from 
/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/llvm-project/llvm/include/llvm/CodeGen/MachineFunction.h:35,
                 from 
/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/llvm-project/llvm/lib/CodeGen/FuncletLayout.cpp:14:
/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/llvm-project/llvm/include/llvm/IR/SystemLibraries.h:20:12:
 note: ‘VectorLibrary’ declared here as ‘enum class llvm::VectorLibrary’
   20 | enum class VectorLibrary {
      |            ^~~~~~~~~~~~~
7.297 [1730/17/533] Building X86GenGlobalISel.inc...
7.321 [1730/16/534] Building CXX object 
lib/IR/CMakeFiles/LLVMCore.dir/RuntimeLibcalls.cpp.o
In file included from 
/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/llvm-project/llvm/lib/IR/RuntimeLibcalls.cpp:27:
/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/build/include/llvm/IR/RuntimeLibcalls.inc:
 In member function ‘void 
llvm::RTLIB::RuntimeLibcallsInfo::setTargetRuntimeLibcallSets(const 
llvm::Triple&, llvm::ExceptionHandling, llvm::FloatABI::ABIType, llvm::EABI, 
llvm::StringRef)’:
/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/build/include/llvm/IR/RuntimeLibcalls.inc:23140:57:
 warning: enumerated and non-enumerated type in conditional expression [-Wextra]
23140 |         setLibcallImplCallingConv(Impl, TT.isWatchABI() ? DefaultCC :
      |                                         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
23141 |     (isAAPCS_ABI(TT, ABIName) ? CallingConv::ARM_AAPCS : 
CallingConv::ARM_APCS));
      |     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/build/include/llvm/IR/RuntimeLibcalls.inc:23153:57:
 warning: enumerated and non-enumerated type in conditional expression [-Wextra]
23153 |         setLibcallImplCallingConv(Impl, TT.isWatchABI() ? DefaultCC :
      |                                         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
23154 |     (isAAPCS_ABI(TT, ABIName) ? CallingConv::ARM_AAPCS : 
CallingConv::ARM_APCS));
      |     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/build/include/llvm/IR/RuntimeLibcalls.inc:23168:57:
 warning: enumerated and non-enumerated type in conditional expression [-Wextra]
23168 |         setLibcallImplCallingConv(Impl, TT.isWatchABI() ? DefaultCC :
      |                                         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
23169 |     (isAAPCS_ABI(TT, ABIName) ? CallingConv::ARM_AAPCS : 
CallingConv::ARM_APCS));
      |     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8.097 [1730/15/535] Building CXX object 
lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AllocationOrder.cpp.o
FAILED: lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AllocationOrder.cpp.o 
ccache /usr/bin/c++ -DGTEST_HAS_RTTI=0 -DLLVM_EXPORTS -D_DEBUG 
-D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/build/lib/CodeGen 
-I/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/llvm-project/llvm/lib/CodeGen
 -I/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/build/include 
-I/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/llvm-project/llvm/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-array-bounds -Wno-stringop-overread 
-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 -fPIC  -fno-exceptions 
-funwind-tables -fno-rtti -UNDEBUG -std=c++17 -MD -MT 
lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AllocationOrder.cpp.o -MF 
lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AllocationOrder.cpp.o.d -o 
lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AllocationOrder.cpp.o -c 
/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/llvm-project/llvm/lib/CodeGen/AllocationOrder.cpp
In file included from 
/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/llvm-project/llvm/include/llvm/CodeGen/MachineFunction.h:35,
                 from 
/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/llvm-project/llvm/lib/CodeGen/AllocationOrder.cpp:17:
/home/worker/bolt-worker2/bolt-x86_64-ubuntu-shared/llvm-project/llvm/include/llvm/Target/TargetOptions.h:414:17:
 error: declaration of ‘llvm::VectorLibrary llvm::TargetOptions::VectorLibrary’ 
changes meaning of ‘VectorLibrary’ [-fpermissive]
  414 |   VectorLibrary VectorLibrary = VectorLibrary::NoLibrary;

```

</details>

https://github.com/llvm/llvm-project/pull/167996
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to