timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-09-16T12:24:25.0495740Z with:
2026-09-16T12:24:25.0496570Z repository: pypy/pypy
2026-09-16T12:24:25.0504630Z token: ***
2026-09-16T12:24:25.0505430Z ssh-strict: true
2026-09-16T12:24:25.0506260Z ssh-user: git
2026-09-16T12:24:25.0507090Z persist-credentials: true
2026-09-16T12:24:25.0508020Z clean: true
2026-09-16T12:24:25.0508860Z sparse-checkout-cone-mode: true
2026-09-16T12:24:25.0509860Z fetch-depth: 1
2026-09-16T12:24:25.0510680Z fetch-tags: false
2026-09-16T12:24:25.0511520Z show-progress: true
2026-09-16T12:24:25.0512360Z lfs: false
2026-09-16T12:24:25.0513390Z submodules: false
2026-09-16T12:24:25.0514250Z set-safe-directory: true
2026-09-16T12:24:25.3781120Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-16T12:24:25.3786260Z Working directory is '/Users/runner/work/pypy/pypy'
2026-09-16T12:24:25.3788710Z [command]/usr/local/bin/git version
2026-09-16T12:24:25.4154320Z git version 2.55.0
2026-09-16T12:24:25.4204650Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/d49d94d8-6317-4d9f-9e7e-860625001e1d/.gitconfig'
2026-09-16T12:24:25.4222300Z Temporarily overriding HOME='/Users/runner/work/_temp/d49d94d8-6317-4d9f-9e7e-860625001e1d' before making global git config changes
2026-09-16T12:24:25.4225490Z Adding repository directory to the temporary git global config as a safe directory
2026-09-16T12:24:25.4228530Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-09-16T12:24:25.4373340Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-16T12:24:25.4388020Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-09-16T12:24:25.4771260Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-16T12:24:25.4773790Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-16T12:24:25.4776050Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-16T12:24:25.4777740Z hint: call:
2026-09-16T12:24:25.4778810Z hint:
2026-09-16T12:24:25.4780060Z hint: git config --global init.defaultBranch <name>
2026-09-16T12:24:25.4781520Z hint:
2026-09-16T12:24:25.4782830Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-16T12:24:25.4784930Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-16T12:24:25.4786610Z hint:
2026-09-16T12:24:25.4787560Z hint: git branch -m <name>
2026-09-16T12:24:25.4788690Z hint:
2026-09-16T12:24:25.4790120Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-16T12:24:25.4792320Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-09-16T12:24:25.4796030Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-16T12:24:25.4932470Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-09-16T12:24:25.5057170Z Removing SSH command configuration
2026-09-16T12:24:25.5062590Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-16T12:24:25.5183070Z [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-16T12:24:25.6751460Z Removing HTTP extra header
2026-09-16T12:24:25.6759540Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-16T12:24:25.6887590Z [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-16T12:24:25.9207250Z Removing includeIf entries pointing to credentials config files
2026-09-16T12:24:25.9251650Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-16T12:24:25.9306720Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-16T12:24:26.0574970Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-9fac2d7c-9866-4a6c-9068-104e2a33373c.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-16T12:24:26.0711880Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-9fac2d7c-9866-4a6c-9068-104e2a33373c.config
2026-09-16T12:24:26.0830180Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-9fac2d7c-9866-4a6c-9068-104e2a33373c.config
2026-09-16T12:24:26.0951950Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-9fac2d7c-9866-4a6c-9068-104e2a33373c.config
2026-09-16T12:24:26.1074100Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-9fac2d7c-9866-4a6c-9068-104e2a33373c.config
Fetching the repository
2026-09-16T12:24:26.1201370Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +b5d3d986d6169df26e033117b048ccd231f7a200:refs/remotes/origin/py3.12
2026-09-16T12:24:32.1986380Z From https://github.com/pypy/pypy
2026-09-16T12:24:32.1989620Z * [new ref] b5d3d986d6169df26e033117b048ccd231f7a200 -> origin/py3.12
2026-09-16T12:24:32.1998460Z [command]/usr/local/bin/git branch --list --remote origin/py3.12
2026-09-16T12:24:32.2122800Z origin/py3.12
2026-09-16T12:24:32.2132990Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.12
2026-09-16T12:24:32.2225650Z b5d3d986d6169df26e033117b048ccd231f7a200
Determining the checkout info
2026-09-16T12:24:32.2237350Z [command]/usr/local/bin/git sparse-checkout disable
2026-09-16T12:24:32.2369250Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-16T12:24:32.2473420Z [command]/usr/local/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-09-16T12:24:33.3674920Z Updating files: 33% (2376/7068)
2026-09-16T12:24:33.3940060Z Updating files: 34% (2404/7068)
2026-09-16T12:24:33.4252430Z Updating files: 35% (2474/7068)
2026-09-16T12:24:33.4530040Z Updating files: 36% (2545/7068)
2026-09-16T12:24:33.4797970Z Updating files: 37% (2616/7068)
2026-09-16T12:24:33.5076920Z Updating files: 38% (2686/7068)
2026-09-16T12:24:33.5323180Z Updating files: 39% (2757/7068)
2026-09-16T12:24:33.5581940Z Updating files: 40% (2828/7068)
2026-09-16T12:24:33.5823400Z Updating files: 41% (2898/7068)
2026-09-16T12:24:33.6130890Z Updating files: 42% (2969/7068)
2026-09-16T12:24:33.6434890Z Updating files: 43% (3040/7068)
2026-09-16T12:24:33.6728470Z Updating files: 44% (3110/7068)
2026-09-16T12:24:33.7314070Z Updating files: 45% (3181/7068)
2026-09-16T12:24:33.7561250Z Updating files: 46% (3252/7068)
2026-09-16T12:24:33.7772130Z Updating files: 47% (3322/7068)
2026-09-16T12:24:33.8094440Z Updating files: 48% (3393/7068)
2026-09-16T12:24:33.8341810Z Updating files: 49% (3464/7068)
2026-09-16T12:24:33.8617810Z Updating files: 50% (3534/7068)
2026-09-16T12:24:33.8919220Z Updating files: 51% (3605/7068)
2026-09-16T12:24:33.9165590Z Updating files: 52% (3676/7068)
2026-09-16T12:24:33.9396800Z Updating files: 53% (3747/7068)
2026-09-16T12:24:33.9873220Z Updating files: 54% (3817/7068)
2026-09-16T12:24:34.0876530Z Updating files: 55% (3888/7068)
2026-09-16T12:24:34.1454420Z Updating files: 56% (3959/7068)
2026-09-16T12:24:34.2773590Z Updating files: 57% (4029/7068)
2026-09-16T12:24:34.2832830Z Updating files: 57% (4087/7068)
2026-09-16T12:24:34.3142370Z Updating files: 58% (4100/7068)
2026-09-16T12:24:34.3636930Z Updating files: 59% (4171/7068)
2026-09-16T12:24:34.3841550Z Updating files: 60% (4241/7068)
2026-09-16T12:24:34.4686830Z Updating files: 61% (4312/7068)
2026-09-16T12:24:34.4982420Z Updating files: 62% (4383/7068)
2026-09-16T12:24:34.5282020Z Updating files: 63% (4453/7068)
2026-09-16T12:24:34.5569960Z Updating files: 64% (4524/7068)
2026-09-16T12:24:34.5851380Z Updating files: 65% (4595/7068)
2026-09-16T12:24:34.6307690Z Updating files: 66% (4665/7068)
2026-09-16T12:24:34.6841400Z Updating files: 67% (4736/7068)
2026-09-16T12:24:34.6914100Z Updating files: 68% (4807/7068)
2026-09-16T12:24:34.7087330Z Updating files: 69% (4877/7068)
2026-09-16T12:24:34.7277720Z Updating files: 70% (4948/7068)
2026-09-16T12:24:34.8159370Z Updating files: 71% (5019/7068)
2026-09-16T12:24:35.0147850Z Updating files: 72% (5089/7068)
2026-09-16T12:24:35.0384560Z Updating files: 73% (5160/7068)
2026-09-16T12:24:35.0660530Z Updating files: 74% (5231/7068)
2026-09-16T12:24:35.1066250Z Updating files: 75% (5301/7068)
2026-09-16T12:24:35.2118710Z Updating files: 76% (5372/7068)
2026-09-16T12:24:35.3122390Z Updating files: 77% (5443/7068)
2026-09-16T12:24:35.3686190Z Updating files: 78% (5514/7068)
2026-09-16T12:24:35.3706380Z Updating files: 79% (5584/7068)
2026-09-16T12:24:35.4340630Z Updating files: 80% (5655/7068)
2026-09-16T12:24:35.4387970Z Updating files: 81% (5726/7068)
2026-09-16T12:24:35.4388750Z Updating files: 81% (5776/7068)
2026-09-16T12:24:35.4471960Z Updating files: 82% (5796/7068)
2026-09-16T12:24:35.4543200Z Updating files: 83% (5867/7068)
2026-09-16T12:24:35.4617620Z Updating files: 84% (5938/7068)
2026-09-16T12:24:35.4681370Z Updating files: 85% (6008/7068)
2026-09-16T12:24:35.5262830Z Updating files: 86% (6079/7068)
2026-09-16T12:24:35.5953970Z Updating files: 87% (6150/7068)
2026-09-16T12:24:35.7178220Z Updating files: 88% (6220/7068)
2026-09-16T12:24:35.7536570Z Updating files: 89% (6291/7068)
2026-09-16T12:24:35.7658850Z Updating files: 90% (6362/7068)
2026-09-16T12:24:35.7965940Z Updating files: 91% (6432/7068)
2026-09-16T12:24:35.9603890Z Updating files: 92% (6503/7068)
2026-09-16T12:24:36.1649880Z Updating files: 93% (6574/7068)
2026-09-16T12:24:36.1907620Z Updating files: 94% (6644/7068)
2026-09-16T12:24:36.2137840Z Updating files: 95% (6715/7068)
2026-09-16T12:24:36.2394050Z Updating files: 96% (6786/7068)
2026-09-16T12:24:36.2773290Z Updating files: 97% (6856/7068)
2026-09-16T12:24:36.2879480Z Updating files: 98% (6927/7068)
2026-09-16T12:24:36.2981390Z Updating files: 98% (6947/7068)
2026-09-16T12:24:36.3112280Z Updating files: 99% (6998/7068)
2026-09-16T12:24:36.3136080Z Updating files: 100% (7068/7068)
2026-09-16T12:24:36.3162930Z Updating files: 100% (7068/7068), done.
2026-09-16T12:24:36.3322260Z Switched to a new branch 'py3.12'
2026-09-16T12:24:36.3345320Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-09-16T12:24:36.3606410Z [command]/usr/local/bin/git log -1 --format=%H
2026-09-16T12:24:36.3796280Z b5d3d986d6169df26e033117b048ccd231f7a200