timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-31T20:34:01.4158820Z with:
2026-08-31T20:34:01.4160800Z repository: pypy/pypy
2026-08-31T20:34:01.4173740Z token: ***
2026-08-31T20:34:01.4175450Z ssh-strict: true
2026-08-31T20:34:01.4176850Z ssh-user: git
2026-08-31T20:34:01.4178790Z persist-credentials: true
2026-08-31T20:34:01.4181290Z clean: true
2026-08-31T20:34:01.4188490Z sparse-checkout-cone-mode: true
2026-08-31T20:34:01.4191050Z fetch-depth: 1
2026-08-31T20:34:01.4224620Z fetch-tags: false
2026-08-31T20:34:01.4225880Z show-progress: true
2026-08-31T20:34:01.4227060Z lfs: false
2026-08-31T20:34:01.4227840Z submodules: false
2026-08-31T20:34:01.4228670Z set-safe-directory: true
2026-08-31T20:34:01.8830080Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T20:34:01.8834750Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-31T20:34:01.8836680Z [command]/usr/local/bin/git version
2026-08-31T20:34:01.9178280Z git version 2.55.0
2026-08-31T20:34:01.9225250Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/bbec82f0-6ce0-46b6-8835-a3556d06058c/.gitconfig'
2026-08-31T20:34:01.9246140Z Temporarily overriding HOME='/Users/runner/work/_temp/bbec82f0-6ce0-46b6-8835-a3556d06058c' before making global git config changes
2026-08-31T20:34:01.9249730Z Adding repository directory to the temporary git global config as a safe directory
2026-08-31T20:34:01.9252670Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-31T20:34:01.9392990Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T20:34:01.9409290Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-08-31T20:34:01.9784880Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-31T20:34:01.9787590Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-31T20:34:01.9789970Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-31T20:34:01.9791980Z hint: call:
2026-08-31T20:34:01.9793020Z hint:
2026-08-31T20:34:01.9794090Z hint: git config --global init.defaultBranch <name>
2026-08-31T20:34:01.9795480Z hint:
2026-08-31T20:34:01.9796870Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-31T20:34:01.9798760Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-31T20:34:01.9800420Z hint:
2026-08-31T20:34:01.9801300Z hint: git branch -m <name>
2026-08-31T20:34:01.9802310Z hint:
2026-08-31T20:34:01.9803990Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-31T20:34:01.9806470Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-31T20:34:01.9810050Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-31T20:34:01.9944890Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-31T20:34:02.0073790Z Removing SSH command configuration
2026-08-31T20:34:02.0082420Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-31T20:34:02.0207400Z [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-31T20:34:02.1951150Z Removing HTTP extra header
2026-08-31T20:34:02.1958750Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-31T20:34:02.2092130Z [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-31T20:34:02.4054560Z Removing includeIf entries pointing to credentials config files
2026-08-31T20:34:02.4117520Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-31T20:34:02.4241720Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-31T20:34:02.6253190Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-7e194d8b-237e-483b-95a9-75c33a02fe50.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-31T20:34:02.6407840Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-7e194d8b-237e-483b-95a9-75c33a02fe50.config
2026-08-31T20:34:02.6524660Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-7e194d8b-237e-483b-95a9-75c33a02fe50.config
2026-08-31T20:34:02.6636240Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-7e194d8b-237e-483b-95a9-75c33a02fe50.config
2026-08-31T20:34:02.6738030Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-7e194d8b-237e-483b-95a9-75c33a02fe50.config
Fetching the repository
2026-08-31T20:34:02.6850080Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +490104d4cdbf02731309e0963bd7afec83d752cc:refs/remotes/origin/py3.12
2026-08-31T20:34:07.0182740Z From https://github.com/pypy/pypy
2026-08-31T20:34:07.0185660Z * [new ref] 490104d4cdbf02731309e0963bd7afec83d752cc -> origin/py3.12
2026-08-31T20:34:07.0196710Z [command]/usr/local/bin/git branch --list --remote origin/py3.12
2026-08-31T20:34:07.0314170Z origin/py3.12
2026-08-31T20:34:07.0327430Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.12
2026-08-31T20:34:07.0422440Z 490104d4cdbf02731309e0963bd7afec83d752cc
Determining the checkout info
2026-08-31T20:34:07.0437500Z [command]/usr/local/bin/git sparse-checkout disable
2026-08-31T20:34:07.0580550Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T20:34:07.0694330Z [command]/usr/local/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-08-31T20:34:08.2585170Z Updating files: 31% (2211/7092)
2026-08-31T20:34:08.2681650Z Updating files: 32% (2270/7092)
2026-08-31T20:34:08.2773360Z Updating files: 33% (2341/7092)
2026-08-31T20:34:08.3128530Z Updating files: 34% (2412/7092)
2026-08-31T20:34:08.4131140Z Updating files: 35% (2483/7092)
2026-08-31T20:34:08.4291410Z Updating files: 36% (2554/7092)
2026-08-31T20:34:08.4347480Z Updating files: 37% (2625/7092)
2026-08-31T20:34:08.4353400Z Updating files: 38% (2695/7092)
2026-08-31T20:34:08.4652340Z Updating files: 39% (2766/7092)
2026-08-31T20:34:08.5230880Z Updating files: 40% (2837/7092)
2026-08-31T20:34:08.5446000Z Updating files: 41% (2908/7092)
2026-08-31T20:34:08.5448650Z Updating files: 42% (2979/7092)
2026-08-31T20:34:08.6201280Z Updating files: 43% (3050/7092)
2026-08-31T20:34:08.6759170Z Updating files: 44% (3121/7092)
2026-08-31T20:34:08.6776240Z Updating files: 45% (3192/7092)
2026-08-31T20:34:08.7251520Z Updating files: 46% (3263/7092)
2026-08-31T20:34:08.7785930Z Updating files: 47% (3334/7092)
2026-08-31T20:34:08.8802730Z Updating files: 48% (3405/7092)
2026-08-31T20:34:08.9438360Z Updating files: 49% (3476/7092)
2026-08-31T20:34:08.9480100Z Updating files: 50% (3546/7092)
2026-08-31T20:34:08.9528420Z Updating files: 51% (3617/7092)
2026-08-31T20:34:08.9590030Z Updating files: 52% (3688/7092)
2026-08-31T20:34:08.9629530Z Updating files: 53% (3759/7092)
2026-08-31T20:34:08.9827700Z Updating files: 54% (3830/7092)
2026-08-31T20:34:08.9836920Z Updating files: 55% (3901/7092)
2026-08-31T20:34:09.0058970Z Updating files: 56% (3972/7092)
2026-08-31T20:34:09.0339280Z Updating files: 57% (4043/7092)
2026-08-31T20:34:09.0784080Z Updating files: 58% (4114/7092)
2026-08-31T20:34:09.1198100Z Updating files: 59% (4185/7092)
2026-08-31T20:34:09.1904760Z Updating files: 59% (4219/7092)
2026-08-31T20:34:09.2190990Z Updating files: 60% (4256/7092)
2026-08-31T20:34:09.2228880Z Updating files: 61% (4327/7092)
2026-08-31T20:34:09.2527350Z Updating files: 62% (4398/7092)
2026-08-31T20:34:09.3026310Z Updating files: 63% (4468/7092)
2026-08-31T20:34:09.3535080Z Updating files: 64% (4539/7092)
2026-08-31T20:34:09.4153430Z Updating files: 65% (4610/7092)
2026-08-31T20:34:09.4923630Z Updating files: 66% (4681/7092)
2026-08-31T20:34:09.4953450Z Updating files: 67% (4752/7092)
2026-08-31T20:34:09.5221160Z Updating files: 68% (4823/7092)
2026-08-31T20:34:09.5452060Z Updating files: 69% (4894/7092)
2026-08-31T20:34:09.5694560Z Updating files: 70% (4965/7092)
2026-08-31T20:34:09.5958370Z Updating files: 71% (5036/7092)
2026-08-31T20:34:09.6229090Z Updating files: 72% (5107/7092)
2026-08-31T20:34:09.6494200Z Updating files: 73% (5178/7092)
2026-08-31T20:34:09.7147770Z Updating files: 74% (5249/7092)
2026-08-31T20:34:09.7410770Z Updating files: 75% (5319/7092)
2026-08-31T20:34:09.7712440Z Updating files: 76% (5390/7092)
2026-08-31T20:34:09.7958660Z Updating files: 77% (5461/7092)
2026-08-31T20:34:09.8167770Z Updating files: 78% (5532/7092)
2026-08-31T20:34:09.8443570Z Updating files: 79% (5603/7092)
2026-08-31T20:34:09.8694640Z Updating files: 80% (5674/7092)
2026-08-31T20:34:09.8961770Z Updating files: 81% (5745/7092)
2026-08-31T20:34:09.9230020Z Updating files: 82% (5816/7092)
2026-08-31T20:34:09.9479280Z Updating files: 83% (5887/7092)
2026-08-31T20:34:09.9770580Z Updating files: 84% (5958/7092)
2026-08-31T20:34:10.0042670Z Updating files: 85% (6029/7092)
2026-08-31T20:34:10.0330190Z Updating files: 86% (6100/7092)
2026-08-31T20:34:10.0604720Z Updating files: 87% (6171/7092)
2026-08-31T20:34:10.0873450Z Updating files: 88% (6241/7092)
2026-08-31T20:34:10.0918610Z Updating files: 89% (6312/7092)
2026-08-31T20:34:10.1173100Z Updating files: 89% (6323/7092)
2026-08-31T20:34:10.1415660Z Updating files: 90% (6383/7092)
2026-08-31T20:34:10.1676820Z Updating files: 91% (6454/7092)
2026-08-31T20:34:10.3189530Z Updating files: 92% (6525/7092)
2026-08-31T20:34:10.5063900Z Updating files: 93% (6596/7092)
2026-08-31T20:34:10.5417730Z Updating files: 94% (6667/7092)
2026-08-31T20:34:10.5658160Z Updating files: 95% (6738/7092)
2026-08-31T20:34:10.5887720Z Updating files: 96% (6809/7092)
2026-08-31T20:34:10.6114580Z Updating files: 97% (6880/7092)
2026-08-31T20:34:10.6406530Z Updating files: 98% (6951/7092)
2026-08-31T20:34:10.6609610Z Updating files: 99% (7022/7092)
2026-08-31T20:34:10.6610210Z Updating files: 100% (7092/7092)
2026-08-31T20:34:10.6610780Z Updating files: 100% (7092/7092), done.
2026-08-31T20:34:10.6808730Z Switched to a new branch 'py3.12'
2026-08-31T20:34:10.6816620Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-31T20:34:10.7038500Z [command]/usr/local/bin/git log -1 --format=%H
2026-08-31T20:34:10.7196750Z 490104d4cdbf02731309e0963bd7afec83d752cc