Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-31T09:00:41.7976390Z with: 2026-07-31T09:00:41.7976977Z repository: pypy/pypy 2026-07-31T09:00:41.7982619Z token: *** 2026-07-31T09:00:41.7983215Z ssh-strict: true 2026-07-31T09:00:41.7983821Z ssh-user: git 2026-07-31T09:00:41.7984441Z persist-credentials: true 2026-07-31T09:00:41.7985114Z clean: true 2026-07-31T09:00:41.7985725Z sparse-checkout-cone-mode: true 2026-07-31T09:00:41.7986457Z fetch-depth: 1 2026-07-31T09:00:41.7987051Z fetch-tags: false 2026-07-31T09:00:41.7987689Z show-progress: true 2026-07-31T09:00:41.7988314Z lfs: false 2026-07-31T09:00:41.7988895Z submodules: false 2026-07-31T09:00:41.7989515Z set-safe-directory: true
2026-07-31T09:00:41.9890408Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-31T09:00:41.9893948Z Working directory is 'D:\a\pypy\pypy' 2026-07-31T09:00:42.0894963Z [command]"C:\Program Files\Git\bin\git.exe" version 2026-07-31T09:00:43.1028770Z git version 2.55.0.windows.2
2026-07-31T09:00:43.1079301Z Temporarily overriding HOME='D:\a\_temp\f545c197-0657-4a1b-9885-81756f7d9c75' before making global git config changes 2026-07-31T09:00:43.1080128Z Adding repository directory to the temporary git global config as a safe directory 2026-07-31T09:00:43.1087738Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\pypy\pypy 2026-07-31T09:00:43.1704092Z Deleting the contents of 'D:\a\pypy\pypy'
Initializing the repository
2026-07-31T09:00:43.1715786Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\pypy\pypy 2026-07-31T09:00:43.3487144Z Initialized empty Git repository in D:/a/pypy/pypy/.git/ 2026-07-31T09:00:43.3536106Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-31T09:00:43.4881083Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0
Setting up auth
2026-07-31T09:00:43.5105269Z Removing SSH command configuration 2026-07-31T09:00:43.5114036Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand 2026-07-31T09:00:43.5330321Z [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-07-31T09:00:48.7994228Z Removing HTTP extra header 2026-07-31T09:00:48.8003268Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-31T09:00:48.8238390Z [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-07-31T09:00:49.2222034Z Removing includeIf entries pointing to credentials config files 2026-07-31T09:00:49.2230845Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-31T09:00:49.2452971Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url" 2026-07-31T09:00:49.6521118Z [command]"C:\Program Files\Git\bin\git.exe" config --file D:\a\_temp\git-credentials-14b6ad28-14f6-499e-be72-59aef74348ce.config http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2026-07-31T09:00:49.6783386Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:D:/a/pypy/pypy/.git.path D:\a\_temp\git-credentials-14b6ad28-14f6-499e-be72-59aef74348ce.config 2026-07-31T09:00:49.7022138Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:D:/a/pypy/pypy/.git/worktrees/*.path D:\a\_temp\git-credentials-14b6ad28-14f6-499e-be72-59aef74348ce.config 2026-07-31T09:00:49.7302303Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-14b6ad28-14f6-499e-be72-59aef74348ce.config 2026-07-31T09:00:49.7552317Z [command]"C:\Program Files\Git\bin\git.exe" config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-14b6ad28-14f6-499e-be72-59aef74348ce.config
Fetching the repository
2026-07-31T09:00:49.7816321Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +9e66abb983c5d9197301caf3e81e3ed737ba1bfe:refs/remotes/origin/main 2026-07-31T09:00:53.4011718Z From https://github.com/pypy/pypy 2026-07-31T09:00:53.4013216Z * [new ref] 9e66abb983c5d9197301caf3e81e3ed737ba1bfe -> origin/main 2026-07-31T09:00:53.4055865Z [command]"C:\Program Files\Git\bin\git.exe" branch --list --remote origin/main 2026-07-31T09:00:53.4363813Z origin/main 2026-07-31T09:00:53.4396464Z [command]"C:\Program Files\Git\bin\git.exe" rev-parse refs/remotes/origin/main 2026-07-31T09:00:53.4719639Z 9e66abb983c5d9197301caf3e81e3ed737ba1bfe
Determining the checkout info
2026-07-31T09:00:53.4751986Z [command]"C:\Program Files\Git\bin\git.exe" sparse-checkout disable 2026-07-31T09:00:53.5093235Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-31T09:00:53.5330052Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force -B main refs/remotes/origin/main 2026-07-31T09:00:54.5794188Z Updating files: 77% (4685/6014) 2026-07-31T09:00:54.5906736Z Updating files: 78% (4691/6014) 2026-07-31T09:00:54.6013642Z Updating files: 79% (4752/6014) 2026-07-31T09:00:54.6169511Z Updating files: 80% (4812/6014) 2026-07-31T09:00:54.6341567Z Updating files: 81% (4872/6014) 2026-07-31T09:00:54.6479267Z Updating files: 82% (4932/6014) 2026-07-31T09:00:54.6596194Z Updating files: 83% (4992/6014) 2026-07-31T09:00:54.6740275Z Updating files: 84% (5052/6014) 2026-07-31T09:00:54.6874221Z Updating files: 85% (5112/6014) 2026-07-31T09:00:54.7015904Z Updating files: 86% (5173/6014) 2026-07-31T09:00:54.7150465Z Updating files: 87% (5233/6014) 2026-07-31T09:00:54.7291562Z Updating files: 88% (5293/6014) 2026-07-31T09:00:54.7412781Z Updating files: 89% (5353/6014) 2026-07-31T09:00:54.7601617Z Updating files: 90% (5413/6014) 2026-07-31T09:00:54.8470048Z Updating files: 91% (5473/6014) 2026-07-31T09:00:55.2685067Z Updating files: 92% (5533/6014) 2026-07-31T09:00:55.2816729Z Updating files: 93% (5594/6014) 2026-07-31T09:00:55.2925790Z Updating files: 94% (5654/6014) 2026-07-31T09:00:55.3058379Z Updating files: 95% (5714/6014) 2026-07-31T09:00:55.3168840Z Updating files: 96% (5774/6014) 2026-07-31T09:00:55.3287618Z Updating files: 97% (5834/6014) 2026-07-31T09:00:55.3392505Z Updating files: 98% (5894/6014) 2026-07-31T09:00:55.3510543Z Updating files: 99% (5954/6014) 2026-07-31T09:00:55.3510896Z Updating files: 100% (6014/6014) 2026-07-31T09:00:55.3511099Z Updating files: 100% (6014/6014), done. 2026-07-31T09:00:55.3674035Z Switched to a new branch 'main' 2026-07-31T09:00:55.3747263Z branch 'main' set up to track 'origin/main'.
2026-07-31T09:00:55.4159476Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format=%H 2026-07-31T09:00:55.4367006Z 9e66abb983c5d9197301caf3e81e3ed737ba1bfe