Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-06T14:34:01.0154530Z with: 2026-08-06T14:34:01.0155220Z repository: pypy/pypy 2026-08-06T14:34:01.0161990Z token: *** 2026-08-06T14:34:01.0162650Z ssh-strict: true 2026-08-06T14:34:01.0163330Z ssh-user: git 2026-08-06T14:34:01.0164020Z persist-credentials: true 2026-08-06T14:34:01.0164780Z clean: true 2026-08-06T14:34:01.0165470Z sparse-checkout-cone-mode: true 2026-08-06T14:34:01.0166300Z fetch-depth: 1 2026-08-06T14:34:01.0166970Z fetch-tags: false 2026-08-06T14:34:01.0167670Z show-progress: true 2026-08-06T14:34:01.0168370Z lfs: false 2026-08-06T14:34:01.0169010Z submodules: false 2026-08-06T14:34:01.0169720Z set-safe-directory: true
2026-08-06T14:34:01.4483520Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-06T14:34:01.4494050Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-06T14:34:01.4498430Z [command]/usr/local/bin/git version 2026-08-06T14:34:01.5149550Z git version 2.55.0
2026-08-06T14:34:01.5192810Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/74f56783-b5b9-4c32-ae24-f215f31c51c1/.gitconfig' 2026-08-06T14:34:01.5197780Z Temporarily overriding HOME='/Users/runner/work/_temp/74f56783-b5b9-4c32-ae24-f215f31c51c1' before making global git config changes 2026-08-06T14:34:01.5202020Z Adding repository directory to the temporary git global config as a safe directory 2026-08-06T14:34:01.5210930Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-06T14:34:01.5351950Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-06T14:34:01.5369710Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-06T14:34:01.5799340Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-06T14:34:01.5802580Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-06T14:34:01.5807470Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-06T14:34:01.5810100Z hint: call: 2026-08-06T14:34:01.5811690Z hint: 2026-08-06T14:34:01.5813450Z hint: git config --global init.defaultBranch <name> 2026-08-06T14:34:01.5816280Z hint: 2026-08-06T14:34:01.5817980Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-06T14:34:01.5820710Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-06T14:34:01.5822510Z hint: 2026-08-06T14:34:01.5823520Z hint: git branch -m <name> 2026-08-06T14:34:01.5824780Z hint: 2026-08-06T14:34:01.5826980Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-06T14:34:01.5830200Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-06T14:34:01.5835770Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-06T14:34:01.5982050Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-06T14:34:01.6099470Z Removing SSH command configuration 2026-08-06T14:34:01.6110060Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-06T14:34:01.6218390Z [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-08-06T14:34:01.7952960Z Removing HTTP extra header 2026-08-06T14:34:01.7964480Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-06T14:34:01.8077230Z [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-08-06T14:34:02.2456860Z Removing includeIf entries pointing to credentials config files 2026-08-06T14:34:02.2957130Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-06T14:34:02.3186800Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-06T14:34:02.3206710Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-ed410552-9b5d-495c-be3b-ea67995c3404.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-06T14:34:02.3220000Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-ed410552-9b5d-495c-be3b-ea67995c3404.config 2026-08-06T14:34:02.3233550Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-ed410552-9b5d-495c-be3b-ea67995c3404.config 2026-08-06T14:34:02.3246370Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-ed410552-9b5d-495c-be3b-ea67995c3404.config 2026-08-06T14:34:02.3262900Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-ed410552-9b5d-495c-be3b-ea67995c3404.config
Fetching the repository
2026-08-06T14:34:02.3339950Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +da31b969bfab1a5f222ab899ed6bd5c45ff83af9:refs/remotes/origin/py3.12 2026-08-06T14:34:06.4358040Z From https://github.com/pypy/pypy 2026-08-06T14:34:06.4361660Z * [new ref] da31b969bfab1a5f222ab899ed6bd5c45ff83af9 -> origin/py3.12 2026-08-06T14:34:06.4373890Z [command]/usr/local/bin/git branch --list --remote origin/py3.12 2026-08-06T14:34:06.4517460Z origin/py3.12 2026-08-06T14:34:06.4541150Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.12 2026-08-06T14:34:06.4663870Z da31b969bfab1a5f222ab899ed6bd5c45ff83af9
Determining the checkout info
2026-08-06T14:34:06.4681330Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-06T14:34:06.4868520Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-06T14:34:06.5019750Z [command]/usr/local/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-08-06T14:34:07.7306220Z Updating files: 25% (1803/7077) 2026-08-06T14:34:07.7349520Z Updating files: 26% (1841/7077) 2026-08-06T14:34:07.8370640Z Updating files: 27% (1911/7077) 2026-08-06T14:34:07.8674620Z Updating files: 28% (1982/7077) 2026-08-06T14:34:07.8987670Z Updating files: 29% (2053/7077) 2026-08-06T14:34:07.9288050Z Updating files: 30% (2124/7077) 2026-08-06T14:34:07.9639610Z Updating files: 31% (2194/7077) 2026-08-06T14:34:07.9918940Z Updating files: 32% (2265/7077) 2026-08-06T14:34:08.0195610Z Updating files: 33% (2336/7077) 2026-08-06T14:34:08.0467840Z Updating files: 34% (2407/7077) 2026-08-06T14:34:08.0833190Z Updating files: 35% (2477/7077) 2026-08-06T14:34:08.1107360Z Updating files: 36% (2548/7077) 2026-08-06T14:34:08.1418310Z Updating files: 37% (2619/7077) 2026-08-06T14:34:08.1744070Z Updating files: 38% (2690/7077) 2026-08-06T14:34:08.2015500Z Updating files: 39% (2761/7077) 2026-08-06T14:34:08.2404570Z Updating files: 40% (2831/7077) 2026-08-06T14:34:08.2707870Z Updating files: 41% (2902/7077) 2026-08-06T14:34:08.3030670Z Updating files: 42% (2973/7077) 2026-08-06T14:34:08.3288100Z Updating files: 43% (3044/7077) 2026-08-06T14:34:08.3550050Z Updating files: 44% (3114/7077) 2026-08-06T14:34:08.3764340Z Updating files: 45% (3185/7077) 2026-08-06T14:34:08.4777100Z Updating files: 46% (3256/7077) 2026-08-06T14:34:08.5786380Z Updating files: 47% (3327/7077) 2026-08-06T14:34:08.5953160Z Updating files: 48% (3397/7077) 2026-08-06T14:34:08.6004950Z Updating files: 48% (3446/7077) 2026-08-06T14:34:08.6067080Z Updating files: 49% (3468/7077) 2026-08-06T14:34:08.6366780Z Updating files: 50% (3539/7077) 2026-08-06T14:34:08.7363340Z Updating files: 51% (3610/7077) 2026-08-06T14:34:08.7659000Z Updating files: 52% (3681/7077) 2026-08-06T14:34:08.7943180Z Updating files: 53% (3751/7077) 2026-08-06T14:34:08.8244640Z Updating files: 54% (3822/7077) 2026-08-06T14:34:08.8526700Z Updating files: 55% (3893/7077) 2026-08-06T14:34:08.8773550Z Updating files: 56% (3964/7077) 2026-08-06T14:34:08.9038580Z Updating files: 57% (4034/7077) 2026-08-06T14:34:09.0541210Z Updating files: 58% (4105/7077) 2026-08-06T14:34:09.0618290Z Updating files: 59% (4176/7077) 2026-08-06T14:34:09.0964550Z Updating files: 60% (4247/7077) 2026-08-06T14:34:09.1214110Z Updating files: 61% (4317/7077) 2026-08-06T14:34:09.1463450Z Updating files: 62% (4388/7077) 2026-08-06T14:34:09.1743530Z Updating files: 63% (4459/7077) 2026-08-06T14:34:09.2011060Z Updating files: 64% (4530/7077) 2026-08-06T14:34:09.3189120Z Updating files: 65% (4601/7077) 2026-08-06T14:34:09.3684820Z Updating files: 66% (4671/7077) 2026-08-06T14:34:09.5748490Z Updating files: 67% (4742/7077) 2026-08-06T14:34:09.6081270Z Updating files: 68% (4813/7077) 2026-08-06T14:34:09.7164660Z Updating files: 68% (4822/7077) 2026-08-06T14:34:09.8052100Z Updating files: 69% (4884/7077) 2026-08-06T14:34:09.9382800Z Updating files: 70% (4954/7077) 2026-08-06T14:34:09.9874360Z Updating files: 71% (5025/7077) 2026-08-06T14:34:09.9904550Z Updating files: 72% (5096/7077) 2026-08-06T14:34:10.0961250Z Updating files: 73% (5167/7077) 2026-08-06T14:34:10.2145730Z Updating files: 74% (5237/7077) 2026-08-06T14:34:10.2433110Z Updating files: 75% (5308/7077) 2026-08-06T14:34:10.3033200Z Updating files: 76% (5379/7077) 2026-08-06T14:34:10.3300160Z Updating files: 77% (5450/7077) 2026-08-06T14:34:10.3548660Z Updating files: 78% (5521/7077) 2026-08-06T14:34:10.4657430Z Updating files: 79% (5591/7077) 2026-08-06T14:34:10.5031800Z Updating files: 80% (5662/7077) 2026-08-06T14:34:10.5081380Z Updating files: 81% (5733/7077) 2026-08-06T14:34:10.5084890Z Updating files: 82% (5804/7077) 2026-08-06T14:34:10.5268730Z Updating files: 83% (5874/7077) 2026-08-06T14:34:10.5343540Z Updating files: 84% (5945/7077) 2026-08-06T14:34:10.5626040Z Updating files: 84% (5959/7077) 2026-08-06T14:34:10.5827770Z Updating files: 85% (6016/7077) 2026-08-06T14:34:10.6157120Z Updating files: 86% (6087/7077) 2026-08-06T14:34:10.6927070Z Updating files: 87% (6157/7077) 2026-08-06T14:34:10.6939830Z Updating files: 88% (6228/7077) 2026-08-06T14:34:10.7957780Z Updating files: 89% (6299/7077) 2026-08-06T14:34:10.8494840Z Updating files: 90% (6370/7077) 2026-08-06T14:34:10.8503260Z Updating files: 91% (6441/7077) 2026-08-06T14:34:11.0688110Z Updating files: 92% (6511/7077) 2026-08-06T14:34:11.3863670Z Updating files: 93% (6582/7077) 2026-08-06T14:34:11.3990690Z Updating files: 94% (6653/7077) 2026-08-06T14:34:11.4856420Z Updating files: 95% (6724/7077) 2026-08-06T14:34:11.5010810Z Updating files: 96% (6794/7077) 2026-08-06T14:34:11.5686920Z Updating files: 97% (6865/7077) 2026-08-06T14:34:11.5913430Z Updating files: 97% (6873/7077) 2026-08-06T14:34:11.6143180Z Updating files: 98% (6936/7077) 2026-08-06T14:34:11.6695070Z Updating files: 99% (7007/7077) 2026-08-06T14:34:11.6729240Z Updating files: 100% (7077/7077) 2026-08-06T14:34:11.6877830Z Updating files: 100% (7077/7077), done. 2026-08-06T14:34:11.6998780Z Switched to a new branch 'py3.12' 2026-08-06T14:34:11.7003340Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-06T14:34:11.7154090Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-06T14:34:11.7323650Z da31b969bfab1a5f222ab899ed6bd5c45ff83af9