Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-26T11:49:38.0742120Z with: 2026-07-26T11:49:38.0742830Z repository: pypy/pypy 2026-07-26T11:49:38.0749280Z token: *** 2026-07-26T11:49:38.0749950Z ssh-strict: true 2026-07-26T11:49:38.0750630Z ssh-user: git 2026-07-26T11:49:38.0751310Z persist-credentials: true 2026-07-26T11:49:38.0752070Z clean: true 2026-07-26T11:49:38.0752750Z sparse-checkout-cone-mode: true 2026-07-26T11:49:38.0753590Z fetch-depth: 1 2026-07-26T11:49:38.0754260Z fetch-tags: false 2026-07-26T11:49:38.0755070Z show-progress: true 2026-07-26T11:49:38.0755760Z lfs: false 2026-07-26T11:49:38.0756410Z submodules: false 2026-07-26T11:49:38.0757130Z set-safe-directory: true
2026-07-26T11:49:38.3907230Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-26T11:49:38.3913120Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-26T11:49:38.3915990Z [command]/usr/local/bin/git version 2026-07-26T11:49:38.4736820Z git version 2.55.0
2026-07-26T11:49:38.4785020Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/b44e3d2b-3b7d-4fa3-bf80-c22922c337f0/.gitconfig' 2026-07-26T11:49:38.4802190Z Temporarily overriding HOME='/Users/runner/work/_temp/b44e3d2b-3b7d-4fa3-bf80-c22922c337f0' before making global git config changes 2026-07-26T11:49:38.4808190Z Adding repository directory to the temporary git global config as a safe directory 2026-07-26T11:49:38.4813360Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-26T11:49:38.4959630Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-26T11:49:38.4972830Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-07-26T11:49:38.5342760Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-26T11:49:38.5347600Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-26T11:49:38.5352020Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-26T11:49:38.5355520Z hint: call: 2026-07-26T11:49:38.5357300Z hint: 2026-07-26T11:49:38.5359400Z hint: git config --global init.defaultBranch <name> 2026-07-26T11:49:38.5362370Z hint: 2026-07-26T11:49:38.5365000Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-26T11:49:38.5369640Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-26T11:49:38.5373270Z hint: 2026-07-26T11:49:38.5375210Z hint: git branch -m <name> 2026-07-26T11:49:38.5377430Z hint: 2026-07-26T11:49:38.5380210Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-26T11:49:38.5385120Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-26T11:49:38.5392620Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-26T11:49:38.5505880Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-07-26T11:49:38.5638250Z Removing SSH command configuration 2026-07-26T11:49:38.5641920Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-26T11:49:38.5750750Z [command]/usr/local/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2026-07-26T11:49:38.7254770Z Removing HTTP extra header 2026-07-26T11:49:38.7261420Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-26T11:49:38.7368520Z [command]/usr/local/bin/git 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-26T11:49:38.8707370Z Removing includeIf entries pointing to credentials config files 2026-07-26T11:49:38.8716450Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-26T11:49:38.8838340Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-26T11:49:39.1069330Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-cba9a6bd-b9a0-42a1-9412-e97412daf6a3.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-26T11:49:39.1156950Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-cba9a6bd-b9a0-42a1-9412-e97412daf6a3.config 2026-07-26T11:49:39.1217840Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-cba9a6bd-b9a0-42a1-9412-e97412daf6a3.config 2026-07-26T11:49:39.1285660Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-cba9a6bd-b9a0-42a1-9412-e97412daf6a3.config 2026-07-26T11:49:39.1407780Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-cba9a6bd-b9a0-42a1-9412-e97412daf6a3.config
Fetching the repository
2026-07-26T11:49:39.1540920Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7c8e9d76e00a536269363ecb827f4335df163190:refs/remotes/origin/main 2026-07-26T11:49:42.5757020Z From https://github.com/pypy/pypy 2026-07-26T11:49:42.5760630Z * [new ref] 7c8e9d76e00a536269363ecb827f4335df163190 -> origin/main 2026-07-26T11:49:42.5775800Z [command]/usr/local/bin/git branch --list --remote origin/main 2026-07-26T11:49:42.5893540Z origin/main 2026-07-26T11:49:42.5902970Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main 2026-07-26T11:49:42.5988930Z 7c8e9d76e00a536269363ecb827f4335df163190
Determining the checkout info
2026-07-26T11:49:42.6000250Z [command]/usr/local/bin/git sparse-checkout disable 2026-07-26T11:49:42.6141400Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-26T11:49:42.6241040Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-26T11:49:43.8547700Z Updating files: 35% (2148/6014) 2026-07-26T11:49:43.9050780Z Updating files: 36% (2166/6014) 2026-07-26T11:49:43.9052090Z Updating files: 37% (2226/6014) 2026-07-26T11:49:43.9055990Z Updating files: 38% (2286/6014) 2026-07-26T11:49:43.9946510Z Updating files: 39% (2346/6014) 2026-07-26T11:49:44.0131540Z Updating files: 40% (2406/6014) 2026-07-26T11:49:44.0332390Z Updating files: 41% (2466/6014) 2026-07-26T11:49:44.0512870Z Updating files: 42% (2526/6014) 2026-07-26T11:49:44.0724300Z Updating files: 43% (2587/6014) 2026-07-26T11:49:44.0894320Z Updating files: 44% (2647/6014) 2026-07-26T11:49:44.1154700Z Updating files: 45% (2707/6014) 2026-07-26T11:49:44.1435500Z Updating files: 46% (2767/6014) 2026-07-26T11:49:44.1638160Z Updating files: 47% (2827/6014) 2026-07-26T11:49:44.1856500Z Updating files: 48% (2887/6014) 2026-07-26T11:49:44.2063690Z Updating files: 49% (2947/6014) 2026-07-26T11:49:44.2280440Z Updating files: 50% (3007/6014) 2026-07-26T11:49:44.2470100Z Updating files: 51% (3068/6014) 2026-07-26T11:49:44.2696050Z Updating files: 52% (3128/6014) 2026-07-26T11:49:44.2909770Z Updating files: 53% (3188/6014) 2026-07-26T11:49:44.3119530Z Updating files: 54% (3248/6014) 2026-07-26T11:49:44.3374790Z Updating files: 55% (3308/6014) 2026-07-26T11:49:44.3549560Z Updating files: 56% (3368/6014) 2026-07-26T11:49:44.3748140Z Updating files: 57% (3428/6014) 2026-07-26T11:49:44.3939710Z Updating files: 58% (3489/6014) 2026-07-26T11:49:44.4121770Z Updating files: 59% (3549/6014) 2026-07-26T11:49:44.4304110Z Updating files: 60% (3609/6014) 2026-07-26T11:49:44.4499550Z Updating files: 61% (3669/6014) 2026-07-26T11:49:44.4685160Z Updating files: 62% (3729/6014) 2026-07-26T11:49:44.4874330Z Updating files: 63% (3789/6014) 2026-07-26T11:49:44.5090440Z Updating files: 64% (3849/6014) 2026-07-26T11:49:44.5284520Z Updating files: 65% (3910/6014) 2026-07-26T11:49:44.5439280Z Updating files: 66% (3970/6014) 2026-07-26T11:49:44.5626930Z Updating files: 67% (4030/6014) 2026-07-26T11:49:44.6966710Z Updating files: 68% (4090/6014) 2026-07-26T11:49:44.7366610Z Updating files: 68% (4106/6014) 2026-07-26T11:49:44.7378910Z Updating files: 69% (4150/6014) 2026-07-26T11:49:44.7607030Z Updating files: 70% (4210/6014) 2026-07-26T11:49:44.7771380Z Updating files: 71% (4270/6014) 2026-07-26T11:49:44.7932890Z Updating files: 72% (4331/6014) 2026-07-26T11:49:44.8081210Z Updating files: 73% (4391/6014) 2026-07-26T11:49:44.8245240Z Updating files: 74% (4451/6014) 2026-07-26T11:49:44.8402670Z Updating files: 75% (4511/6014) 2026-07-26T11:49:44.8561680Z Updating files: 76% (4571/6014) 2026-07-26T11:49:44.8753950Z Updating files: 77% (4631/6014) 2026-07-26T11:49:44.8963640Z Updating files: 78% (4691/6014) 2026-07-26T11:49:44.9131900Z Updating files: 79% (4752/6014) 2026-07-26T11:49:44.9300590Z Updating files: 80% (4812/6014) 2026-07-26T11:49:44.9501660Z Updating files: 81% (4872/6014) 2026-07-26T11:49:44.9696180Z Updating files: 82% (4932/6014) 2026-07-26T11:49:44.9857430Z Updating files: 83% (4992/6014) 2026-07-26T11:49:45.0028080Z Updating files: 84% (5052/6014) 2026-07-26T11:49:45.0196610Z Updating files: 85% (5112/6014) 2026-07-26T11:49:45.0359130Z Updating files: 86% (5173/6014) 2026-07-26T11:49:45.0515070Z Updating files: 87% (5233/6014) 2026-07-26T11:49:45.0721360Z Updating files: 88% (5293/6014) 2026-07-26T11:49:45.0931640Z Updating files: 89% (5353/6014) 2026-07-26T11:49:45.1221530Z Updating files: 90% (5413/6014) 2026-07-26T11:49:45.3211750Z Updating files: 91% (5473/6014) 2026-07-26T11:49:45.4298990Z Updating files: 92% (5533/6014) 2026-07-26T11:49:45.5471350Z Updating files: 93% (5594/6014) 2026-07-26T11:49:45.5561560Z Updating files: 94% (5654/6014) 2026-07-26T11:49:45.5564290Z Updating files: 95% (5714/6014) 2026-07-26T11:49:45.5568100Z Updating files: 96% (5774/6014) 2026-07-26T11:49:45.5571990Z Updating files: 97% (5834/6014) 2026-07-26T11:49:45.5576860Z Updating files: 98% (5894/6014) 2026-07-26T11:49:45.5974710Z Updating files: 99% (5954/6014) 2026-07-26T11:49:45.6428710Z Updating files: 100% (6014/6014) 2026-07-26T11:49:45.6671580Z Updating files: 100% (6014/6014), done. 2026-07-26T11:49:45.6694000Z Switched to a new branch 'main' 2026-07-26T11:49:45.6695740Z branch 'main' set up to track 'origin/main'.
2026-07-26T11:49:45.6702450Z [command]/usr/local/bin/git log -1 --format=%H 2026-07-26T11:49:45.6703220Z 7c8e9d76e00a536269363ecb827f4335df163190