timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-22T12:22:11.5583580Z with:
2026-08-22T12:22:11.5584870Z repository: pypy/pypy
2026-08-22T12:22:11.5608070Z token: ***
2026-08-22T12:22:11.5609610Z ssh-strict: true
2026-08-22T12:22:11.5611330Z ssh-user: git
2026-08-22T12:22:11.5613100Z persist-credentials: true
2026-08-22T12:22:11.5614670Z clean: true
2026-08-22T12:22:11.5616090Z sparse-checkout-cone-mode: true
2026-08-22T12:22:11.5617980Z fetch-depth: 1
2026-08-22T12:22:11.5619330Z fetch-tags: false
2026-08-22T12:22:11.5620740Z show-progress: true
2026-08-22T12:22:11.5622170Z lfs: false
2026-08-22T12:22:11.5623760Z submodules: false
2026-08-22T12:22:11.5625590Z set-safe-directory: true
2026-08-22T12:22:12.1123710Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-22T12:22:12.1136520Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-22T12:22:12.1142250Z [command]/usr/local/bin/git version
2026-08-22T12:22:12.2696850Z git version 2.55.0
2026-08-22T12:22:12.2776080Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/4f3ada23-f192-482a-9e7f-8bab27d0b4ad/.gitconfig'
2026-08-22T12:22:12.2787920Z Temporarily overriding HOME='/Users/runner/work/_temp/4f3ada23-f192-482a-9e7f-8bab27d0b4ad' before making global git config changes
2026-08-22T12:22:12.2803700Z Adding repository directory to the temporary git global config as a safe directory
2026-08-22T12:22:12.2811670Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-22T12:22:12.4073940Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-22T12:22:12.4140330Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-08-22T12:22:12.4163450Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-22T12:22:12.4169950Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-22T12:22:12.4177820Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-22T12:22:12.4183550Z hint: call:
2026-08-22T12:22:12.4190280Z hint:
2026-08-22T12:22:12.4192340Z hint: git config --global init.defaultBranch <name>
2026-08-22T12:22:12.4197890Z hint:
2026-08-22T12:22:12.4201450Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-22T12:22:12.4209700Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-22T12:22:12.4215610Z hint:
2026-08-22T12:22:12.4219310Z hint: git branch -m <name>
2026-08-22T12:22:12.4223820Z hint:
2026-08-22T12:22:12.4228910Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-22T12:22:12.4235640Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-22T12:22:12.4250310Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-22T12:22:12.4280790Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-22T12:22:12.4311960Z Removing SSH command configuration
2026-08-22T12:22:12.4315740Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-22T12:22:12.4462450Z [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-22T12:22:12.7603300Z Removing HTTP extra header
2026-08-22T12:22:12.7607750Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-22T12:22:12.8349530Z [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-22T12:22:13.0088190Z Removing includeIf entries pointing to credentials config files
2026-08-22T12:22:13.0111160Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-22T12:22:13.0169250Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-22T12:22:13.1504620Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-069d5204-cb63-462f-868c-e81347b58ec5.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-22T12:22:13.1637930Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-069d5204-cb63-462f-868c-e81347b58ec5.config
2026-08-22T12:22:13.1759750Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-069d5204-cb63-462f-868c-e81347b58ec5.config
2026-08-22T12:22:13.1864930Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-069d5204-cb63-462f-868c-e81347b58ec5.config
2026-08-22T12:22:13.1987610Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-069d5204-cb63-462f-868c-e81347b58ec5.config
Fetching the repository
2026-08-22T12:22:13.2097900Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +26964ed2feba9d5b85f95fe547199129b769ceb5:refs/remotes/origin/py3.11
2026-08-22T12:22:17.6780360Z From https://github.com/pypy/pypy
2026-08-22T12:22:17.6781700Z * [new ref] 26964ed2feba9d5b85f95fe547199129b769ceb5 -> origin/py3.11
2026-08-22T12:22:17.6792360Z [command]/usr/local/bin/git branch --list --remote origin/py3.11
2026-08-22T12:22:17.6883830Z origin/py3.11
2026-08-22T12:22:17.6894090Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.11
2026-08-22T12:22:17.6966730Z 26964ed2feba9d5b85f95fe547199129b769ceb5
Determining the checkout info
2026-08-22T12:22:17.6974440Z [command]/usr/local/bin/git sparse-checkout disable
2026-08-22T12:22:17.7093730Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-22T12:22:17.7179420Z [command]/usr/local/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-08-22T12:22:18.8092800Z Updating files: 35% (2506/7027)
2026-08-22T12:22:18.8265600Z Updating files: 36% (2530/7027)
2026-08-22T12:22:18.8460500Z Updating files: 37% (2600/7027)
2026-08-22T12:22:18.8701760Z Updating files: 38% (2671/7027)
2026-08-22T12:22:18.8872230Z Updating files: 39% (2741/7027)
2026-08-22T12:22:18.9053500Z Updating files: 40% (2811/7027)
2026-08-22T12:22:18.9226410Z Updating files: 41% (2882/7027)
2026-08-22T12:22:18.9409860Z Updating files: 42% (2952/7027)
2026-08-22T12:22:18.9570960Z Updating files: 43% (3022/7027)
2026-08-22T12:22:18.9746910Z Updating files: 44% (3092/7027)
2026-08-22T12:22:18.9905480Z Updating files: 45% (3163/7027)
2026-08-22T12:22:19.0053890Z Updating files: 46% (3233/7027)
2026-08-22T12:22:19.0217850Z Updating files: 47% (3303/7027)
2026-08-22T12:22:19.0407900Z Updating files: 48% (3373/7027)
2026-08-22T12:22:19.0585330Z Updating files: 49% (3444/7027)
2026-08-22T12:22:19.0745000Z Updating files: 50% (3514/7027)
2026-08-22T12:22:19.0937800Z Updating files: 51% (3584/7027)
2026-08-22T12:22:19.1112450Z Updating files: 52% (3655/7027)
2026-08-22T12:22:19.1274460Z Updating files: 53% (3725/7027)
2026-08-22T12:22:19.1439030Z Updating files: 54% (3795/7027)
2026-08-22T12:22:19.1598310Z Updating files: 55% (3865/7027)
2026-08-22T12:22:19.1797790Z Updating files: 56% (3936/7027)
2026-08-22T12:22:19.2550060Z Updating files: 57% (4006/7027)
2026-08-22T12:22:19.2714820Z Updating files: 58% (4076/7027)
2026-08-22T12:22:19.2877000Z Updating files: 59% (4146/7027)
2026-08-22T12:22:19.3052290Z Updating files: 60% (4217/7027)
2026-08-22T12:22:19.3198120Z Updating files: 61% (4287/7027)
2026-08-22T12:22:19.3351390Z Updating files: 62% (4357/7027)
2026-08-22T12:22:19.3521910Z Updating files: 63% (4428/7027)
2026-08-22T12:22:19.3694010Z Updating files: 64% (4498/7027)
2026-08-22T12:22:19.4499000Z Updating files: 65% (4568/7027)
2026-08-22T12:22:19.4725080Z Updating files: 66% (4638/7027)
2026-08-22T12:22:19.4881730Z Updating files: 67% (4709/7027)
2026-08-22T12:22:19.5072330Z Updating files: 68% (4779/7027)
2026-08-22T12:22:19.5267390Z Updating files: 69% (4849/7027)
2026-08-22T12:22:19.5429480Z Updating files: 70% (4919/7027)
2026-08-22T12:22:19.5596450Z Updating files: 71% (4990/7027)
2026-08-22T12:22:19.5806730Z Updating files: 72% (5060/7027)
2026-08-22T12:22:19.6020080Z Updating files: 73% (5130/7027)
2026-08-22T12:22:19.6255870Z Updating files: 74% (5200/7027)
2026-08-22T12:22:19.6466200Z Updating files: 75% (5271/7027)
2026-08-22T12:22:19.6666640Z Updating files: 76% (5341/7027)
2026-08-22T12:22:19.6837620Z Updating files: 77% (5411/7027)
2026-08-22T12:22:19.7022220Z Updating files: 78% (5482/7027)
2026-08-22T12:22:19.7173170Z Updating files: 79% (5552/7027)
2026-08-22T12:22:19.7362870Z Updating files: 80% (5622/7027)
2026-08-22T12:22:19.7373460Z Updating files: 81% (5692/7027)
2026-08-22T12:22:19.7530670Z Updating files: 81% (5704/7027)
2026-08-22T12:22:19.8253400Z Updating files: 82% (5763/7027)
2026-08-22T12:22:19.8485050Z Updating files: 83% (5833/7027)
2026-08-22T12:22:19.8744120Z Updating files: 84% (5903/7027)
2026-08-22T12:22:19.9147600Z Updating files: 85% (5973/7027)
2026-08-22T12:22:19.9152610Z Updating files: 86% (6044/7027)
2026-08-22T12:22:19.9739810Z Updating files: 87% (6114/7027)
2026-08-22T12:22:19.9766960Z Updating files: 88% (6184/7027)
2026-08-22T12:22:19.9769850Z Updating files: 89% (6255/7027)
2026-08-22T12:22:20.0107190Z Updating files: 90% (6325/7027)
2026-08-22T12:22:20.1109530Z Updating files: 91% (6395/7027)
2026-08-22T12:22:20.2112210Z Updating files: 92% (6465/7027)
2026-08-22T12:22:20.2887510Z Updating files: 93% (6536/7027)
2026-08-22T12:22:20.2989130Z Updating files: 94% (6606/7027)
2026-08-22T12:22:20.3125450Z Updating files: 95% (6676/7027)
2026-08-22T12:22:20.3964790Z Updating files: 96% (6746/7027)
2026-08-22T12:22:20.4068860Z Updating files: 97% (6817/7027)
2026-08-22T12:22:20.4087980Z Updating files: 98% (6887/7027)
2026-08-22T12:22:20.4830210Z Updating files: 99% (6957/7027)
2026-08-22T12:22:20.4851200Z Updating files: 100% (7027/7027)
2026-08-22T12:22:20.4857520Z Updating files: 100% (7027/7027), done.
2026-08-22T12:22:20.4866630Z Switched to a new branch 'py3.11'
2026-08-22T12:22:20.4872700Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-22T12:22:20.4881920Z [command]/usr/local/bin/git log -1 --format=%H
2026-08-22T12:22:20.5068160Z 26964ed2feba9d5b85f95fe547199129b769ceb5