Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-15T16:04:05.6103721Z with: 2026-09-15T16:04:05.6104096Z repository: pypy/pypy 2026-09-15T16:04:05.6107620Z token: *** 2026-09-15T16:04:05.6107971Z ssh-strict: true 2026-09-15T16:04:05.6108326Z ssh-user: git 2026-09-15T16:04:05.6109156Z persist-credentials: true 2026-09-15T16:04:05.6109569Z clean: true 2026-09-15T16:04:05.6109940Z sparse-checkout-cone-mode: true 2026-09-15T16:04:05.6110377Z fetch-depth: 1 2026-09-15T16:04:05.6110738Z fetch-tags: false 2026-09-15T16:04:05.6111097Z show-progress: true 2026-09-15T16:04:05.6111466Z lfs: false 2026-09-15T16:04:05.6111804Z submodules: false 2026-09-15T16:04:05.6112188Z set-safe-directory: true
2026-09-15T16:04:05.7545218Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-15T16:04:05.7549406Z Working directory is 'D:\a\pypy\pypy' 2026-09-15T16:04:05.8349632Z [command]"C:\Program Files\Git\bin\git.exe" version 2026-09-15T16:04:06.1837193Z git version 2.55.0.windows.5
2026-09-15T16:04:06.1911913Z Temporarily overriding HOME='D:\a\_temp\981a288e-cc0e-47a7-9748-6aa208310dbe' before making global git config changes 2026-09-15T16:04:06.1913124Z Adding repository directory to the temporary git global config as a safe directory 2026-09-15T16:04:06.1921891Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\pypy\pypy 2026-09-15T16:04:06.2565144Z Deleting the contents of 'D:\a\pypy\pypy'
Initializing the repository
2026-09-15T16:04:06.2578807Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\pypy\pypy 2026-09-15T16:04:06.3310372Z Initialized empty Git repository in D:/a/pypy/pypy/.git/ 2026-09-15T16:04:06.3366770Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-15T16:04:06.3984545Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
Setting up auth
2026-09-15T16:04:06.4265558Z Removing SSH command configuration 2026-09-15T16:04:06.4275720Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand 2026-09-15T16:04:06.4559000Z [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-09-15T16:04:07.8075840Z Removing HTTP extra header 2026-09-15T16:04:07.8085805Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-15T16:04:07.8367638Z [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-09-15T16:04:08.3453811Z Removing includeIf entries pointing to credentials config files 2026-09-15T16:04:08.3465301Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-15T16:04:08.3748643Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url" 2026-09-15T16:04:08.8767771Z [command]"C:\Program Files\Git\bin\git.exe" config --file D:\a\_temp\git-credentials-e57105d5-7937-4112-9f7c-8062ca0bb50b.config http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2026-09-15T16:04:08.9076732Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:D:/a/pypy/pypy/.git.path D:\a\_temp\git-credentials-e57105d5-7937-4112-9f7c-8062ca0bb50b.config 2026-09-15T16:04:08.9361757Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:D:/a/pypy/pypy/.git/worktrees/*.path D:\a\_temp\git-credentials-e57105d5-7937-4112-9f7c-8062ca0bb50b.config 2026-09-15T16:04:08.9685827Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-e57105d5-7937-4112-9f7c-8062ca0bb50b.config 2026-09-15T16:04:08.9962036Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-e57105d5-7937-4112-9f7c-8062ca0bb50b.config
Fetching the repository
2026-09-15T16:04:09.0263207Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +27cc10234d16336a9e21b3f128efcd3bc415015e:refs/remotes/origin/py3.12 2026-09-15T16:04:13.5411769Z From https://github.com/pypy/pypy 2026-09-15T16:04:13.5412553Z * [new ref] 27cc10234d16336a9e21b3f128efcd3bc415015e -> origin/py3.12 2026-09-15T16:04:13.5466130Z [command]"C:\Program Files\Git\bin\git.exe" branch --list --remote origin/py3.12 2026-09-15T16:04:13.5810619Z origin/py3.12 2026-09-15T16:04:13.5853980Z [command]"C:\Program Files\Git\bin\git.exe" rev-parse refs/remotes/origin/py3.12 2026-09-15T16:04:13.6224886Z 27cc10234d16336a9e21b3f128efcd3bc415015e
Determining the checkout info
2026-09-15T16:04:13.6274526Z [command]"C:\Program Files\Git\bin\git.exe" sparse-checkout disable 2026-09-15T16:04:13.6684360Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-15T16:04:13.6965616Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-09-15T16:04:14.7492620Z Updating files: 54% (3856/7068) 2026-09-15T16:04:14.7669312Z Updating files: 55% (3888/7068) 2026-09-15T16:04:14.7821079Z Updating files: 56% (3959/7068) 2026-09-15T16:04:14.7976721Z Updating files: 57% (4029/7068) 2026-09-15T16:04:14.8124898Z Updating files: 58% (4100/7068) 2026-09-15T16:04:14.8278860Z Updating files: 59% (4171/7068) 2026-09-15T16:04:14.8462492Z Updating files: 60% (4241/7068) 2026-09-15T16:04:14.8693042Z Updating files: 61% (4312/7068) 2026-09-15T16:04:14.8830526Z Updating files: 62% (4383/7068) 2026-09-15T16:04:15.0687500Z Updating files: 63% (4453/7068) 2026-09-15T16:04:15.0817628Z Updating files: 64% (4524/7068) 2026-09-15T16:04:15.0958678Z Updating files: 65% (4595/7068) 2026-09-15T16:04:15.1105137Z Updating files: 66% (4665/7068) 2026-09-15T16:04:15.1277142Z Updating files: 67% (4736/7068) 2026-09-15T16:04:15.1424173Z Updating files: 68% (4807/7068) 2026-09-15T16:04:15.1615843Z Updating files: 69% (4877/7068) 2026-09-15T16:04:15.1802007Z Updating files: 70% (4948/7068) 2026-09-15T16:04:15.1939777Z Updating files: 71% (5019/7068) 2026-09-15T16:04:15.2080152Z Updating files: 72% (5089/7068) 2026-09-15T16:04:15.2268202Z Updating files: 73% (5160/7068) 2026-09-15T16:04:15.2442500Z Updating files: 74% (5231/7068) 2026-09-15T16:04:15.2685632Z Updating files: 75% (5301/7068) 2026-09-15T16:04:15.2850505Z Updating files: 76% (5372/7068) 2026-09-15T16:04:15.3031111Z Updating files: 77% (5443/7068) 2026-09-15T16:04:15.3164706Z Updating files: 78% (5514/7068) 2026-09-15T16:04:15.3294441Z Updating files: 79% (5584/7068) 2026-09-15T16:04:15.3450363Z Updating files: 80% (5655/7068) 2026-09-15T16:04:15.3571557Z Updating files: 81% (5726/7068) 2026-09-15T16:04:15.3723659Z Updating files: 82% (5796/7068) 2026-09-15T16:04:15.3859663Z Updating files: 83% (5867/7068) 2026-09-15T16:04:15.4064107Z Updating files: 84% (5938/7068) 2026-09-15T16:04:15.4295103Z Updating files: 85% (6008/7068) 2026-09-15T16:04:15.4452173Z Updating files: 86% (6079/7068) 2026-09-15T16:04:15.4653145Z Updating files: 87% (6150/7068) 2026-09-15T16:04:15.4822906Z Updating files: 88% (6220/7068) 2026-09-15T16:04:15.5013219Z Updating files: 89% (6291/7068) 2026-09-15T16:04:15.5206864Z Updating files: 90% (6362/7068) 2026-09-15T16:04:15.5345110Z Updating files: 91% (6432/7068) 2026-09-15T16:04:15.5505247Z Updating files: 92% (6503/7068) 2026-09-15T16:04:15.6273868Z Updating files: 93% (6574/7068) 2026-09-15T16:04:15.6441803Z Updating files: 94% (6644/7068) 2026-09-15T16:04:15.6578534Z Updating files: 95% (6715/7068) 2026-09-15T16:04:15.6724166Z Updating files: 96% (6786/7068) 2026-09-15T16:04:15.6862339Z Updating files: 97% (6856/7068) 2026-09-15T16:04:15.6997863Z Updating files: 98% (6927/7068) 2026-09-15T16:04:15.7147295Z Updating files: 99% (6998/7068) 2026-09-15T16:04:15.7147694Z Updating files: 100% (7068/7068) 2026-09-15T16:04:15.7148124Z Updating files: 100% (7068/7068), done. 2026-09-15T16:04:15.7349893Z Switched to a new branch 'py3.12' 2026-09-15T16:04:15.7408460Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-09-15T16:04:15.7868124Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format=%H 2026-09-15T16:04:15.8123349Z 27cc10234d16336a9e21b3f128efcd3bc415015e