INFO:2026-03-06T19:12:42Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 3da28bfbce4d..57f1ec6e0a4e 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 57f1ec6e0a4e builtins: adjust FP80 source management (#183871) INFO:2026-03-06T19:12:46Z:root:syncing... Deleted branch merge (was 1b71c435813f). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. On branch merge Your branch is up to date with 'origin/main'. Untracked files: (use "git add ..." to include in what will be committed) - D67202.diff analyze_in.json analyze_out.json curbuild.meta.json curbuild.txt out/ syncbot.state sysroot test.cc test.o It took 3.12 seconds to enumerate untracked files. See 'git help status' for information on how to improve this. nothing added to commit but untracked files present (use "git add" to track) [gn build] Port 57f1ec6e0a4e -- https://github.com/llvm/llvm-project/commit/57f1ec6e0a4e Traceback (most recent call last): File "/usr/local/google/home/thakis/src/llvm-project/llvm/utils/gn/build/sync_source_lists_from_cmake.py", line 187, in main() ~~~~^^ File "/usr/local/google/home/thakis/src/llvm-project/llvm/utils/gn/build/sync_source_lists_from_cmake.py", line 180, in main src = sync_source_lists(len(sys.argv) > 1 and sys.argv[1] == "--write") File "/usr/local/google/home/thakis/src/llvm-project/llvm/utils/gn/build/sync_source_lists_from_cmake.py", line 149, in sync_source_lists git(["commit", "-m", "[gn build] Port %s" % rev]) ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/google/home/thakis/src/llvm-project/llvm/utils/gn/build/sync_source_lists_from_cmake.py", line 55, in git subprocess.check_call(["git"] + args, shell=os.name == "nt") ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/subprocess.py", line 419, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['git', 'commit', '-m', '[gn build] Port 57f1ec6e0a4e']' returned non-zero exit status 1. Command '['/usr/bin/python3', 'llvm/utils/gn/build/sync_source_lists_from_cmake.py', '--write']' returned non-zero exit status 1.