llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `clang-aarch64-quick` running on `linaro-clang-aarch64-quick` while building `clang` at step 5 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/65/builds/24103 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 5 (ninja check 1) failure: stage 1 checked (failure) ******************** TEST 'Clangd Unit Tests :: ./ClangdTests/244/334' FAILED ******************** Script(shard): -- GTEST_OUTPUT=json:/home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/tools/clang/tools/extra/clangd/unittests/./ClangdTests-Clangd Unit Tests-2235197-244-334.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=334 GTEST_SHARD_INDEX=244 /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/tools/clang/tools/extra/clangd/unittests/./ClangdTests -- Note: This is test shard 245 of 334. [==========] Running 4 tests from 4 test suites. [----------] Global test environment set-up. [----------] 1 test from CompletionStringTest [ RUN ] CompletionStringTest.DocumentationWithAnnotation [ OK ] CompletionStringTest.DocumentationWithAnnotation (0 ms) [----------] 1 test from CompletionStringTest (0 ms total) [----------] 1 test from FuzzyMatch [ RUN ] FuzzyMatch.Matches [ OK ] FuzzyMatch.Matches (15 ms) [----------] 1 test from FuzzyMatch (15 ms total) [----------] 1 test from CrossFileRenameTests [ RUN ] CrossFileRenameTests.ObjC ASTWorker building file /clangd-test/foo.h version null with command [/clangd-test] clang -xobjective-c /clangd-test/foo.h Driver produced command: cc1 -cc1 -triple aarch64-unknown-linux-gnu -fsyntax-only -disable-free -clear-ast-before-backend -main-file-name foo.h -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -enable-tlsdesc -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/clangd-test -fcoverage-compilation-dir=/clangd-test -resource-dir lib/clang/22 -internal-isystem lib/clang/22/include -internal-isystem /usr/local/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fobjc-runtime=gcc -fobjc-encode-cxx-class-template-spec -fobjc-exceptions -no-round-trip-args -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -x objective-c /clangd-test/foo.h Building first preamble for /clangd-test/foo.h version null Built preamble of size 814288 for file /clangd-test/foo.h version null in 0.45 seconds indexed preamble AST for /clangd-test/foo.h version null: symbol slab: 0 symbols, 120 bytes ref slab: 0 symbols, 0 refs, 128 bytes relations slab: 0 relations, 24 bytes indexed file AST for /clangd-test/foo.h version null: symbol slab: 2 symbols, 4680 bytes ref slab: 2 symbols, 2 refs, 4272 bytes relations slab: 0 relations, 24 bytes Build dynamic index for main-file symbols with estimated memory usage of 12040 bytes ASTWorker building file /clangd-test/foo.m version null with command [/clangd-test] clang -xobjective-c /clangd-test/foo.m Driver produced command: cc1 -cc1 -triple aarch64-unknown-linux-gnu -fsyntax-only -disable-free -clear-ast-before-backend -main-file-name foo.m -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=non-leaf -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -enable-tlsdesc -target-cpu generic -target-feature +v8a -target-feature +fp-armv8 -target-feature +neon -target-abi aapcs -debugger-tuning=gdb -fdebug-compilation-dir=/clangd-test -fcoverage-compilation-dir=/clangd-test -resource-dir lib/clang/22 -internal-isystem lib/clang/22/include -internal-isystem /usr/local/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -fobjc-runtime=gcc -fobjc-encode-cxx-class-template-spec -fobjc-exceptions -no-round-trip-args -target-feature -fmv -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -x objective-c /clangd-test/foo.m Building first preamble for /clangd-test/foo.m version null not idle after addDocument UNREACHABLE executed at ../llvm/clang-tools-extra/clangd/unittests/SyncAPI.cpp:22! #0 0x0000c809b193fd68 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/tools/clang/tools/extra/clangd/unittests/./ClangdTests+0xcffd68) #1 0x0000c809b193d858 llvm::sys::RunSignalHandlers() (/home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/tools/clang/tools/extra/clangd/unittests/./ClangdTests+0xcfd858) #2 0x0000c809b1940ba8 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 #3 0x0000ebbdb79968f8 (linux-vdso.so.1+0x8f8) #4 0x0000ebbdb74b2008 __pthread_kill_implementation ./nptl/./nptl/pthread_kill.c:44:76 #5 0x0000ebbdb746a83c gsignal ./signal/../sysdeps/posix/raise.c:27:6 #6 0x0000ebbdb7457134 abort ./stdlib/./stdlib/abort.c:81:7 ... ``` </details> https://github.com/llvm/llvm-project/pull/163605 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
