llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `lldb-remote-linux-ubuntu` running on `as-builder-9` while building `lldb` at step 7 "build-default".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/195/builds/29259 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 7 (build-default) failure: cmake (failure) ... 40.306 [197/15/5714] Linking CXX static library lib/liblldbDataFormatters.a 40.467 [196/15/5715] Linking CXX executable bin/diagtool 40.478 [196/14/5716] Linking CXX static library lib/liblldbCore.a 40.691 [195/14/5717] Linking CXX static library lib/liblldbCommands.a 40.820 [194/14/5718] Linking CXX static library lib/liblldbBreakpoint.a 40.904 [192/15/5719] Linking CXX static library lib/liblldbPluginArchitectureArm.a 40.922 [191/15/5720] Linking CXX static library lib/liblldbPluginABIAArch64.a 40.990 [190/15/5721] Linking CXX static library lib/liblldbPluginArchitectureMips.a 40.997 [189/15/5722] Linking CXX static library lib/liblldbPluginArchitecturePPC64.a 41.034 [188/15/5723] Building CXX object tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeFiles/lldbPluginCPPRuntime.dir/CPPLanguageRuntime.cpp.o FAILED: tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeFiles/lldbPluginCPPRuntime.dir/CPPLanguageRuntime.cpp.o ccache /usr/bin/c++ -DHAVE_ROUND -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/include -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/include -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/include -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/llvm/include -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/llvm/../clang/include -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/../clang/include -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/source -D__OPTIMIZE__ -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-dangling-reference -Wno-redundant-move -Wno-pessimizing-move -Wno-array-bounds -Wno-stringop-overread -Wno-dangling-pointer -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wno-misleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-stringop-truncation -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeFiles/lldbPluginCPPRuntime.dir/CPPLanguageRuntime.cpp.o -MF tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeFiles/lldbPluginCPPRuntime.dir/CPPLanguageRuntime.cpp.o.d -o tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeFiles/lldbPluginCPPRuntime.dir/CPPLanguageRuntime.cpp.o -c /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp In file included from /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h:16, from /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp:14: /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h:66:17: error: ‘lldb_private::TypeAndOrName lldb_private::CommonABIRuntime::GetDynamicTypeInfo(const lldb_private::Address&)’ cannot be overloaded with ‘lldb_private::TypeAndOrName lldb_private::CommonABIRuntime::GetDynamicTypeInfo(const lldb_private::Address&)’ 66 | TypeAndOrName GetDynamicTypeInfo(const lldb_private::Address &vtable_addr); | ^~~~~~~~~~~~~~~~~~ /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h:61:17: note: previous declaration ‘lldb_private::TypeAndOrName lldb_private::CommonABIRuntime::GetDynamicTypeInfo(const lldb_private::Address&)’ 61 | TypeAndOrName GetDynamicTypeInfo(const lldb_private::Address &vtable_addr); | ^~~~~~~~~~~~~~~~~~ /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h:68:8: error: ‘void lldb_private::CommonABIRuntime::SetDynamicTypeInfo(const lldb_private::Address&, const lldb_private::TypeAndOrName&)’ cannot be overloaded with ‘void lldb_private::CommonABIRuntime::SetDynamicTypeInfo(const lldb_private::Address&, const lldb_private::TypeAndOrName&)’ 68 | void SetDynamicTypeInfo(const lldb_private::Address &vtable_addr, | ^~~~~~~~~~~~~~~~~~ /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h:63:8: note: previous declaration ‘void lldb_private::CommonABIRuntime::SetDynamicTypeInfo(const lldb_private::Address&, const lldb_private::TypeAndOrName&)’ 63 | void SetDynamicTypeInfo(const lldb_private::Address &vtable_addr, | ^~~~~~~~~~~~~~~~~~ 41.075 [188/14/5724] Linking CXX static library lib/liblldbPluginArchitectureAArch64.a 41.079 [188/13/5725] Linking CXX static library lib/liblldbPluginArchitectureRISCV.a 41.201 [188/12/5726] Building CXX object tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxx.cpp.o FAILED: tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxx.cpp.o ccache /usr/bin/c++ -DHAVE_ROUND -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/source/Plugins/Language/CPlusPlus -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Plugins/Language/CPlusPlus -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/include -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/include -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/include -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/llvm/include -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/llvm/../clang/include -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/../clang/include -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source -I/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/source -D__OPTIMIZE__ -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-dangling-reference -Wno-redundant-move -Wno-pessimizing-move -Wno-array-bounds -Wno-stringop-overread -Wno-dangling-pointer -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wno-misleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-stringop-truncation -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxx.cpp.o -MF tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxx.cpp.o.d -o tools/lldb/source/Plugins/Language/CPlusPlus/CMakeFiles/lldbPluginCPlusPlusLanguage.dir/LibCxx.cpp.o -c /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp In file included from /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h:16, from /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp:13: /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h:66:17: error: ‘lldb_private::TypeAndOrName lldb_private::CommonABIRuntime::GetDynamicTypeInfo(const lldb_private::Address&)’ cannot be overloaded with ‘lldb_private::TypeAndOrName lldb_private::CommonABIRuntime::GetDynamicTypeInfo(const lldb_private::Address&)’ 66 | TypeAndOrName GetDynamicTypeInfo(const lldb_private::Address &vtable_addr); | ^~~~~~~~~~~~~~~~~~ /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h:61:17: note: previous declaration ‘lldb_private::TypeAndOrName lldb_private::CommonABIRuntime::GetDynamicTypeInfo(const lldb_private::Address&)’ 61 | TypeAndOrName GetDynamicTypeInfo(const lldb_private::Address &vtable_addr); | ^~~~~~~~~~~~~~~~~~ /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h:68:8: error: ‘void lldb_private::CommonABIRuntime::SetDynamicTypeInfo(const lldb_private::Address&, const lldb_private::TypeAndOrName&)’ cannot be overloaded with ‘void lldb_private::CommonABIRuntime::SetDynamicTypeInfo(const lldb_private::Address&, const lldb_private::TypeAndOrName&)’ 68 | void SetDynamicTypeInfo(const lldb_private::Address &vtable_addr, | ^~~~~~~~~~~~~~~~~~ /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CommonABIRuntime.h:63:8: note: previous declaration ‘void lldb_private::CommonABIRuntime::SetDynamicTypeInfo(const lldb_private::Address&, const lldb_private::TypeAndOrName&)’ 63 | void SetDynamicTypeInfo(const lldb_private::Address &vtable_addr, | ^~~~~~~~~~~~~~~~~~ 41.573 [188/11/5727] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinter.cpp.o 42.350 [188/10/5728] Linking CXX shared module lib/SampleAnalyzerPlugin.so 42.378 [188/9/5729] Linking CXX shared module lib/CheckerDependencyHandlingAnalyzerPlugin.so 42.471 [188/8/5730] Linking CXX shared module lib/CheckerOptionHandlingAnalyzerPlugin.so ``` </details> https://github.com/llvm/llvm-project/pull/212015 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
