Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-10T00:23:07.9647900Z with: 2026-09-10T00:23:07.9648660Z repository: pypy/pypy 2026-09-10T00:23:07.9654990Z token: *** 2026-09-10T00:23:07.9655720Z ssh-strict: true 2026-09-10T00:23:07.9656450Z ssh-user: git 2026-09-10T00:23:07.9657220Z persist-credentials: true 2026-09-10T00:23:07.9658040Z clean: true 2026-09-10T00:23:07.9658850Z sparse-checkout-cone-mode: true 2026-09-10T00:23:07.9659730Z fetch-depth: 1 2026-09-10T00:23:07.9715630Z fetch-tags: false 2026-09-10T00:23:07.9717340Z show-progress: true 2026-09-10T00:23:07.9719000Z lfs: false 2026-09-10T00:23:07.9719720Z submodules: false 2026-09-10T00:23:07.9720370Z set-safe-directory: true
2026-09-10T00:23:08.3112810Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-10T00:23:08.3117600Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-10T00:23:08.3120390Z [command]/usr/local/bin/git version 2026-09-10T00:23:08.3427900Z git version 2.55.0
2026-09-10T00:23:08.3471160Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/e48207e5-2c0c-48f0-9dea-85ff71b4b01f/.gitconfig' 2026-09-10T00:23:08.3490160Z Temporarily overriding HOME='/Users/runner/work/_temp/e48207e5-2c0c-48f0-9dea-85ff71b4b01f' before making global git config changes 2026-09-10T00:23:08.3494320Z Adding repository directory to the temporary git global config as a safe directory 2026-09-10T00:23:08.3497490Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-10T00:23:08.3617770Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-10T00:23:08.3630010Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-09-10T00:23:08.4007850Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-10T00:23:08.4010830Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-10T00:23:08.4013490Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-10T00:23:08.4015580Z hint: call: 2026-09-10T00:23:08.4016480Z hint: 2026-09-10T00:23:08.4017750Z hint: git config --global init.defaultBranch <name> 2026-09-10T00:23:08.4019330Z hint: 2026-09-10T00:23:08.4020770Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-10T00:23:08.4023630Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-10T00:23:08.4025870Z hint: 2026-09-10T00:23:08.4026790Z hint: git branch -m <name> 2026-09-10T00:23:08.4027980Z hint: 2026-09-10T00:23:08.4029720Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-10T00:23:08.4032780Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-10T00:23:08.4037610Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-10T00:23:08.4146570Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-09-10T00:23:08.4248820Z Removing SSH command configuration 2026-09-10T00:23:08.4253000Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-10T00:23:08.4362350Z [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-10T00:23:08.5727900Z Removing HTTP extra header 2026-09-10T00:23:08.5734640Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-10T00:23:08.5833790Z [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-10T00:23:08.7409080Z Removing includeIf entries pointing to credentials config files 2026-09-10T00:23:08.7472280Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-10T00:23:08.7489920Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-10T00:23:08.9518160Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-00a80087-8d2d-42c5-a9d8-fc6c9b1a5be4.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-10T00:23:08.9602190Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-00a80087-8d2d-42c5-a9d8-fc6c9b1a5be4.config 2026-09-10T00:23:08.9661190Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-00a80087-8d2d-42c5-a9d8-fc6c9b1a5be4.config 2026-09-10T00:23:08.9768710Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-00a80087-8d2d-42c5-a9d8-fc6c9b1a5be4.config 2026-09-10T00:23:08.9875170Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-00a80087-8d2d-42c5-a9d8-fc6c9b1a5be4.config
Fetching the repository
2026-09-10T00:23:08.9981770Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +fa55757300e3c68eec3c6051177ebef794e28bfe:refs/remotes/origin/py3.11 2026-09-10T00:23:12.9382310Z From https://github.com/pypy/pypy 2026-09-10T00:23:12.9384630Z * [new ref] fa55757300e3c68eec3c6051177ebef794e28bfe -> origin/py3.11 2026-09-10T00:23:12.9402690Z [command]/usr/local/bin/git branch --list --remote origin/py3.11 2026-09-10T00:23:12.9522750Z origin/py3.11 2026-09-10T00:23:12.9532710Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.11 2026-09-10T00:23:12.9628580Z fa55757300e3c68eec3c6051177ebef794e28bfe
Determining the checkout info
2026-09-10T00:23:12.9639720Z [command]/usr/local/bin/git sparse-checkout disable 2026-09-10T00:23:12.9789030Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-10T00:23:12.9901820Z [command]/usr/local/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-09-10T00:23:14.1676040Z Updating files: 33% (2309/6980) 2026-09-10T00:23:14.1938080Z Updating files: 34% (2374/6980) 2026-09-10T00:23:14.2204800Z Updating files: 35% (2443/6980) 2026-09-10T00:23:14.2431350Z Updating files: 36% (2513/6980) 2026-09-10T00:23:14.2683510Z Updating files: 37% (2583/6980) 2026-09-10T00:23:14.2946260Z Updating files: 38% (2653/6980) 2026-09-10T00:23:14.3236400Z Updating files: 39% (2723/6980) 2026-09-10T00:23:14.3509020Z Updating files: 40% (2792/6980) 2026-09-10T00:23:14.3772810Z Updating files: 41% (2862/6980) 2026-09-10T00:23:14.4034060Z Updating files: 42% (2932/6980) 2026-09-10T00:23:14.4291140Z Updating files: 43% (3002/6980) 2026-09-10T00:23:14.4539070Z Updating files: 44% (3072/6980) 2026-09-10T00:23:14.4762910Z Updating files: 45% (3141/6980) 2026-09-10T00:23:14.4995770Z Updating files: 46% (3211/6980) 2026-09-10T00:23:14.5211970Z Updating files: 47% (3281/6980) 2026-09-10T00:23:14.5520910Z Updating files: 48% (3351/6980) 2026-09-10T00:23:14.6369910Z Updating files: 49% (3421/6980) 2026-09-10T00:23:14.6631480Z Updating files: 50% (3490/6980) 2026-09-10T00:23:14.6913180Z Updating files: 51% (3560/6980) 2026-09-10T00:23:14.7194440Z Updating files: 52% (3630/6980) 2026-09-10T00:23:14.7474080Z Updating files: 53% (3700/6980) 2026-09-10T00:23:14.8533130Z Updating files: 54% (3770/6980) 2026-09-10T00:23:14.8837380Z Updating files: 55% (3839/6980) 2026-09-10T00:23:14.9059100Z Updating files: 56% (3909/6980) 2026-09-10T00:23:14.9273760Z Updating files: 57% (3979/6980) 2026-09-10T00:23:14.9526420Z Updating files: 58% (4049/6980) 2026-09-10T00:23:14.9766140Z Updating files: 59% (4119/6980) 2026-09-10T00:23:14.9988250Z Updating files: 60% (4188/6980) 2026-09-10T00:23:15.0128090Z Updating files: 61% (4258/6980) 2026-09-10T00:23:15.0292300Z Updating files: 61% (4278/6980) 2026-09-10T00:23:15.0529980Z Updating files: 62% (4328/6980) 2026-09-10T00:23:15.0792360Z Updating files: 63% (4398/6980) 2026-09-10T00:23:15.1022380Z Updating files: 64% (4468/6980) 2026-09-10T00:23:15.1276100Z Updating files: 65% (4537/6980) 2026-09-10T00:23:15.1629510Z Updating files: 66% (4607/6980) 2026-09-10T00:23:15.1915010Z Updating files: 67% (4677/6980) 2026-09-10T00:23:15.2176680Z Updating files: 68% (4747/6980) 2026-09-10T00:23:15.2558010Z Updating files: 69% (4817/6980) 2026-09-10T00:23:15.2750650Z Updating files: 70% (4886/6980) 2026-09-10T00:23:15.3608970Z Updating files: 71% (4956/6980) 2026-09-10T00:23:15.3887610Z Updating files: 72% (5026/6980) 2026-09-10T00:23:15.4184520Z Updating files: 73% (5096/6980) 2026-09-10T00:23:15.4464410Z Updating files: 74% (5166/6980) 2026-09-10T00:23:15.4785010Z Updating files: 75% (5235/6980) 2026-09-10T00:23:15.5065860Z Updating files: 76% (5305/6980) 2026-09-10T00:23:15.5429210Z Updating files: 77% (5375/6980) 2026-09-10T00:23:15.6078860Z Updating files: 78% (5445/6980) 2026-09-10T00:23:15.6083350Z Updating files: 79% (5515/6980) 2026-09-10T00:23:15.6105290Z Updating files: 80% (5584/6980) 2026-09-10T00:23:15.6729250Z Updating files: 81% (5654/6980) 2026-09-10T00:23:15.7518250Z Updating files: 82% (5724/6980) 2026-09-10T00:23:15.7619930Z Updating files: 83% (5794/6980) 2026-09-10T00:23:15.7623770Z Updating files: 84% (5864/6980) 2026-09-10T00:23:15.7629070Z Updating files: 85% (5933/6980) 2026-09-10T00:23:15.8670230Z Updating files: 86% (6003/6980) 2026-09-10T00:23:15.9262630Z Updating files: 87% (6073/6980) 2026-09-10T00:23:16.0265630Z Updating files: 88% (6143/6980) 2026-09-10T00:23:16.1269420Z Updating files: 89% (6213/6980) 2026-09-10T00:23:16.2278630Z Updating files: 90% (6282/6980) 2026-09-10T00:23:16.2385250Z Updating files: 91% (6352/6980) 2026-09-10T00:23:16.2605380Z Updating files: 91% (6366/6980) 2026-09-10T00:23:16.2622900Z Updating files: 92% (6422/6980) 2026-09-10T00:23:16.2743410Z Updating files: 93% (6492/6980) 2026-09-10T00:23:16.2749600Z Updating files: 94% (6562/6980) 2026-09-10T00:23:16.3437080Z Updating files: 95% (6631/6980) 2026-09-10T00:23:16.3504290Z Updating files: 96% (6701/6980) 2026-09-10T00:23:16.3540890Z Updating files: 97% (6771/6980) 2026-09-10T00:23:16.3568820Z Updating files: 98% (6841/6980) 2026-09-10T00:23:16.3647560Z Updating files: 99% (6911/6980) 2026-09-10T00:23:16.3690550Z Updating files: 100% (6980/6980) 2026-09-10T00:23:16.3728490Z Updating files: 100% (6980/6980), done. 2026-09-10T00:23:16.3744790Z Switched to a new branch 'py3.11' 2026-09-10T00:23:16.3801260Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-09-10T00:23:16.4039170Z [command]/usr/local/bin/git log -1 --format=%H 2026-09-10T00:23:16.4068040Z fa55757300e3c68eec3c6051177ebef794e28bfe