INFO:2025-02-12T08:58:20Z:root:pulling... From https://github.com/llvm/llvm-project * branch main -> FETCH_HEAD 215fa9e175c6..25c055416643 main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 4 commits, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at 25c055416643 [libclc] Move conversion builtins to the CLC library (#124727) INFO:2025-02-12T08:58:25Z:root:syncing... Deleted branch merge (was 215fa9e175c6). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-02-12T08:58:25Z:root:building ninja: Entering directory `out/gn' [1/9] CXX obj/bolt/tools/driver/llvm-bolt.llvm-bolt.o [2/9] LINK ./bin/llvm-bolt [3/9] ACTION //bolt/tools/driver:llvm-boltdiff(//llvm/utils/gn/build/toolchain:unix) [4/9] ACTION //bolt/tools/driver:perf2bolt(//llvm/utils/gn/build/toolchain:unix) [5/9] STAMP obj/bolt/tools/driver/perf2bolt.stamp [6/9] STAMP obj/bolt/tools/driver/llvm-boltdiff.stamp [7/9] STAMP obj/bolt/tools/driver/symlinks.stamp [8/9] STAMP obj/bolt/test/test.stamp [9/9] STAMP obj/default.stamp INFO:2025-02-12T08:58:31Z:root:analyze gn analyze output: { "compile_targets": [], "status": "No dependency", "test_targets": [] } gn analyze input: { "files": [ "//bolt/tools/driver/llvm-bolt.cpp", "//flang/lib/Optimizer/CodeGen/CodeGen.cpp", "//flang/lib/Optimizer/Dialect/FIROps.cpp", "//flang/test/Fir/convert-to-llvm.fir", "//flang/test/Fir/fir-ops.fir", "//libclc/CMakeLists.txt", "//libclc/clc/include/clc/clc_convert.h", "//libclc/clc/include/clc/float/definitions.h", "//libclc/generic/include/clc/convert.h", "//libclc/generic/include/clc/float/definitions.h", "//libclc/generic/lib/gen_convert.py", "//libcxx/test/std/algorithms/alg.nonmodifying/alg.find/find.pass.cpp", "//libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges.find.pass.cpp", "//libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/for_each.pass.cpp" ], "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": [] } running all tests due to change to blacklisted file INFO:2025-02-12T08:58:31Z:root:testing INFO:2025-02-12T08:58:31Z:root:test check-clang ninja: Entering directory `out/gn' [0/2] ACTION //clang/test:check-clang(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using clang: /Users/thakis/src/llvm-project/out/gn/bin/clang llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/util.py:473: note: using SDKROOT: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk' llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: 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:506: 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:506: 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:506: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 20878 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 476.92s Total Discovered Tests: 46570 Skipped : 35 (0.08%) Unsupported : 247 (0.53%) Passed : 46253 (99.32%) Expectedly Failed: 35 (0.08%) INFO:2025-02-12T09:06:33Z:root:test check-clang-tools ninja: Entering directory `out/gn' [0/2] ACTION //clang-tools-extra/test:check-clang-tools(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using clang: /Users/thakis/src/llvm-project/out/gn/bin/clang -- Testing: 995 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 50.32s Total Discovered Tests: 1419 Unsupported : 3 (0.21%) Passed : 1415 (99.72%) Expectedly Failed: 1 (0.07%) INFO:2025-02-12T09:07:25Z:root:test check-clangd ninja: Entering directory `out/gn' [0/2] ACTION //clang-tools-extra/clangd/test:check-clangd(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using clang: /Users/thakis/src/llvm-project/out/gn/bin/clang -- Testing: 98 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 16.66s Total Discovered Tests: 1362 Unsupported: 7 (0.51%) Passed : 1355 (99.49%) INFO:2025-02-12T09:07:42Z:root:test check-lld ninja: Entering directory `out/gn' [0/2] 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:506: 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:506: 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:506: 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:506: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 3046 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 45.10s Total Discovered Tests: 3046 Unsupported : 25 (0.82%) Passed : 3020 (99.15%) Expectedly Failed: 1 (0.03%) INFO:2025-02-12T09:08:28Z:root:test check-llvm ninja: Entering directory `out/gn' [0/2] ACTION //llvm/test:check-llvm(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: 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:506: 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:506: 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:506: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 56170 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 541.55s Total Discovered Tests: 64174 Skipped : 32 (0.05%) Unsupported : 2291 (3.57%) Passed : 61674 (96.10%) Expectedly Failed: 177 (0.28%) INFO:2025-02-12T09:17:43Z:root:done