Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-26T06:10:40.5841570Z with: 2026-08-26T06:10:40.5842310Z repository: pypy/pypy 2026-08-26T06:10:40.5850160Z token: *** 2026-08-26T06:10:40.5851350Z ssh-strict: true 2026-08-26T06:10:40.5852620Z ssh-user: git 2026-08-26T06:10:40.5853810Z persist-credentials: true 2026-08-26T06:10:40.5855410Z clean: true 2026-08-26T06:10:40.5856400Z sparse-checkout-cone-mode: true 2026-08-26T06:10:40.5857910Z fetch-depth: 1 2026-08-26T06:10:40.5862300Z fetch-tags: false 2026-08-26T06:10:40.5863550Z show-progress: true 2026-08-26T06:10:40.5864410Z lfs: false 2026-08-26T06:10:40.5865360Z submodules: false 2026-08-26T06:10:40.5866130Z set-safe-directory: true
2026-08-26T06:10:40.9271880Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-26T06:10:40.9276240Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-26T06:10:40.9278270Z [command]/usr/local/bin/git version 2026-08-26T06:10:40.9619400Z git version 2.55.0
2026-08-26T06:10:40.9662930Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/ca52e4a0-ab9d-4bbd-9727-d3cbdc8d5cf7/.gitconfig' 2026-08-26T06:10:40.9678600Z Temporarily overriding HOME='/Users/runner/work/_temp/ca52e4a0-ab9d-4bbd-9727-d3cbdc8d5cf7' before making global git config changes 2026-08-26T06:10:40.9681030Z Adding repository directory to the temporary git global config as a safe directory 2026-08-26T06:10:40.9685820Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-26T06:10:40.9822870Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-26T06:10:40.9836030Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-26T06:10:41.0216140Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-26T06:10:41.0218270Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-26T06:10:41.0219980Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-26T06:10:41.0221390Z hint: call: 2026-08-26T06:10:41.0222180Z hint: 2026-08-26T06:10:41.0223200Z hint: git config --global init.defaultBranch <name> 2026-08-26T06:10:41.0224380Z hint: 2026-08-26T06:10:41.0225510Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-26T06:10:41.0227320Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-26T06:10:41.0228940Z hint: 2026-08-26T06:10:41.0229710Z hint: git branch -m <name> 2026-08-26T06:10:41.0230560Z hint: 2026-08-26T06:10:41.0231670Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-26T06:10:41.0233400Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-26T06:10:41.0236320Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-26T06:10:41.0352970Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-26T06:10:41.0456450Z Removing SSH command configuration 2026-08-26T06:10:41.0461860Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-26T06:10:41.0560920Z [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-26T06:10:41.1808200Z Removing HTTP extra header 2026-08-26T06:10:41.1814120Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-26T06:10:41.1901490Z [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-26T06:10:41.3049100Z Removing includeIf entries pointing to credentials config files 2026-08-26T06:10:41.3055750Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-26T06:10:41.3143860Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-26T06:10:41.4904440Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-fdf4f263-4ae9-4195-8439-e144df4d574c.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-26T06:10:41.4986010Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-fdf4f263-4ae9-4195-8439-e144df4d574c.config 2026-08-26T06:10:41.5024990Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-fdf4f263-4ae9-4195-8439-e144df4d574c.config 2026-08-26T06:10:41.5144030Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-fdf4f263-4ae9-4195-8439-e144df4d574c.config 2026-08-26T06:10:41.5236240Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-fdf4f263-4ae9-4195-8439-e144df4d574c.config
Fetching the repository
2026-08-26T06:10:41.5330980Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +422c71813a7913bbc389a9f9a788506a4f1efac2:refs/remotes/origin/py3.12 2026-08-26T06:10:45.9801250Z From https://github.com/pypy/pypy 2026-08-26T06:10:45.9802480Z * [new ref] 422c71813a7913bbc389a9f9a788506a4f1efac2 -> origin/py3.12 2026-08-26T06:10:45.9814490Z [command]/usr/local/bin/git branch --list --remote origin/py3.12 2026-08-26T06:10:45.9909080Z origin/py3.12 2026-08-26T06:10:45.9919470Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.12 2026-08-26T06:10:46.0000310Z 422c71813a7913bbc389a9f9a788506a4f1efac2
Determining the checkout info
2026-08-26T06:10:46.0013830Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-26T06:10:46.0134070Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-26T06:10:46.0229990Z [command]/usr/local/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-08-26T06:10:47.1717350Z Updating files: 33% (2394/7090) 2026-08-26T06:10:47.1922630Z Updating files: 34% (2411/7090) 2026-08-26T06:10:47.2189400Z Updating files: 35% (2482/7090) 2026-08-26T06:10:47.2381450Z Updating files: 36% (2553/7090) 2026-08-26T06:10:47.2611230Z Updating files: 37% (2624/7090) 2026-08-26T06:10:47.2846790Z Updating files: 38% (2695/7090) 2026-08-26T06:10:47.3069650Z Updating files: 39% (2766/7090) 2026-08-26T06:10:47.3277550Z Updating files: 40% (2836/7090) 2026-08-26T06:10:47.3484830Z Updating files: 41% (2907/7090) 2026-08-26T06:10:47.4195240Z Updating files: 42% (2978/7090) 2026-08-26T06:10:47.4384960Z Updating files: 43% (3049/7090) 2026-08-26T06:10:47.4571570Z Updating files: 44% (3120/7090) 2026-08-26T06:10:47.4739270Z Updating files: 45% (3191/7090) 2026-08-26T06:10:47.6233210Z Updating files: 46% (3262/7090) 2026-08-26T06:10:47.6892050Z Updating files: 47% (3333/7090) 2026-08-26T06:10:47.6979560Z Updating files: 48% (3404/7090) 2026-08-26T06:10:47.7005600Z Updating files: 49% (3475/7090) 2026-08-26T06:10:47.7134870Z Updating files: 50% (3545/7090) 2026-08-26T06:10:47.7330830Z Updating files: 51% (3616/7090) 2026-08-26T06:10:47.7503450Z Updating files: 52% (3687/7090) 2026-08-26T06:10:47.7682080Z Updating files: 53% (3758/7090) 2026-08-26T06:10:47.7864050Z Updating files: 54% (3829/7090) 2026-08-26T06:10:47.8050640Z Updating files: 55% (3900/7090) 2026-08-26T06:10:47.8221660Z Updating files: 56% (3971/7090) 2026-08-26T06:10:47.8410640Z Updating files: 57% (4042/7090) 2026-08-26T06:10:47.8839220Z Updating files: 58% (4113/7090) 2026-08-26T06:10:47.9037130Z Updating files: 59% (4184/7090) 2026-08-26T06:10:47.9235510Z Updating files: 60% (4254/7090) 2026-08-26T06:10:47.9403840Z Updating files: 61% (4325/7090) 2026-08-26T06:10:47.9576790Z Updating files: 62% (4396/7090) 2026-08-26T06:10:47.9776400Z Updating files: 63% (4467/7090) 2026-08-26T06:10:47.9974650Z Updating files: 64% (4538/7090) 2026-08-26T06:10:48.0217840Z Updating files: 65% (4609/7090) 2026-08-26T06:10:48.0458940Z Updating files: 66% (4680/7090) 2026-08-26T06:10:48.0512650Z Updating files: 66% (4732/7090) 2026-08-26T06:10:48.0758620Z Updating files: 67% (4751/7090) 2026-08-26T06:10:48.1685870Z Updating files: 68% (4822/7090) 2026-08-26T06:10:48.1689090Z Updating files: 69% (4893/7090) 2026-08-26T06:10:48.1691050Z Updating files: 70% (4963/7090) 2026-08-26T06:10:48.2944350Z Updating files: 71% (5034/7090) 2026-08-26T06:10:48.3293860Z Updating files: 72% (5105/7090) 2026-08-26T06:10:48.3340820Z Updating files: 73% (5176/7090) 2026-08-26T06:10:48.3686770Z Updating files: 74% (5247/7090) 2026-08-26T06:10:48.3844700Z Updating files: 75% (5318/7090) 2026-08-26T06:10:48.4061110Z Updating files: 76% (5389/7090) 2026-08-26T06:10:48.4303170Z Updating files: 77% (5460/7090) 2026-08-26T06:10:48.4531030Z Updating files: 78% (5531/7090) 2026-08-26T06:10:48.4731340Z Updating files: 79% (5602/7090) 2026-08-26T06:10:48.4923840Z Updating files: 80% (5672/7090) 2026-08-26T06:10:48.5158930Z Updating files: 81% (5743/7090) 2026-08-26T06:10:48.5375170Z Updating files: 82% (5814/7090) 2026-08-26T06:10:48.5669580Z Updating files: 83% (5885/7090) 2026-08-26T06:10:48.6998990Z Updating files: 84% (5956/7090) 2026-08-26T06:10:48.8001810Z Updating files: 85% (6027/7090) 2026-08-26T06:10:48.9004530Z Updating files: 86% (6098/7090) 2026-08-26T06:10:48.9930190Z Updating files: 87% (6169/7090) 2026-08-26T06:10:48.9941490Z Updating files: 88% (6240/7090) 2026-08-26T06:10:48.9975770Z Updating files: 89% (6311/7090) 2026-08-26T06:10:48.9988150Z Updating files: 90% (6381/7090) 2026-08-26T06:10:49.0062940Z Updating files: 91% (6452/7090) 2026-08-26T06:10:49.0494170Z Updating files: 92% (6523/7090) 2026-08-26T06:10:49.2694230Z Updating files: 92% (6560/7090) 2026-08-26T06:10:49.7325800Z Updating files: 93% (6594/7090) 2026-08-26T06:10:49.7856160Z Updating files: 94% (6665/7090) 2026-08-26T06:10:49.7985880Z Updating files: 95% (6736/7090) 2026-08-26T06:10:49.8468970Z Updating files: 96% (6807/7090) 2026-08-26T06:10:49.9840090Z Updating files: 97% (6878/7090) 2026-08-26T06:10:50.0235340Z Updating files: 98% (6949/7090) 2026-08-26T06:10:50.0459040Z Updating files: 99% (7020/7090) 2026-08-26T06:10:50.0686410Z Updating files: 99% (7053/7090) 2026-08-26T06:10:50.0687650Z Updating files: 100% (7090/7090) 2026-08-26T06:10:50.0715760Z Updating files: 100% (7090/7090), done. 2026-08-26T06:10:50.1002430Z Switched to a new branch 'py3.12' 2026-08-26T06:10:50.1355810Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-26T06:10:50.1835140Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-26T06:10:50.1841600Z 422c71813a7913bbc389a9f9a788506a4f1efac2