Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-23T08:32:39.8554504Z with: 2026-08-23T08:32:39.8554733Z repository: pypy/pypy 2026-08-23T08:32:39.8556939Z token: *** 2026-08-23T08:32:39.8557156Z ssh-strict: true 2026-08-23T08:32:39.8557379Z ssh-user: git 2026-08-23T08:32:39.8557607Z persist-credentials: true 2026-08-23T08:32:39.8557857Z clean: true 2026-08-23T08:32:39.8558107Z sparse-checkout-cone-mode: true 2026-08-23T08:32:39.8558546Z fetch-depth: 1 2026-08-23T08:32:39.8558773Z fetch-tags: false 2026-08-23T08:32:39.8558997Z show-progress: true 2026-08-23T08:32:39.8559349Z lfs: false 2026-08-23T08:32:39.8559557Z submodules: false 2026-08-23T08:32:39.8559788Z set-safe-directory: true
2026-08-23T08:32:39.9608401Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T08:32:39.9610365Z Working directory is 'D:\a\pypy\pypy' 2026-08-23T08:32:40.0171179Z [command]"C:\Program Files\Git\bin\git.exe" version 2026-08-23T08:32:40.3664086Z git version 2.55.0.windows.4
2026-08-23T08:32:40.3720067Z Temporarily overriding HOME='D:\a\_temp\8f6adc1c-d3f9-4346-ae57-e46d38b21fd2' before making global git config changes 2026-08-23T08:32:40.3720855Z Adding repository directory to the temporary git global config as a safe directory 2026-08-23T08:32:40.3727269Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\pypy\pypy 2026-08-23T08:32:40.4516933Z Deleting the contents of 'D:\a\pypy\pypy'
Initializing the repository
2026-08-23T08:32:40.4528621Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\pypy\pypy 2026-08-23T08:32:40.5282709Z Initialized empty Git repository in D:/a/pypy/pypy/.git/ 2026-08-23T08:32:40.5320547Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-23T08:32:40.5792034Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
Setting up auth
2026-08-23T08:32:40.6025892Z Removing SSH command configuration 2026-08-23T08:32:40.6036337Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand 2026-08-23T08:32:40.6363819Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2026-08-23T08:32:42.1065072Z Removing HTTP extra header 2026-08-23T08:32:42.1072366Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-23T08:32:42.1298205Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2026-08-23T08:32:42.5217105Z Removing includeIf entries pointing to credentials config files 2026-08-23T08:32:42.5225732Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-23T08:32:42.5447908Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url" 2026-08-23T08:32:42.9406513Z [command]"C:\Program Files\Git\bin\git.exe" config --file D:\a\_temp\git-credentials-a2c264b9-93e1-430d-9eae-4d548589516e.config http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2026-08-23T08:32:42.9631577Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:D:/a/pypy/pypy/.git.path D:\a\_temp\git-credentials-a2c264b9-93e1-430d-9eae-4d548589516e.config 2026-08-23T08:32:42.9839077Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:D:/a/pypy/pypy/.git/worktrees/*.path D:\a\_temp\git-credentials-a2c264b9-93e1-430d-9eae-4d548589516e.config 2026-08-23T08:32:43.0056446Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-a2c264b9-93e1-430d-9eae-4d548589516e.config 2026-08-23T08:32:43.0273166Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-a2c264b9-93e1-430d-9eae-4d548589516e.config
Fetching the repository
2026-08-23T08:32:43.0503618Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +433692af8423dc07878148fc116240cf418f51ed:refs/remotes/origin/main 2026-08-23T08:32:44.7519704Z From https://github.com/pypy/pypy 2026-08-23T08:32:44.7520256Z * [new ref] 433692af8423dc07878148fc116240cf418f51ed -> origin/main 2026-08-23T08:32:44.7568565Z [command]"C:\Program Files\Git\bin\git.exe" branch --list --remote origin/main 2026-08-23T08:32:44.7780792Z origin/main 2026-08-23T08:32:44.7819719Z [command]"C:\Program Files\Git\bin\git.exe" rev-parse refs/remotes/origin/main 2026-08-23T08:32:44.8017590Z 433692af8423dc07878148fc116240cf418f51ed
Determining the checkout info
2026-08-23T08:32:44.8056602Z [command]"C:\Program Files\Git\bin\git.exe" sparse-checkout disable 2026-08-23T08:32:44.8315118Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T08:32:44.8569920Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B main refs/remotes/origin/main 2026-08-23T08:32:45.8862679Z Updating files: 87% (5278/6014) 2026-08-23T08:32:45.8966108Z Updating files: 88% (5293/6014) 2026-08-23T08:32:45.9052176Z Updating files: 89% (5353/6014) 2026-08-23T08:32:45.9195924Z Updating files: 90% (5413/6014) 2026-08-23T08:32:46.0304710Z Updating files: 91% (5473/6014) 2026-08-23T08:32:46.0707583Z Updating files: 92% (5533/6014) 2026-08-23T08:32:46.0802337Z Updating files: 93% (5594/6014) 2026-08-23T08:32:46.0903066Z Updating files: 94% (5654/6014) 2026-08-23T08:32:46.0981233Z Updating files: 95% (5714/6014) 2026-08-23T08:32:46.1057620Z Updating files: 96% (5774/6014) 2026-08-23T08:32:46.1158965Z Updating files: 97% (5834/6014) 2026-08-23T08:32:46.1245506Z Updating files: 98% (5894/6014) 2026-08-23T08:32:46.1325292Z Updating files: 99% (5954/6014) 2026-08-23T08:32:46.1325560Z Updating files: 100% (6014/6014) 2026-08-23T08:32:46.1325765Z Updating files: 100% (6014/6014), done. 2026-08-23T08:32:46.1463088Z Switched to a new branch 'main' 2026-08-23T08:32:46.1473286Z branch 'main' set up to track 'origin/main'.
2026-08-23T08:32:46.1785297Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format=%H 2026-08-23T08:32:46.1979774Z 433692af8423dc07878148fc116240cf418f51ed