Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-23T10:02:01.3844470Z with: 2026-08-23T10:02:01.3846610Z repository: pypy/pypy 2026-08-23T10:02:01.3869370Z token: *** 2026-08-23T10:02:01.3871420Z ssh-strict: true 2026-08-23T10:02:01.3873310Z ssh-user: git 2026-08-23T10:02:01.3875180Z persist-credentials: true 2026-08-23T10:02:01.3877370Z clean: true 2026-08-23T10:02:01.3879560Z sparse-checkout-cone-mode: true 2026-08-23T10:02:01.3882040Z fetch-depth: 1 2026-08-23T10:02:01.3884000Z fetch-tags: false 2026-08-23T10:02:01.3886030Z show-progress: true 2026-08-23T10:02:01.3888090Z lfs: false 2026-08-23T10:02:01.3889950Z submodules: false 2026-08-23T10:02:01.3892010Z set-safe-directory: true
2026-08-23T10:02:02.7523160Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T10:02:02.7532770Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-23T10:02:02.7538020Z [command]/usr/local/bin/git version 2026-08-23T10:02:02.8098210Z git version 2.55.0
2026-08-23T10:02:02.8202740Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/7286ce2f-0355-4277-9ed3-4706712fe330/.gitconfig' 2026-08-23T10:02:02.8223280Z Temporarily overriding HOME='/Users/runner/work/_temp/7286ce2f-0355-4277-9ed3-4706712fe330' before making global git config changes 2026-08-23T10:02:02.8230090Z Adding repository directory to the temporary git global config as a safe directory 2026-08-23T10:02:02.8235450Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-23T10:02:02.8403830Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T10:02:02.8418290Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-23T10:02:02.8894680Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-23T10:02:02.8900320Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-23T10:02:02.8904980Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-23T10:02:02.8908750Z hint: call: 2026-08-23T10:02:02.8910640Z hint: 2026-08-23T10:02:02.8913010Z hint: git config --global init.defaultBranch <name> 2026-08-23T10:02:02.8915850Z hint: 2026-08-23T10:02:02.8918580Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-23T10:02:02.8923600Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-23T10:02:02.8927370Z hint: 2026-08-23T10:02:02.8929160Z hint: git branch -m <name> 2026-08-23T10:02:02.8931660Z hint: 2026-08-23T10:02:02.8934680Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-23T10:02:02.8940050Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-23T10:02:02.8948070Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-23T10:02:02.9092150Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-23T10:02:02.9247390Z Removing SSH command configuration 2026-08-23T10:02:02.9252120Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-23T10:02:02.9375370Z [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-23T10:02:03.0913660Z Removing HTTP extra header 2026-08-23T10:02:03.0922640Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-23T10:02:03.1018800Z [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-23T10:02:03.2742230Z Removing includeIf entries pointing to credentials config files 2026-08-23T10:02:03.2757040Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-23T10:02:03.2796880Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-23T10:02:03.4040360Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-ae50a1cb-701a-48a1-ab37-197ad82d1e24.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-23T10:02:03.4191910Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-ae50a1cb-701a-48a1-ab37-197ad82d1e24.config 2026-08-23T10:02:03.4327550Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-ae50a1cb-701a-48a1-ab37-197ad82d1e24.config 2026-08-23T10:02:03.4426330Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-ae50a1cb-701a-48a1-ab37-197ad82d1e24.config 2026-08-23T10:02:03.4524340Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-ae50a1cb-701a-48a1-ab37-197ad82d1e24.config
Fetching the repository
2026-08-23T10:02:03.4627230Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +62a475fcfa4bcce9240ac2a1b7f76fcf5e129877:refs/remotes/origin/py3.12 2026-08-23T10:02:07.5017350Z From https://github.com/pypy/pypy 2026-08-23T10:02:07.5026690Z * [new ref] 62a475fcfa4bcce9240ac2a1b7f76fcf5e129877 -> origin/py3.12 2026-08-23T10:02:07.5044520Z [command]/usr/local/bin/git branch --list --remote origin/py3.12 2026-08-23T10:02:07.5178600Z origin/py3.12 2026-08-23T10:02:07.5194390Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.12 2026-08-23T10:02:07.5280130Z 62a475fcfa4bcce9240ac2a1b7f76fcf5e129877
Determining the checkout info
2026-08-23T10:02:07.5298720Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-23T10:02:07.5411900Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T10:02:07.5502340Z [command]/usr/local/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-08-23T10:02:08.7492560Z Updating files: 32% (2283/7088) 2026-08-23T10:02:08.8303640Z Updating files: 33% (2340/7088) 2026-08-23T10:02:08.8364040Z Updating files: 34% (2410/7088) 2026-08-23T10:02:08.8431960Z Updating files: 35% (2481/7088) 2026-08-23T10:02:08.8550370Z Updating files: 36% (2552/7088) 2026-08-23T10:02:08.8552450Z Updating files: 37% (2623/7088) 2026-08-23T10:02:08.9087480Z Updating files: 38% (2694/7088) 2026-08-23T10:02:08.9309580Z Updating files: 39% (2765/7088) 2026-08-23T10:02:08.9524930Z Updating files: 40% (2836/7088) 2026-08-23T10:02:08.9779920Z Updating files: 41% (2907/7088) 2026-08-23T10:02:09.0061930Z Updating files: 42% (2977/7088) 2026-08-23T10:02:09.0283070Z Updating files: 43% (3048/7088) 2026-08-23T10:02:09.0509280Z Updating files: 44% (3119/7088) 2026-08-23T10:02:09.0696550Z Updating files: 45% (3190/7088) 2026-08-23T10:02:09.0898930Z Updating files: 46% (3261/7088) 2026-08-23T10:02:09.1102980Z Updating files: 47% (3332/7088) 2026-08-23T10:02:09.1348300Z Updating files: 48% (3403/7088) 2026-08-23T10:02:09.1556710Z Updating files: 49% (3474/7088) 2026-08-23T10:02:09.1760810Z Updating files: 50% (3544/7088) 2026-08-23T10:02:09.1999390Z Updating files: 51% (3615/7088) 2026-08-23T10:02:09.2250470Z Updating files: 52% (3686/7088) 2026-08-23T10:02:09.2469600Z Updating files: 53% (3757/7088) 2026-08-23T10:02:09.2705470Z Updating files: 54% (3828/7088) 2026-08-23T10:02:09.2932420Z Updating files: 55% (3899/7088) 2026-08-23T10:02:09.3145600Z Updating files: 56% (3970/7088) 2026-08-23T10:02:09.3384510Z Updating files: 57% (4041/7088) 2026-08-23T10:02:09.3591800Z Updating files: 58% (4112/7088) 2026-08-23T10:02:09.3782820Z Updating files: 59% (4182/7088) 2026-08-23T10:02:09.4057340Z Updating files: 60% (4253/7088) 2026-08-23T10:02:09.4251730Z Updating files: 61% (4324/7088) 2026-08-23T10:02:09.4809900Z Updating files: 62% (4395/7088) 2026-08-23T10:02:09.5608810Z Updating files: 63% (4466/7088) 2026-08-23T10:02:09.5707690Z Updating files: 64% (4537/7088) 2026-08-23T10:02:09.5856460Z Updating files: 64% (4565/7088) 2026-08-23T10:02:09.6114840Z Updating files: 65% (4608/7088) 2026-08-23T10:02:09.6437760Z Updating files: 66% (4679/7088) 2026-08-23T10:02:09.6677810Z Updating files: 67% (4749/7088) 2026-08-23T10:02:09.6934890Z Updating files: 68% (4820/7088) 2026-08-23T10:02:09.7162360Z Updating files: 69% (4891/7088) 2026-08-23T10:02:09.7386830Z Updating files: 70% (4962/7088) 2026-08-23T10:02:09.7603290Z Updating files: 71% (5033/7088) 2026-08-23T10:02:09.7808550Z Updating files: 72% (5104/7088) 2026-08-23T10:02:09.8066760Z Updating files: 73% (5175/7088) 2026-08-23T10:02:09.8393450Z Updating files: 74% (5246/7088) 2026-08-23T10:02:09.8612000Z Updating files: 75% (5316/7088) 2026-08-23T10:02:09.8870960Z Updating files: 76% (5387/7088) 2026-08-23T10:02:09.9132310Z Updating files: 77% (5458/7088) 2026-08-23T10:02:09.9336520Z Updating files: 78% (5529/7088) 2026-08-23T10:02:09.9566220Z Updating files: 79% (5600/7088) 2026-08-23T10:02:09.9796970Z Updating files: 80% (5671/7088) 2026-08-23T10:02:10.0031890Z Updating files: 81% (5742/7088) 2026-08-23T10:02:10.0275240Z Updating files: 82% (5813/7088) 2026-08-23T10:02:10.0537550Z Updating files: 83% (5884/7088) 2026-08-23T10:02:10.0775160Z Updating files: 84% (5954/7088) 2026-08-23T10:02:10.1653060Z Updating files: 85% (6025/7088) 2026-08-23T10:02:10.1956970Z Updating files: 86% (6096/7088) 2026-08-23T10:02:10.2182800Z Updating files: 87% (6167/7088) 2026-08-23T10:02:10.2942730Z Updating files: 88% (6238/7088) 2026-08-23T10:02:10.2975670Z Updating files: 89% (6309/7088) 2026-08-23T10:02:10.3184690Z Updating files: 90% (6380/7088) 2026-08-23T10:02:10.3287720Z Updating files: 91% (6451/7088) 2026-08-23T10:02:10.4341170Z Updating files: 92% (6521/7088) 2026-08-23T10:02:10.5029410Z Updating files: 93% (6592/7088) 2026-08-23T10:02:10.5263820Z Updating files: 94% (6663/7088) 2026-08-23T10:02:10.5486540Z Updating files: 95% (6734/7088) 2026-08-23T10:02:10.5684640Z Updating files: 96% (6805/7088) 2026-08-23T10:02:10.6179370Z Updating files: 97% (6876/7088) 2026-08-23T10:02:10.6180770Z Updating files: 97% (6877/7088) 2026-08-23T10:02:10.6182040Z Updating files: 98% (6947/7088) 2026-08-23T10:02:10.7078260Z Updating files: 99% (7018/7088) 2026-08-23T10:02:10.7092100Z Updating files: 100% (7088/7088) 2026-08-23T10:02:10.7094600Z Updating files: 100% (7088/7088), done. 2026-08-23T10:02:10.7097960Z Switched to a new branch 'py3.12' 2026-08-23T10:02:10.7100270Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-23T10:02:10.7202860Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-23T10:02:10.7210390Z 62a475fcfa4bcce9240ac2a1b7f76fcf5e129877