llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `release-noassertions-warnings` running on `google-integrate-b1` while building `clang` at step 6 "build-default".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/228/builds/3735 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 6 (build-default) failure: cmake (failure) ... 48.252 [696/19/7921] Linking CXX executable bin/sanstats 48.261 [696/18/7922] Linking CXX executable bin/obj2yaml 48.270 [696/17/7923] Linking CXX executable bin/verify-uselistorder 48.276 [696/16/7924] Linking CXX executable bin/yaml2obj 48.365 [696/15/7925] Linking CXX executable bin/llvm-exegesis 48.605 [696/14/7926] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Pointer.cpp.o 48.866 [696/13/7927] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/InterpBuiltinBitCast.cpp.o 49.115 [696/12/7928] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Context.cpp.o 50.689 [696/11/7929] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/ByteCodeEmitter.cpp.o 50.999 [696/10/7930] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Interp.cpp.o FAILED: tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Interp.cpp.o CCACHE_CPP2=yes CCACHE_HASHDIR=yes CCACHE_SLOPPINESS=pch_defines,time_macros /usr/bin/ccache /usr/bin/c++ -DCLANG_EXPORTS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/b/release-noassertions-warnings-build/build/tools/clang/lib/AST -I/b/release-noassertions-warnings-build/llvm-project/clang/lib/AST -I/b/release-noassertions-warnings-build/llvm-project/clang/include -I/b/release-noassertions-warnings-build/build/tools/clang/include -I/b/release-noassertions-warnings-build/build/include -I/b/release-noassertions-warnings-build/llvm-project/llvm/include -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -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 -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Xclang -fno-pch-timestamp -fno-common -Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -fno-exceptions -funwind-tables -fno-rtti -Winvalid-pch -Xclang -include-pch -Xclang /b/release-noassertions-warnings-build/build/tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /b/release-noassertions-warnings-build/build/tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/cmake_pch.hxx -MD -MT tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Interp.cpp.o -MF tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Interp.cpp.o.d -o tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Interp.cpp.o -c /b/release-noassertions-warnings-build/llvm-project/clang/lib/AST/ByteCode/Interp.cpp /b/release-noassertions-warnings-build/llvm-project/clang/lib/AST/ByteCode/Interp.cpp:3238:11: error: unused variable 'ParamSize' [-Werror,-Wunused-variable] 3238 | int32_t ParamSize = align(sizeof(PrimType)); | ^~~~~~~~~ 1 error generated. 51.211 [696/9/7931] Building AMDGPUGenAsmMatcher.inc... 52.854 [696/8/7932] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Disasm.cpp.o 53.069 [696/7/7933] Building AMDGPUGenRegisterInfo.inc... 54.140 [696/6/7934] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/Compiler.cpp.o 55.164 [696/5/7935] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/InterpBuiltin.cpp.o 55.653 [696/4/7936] Building AMDGPUGenRegisterBank.inc... 64.248 [696/3/7937] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTContext.cpp.o 69.344 [696/2/7938] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ExprConstant.cpp.o 69.489 [696/1/7939] Building CXX object tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ByteCode/EvalEmitter.cpp.o ninja: build stopped: subcommand failed. ``` </details> https://github.com/llvm/llvm-project/pull/207393 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
