INFO:2025-09-03T17:18:51Z:root:pulling... From https://github.com/llvm/llvm-project * branch main -> FETCH_HEAD f5006e043143..714f6b03bc89 main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at 714f6b03bc89 [lld] Make lld tests use lit internal shell by default INFO:2025-09-03T17:18:54Z:root:syncing... Deleted branch merge (was 24762daf0107). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge 14293d90946f] [gn build] Port 20b4f59ccad5 1 file changed, 1 insertion(+) [merge 32c51a03c34d] [gn build] Port 4d9578b8ed20 1 file changed, 4 insertions(+), 1 deletion(-) [merge d3233ada4860] [gn build] Port 74b9484fd62d 1 file changed, 1 deletion(-) [merge 6fbc052c420e] [gn build] Port 8a65c4f11a4c 1 file changed, 1 insertion(+) [merge 24e1f3d1834f] [gn build] Port 90865906dd2d 1 file changed, 1 deletion(-) [gn build] Port 20b4f59ccad5 -- https://github.com/llvm/llvm-project/commit/20b4f59ccad5 [gn build] Port 4d9578b8ed20 -- https://github.com/llvm/llvm-project/commit/4d9578b8ed20 [gn build] Port 74b9484fd62d -- https://github.com/llvm/llvm-project/commit/74b9484fd62d [gn build] Port 8a65c4f11a4c -- https://github.com/llvm/llvm-project/commit/8a65c4f11a4c [gn build] Port 90865906dd2d -- https://github.com/llvm/llvm-project/commit/90865906dd2d INFO:2025-09-03T17:18:56Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files ninja: no work to do. INFO:2025-09-03T17:18:57Z:root:analyze gn analyze output: { "compile_targets": [], "status": "No dependency", "test_targets": [] } gn analyze input: { "files": [ "//lld/test/MachO/objc-category-merging-minimal.s", "//lld/test/lit.cfg.py", "//llvm/utils/gn/secondary/clang-tools-extra/clang-reorder-fields/BUILD.gn", "//llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn", "//llvm/utils/gn/secondary/libcxx/include/BUILD.gn", "//llvm/utils/gn/secondary/llvm/unittests/Target/RISCV/BUILD.gn" ], "test_targets": [ "//clang-tools-extra/clangd/test:check-clangd", "//clang-tools-extra/test:check-clang-tools", "//clang/test:check-clang", "//lld/test:check-lld", "//llvm/test:check-llvm" ], "additional_compile_targets": [] } INFO:2025-09-03T17:18:58Z:root:testing INFO:2025-09-03T17:18:58Z:root:skip check-clang INFO:2025-09-03T17:18:58Z:root:skip check-clang-tools INFO:2025-09-03T17:18:58Z:root:skip check-clangd INFO:2025-09-03T17:18:58Z:root:test check-lld ninja: Entering directory `out/gn' [0/1] ACTION //lld/test:check-lld(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:527: note: using ld.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:527: note: using lld-link: /Users/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:527: note: using ld64.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:527: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 3136 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. FAIL: lld :: ELF/weak-undef-lib.s (643 of 3136) ******************** TEST 'lld :: ELF/weak-undef-lib.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 /Users/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=x86_64-pc-linux /Users/thakis/src/llvm-project/lld/test/ELF/weak-undef-lib.s -o /Users/thakis/src/llvm-project/out/gn/obj/lld/test/ELF/Output/weak-undef-lib.s.tmp1.o # executed command: /Users/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=x86_64-pc-linux /Users/thakis/src/llvm-project/lld/test/ELF/weak-undef-lib.s -o /Users/thakis/src/llvm-project/out/gn/obj/lld/test/ELF/Output/weak-undef-lib.s.tmp1.o # RUN: at line 3 echo -e '.globl foo\nfoo: ret' | /Users/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=x86_64-pc-linux - -o /Users/thakis/src/llvm-project/out/gn/obj/lld/test/ELF/Output/weak-undef-lib.s.tmp2.o # executed command: echo -e '.globl foo\nfoo: ret' # executed command: /Users/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=x86_64-pc-linux - -o /Users/thakis/src/llvm-project/out/gn/obj/lld/test/ELF/Output/weak-undef-lib.s.tmp2.o # .---command stderr------------ # | :1:1: error: unexpected token at start of statement # | -e .globl foo\nfoo: ret # | ^ # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. FAIL: lld :: COFF/reloc-discarded.s (1043 of 3136) ******************** TEST 'lld :: COFF/reloc-discarded.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 echo -e '.section .bss,"bw",discard,main_global\n.global main_global\n main_global:\n .long 0' | /Users/thakis/src/llvm-project/out/gn/bin/llvm-mc - -filetype=obj -o /Users/thakis/src/llvm-project/out/gn/obj/lld/test/COFF/Output/reloc-discarded.s.tmp1.obj -triple x86_64-windows-msvc # executed command: echo -e '.section .bss,"bw",discard,main_global\n.global main_global\n main_global:\n .long 0' # executed command: /Users/thakis/src/llvm-project/out/gn/bin/llvm-mc - -filetype=obj -o /Users/thakis/src/llvm-project/out/gn/obj/lld/test/COFF/Output/reloc-discarded.s.tmp1.obj -triple x86_64-windows-msvc # .---command stderr------------ # | :1:1: error: unexpected token at start of statement # | -e .section .bss,"bw",discard,main_global\n.global main_global\n main_global:\n .long 0 # | ^ # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80 FAIL: lld :: ELF/weak-shared-gc.s (1718 of 3136) ******************** TEST 'lld :: ELF/weak-shared-gc.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 /Users/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=x86_64-pc-linux /Users/thakis/src/llvm-project/lld/test/ELF/weak-shared-gc.s -o /Users/thakis/src/llvm-project/out/gn/obj/lld/test/ELF/Output/weak-shared-gc.s.tmp1.o # executed command: /Users/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=x86_64-pc-linux /Users/thakis/src/llvm-project/lld/test/ELF/weak-shared-gc.s -o /Users/thakis/src/llvm-project/out/gn/obj/lld/test/ELF/Output/weak-shared-gc.s.tmp1.o # RUN: at line 3 echo -e '.globl __cxa_finalize\n__cxa_finalize:' | /Users/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=x86_64-pc-linux - -o /Users/thakis/src/llvm-project/out/gn/obj/lld/test/ELF/Output/weak-shared-gc.s.tmp2.o # executed command: echo -e '.globl __cxa_finalize\n__cxa_finalize:' # executed command: /Users/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=x86_64-pc-linux - -o /Users/thakis/src/llvm-project/out/gn/obj/lld/test/ELF/Output/weak-shared-gc.s.tmp2.o # .---command stderr------------ # | :1:1: error: unexpected token at start of statement # | -e .globl __cxa_finalize\n__cxa_finalize: # | ^ # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. ******************** Failed Tests (3): lld :: COFF/reloc-discarded.s lld :: ELF/weak-shared-gc.s lld :: ELF/weak-undef-lib.s Testing Time: 45.29s Total Discovered Tests: 3136 Unsupported : 25 (0.80%) Passed : 3107 (99.08%) Expectedly Failed: 1 (0.03%) Failed : 3 (0.10%) FAILED: gen/lld/test/run-lit python3 bin/llvm-lit -sv ../../lld/test ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn', 'check-lld']' returned non-zero exit status 1.