Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-27T09:16:03.3222560Z with: 2026-07-27T09:16:03.3223360Z repository: pypy/pypy 2026-07-27T09:16:03.3231010Z token: *** 2026-07-27T09:16:03.3231810Z ssh-strict: true 2026-07-27T09:16:03.3232600Z ssh-user: git 2026-07-27T09:16:03.3233400Z persist-credentials: true 2026-07-27T09:16:03.3234280Z clean: true 2026-07-27T09:16:03.3235070Z sparse-checkout-cone-mode: true 2026-07-27T09:16:03.3236030Z fetch-depth: 1 2026-07-27T09:16:03.3236820Z fetch-tags: false 2026-07-27T09:16:03.3237640Z show-progress: true 2026-07-27T09:16:03.3238480Z lfs: false 2026-07-27T09:16:03.3239230Z submodules: false 2026-07-27T09:16:03.3240070Z set-safe-directory: true
2026-07-27T09:16:03.8593770Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-27T09:16:03.8636840Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-27T09:16:03.8645600Z [command]/usr/local/bin/git version 2026-07-27T09:16:03.9610810Z git version 2.55.0
2026-07-27T09:16:03.9688090Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/3fea03b7-9b96-4a35-a4bf-4ee42229d8bd/.gitconfig' 2026-07-27T09:16:03.9731430Z Temporarily overriding HOME='/Users/runner/work/_temp/3fea03b7-9b96-4a35-a4bf-4ee42229d8bd' before making global git config changes 2026-07-27T09:16:03.9740360Z Adding repository directory to the temporary git global config as a safe directory 2026-07-27T09:16:03.9753350Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-27T09:16:03.9958430Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-27T09:16:03.9973890Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-07-27T09:16:04.0483250Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-27T09:16:04.0491240Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-27T09:16:04.0498000Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-27T09:16:04.0503540Z hint: call: 2026-07-27T09:16:04.0506290Z hint: 2026-07-27T09:16:04.0509690Z hint: git config --global init.defaultBranch <name> 2026-07-27T09:16:04.0514210Z hint: 2026-07-27T09:16:04.0518270Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-27T09:16:04.0525320Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-27T09:16:04.0531150Z hint: 2026-07-27T09:16:04.0534530Z hint: git branch -m <name> 2026-07-27T09:16:04.0538270Z hint: 2026-07-27T09:16:04.0541960Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-27T09:16:04.0548420Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-27T09:16:04.0557140Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-27T09:16:04.0672740Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-07-27T09:16:04.0843910Z Removing SSH command configuration 2026-07-27T09:16:04.0847920Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-27T09:16:04.0982250Z [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-27T09:16:04.3222480Z Removing HTTP extra header 2026-07-27T09:16:04.3228710Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-27T09:16:04.3354710Z [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-27T09:16:04.5750140Z Removing includeIf entries pointing to credentials config files 2026-07-27T09:16:04.5775520Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-27T09:16:04.5873150Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-27T09:16:04.7491170Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-7c884289-8ff5-4043-9203-e681df872da6.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-27T09:16:04.7660870Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-7c884289-8ff5-4043-9203-e681df872da6.config 2026-07-27T09:16:04.7804580Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-7c884289-8ff5-4043-9203-e681df872da6.config 2026-07-27T09:16:04.7929960Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-7c884289-8ff5-4043-9203-e681df872da6.config 2026-07-27T09:16:04.8064040Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-7c884289-8ff5-4043-9203-e681df872da6.config
Fetching the repository
2026-07-27T09:16:04.8213940Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4fab7c23343e439a386aedeeed98634f174f4303:refs/remotes/origin/py3.12 2026-07-27T09:16:09.7079900Z From https://github.com/pypy/pypy 2026-07-27T09:16:09.7084050Z * [new ref] 4fab7c23343e439a386aedeeed98634f174f4303 -> origin/py3.12 2026-07-27T09:16:09.7115080Z [command]/usr/local/bin/git branch --list --remote origin/py3.12 2026-07-27T09:16:09.7256260Z origin/py3.12 2026-07-27T09:16:09.7272620Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.12 2026-07-27T09:16:09.7375900Z 4fab7c23343e439a386aedeeed98634f174f4303
Determining the checkout info
2026-07-27T09:16:09.7394970Z [command]/usr/local/bin/git sparse-checkout disable 2026-07-27T09:16:09.7574740Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-27T09:16:09.7711920Z [command]/usr/local/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-07-27T09:16:10.8481190Z Updating files: 26% (1841/7077) 2026-07-27T09:16:10.8867330Z Updating files: 27% (1911/7077) 2026-07-27T09:16:10.9450980Z Updating files: 28% (1982/7077) 2026-07-27T09:16:10.9665550Z Updating files: 29% (2053/7077) 2026-07-27T09:16:11.0020960Z Updating files: 30% (2124/7077) 2026-07-27T09:16:11.1238380Z Updating files: 31% (2194/7077) 2026-07-27T09:16:11.1583290Z Updating files: 32% (2265/7077) 2026-07-27T09:16:11.1908620Z Updating files: 33% (2336/7077) 2026-07-27T09:16:11.2264210Z Updating files: 34% (2407/7077) 2026-07-27T09:16:11.2638390Z Updating files: 35% (2477/7077) 2026-07-27T09:16:11.2908410Z Updating files: 36% (2548/7077) 2026-07-27T09:16:11.3253810Z Updating files: 37% (2619/7077) 2026-07-27T09:16:11.3605860Z Updating files: 38% (2690/7077) 2026-07-27T09:16:11.3901250Z Updating files: 39% (2761/7077) 2026-07-27T09:16:11.4217580Z Updating files: 40% (2831/7077) 2026-07-27T09:16:11.4529070Z Updating files: 41% (2902/7077) 2026-07-27T09:16:11.4819050Z Updating files: 42% (2973/7077) 2026-07-27T09:16:11.5426270Z Updating files: 43% (3044/7077) 2026-07-27T09:16:11.6307570Z Updating files: 44% (3114/7077) 2026-07-27T09:16:11.6420190Z Updating files: 45% (3185/7077) 2026-07-27T09:16:11.6657230Z Updating files: 46% (3256/7077) 2026-07-27T09:16:11.6993470Z Updating files: 47% (3327/7077) 2026-07-27T09:16:11.7331020Z Updating files: 48% (3397/7077) 2026-07-27T09:16:11.7624520Z Updating files: 49% (3468/7077) 2026-07-27T09:16:11.7922260Z Updating files: 50% (3539/7077) 2026-07-27T09:16:11.7996710Z Updating files: 51% (3610/7077) 2026-07-27T09:16:11.8309530Z Updating files: 51% (3619/7077) 2026-07-27T09:16:11.9373130Z Updating files: 52% (3681/7077) 2026-07-27T09:16:11.9717840Z Updating files: 53% (3751/7077) 2026-07-27T09:16:12.0079180Z Updating files: 54% (3822/7077) 2026-07-27T09:16:12.0388130Z Updating files: 55% (3893/7077) 2026-07-27T09:16:12.0703510Z Updating files: 56% (3964/7077) 2026-07-27T09:16:12.1102530Z Updating files: 57% (4034/7077) 2026-07-27T09:16:12.1358780Z Updating files: 58% (4105/7077) 2026-07-27T09:16:12.2363120Z Updating files: 59% (4176/7077) 2026-07-27T09:16:12.3368960Z Updating files: 60% (4247/7077) 2026-07-27T09:16:12.4371390Z Updating files: 61% (4317/7077) 2026-07-27T09:16:12.4861040Z Updating files: 62% (4388/7077) 2026-07-27T09:16:12.4930100Z Updating files: 63% (4459/7077) 2026-07-27T09:16:12.4983680Z Updating files: 64% (4530/7077) 2026-07-27T09:16:12.5028680Z Updating files: 65% (4601/7077) 2026-07-27T09:16:12.5069760Z Updating files: 66% (4671/7077) 2026-07-27T09:16:12.5907340Z Updating files: 67% (4742/7077) 2026-07-27T09:16:12.5932410Z Updating files: 68% (4813/7077) 2026-07-27T09:16:12.5951060Z Updating files: 69% (4884/7077) 2026-07-27T09:16:12.6285110Z Updating files: 70% (4954/7077) 2026-07-27T09:16:12.7068080Z Updating files: 71% (5025/7077) 2026-07-27T09:16:12.7075530Z Updating files: 72% (5096/7077) 2026-07-27T09:16:12.7769030Z Updating files: 73% (5167/7077) 2026-07-27T09:16:12.7924710Z Updating files: 74% (5237/7077) 2026-07-27T09:16:12.7978230Z Updating files: 75% (5308/7077) 2026-07-27T09:16:12.8004400Z Updating files: 76% (5379/7077) 2026-07-27T09:16:12.8197190Z Updating files: 76% (5405/7077) 2026-07-27T09:16:12.8476150Z Updating files: 77% (5450/7077) 2026-07-27T09:16:12.9705380Z Updating files: 78% (5521/7077) 2026-07-27T09:16:13.0033780Z Updating files: 79% (5591/7077) 2026-07-27T09:16:13.0387050Z Updating files: 80% (5662/7077) 2026-07-27T09:16:13.0603250Z Updating files: 81% (5733/7077) 2026-07-27T09:16:13.0873150Z Updating files: 82% (5804/7077) 2026-07-27T09:16:13.1162610Z Updating files: 83% (5874/7077) 2026-07-27T09:16:13.2477160Z Updating files: 84% (5945/7077) 2026-07-27T09:16:13.3498930Z Updating files: 85% (6016/7077) 2026-07-27T09:16:13.3508650Z Updating files: 86% (6087/7077) 2026-07-27T09:16:13.3517010Z Updating files: 87% (6157/7077) 2026-07-27T09:16:13.3520820Z Updating files: 88% (6228/7077) 2026-07-27T09:16:13.3525670Z Updating files: 89% (6299/7077) 2026-07-27T09:16:13.3640560Z Updating files: 90% (6370/7077) 2026-07-27T09:16:13.3886830Z Updating files: 91% (6441/7077) 2026-07-27T09:16:13.8460180Z Updating files: 92% (6511/7077) 2026-07-27T09:16:13.8605760Z Updating files: 92% (6581/7077) 2026-07-27T09:16:14.0952130Z Updating files: 93% (6582/7077) 2026-07-27T09:16:14.1354090Z Updating files: 94% (6653/7077) 2026-07-27T09:16:14.3303860Z Updating files: 95% (6724/7077) 2026-07-27T09:16:14.5491020Z Updating files: 96% (6794/7077) 2026-07-27T09:16:14.5622990Z Updating files: 97% (6865/7077) 2026-07-27T09:16:14.6065560Z Updating files: 98% (6936/7077) 2026-07-27T09:16:14.6495820Z Updating files: 99% (7007/7077) 2026-07-27T09:16:14.6657380Z Updating files: 100% (7077/7077) 2026-07-27T09:16:14.6669940Z Updating files: 100% (7077/7077), done. 2026-07-27T09:16:14.7348870Z Switched to a new branch 'py3.12' 2026-07-27T09:16:14.7369490Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-07-27T09:16:14.7799090Z [command]/usr/local/bin/git log -1 --format=%H 2026-07-27T09:16:14.7892000Z 4fab7c23343e439a386aedeeed98634f174f4303