Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T16:08:05.0609290Z with: 2026-09-09T16:08:05.0610610Z repository: pypy/pypy 2026-09-09T16:08:05.0619110Z token: *** 2026-09-09T16:08:05.0620650Z ssh-strict: true 2026-09-09T16:08:05.0621980Z ssh-user: git 2026-09-09T16:08:05.0624290Z persist-credentials: true 2026-09-09T16:08:05.0626630Z clean: true 2026-09-09T16:08:05.0628390Z sparse-checkout-cone-mode: true 2026-09-09T16:08:05.0630140Z fetch-depth: 1 2026-09-09T16:08:05.0631680Z fetch-tags: false 2026-09-09T16:08:05.0633160Z show-progress: true 2026-09-09T16:08:05.0635190Z lfs: false 2026-09-09T16:08:05.0728450Z submodules: false 2026-09-09T16:08:05.0730890Z set-safe-directory: true
2026-09-09T16:08:06.1026910Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T16:08:06.1033670Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-09T16:08:06.1036850Z [command]/usr/local/bin/git version 2026-09-09T16:08:06.1038140Z git version 2.55.0
2026-09-09T16:08:06.1054310Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/64130c39-f2ae-447d-b812-f7636abf22c8/.gitconfig' 2026-09-09T16:08:06.1059030Z Temporarily overriding HOME='/Users/runner/work/_temp/64130c39-f2ae-447d-b812-f7636abf22c8' before making global git config changes 2026-09-09T16:08:06.1062370Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T16:08:06.1064850Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-09T16:08:06.1069780Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T16:08:06.1075010Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-09-09T16:08:06.1478080Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T16:08:06.1564130Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T16:08:06.1656140Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T16:08:06.1734610Z hint: call: 2026-09-09T16:08:06.1851710Z hint: 2026-09-09T16:08:06.1900890Z hint: git config --global init.defaultBranch <name> 2026-09-09T16:08:06.1962560Z hint: 2026-09-09T16:08:06.2029600Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T16:08:06.2032960Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T16:08:06.2106820Z hint: 2026-09-09T16:08:06.2168400Z hint: git branch -m <name> 2026-09-09T16:08:06.2219840Z hint: 2026-09-09T16:08:06.2305460Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T16:08:06.2364600Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-09T16:08:06.2582760Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T16:08:06.3000640Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T16:08:06.3205400Z Removing SSH command configuration 2026-09-09T16:08:06.3231290Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T16:08:06.3369720Z [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-09-09T16:08:06.4604070Z Removing HTTP extra header 2026-09-09T16:08:06.4653910Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T16:08:06.4779460Z [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-09-09T16:08:06.6694350Z Removing includeIf entries pointing to credentials config files 2026-09-09T16:08:06.6737700Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T16:08:06.6893580Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T16:08:06.8875350Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-20621911-6dbf-4a3c-ab36-cb34b9cdbaa6.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T16:08:06.8976400Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-20621911-6dbf-4a3c-ab36-cb34b9cdbaa6.config 2026-09-09T16:08:06.9106410Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-20621911-6dbf-4a3c-ab36-cb34b9cdbaa6.config 2026-09-09T16:08:06.9205430Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-20621911-6dbf-4a3c-ab36-cb34b9cdbaa6.config 2026-09-09T16:08:06.9328110Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-20621911-6dbf-4a3c-ab36-cb34b9cdbaa6.config
Fetching the repository
2026-09-09T16:08:06.9557230Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6fcb407783d1430dc83ca74a3191effc2f0853fb:refs/remotes/origin/main 2026-09-09T16:08:12.0007880Z From https://github.com/pypy/pypy 2026-09-09T16:08:12.0023520Z * [new ref] 6fcb407783d1430dc83ca74a3191effc2f0853fb -> origin/main 2026-09-09T16:08:12.0105020Z [command]/usr/local/bin/git branch --list --remote origin/main 2026-09-09T16:08:12.0138790Z origin/main 2026-09-09T16:08:12.0202900Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/main 2026-09-09T16:08:12.0264160Z 6fcb407783d1430dc83ca74a3191effc2f0853fb
Determining the checkout info
2026-09-09T16:08:12.0366260Z [command]/usr/local/bin/git sparse-checkout disable 2026-09-09T16:08:12.0423350Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T16:08:12.0613380Z [command]/usr/local/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-09-09T16:08:13.1391000Z Updating files: 54% (3225/5950) 2026-09-09T16:08:13.1960270Z Updating files: 55% (3273/5950) 2026-09-09T16:08:13.1962720Z Updating files: 56% (3332/5950) 2026-09-09T16:08:13.1964250Z Updating files: 57% (3392/5950) 2026-09-09T16:08:13.1966450Z Updating files: 58% (3451/5950) 2026-09-09T16:08:13.2505040Z Updating files: 59% (3511/5950) 2026-09-09T16:08:13.2661890Z Updating files: 60% (3570/5950) 2026-09-09T16:08:13.2838470Z Updating files: 61% (3630/5950) 2026-09-09T16:08:13.2993110Z Updating files: 62% (3689/5950) 2026-09-09T16:08:13.3137130Z Updating files: 63% (3749/5950) 2026-09-09T16:08:13.3293080Z Updating files: 64% (3808/5950) 2026-09-09T16:08:13.3441640Z Updating files: 65% (3868/5950) 2026-09-09T16:08:13.3574220Z Updating files: 66% (3927/5950) 2026-09-09T16:08:13.3731320Z Updating files: 67% (3987/5950) 2026-09-09T16:08:13.3931220Z Updating files: 68% (4046/5950) 2026-09-09T16:08:13.4086050Z Updating files: 69% (4106/5950) 2026-09-09T16:08:13.4241840Z Updating files: 70% (4165/5950) 2026-09-09T16:08:13.4441820Z Updating files: 71% (4225/5950) 2026-09-09T16:08:13.4632030Z Updating files: 72% (4284/5950) 2026-09-09T16:08:13.4783130Z Updating files: 73% (4344/5950) 2026-09-09T16:08:13.4941180Z Updating files: 74% (4403/5950) 2026-09-09T16:08:13.5101320Z Updating files: 75% (4463/5950) 2026-09-09T16:08:13.5269670Z Updating files: 76% (4522/5950) 2026-09-09T16:08:13.5427320Z Updating files: 77% (4582/5950) 2026-09-09T16:08:13.5579440Z Updating files: 78% (4641/5950) 2026-09-09T16:08:13.5764320Z Updating files: 79% (4701/5950) 2026-09-09T16:08:13.6845800Z Updating files: 80% (4760/5950) 2026-09-09T16:08:13.7849570Z Updating files: 81% (4820/5950) 2026-09-09T16:08:13.8851860Z Updating files: 82% (4879/5950) 2026-09-09T16:08:13.8956090Z Updating files: 83% (4939/5950) 2026-09-09T16:08:13.8965470Z Updating files: 84% (4998/5950) 2026-09-09T16:08:13.9566030Z Updating files: 85% (5058/5950) 2026-09-09T16:08:13.9568370Z Updating files: 86% (5117/5950) 2026-09-09T16:08:13.9573690Z Updating files: 87% (5177/5950) 2026-09-09T16:08:13.9577560Z Updating files: 88% (5236/5950) 2026-09-09T16:08:13.9582530Z Updating files: 89% (5296/5950) 2026-09-09T16:08:13.9584390Z Updating files: 90% (5355/5950) 2026-09-09T16:08:13.9613360Z Updating files: 91% (5415/5950) 2026-09-09T16:08:14.0104680Z Updating files: 92% (5474/5950) 2026-09-09T16:08:14.0346160Z Updating files: 93% (5534/5950) 2026-09-09T16:08:14.0546440Z Updating files: 94% (5593/5950) 2026-09-09T16:08:14.0733770Z Updating files: 95% (5653/5950) 2026-09-09T16:08:14.0737520Z Updating files: 95% (5711/5950) 2026-09-09T16:08:14.0918450Z Updating files: 96% (5712/5950) 2026-09-09T16:08:14.1101920Z Updating files: 97% (5772/5950) 2026-09-09T16:08:14.1359840Z Updating files: 98% (5831/5950) 2026-09-09T16:08:14.2027230Z Updating files: 99% (5891/5950) 2026-09-09T16:08:14.2028700Z Updating files: 100% (5950/5950) 2026-09-09T16:08:14.2029710Z Updating files: 100% (5950/5950), done. 2026-09-09T16:08:14.2181840Z Switched to a new branch 'main' 2026-09-09T16:08:14.2191240Z branch 'main' set up to track 'origin/main'.
2026-09-09T16:08:14.2375780Z [command]/usr/local/bin/git log -1 --format=%H 2026-09-09T16:08:14.2483000Z 6fcb407783d1430dc83ca74a3191effc2f0853fb