timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-26T03:26:44.7776950Z with:
2026-08-26T03:26:44.7778010Z repository: pypy/pypy
2026-08-26T03:26:44.7787470Z token: ***
2026-08-26T03:26:44.7788520Z ssh-strict: true
2026-08-26T03:26:44.7789590Z ssh-user: git
2026-08-26T03:26:44.7790670Z persist-credentials: true
2026-08-26T03:26:44.7791840Z clean: true
2026-08-26T03:26:44.7793000Z sparse-checkout-cone-mode: true
2026-08-26T03:26:44.7794250Z fetch-depth: 1
2026-08-26T03:26:44.7795310Z fetch-tags: false
2026-08-26T03:26:44.7796430Z show-progress: true
2026-08-26T03:26:44.7827240Z lfs: false
2026-08-26T03:26:44.7828480Z submodules: false
2026-08-26T03:26:44.7829450Z set-safe-directory: true
2026-08-26T03:26:45.7409580Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-26T03:26:45.7416350Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-26T03:26:45.7419170Z [command]/usr/local/bin/git version
2026-08-26T03:26:45.7974440Z git version 2.55.0
2026-08-26T03:26:45.8035840Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/37068d92-5f00-46c9-a7c7-ec912689e8b9/.gitconfig'
2026-08-26T03:26:45.8057540Z Temporarily overriding HOME='/Users/runner/work/_temp/37068d92-5f00-46c9-a7c7-ec912689e8b9' before making global git config changes
2026-08-26T03:26:45.8061180Z Adding repository directory to the temporary git global config as a safe directory
2026-08-26T03:26:45.8066170Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-26T03:26:45.8246890Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-26T03:26:45.8269160Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-08-26T03:26:45.8781750Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-26T03:26:45.8784600Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-26T03:26:45.8787040Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-26T03:26:45.8788990Z hint: call:
2026-08-26T03:26:45.8790070Z hint:
2026-08-26T03:26:45.8791390Z hint: git config --global init.defaultBranch <name>
2026-08-26T03:26:45.8793160Z hint:
2026-08-26T03:26:45.8794770Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-26T03:26:45.8797400Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-26T03:26:45.8799450Z hint:
2026-08-26T03:26:45.8800590Z hint: git branch -m <name>
2026-08-26T03:26:45.8801840Z hint:
2026-08-26T03:26:45.8803490Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-26T03:26:45.8806120Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-26T03:26:45.8814670Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-26T03:26:45.9004060Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-26T03:26:45.9139660Z Removing SSH command configuration
2026-08-26T03:26:45.9152040Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-26T03:26:45.9280770Z [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-26T03:26:46.1162440Z Removing HTTP extra header
2026-08-26T03:26:46.1171050Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-26T03:26:46.1300990Z [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-26T03:26:46.3169280Z Removing includeIf entries pointing to credentials config files
2026-08-26T03:26:46.3180680Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-26T03:26:46.3328280Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-26T03:26:46.5781710Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-02e760c1-f530-4047-9914-68d592fa6f28.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-26T03:26:46.5941400Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-02e760c1-f530-4047-9914-68d592fa6f28.config
2026-08-26T03:26:46.6086670Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-02e760c1-f530-4047-9914-68d592fa6f28.config
2026-08-26T03:26:46.6223960Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-02e760c1-f530-4047-9914-68d592fa6f28.config
2026-08-26T03:26:46.6363320Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-02e760c1-f530-4047-9914-68d592fa6f28.config
Fetching the repository
2026-08-26T03:26:46.6527490Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4264ac893dff953a1d6e39b952d33889c4790fdc:refs/remotes/origin/py3.11
2026-08-26T03:26:51.6001240Z From https://github.com/pypy/pypy
2026-08-26T03:26:51.6007330Z * [new ref] 4264ac893dff953a1d6e39b952d33889c4790fdc -> origin/py3.11
2026-08-26T03:26:51.6030280Z [command]/usr/local/bin/git branch --list --remote origin/py3.11
2026-08-26T03:26:51.6217870Z origin/py3.11
2026-08-26T03:26:51.6241490Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.11
2026-08-26T03:26:51.6421620Z 4264ac893dff953a1d6e39b952d33889c4790fdc
Determining the checkout info
2026-08-26T03:26:51.6448870Z [command]/usr/local/bin/git sparse-checkout disable
2026-08-26T03:26:51.6704590Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-26T03:26:51.6885750Z [command]/usr/local/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-08-26T03:26:52.8994640Z Updating files: 19% (1341/7029)
2026-08-26T03:26:53.0000740Z Updating files: 20% (1406/7029)
2026-08-26T03:26:53.0567580Z Updating files: 21% (1477/7029)
2026-08-26T03:26:53.0821060Z Updating files: 22% (1547/7029)
2026-08-26T03:26:53.1773130Z Updating files: 23% (1617/7029)
2026-08-26T03:26:53.1783090Z Updating files: 24% (1687/7029)
2026-08-26T03:26:53.1811070Z Updating files: 25% (1758/7029)
2026-08-26T03:26:53.2179570Z Updating files: 26% (1828/7029)
2026-08-26T03:26:53.2556910Z Updating files: 27% (1898/7029)
2026-08-26T03:26:53.3825130Z Updating files: 28% (1969/7029)
2026-08-26T03:26:53.4246250Z Updating files: 29% (2039/7029)
2026-08-26T03:26:53.4737590Z Updating files: 30% (2109/7029)
2026-08-26T03:26:53.5263110Z Updating files: 31% (2179/7029)
2026-08-26T03:26:53.5826960Z Updating files: 32% (2250/7029)
2026-08-26T03:26:53.6232680Z Updating files: 33% (2320/7029)
2026-08-26T03:26:53.6758240Z Updating files: 34% (2390/7029)
2026-08-26T03:26:53.7509370Z Updating files: 35% (2461/7029)
2026-08-26T03:26:53.7765780Z Updating files: 36% (2531/7029)
2026-08-26T03:26:53.8130700Z Updating files: 36% (2552/7029)
2026-08-26T03:26:54.0143000Z Updating files: 37% (2601/7029)
2026-08-26T03:26:54.0180930Z Updating files: 38% (2672/7029)
2026-08-26T03:26:54.0194150Z Updating files: 39% (2742/7029)
2026-08-26T03:26:54.0232270Z Updating files: 40% (2812/7029)
2026-08-26T03:26:54.0240520Z Updating files: 41% (2882/7029)
2026-08-26T03:26:54.1787810Z Updating files: 42% (2953/7029)
2026-08-26T03:26:54.3470800Z Updating files: 43% (3023/7029)
2026-08-26T03:26:54.3875970Z Updating files: 44% (3093/7029)
2026-08-26T03:26:54.3960460Z Updating files: 45% (3164/7029)
2026-08-26T03:26:54.3964190Z Updating files: 46% (3234/7029)
2026-08-26T03:26:54.4683550Z Updating files: 47% (3304/7029)
2026-08-26T03:26:54.5258620Z Updating files: 48% (3374/7029)
2026-08-26T03:26:54.5744180Z Updating files: 49% (3445/7029)
2026-08-26T03:26:54.6077150Z Updating files: 50% (3515/7029)
2026-08-26T03:26:54.7261950Z Updating files: 51% (3585/7029)
2026-08-26T03:26:54.8265190Z Updating files: 51% (3639/7029)
2026-08-26T03:26:54.8442740Z Updating files: 52% (3656/7029)
2026-08-26T03:26:54.8483410Z Updating files: 53% (3726/7029)
2026-08-26T03:26:54.8696310Z Updating files: 54% (3796/7029)
2026-08-26T03:26:54.9358880Z Updating files: 55% (3866/7029)
2026-08-26T03:26:54.9423620Z Updating files: 56% (3937/7029)
2026-08-26T03:26:54.9827020Z Updating files: 57% (4007/7029)
2026-08-26T03:26:55.1146010Z Updating files: 58% (4077/7029)
2026-08-26T03:26:55.1552710Z Updating files: 59% (4148/7029)
2026-08-26T03:26:55.2563150Z Updating files: 60% (4218/7029)
2026-08-26T03:26:55.3000870Z Updating files: 61% (4288/7029)
2026-08-26T03:26:55.3310890Z Updating files: 62% (4358/7029)
2026-08-26T03:26:55.3450050Z Updating files: 63% (4429/7029)
2026-08-26T03:26:55.3500390Z Updating files: 64% (4499/7029)
2026-08-26T03:26:55.4744650Z Updating files: 65% (4569/7029)
2026-08-26T03:26:55.5773930Z Updating files: 66% (4640/7029)
2026-08-26T03:26:55.6248810Z Updating files: 67% (4710/7029)
2026-08-26T03:26:55.6250160Z Updating files: 68% (4780/7029)
2026-08-26T03:26:55.6252230Z Updating files: 69% (4851/7029)
2026-08-26T03:26:55.6597630Z Updating files: 70% (4921/7029)
2026-08-26T03:26:55.6907940Z Updating files: 71% (4991/7029)
2026-08-26T03:26:55.7251440Z Updating files: 72% (5061/7029)
2026-08-26T03:26:55.7317180Z Updating files: 72% (5120/7029)
2026-08-26T03:26:55.8294270Z Updating files: 73% (5132/7029)
2026-08-26T03:26:55.8403140Z Updating files: 74% (5202/7029)
2026-08-26T03:26:55.8773450Z Updating files: 75% (5272/7029)
2026-08-26T03:26:55.9145220Z Updating files: 76% (5343/7029)
2026-08-26T03:26:55.9532950Z Updating files: 77% (5413/7029)
2026-08-26T03:26:56.0906700Z Updating files: 78% (5483/7029)
2026-08-26T03:26:56.1795460Z Updating files: 79% (5553/7029)
2026-08-26T03:26:56.1845360Z Updating files: 80% (5624/7029)
2026-08-26T03:26:56.2025260Z Updating files: 81% (5694/7029)
2026-08-26T03:26:56.2372370Z Updating files: 82% (5764/7029)
2026-08-26T03:26:56.2922920Z Updating files: 83% (5835/7029)
2026-08-26T03:26:56.4152470Z Updating files: 84% (5905/7029)
2026-08-26T03:26:56.4256380Z Updating files: 85% (5975/7029)
2026-08-26T03:26:56.4677390Z Updating files: 86% (6045/7029)
2026-08-26T03:26:56.4969710Z Updating files: 87% (6116/7029)
2026-08-26T03:26:56.5438070Z Updating files: 88% (6186/7029)
2026-08-26T03:26:56.5789070Z Updating files: 89% (6256/7029)
2026-08-26T03:26:56.6193580Z Updating files: 90% (6327/7029)
2026-08-26T03:26:56.7264070Z Updating files: 91% (6397/7029)
2026-08-26T03:26:56.7326640Z Updating files: 91% (6458/7029)
2026-08-26T03:26:56.9241290Z Updating files: 92% (6467/7029)
2026-08-26T03:26:57.0794010Z Updating files: 93% (6537/7029)
2026-08-26T03:26:57.1523020Z Updating files: 94% (6608/7029)
2026-08-26T03:26:57.1874780Z Updating files: 95% (6678/7029)
2026-08-26T03:26:57.2081340Z Updating files: 96% (6748/7029)
2026-08-26T03:26:57.2408880Z Updating files: 97% (6819/7029)
2026-08-26T03:26:57.3369400Z Updating files: 98% (6889/7029)
2026-08-26T03:26:57.3648320Z Updating files: 99% (6959/7029)
2026-08-26T03:26:57.3649780Z Updating files: 100% (7029/7029)
2026-08-26T03:26:57.3651490Z Updating files: 100% (7029/7029), done.
2026-08-26T03:26:57.3865490Z Switched to a new branch 'py3.11'
2026-08-26T03:26:57.3877710Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-26T03:26:57.4271840Z [command]/usr/local/bin/git log -1 --format=%H
2026-08-26T03:26:57.4473600Z 4264ac893dff953a1d6e39b952d33889c4790fdc