INFO:2025-01-15T02:29:51Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD e7f756d4684a..21ade5ae2978 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 21ade5ae2978 [JITLink] Fix indentation in debugging output. INFO:2025-01-15T02:29:54Z:root:syncing... Deleted branch merge (was e7f756d4684a). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-01-15T02:29:54Z:root:building ninja: Entering directory `out/gn' [1/34] CXX obj/llvm/lib/ExecutionEngine/JITLink/JITLink.EHFrameSupport.o [2/34] AR lib/libLLVMJITLink.a [3/34] LINK ./bin/lli-child-target [4/34] LINK obj/llvm/unittests/ExecutionEngine/ExecutionEngineTests [5/34] LINK obj/llvm/unittests/ExecutionEngine/JITLink/JITLinkTests [6/34] LINK obj/llvm/unittests/tools/llvm-exegesis/LLVMExegesisTests [7/34] LINK obj/llvm/unittests/tools/llvm-exegesis/Mips/LLVMExegesisMipsTests [8/34] LINK obj/llvm/unittests/tools/llvm-exegesis/PowerPC/LLVMExegesisPowerPCTests [9/34] LINK obj/llvm/unittests/tools/llvm-exegesis/AArch64/LLVMExegesisAArch64Tests [10/34] LINK obj/llvm/unittests/tools/llvm-exegesis/RISCV/LLVMExegesisRISCVTests [11/34] LINK ./bin/lli [12/34] STAMP obj/lldb/test/test.stamp [13/34] LINK obj/llvm/unittests/tools/llvm-exegesis/X86/LLVMExegesisX86Tests [14/34] LINK obj/llvm/unittests/ExecutionEngine/Orc/OrcJITTests [15/34] STAMP obj/llvm/unittests/unittests.stamp [16/34] LINK ./bin/llvm-jitlink [17/34] LINK ./bin/llvm-exegesis [18/34] STAMP obj/llvm/test/test.stamp [19/34] LINK ./bin/llvm-bolt [20/34] LINK obj/bolt/unittests/Core/CoreTests [21/34] STAMP obj/bolt/unittests/unittests.stamp [22/34] LINK ./bin/llvm-bolt-heatmap [23/34] ACTION //bolt/tools/driver:perf2bolt(//llvm/utils/gn/build/toolchain:unix) [24/34] ACTION //bolt/tools/driver:llvm-boltdiff(//llvm/utils/gn/build/toolchain:unix) [25/34] STAMP obj/bolt/tools/driver/perf2bolt.stamp [26/34] STAMP obj/bolt/tools/driver/llvm-boltdiff.stamp [27/34] STAMP obj/bolt/tools/driver/symlinks.stamp [28/34] STAMP obj/bolt/test/test.stamp [29/34] LINK obj/clang/unittests/Interpreter/ExceptionTests/ClangReplInterpreterExceptionTests [30/34] LINK obj/clang/unittests/Interpreter/ClangReplInterpreterTests [31/34] STAMP obj/clang/unittests/unittests.stamp [32/34] LINK ./bin/clang-repl [33/34] STAMP obj/clang/test/test.stamp [34/34] STAMP obj/default.stamp INFO:2025-01-15T02:30:00Z:root:analyze gn analyze output: { "compile_targets": [], "status": "Found dependency", "test_targets": [ "//clang/test:check-clang", "//llvm/test:check-llvm" ] } gn analyze input: { "files": [ "//llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp" ], "test_targets": [ "//clang-tools-extra/clangd/test:check-clangd", "//clang-tools-extra/test:check-clang-tools", "//clang/test:check-clang", "//compiler-rt/test/hwasan:check-hwasan", "//lld/test:check-lld", "//llvm/test:check-llvm" ], "additional_compile_targets": [] } INFO:2025-01-15T02:30:00Z:root:testing INFO:2025-01-15T02:30:00Z:root:test check-clang ninja: Entering directory `out/gn' [0/2] ACTION //clang/test:check-clang(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using clang: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 21943 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 133.42s Total Discovered Tests: 46399 Skipped : 4 (0.01%) Unsupported : 108 (0.23%) Passed : 46255 (99.69%) Expectedly Failed: 32 (0.07%) INFO:2025-01-15T02:32:19Z:root:skip check-clang-tools INFO:2025-01-15T02:32:19Z:root:skip check-clangd INFO:2025-01-15T02:32:19Z:root:skip check-hwasan INFO:2025-01-15T02:32:19Z:root:skip check-lld INFO:2025-01-15T02:32:19Z:root:test check-llvm ninja: Entering directory `out/gn' [0/2] ACTION //llvm/test:check-llvm(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 57844 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 148.43s Total Discovered Tests: 63713 Skipped : 16 (0.03%) Unsupported : 2034 (3.19%) Passed : 61495 (96.52%) Expectedly Failed: 168 (0.26%) INFO:2025-01-15T02:34:54Z:root:done