llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-gcc-ubuntu-no-asserts` running on `doug-worker-6` while building `clang` at step 5 "build-unified-tree".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/202/builds/2425 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 5 (build-unified-tree) failure: build (failure) ... /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/include/clang-c/Index.h:6957:15: note: declared here 6957 | typedef void *CXRemapping; | ^~~~~~~~~~~ /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/include/clang-c/Index.h:6969:70: warning: ‘CXRemapping’ is deprecated [-Wdeprecated-declarations] 6969 | CINDEX_DEPRECATED CINDEX_LINKAGE void clang_remap_dispose(CXRemapping); | ^ /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/include/clang-c/Index.h:6957:15: note: declared here 6957 | typedef void *CXRemapping; | ^~~~~~~~~~~ 293.517 [1385/8/5882] Building CXX object tools/clang/unittests/CMakeFiles/AllClangUnitTests.dir/Analysis/LifetimeSafetyTest.cpp.o FAILED: tools/clang/unittests/CMakeFiles/AllClangUnitTests.dir/Analysis/LifetimeSafetyTest.cpp.o /opt/ccache/bin/g++ -DEXPERIMENTAL_KEY_INSTRUCTIONS -DGTEST_HAS_RTTI=0 -DLLVM_BUILD_STATIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/buildbot/buildbot-root/gcc-no-asserts/build/tools/clang/unittests -I/home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/unittests -I/home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/include -I/home/buildbot/buildbot-root/gcc-no-asserts/build/tools/clang/include -I/home/buildbot/buildbot-root/gcc-no-asserts/build/include -I/home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/llvm/include -I/home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/unittests/Tooling -I/home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/third-party/unittest/googletest/include -I/home/buildbot/buildbot-root/gcc-no-asserts/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 -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -O3 -DNDEBUG -Wno-variadic-macros -fno-exceptions -funwind-tables -fno-rtti -Wno-suggest-override -std=c++17 -MD -MT tools/clang/unittests/CMakeFiles/AllClangUnitTests.dir/Analysis/LifetimeSafetyTest.cpp.o -MF tools/clang/unittests/CMakeFiles/AllClangUnitTests.dir/Analysis/LifetimeSafetyTest.cpp.o.d -o tools/clang/unittests/CMakeFiles/AllClangUnitTests.dir/Analysis/LifetimeSafetyTest.cpp.o -c /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/unittests/Analysis/LifetimeSafetyTest.cpp /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/unittests/Analysis/LifetimeSafetyTest.cpp:70:28: error: declaration of ‘std::unique_ptr<clang::TestAST> clang::lifetimes::internal::{anonymous}::LifetimeTestRunner::TestAST’ changes meaning of ‘TestAST’ [-fpermissive] 70 | std::unique_ptr<TestAST> TestAST; | ^~~~~~~ In file included from /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/unittests/Analysis/LifetimeSafetyTest.cpp:12: /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/include/clang/Testing/TestAST.h:72:7: note: ‘TestAST’ declared here as ‘class clang::TestAST’ 72 | class TestAST { | ^~~~~~~ 293.621 [1385/7/5883] Building CXX object tools/clang/unittests/CMakeFiles/AllClangUnitTests.dir/Tooling/RecursiveASTVisitorTests/CallbacksLeaf.cpp.o In file included from /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/include/clang/Frontend/ASTUnit.h:16, from /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/include/clang/Frontend/FrontendAction.h:23, from /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/unittests/Tooling/TestVisitor.h:21, from /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/unittests/Tooling/CRTPTestVisitor.h:17, from /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksCommon.h:9, from /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/CallbacksLeaf.cpp:9: /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/include/clang-c/Index.h:6959:78: warning: ‘CXRemapping’ is deprecated [-Wdeprecated-declarations] 6959 | CINDEX_DEPRECATED CINDEX_LINKAGE CXRemapping clang_getRemappings(const char *); | ^ /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/include/clang-c/Index.h:6957:15: note: declared here 6957 | typedef void *CXRemapping; | ^~~~~~~~~~~ /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/include/clang-c/Index.h:6962:56: warning: ‘CXRemapping’ is deprecated [-Wdeprecated-declarations] 6962 | clang_getRemappingsFromFileList(const char **, unsigned); | ^ /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/include/clang-c/Index.h:6957:15: note: declared here 6957 | typedef void *CXRemapping; | ^~~~~~~~~~~ /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/include/clang-c/Index.h:6964:78: warning: ‘CXRemapping’ is deprecated [-Wdeprecated-declarations] 6964 | CINDEX_DEPRECATED CINDEX_LINKAGE unsigned clang_remap_getNumFiles(CXRemapping); | ^ /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/include/clang-c/Index.h:6957:15: note: declared here 6957 | typedef void *CXRemapping; | ^~~~~~~~~~~ /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/include/clang-c/Index.h:6967:71: warning: ‘CXRemapping’ is deprecated [-Wdeprecated-declarations] 6967 | clang_remap_getFilenames(CXRemapping, unsigned, CXString *, CXString *); | ^ /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/include/clang-c/Index.h:6957:15: note: declared here 6957 | typedef void *CXRemapping; ``` </details> https://github.com/llvm/llvm-project/pull/149158 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits