INFO:2025-08-08T06:12:24Z:root:pulling... From https://github.com/llvm/llvm-project * branch main -> FETCH_HEAD 6a425f1e54d7..eccc6e22f811 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 eccc6e22f811 [clang-repl] Enable extending `launchExecutor` (#152562) INFO:2025-08-08T06:12:28Z:root:syncing... Deleted branch merge (was 6a425f1e54d7). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge ac368b6a518e] [gn build] Port eccc6e22f811 1 file changed, 1 insertion(+) [gn build] Port eccc6e22f811 -- https://github.com/llvm/llvm-project/commit/eccc6e22f811 INFO:2025-08-08T06:12:29Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/8] CXX obj/clang/lib/Interpreter/Interpreter.RemoteJITUtils.o [2/8] AR lib/libclangInterpreter.a [3/8] LINK obj/clang/unittests/Interpreter/ExceptionTests/ClangReplInterpreterExceptionTests [4/8] CXX obj/clang/unittests/Interpreter/ClangReplInterpreterTests.OutOfProcessInterpreterTests.o [5/8] CXX obj/clang/unittests/Interpreter/ClangReplInterpreterTests.InterpreterTest.o [6/8] CXX obj/clang/tools/clang-repl/clang-repl.ClangRepl.o [7/8] LINK ./bin/clang-repl [8/8] LINK obj/clang/unittests/Interpreter/ClangReplInterpreterTests INFO:2025-08-08T06:12:38Z:root:analyze gn analyze output: { "compile_targets": [], "status": "Found dependency", "test_targets": [ "//clang/test:check-clang" ] } gn analyze input: { "files": [ "//clang/include/clang/Interpreter/RemoteJITUtils.h", "//clang/lib/Interpreter/RemoteJITUtils.cpp", "//clang/unittests/Interpreter/CMakeLists.txt", "//clang/unittests/Interpreter/InterpreterTest.cpp", "//clang/unittests/Interpreter/OutOfProcessInterpreterTests.cpp", "//llvm/utils/gn/secondary/clang/unittests/Interpreter/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": [] } running all tests due to change to blacklisted file INFO:2025-08-08T06:12:38Z:root:testing INFO:2025-08-08T06:12:38Z:root:test check-clang ninja: Entering directory `out/gn' [0/1] 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:520: note: using clang: /Users/thakis/src/llvm-project/out/gn/bin/clang llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/subst.py:126: note: Did not find cir-opt in /Users/thakis/src/llvm-project/out/gn/bin:/Users/thakis/src/llvm-project/out/gn/bin llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/util.py:476: 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:520: 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:520: 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:520: 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:520: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 22258 tests, 8 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. FAIL: Clang-Unit :: Interpreter/./ClangReplInterpreterTests/13/14 (21012 of 22258) ******************** TEST 'Clang-Unit :: Interpreter/./ClangReplInterpreterTests/13/14' FAILED ******************** Script(shard): -- GTEST_OUTPUT=json:/Users/thakis/src/llvm-project/out/gn/obj/clang/unittests/Interpreter/./ClangReplInterpreterTests-Clang-Unit-94285-13-14.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=14 GTEST_SHARD_INDEX=13 /Users/thakis/src/llvm-project/out/gn/obj/clang/unittests/Interpreter/./ClangReplInterpreterTests -- Note: This is test shard 14 of 14. [==========] Running 2 tests from 2 test suites. [----------] Global test environment set-up. [----------] 1 test from IncrementalCompilerBuilder [ RUN ] IncrementalCompilerBuilder.SetTargetTriple [ OK ] IncrementalCompilerBuilder.SetTargetTriple (0 ms) [----------] 1 test from IncrementalCompilerBuilder (0 ms total) [----------] 1 test from InterpreterTestBase [ RUN ] InterpreterTestBase.SanityWithRemoteExecution Failure value returned from cantFail wrapped call No such file or directory UNREACHABLE executed at ../../llvm/include/llvm/Support/Error.h:810! -- exit: -6 -- shard JSON output does not exist: /Users/thakis/src/llvm-project/out/gn/obj/clang/unittests/Interpreter/./ClangReplInterpreterTests-Clang-Unit-94285-13-14.json ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. ******************** Failed Tests (1): Clang-Unit :: Interpreter/./ClangReplInterpreterTests/13/14 Testing Time: 487.12s Total Discovered Tests: 48185 Skipped : 35 (0.07%) Unsupported : 351 (0.73%) Passed : 47765 (99.13%) Expectedly Failed: 33 (0.07%) Failed : 1 (0.00%) FAILED: gen/clang/test/run-lit python3 bin/llvm-lit -sv ../../clang/test ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn', 'check-clang']' returned non-zero exit status 1.