llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `polly-x86_64-linux-shared-plugin` running on `polly-x86_64-gce2` while building `llvm` at step 5 "build".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/118/builds/5204 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 5 (build) failure: 'ninja' (failure) ... [324/4326] Copying clang's unwind.h... [325/4326] Copying clang's varargs.h... [326/4326] Copying clang's arm_cmse.h... [327/4326] Copying clang's armintr.h... [328/4326] Copying clang's arm_acle.h... [329/4326] Copying clang's __clang_cuda_libdevice_declares.h... [330/4326] Copying clang's arm64intr.h... [331/4326] Copying clang's __clang_cuda_math_forward_declares.h... [332/4326] Copying clang's __clang_cuda_runtime_wrapper.h... [333/4326] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Mustache.cpp.o FAILED: lib/Support/CMakeFiles/LLVMSupport.dir/Mustache.cpp.o ccache /usr/bin/c++ -DGTEST_HAS_RTTI=0 -DLLVM_EXPORTS -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.obj/lib/Support -I/home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.src/llvm/lib/Support -I/home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.obj/include -I/home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.src/llvm/include -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -fno-lifetime-dse -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 -fPIC -UNDEBUG -std=c++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Mustache.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Mustache.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Mustache.cpp.o -c /home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.src/llvm/lib/Support/Mustache.cpp /home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.src/llvm/lib/Support/Mustache.cpp:109:12: error: declaration of ‘{anonymous}::Accessor llvm::mustache::Token::Accessor’ changes meaning of ‘Accessor’ [-fpermissive] 109 | Accessor Accessor; | ^~~~~~~~ /home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.src/llvm/lib/Support/Mustache.cpp:19:7: note: ‘Accessor’ declared here as ‘using Accessor = class llvm::SmallVector<std::__cxx11::basic_string<char> >’ 19 | using Accessor = SmallVector<std::string>; | ^~~~~~~~ /home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.src/llvm/lib/Support/Mustache.cpp:186:18: error: declaration of ‘const Accessor llvm::mustache::ASTNode::Accessor’ changes meaning of ‘Accessor’ [-fpermissive] 186 | const Accessor Accessor; | ^~~~~~~~ /home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.src/llvm/lib/Support/Mustache.cpp:19:7: note: ‘Accessor’ declared here as ‘using Accessor = class llvm::SmallVector<std::__cxx11::basic_string<char> >’ 19 | using Accessor = SmallVector<std::string>; | ^~~~~~~~ In file included from /home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.src/llvm/lib/Support/Mustache.cpp:8: /home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.src/llvm/include/llvm/Support/Mustache.h: In constructor ‘llvm::mustache::Template::Template(llvm::mustache::Template&&)’: /home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.src/llvm/include/llvm/Support/Mustache.h:123:12: warning: ‘llvm::mustache::Template::Tree’ will be initialized after [-Wreorder] 123 | ASTNode *Tree; | ^~~~ /home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.src/llvm/include/llvm/Support/Mustache.h:120:26: warning: ‘llvm::BumpPtrAllocator llvm::mustache::Template::AstAllocator’ [-Wreorder] 120 | llvm::BumpPtrAllocator AstAllocator; | ^~~~~~~~~~~~ /home/worker/buildbot-workers/polly-x86_64-gce2/rundir/llvm.src/llvm/lib/Support/Mustache.cpp:769:1: warning: when initialized here [-Wreorder] 769 | Template::Template(Template &&Other) noexcept | ^~~~~~~~ [334/4326] Copying clang's hexagon_circ_brev_intrinsics.h... [335/4326] Copying clang's hexagon_protos.h... ninja: build stopped: subcommand failed. ``` </details> https://github.com/llvm/llvm-project/pull/105893 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits