llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `llvm-nvptx-nvidia-ubuntu` running on `as-builder-7` while building `lldb,llvm` at step 6 "test-build-unified-tree-check-llvm".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/180/builds/37919 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 6 (test-build-unified-tree-check-llvm) failure: test (failure) ... 2.281 [3/8/790] Linking CXX executable unittests/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerTests 2.282 [3/7/791] Linking CXX executable unittests/IR/IRTests 2.300 [3/6/792] Linking CXX executable unittests/Transforms/Utils/UtilsTests 2.339 [3/5/793] Linking CXX executable unittests/tools/llvm-exegesis/LLVMExegesisTests 2.610 [3/4/794] Linking CXX executable unittests/ADT/ADTTests 2.707 [3/3/795] Linking CXX executable unittests/Support/SupportTests 8.815 [3/2/796] Building CXX object unittests/DebugInfo/DWARF/CMakeFiles/DebugInfoDWARFTests.dir/DWARFDieTest.cpp.o 9.041 [2/2/797] Linking CXX executable unittests/DebugInfo/DWARF/DebugInfoDWARFTests 22.388 [2/1/798] Building CXX object unittests/DebugInfo/GSYM/CMakeFiles/DebugInfoGSYMTests.dir/GSYMTest.cpp.o 22.544 [1/1/799] Linking CXX executable unittests/DebugInfo/GSYM/DebugInfoGSYMTests FAILED: unittests/DebugInfo/GSYM/DebugInfoGSYMTests : && /usr/bin/c++ -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 -O3 -DNDEBUG -fuse-ld=gold -Wl,--gc-sections unittests/DebugInfo/GSYM/CMakeFiles/DebugInfoGSYMTests.dir/GsymDataExtractorTest.cpp.o unittests/DebugInfo/GSYM/CMakeFiles/DebugInfoGSYMTests.dir/GSYMTest.cpp.o unittests/DebugInfo/GSYM/CMakeFiles/DebugInfoGSYMTests.dir/GSYMV2Test.cpp.o -o unittests/DebugInfo/GSYM/DebugInfoGSYMTests -Wl,-rpath,/home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/lib lib/libLLVMDebugInfoGSYM.so.23.0git lib/libLLVMObjectYAML.so.23.0git lib/libllvm_gtest_main.so.23.0git lib/libLLVMTestingSupport.so.23.0git lib/libLLVMDebugInfoDWARF.so.23.0git lib/libLLVMMC.so.23.0git lib/libllvm_gtest.so.23.0git lib/libLLVMSupport.so.23.0git -Wl,-rpath-link,/home/buildbot/worker/as-builder-7/llvm-nvptx-nvidia-ubuntu/build/lib && : unittests/DebugInfo/GSYM/CMakeFiles/DebugInfoGSYMTests.dir/GSYMTest.cpp.o:GSYMTest.cpp:function llvm::DWARFTypePrinter<llvm::DWARFDie>::appendTypeTagName(llvm::dwarf::Tag):(.text._ZN4llvm16DWARFTypePrinterINS_8DWARFDieEE17appendTypeTagNameENS_5dwarf3TagE+0x11): error: undefined reference to 'llvm::dwarf::TagString(unsigned int)' unittests/DebugInfo/GSYM/CMakeFiles/DebugInfoGSYMTests.dir/GSYMTest.cpp.o:GSYMTest.cpp:function llvm::DWARFTypePrinter<llvm::DWARFDie>::appendArrayType(llvm::DWARFDie const&):(.text._ZN4llvm16DWARFTypePrinterINS_8DWARFDieEE15appendArrayTypeERKS1_+0x318): error: undefined reference to 'llvm::dwarf::LanguageLowerBound(llvm::dwarf::SourceLanguage)' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed. ``` </details> https://github.com/llvm/llvm-project/pull/196448 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
