timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-16T19:19:21.9794300Z with:
2026-08-16T19:19:21.9796110Z repository: pypy/pypy
2026-08-16T19:19:21.9826740Z token: ***
2026-08-16T19:19:21.9829420Z ssh-strict: true
2026-08-16T19:19:21.9831760Z ssh-user: git
2026-08-16T19:19:21.9834140Z persist-credentials: true
2026-08-16T19:19:21.9836990Z clean: true
2026-08-16T19:19:21.9839960Z sparse-checkout-cone-mode: true
2026-08-16T19:19:21.9842850Z fetch-depth: 1
2026-08-16T19:19:21.9845060Z fetch-tags: false
2026-08-16T19:19:21.9847170Z show-progress: true
2026-08-16T19:19:21.9849330Z lfs: false
2026-08-16T19:19:21.9854030Z submodules: false
2026-08-16T19:19:21.9856100Z set-safe-directory: true
2026-08-16T19:19:22.6528650Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-16T19:19:22.6539490Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-16T19:19:22.6546640Z [command]/usr/local/bin/git version
2026-08-16T19:19:22.7144600Z git version 2.55.0
2026-08-16T19:19:22.7264600Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/54947ebb-f55d-49c4-a95d-b7179956c382/.gitconfig'
2026-08-16T19:19:22.7303560Z Temporarily overriding HOME='/Users/runner/work/_temp/54947ebb-f55d-49c4-a95d-b7179956c382' before making global git config changes
2026-08-16T19:19:22.7314480Z Adding repository directory to the temporary git global config as a safe directory
2026-08-16T19:19:22.7323770Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-16T19:19:22.7595020Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-16T19:19:22.7618140Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-08-16T19:19:22.8136010Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-16T19:19:22.8142930Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-16T19:19:22.8149050Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-16T19:19:22.8153970Z hint: call:
2026-08-16T19:19:22.8156350Z hint:
2026-08-16T19:19:22.8159530Z hint: git config --global init.defaultBranch <name>
2026-08-16T19:19:22.8162910Z hint:
2026-08-16T19:19:22.8165870Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-16T19:19:22.8171330Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-16T19:19:22.8176970Z hint:
2026-08-16T19:19:22.8179180Z hint: git branch -m <name>
2026-08-16T19:19:22.8181960Z hint:
2026-08-16T19:19:22.8185640Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-16T19:19:22.8191500Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-16T19:19:22.8201500Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-16T19:19:22.8386940Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-16T19:19:22.8568050Z Removing SSH command configuration
2026-08-16T19:19:22.8573030Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-16T19:19:22.8723140Z [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-16T19:19:23.1084620Z Removing HTTP extra header
2026-08-16T19:19:23.1095570Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-16T19:19:23.1238640Z [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-16T19:19:23.3204060Z Removing includeIf entries pointing to credentials config files
2026-08-16T19:19:23.3215530Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-16T19:19:23.3379080Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-16T19:19:23.5210640Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-e0adf4b0-09c8-449a-9cc0-1720a79f8b4d.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-16T19:19:23.5364770Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-e0adf4b0-09c8-449a-9cc0-1720a79f8b4d.config
2026-08-16T19:19:23.5490140Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-e0adf4b0-09c8-449a-9cc0-1720a79f8b4d.config
2026-08-16T19:19:23.5615840Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-e0adf4b0-09c8-449a-9cc0-1720a79f8b4d.config
2026-08-16T19:19:23.5737570Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-e0adf4b0-09c8-449a-9cc0-1720a79f8b4d.config
Fetching the repository
2026-08-16T19:19:23.5895420Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +8913d9282f840cc4558a9edaf0beb16005d6c49f:refs/remotes/origin/py3.12
2026-08-16T19:19:26.0231740Z From https://github.com/pypy/pypy
2026-08-16T19:19:26.0255060Z * [new ref] 8913d9282f840cc4558a9edaf0beb16005d6c49f -> origin/py3.12
2026-08-16T19:19:26.0265840Z [command]/usr/local/bin/git branch --list --remote origin/py3.12
2026-08-16T19:19:26.0445590Z origin/py3.12
2026-08-16T19:19:26.0464970Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.12
2026-08-16T19:19:26.0606480Z 8913d9282f840cc4558a9edaf0beb16005d6c49f
Determining the checkout info
2026-08-16T19:19:26.0626450Z [command]/usr/local/bin/git sparse-checkout disable
2026-08-16T19:19:26.0836100Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-16T19:19:26.1014160Z [command]/usr/local/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12
2026-08-16T19:19:27.2428640Z Updating files: 22% (1604/7086)
2026-08-16T19:19:27.2786440Z Updating files: 23% (1630/7086)
2026-08-16T19:19:27.3158980Z Updating files: 24% (1701/7086)
2026-08-16T19:19:27.3553530Z Updating files: 25% (1772/7086)
2026-08-16T19:19:27.3883150Z Updating files: 26% (1843/7086)
2026-08-16T19:19:27.4226790Z Updating files: 27% (1914/7086)
2026-08-16T19:19:27.4599770Z Updating files: 28% (1985/7086)
2026-08-16T19:19:27.5044330Z Updating files: 29% (2055/7086)
2026-08-16T19:19:27.5406000Z Updating files: 30% (2126/7086)
2026-08-16T19:19:27.5848870Z Updating files: 31% (2197/7086)
2026-08-16T19:19:27.6252830Z Updating files: 32% (2268/7086)
2026-08-16T19:19:27.6639670Z Updating files: 33% (2339/7086)
2026-08-16T19:19:27.7107520Z Updating files: 34% (2410/7086)
2026-08-16T19:19:27.7718570Z Updating files: 35% (2481/7086)
2026-08-16T19:19:27.8015240Z Updating files: 36% (2551/7086)
2026-08-16T19:19:27.8382710Z Updating files: 37% (2622/7086)
2026-08-16T19:19:27.9627690Z Updating files: 38% (2693/7086)
2026-08-16T19:19:27.9966260Z Updating files: 39% (2764/7086)
2026-08-16T19:19:28.0270820Z Updating files: 40% (2835/7086)
2026-08-16T19:19:28.0575900Z Updating files: 41% (2906/7086)
2026-08-16T19:19:28.0888820Z Updating files: 42% (2977/7086)
2026-08-16T19:19:28.1167460Z Updating files: 43% (3047/7086)
2026-08-16T19:19:28.1346030Z Updating files: 44% (3118/7086)
2026-08-16T19:19:28.1483810Z Updating files: 44% (3161/7086)
2026-08-16T19:19:28.1733780Z Updating files: 45% (3189/7086)
2026-08-16T19:19:28.2009540Z Updating files: 46% (3260/7086)
2026-08-16T19:19:28.2265200Z Updating files: 47% (3331/7086)
2026-08-16T19:19:28.2609120Z Updating files: 48% (3402/7086)
2026-08-16T19:19:28.2914280Z Updating files: 49% (3473/7086)
2026-08-16T19:19:28.3222280Z Updating files: 50% (3543/7086)
2026-08-16T19:19:28.3567120Z Updating files: 51% (3614/7086)
2026-08-16T19:19:28.3871120Z Updating files: 52% (3685/7086)
2026-08-16T19:19:28.4186380Z Updating files: 53% (3756/7086)
2026-08-16T19:19:28.4480070Z Updating files: 54% (3827/7086)
2026-08-16T19:19:28.4789130Z Updating files: 55% (3898/7086)
2026-08-16T19:19:28.5070830Z Updating files: 56% (3969/7086)
2026-08-16T19:19:28.5368460Z Updating files: 57% (4040/7086)
2026-08-16T19:19:28.5649740Z Updating files: 58% (4110/7086)
2026-08-16T19:19:28.5958420Z Updating files: 59% (4181/7086)
2026-08-16T19:19:28.6358730Z Updating files: 60% (4252/7086)
2026-08-16T19:19:28.6670950Z Updating files: 61% (4323/7086)
2026-08-16T19:19:28.7025190Z Updating files: 62% (4394/7086)
2026-08-16T19:19:28.7357790Z Updating files: 63% (4465/7086)
2026-08-16T19:19:28.8153800Z Updating files: 64% (4536/7086)
2026-08-16T19:19:28.8476780Z Updating files: 65% (4606/7086)
2026-08-16T19:19:28.8925050Z Updating files: 66% (4677/7086)
2026-08-16T19:19:28.9201440Z Updating files: 67% (4748/7086)
2026-08-16T19:19:28.9571880Z Updating files: 68% (4819/7086)
2026-08-16T19:19:28.9901150Z Updating files: 69% (4890/7086)
2026-08-16T19:19:29.0229550Z Updating files: 70% (4961/7086)
2026-08-16T19:19:29.0544870Z Updating files: 71% (5032/7086)
2026-08-16T19:19:29.0915460Z Updating files: 72% (5102/7086)
2026-08-16T19:19:29.1275450Z Updating files: 73% (5173/7086)
2026-08-16T19:19:29.1350410Z Updating files: 74% (5244/7086)
2026-08-16T19:19:29.1689830Z Updating files: 74% (5258/7086)
2026-08-16T19:19:29.1995650Z Updating files: 75% (5315/7086)
2026-08-16T19:19:29.2374280Z Updating files: 76% (5386/7086)
2026-08-16T19:19:29.2682570Z Updating files: 77% (5457/7086)
2026-08-16T19:19:29.2972930Z Updating files: 78% (5528/7086)
2026-08-16T19:19:29.3284900Z Updating files: 79% (5598/7086)
2026-08-16T19:19:29.3602310Z Updating files: 80% (5669/7086)
2026-08-16T19:19:29.4634100Z Updating files: 81% (5740/7086)
2026-08-16T19:19:29.4914440Z Updating files: 82% (5811/7086)
2026-08-16T19:19:29.5270260Z Updating files: 83% (5882/7086)
2026-08-16T19:19:29.5628480Z Updating files: 84% (5953/7086)
2026-08-16T19:19:29.5933240Z Updating files: 85% (6024/7086)
2026-08-16T19:19:29.6284760Z Updating files: 86% (6094/7086)
2026-08-16T19:19:29.6577700Z Updating files: 87% (6165/7086)
2026-08-16T19:19:29.7570710Z Updating files: 88% (6236/7086)
2026-08-16T19:19:29.7981790Z Updating files: 89% (6307/7086)
2026-08-16T19:19:29.8328210Z Updating files: 90% (6378/7086)
2026-08-16T19:19:29.8645810Z Updating files: 91% (6449/7086)
2026-08-16T19:19:30.0446280Z Updating files: 92% (6520/7086)
2026-08-16T19:19:30.1526880Z Updating files: 93% (6590/7086)
2026-08-16T19:19:30.2442710Z Updating files: 93% (6611/7086)
2026-08-16T19:19:30.2786110Z Updating files: 94% (6661/7086)
2026-08-16T19:19:30.3126850Z Updating files: 95% (6732/7086)
2026-08-16T19:19:30.3455460Z Updating files: 96% (6803/7086)
2026-08-16T19:19:30.3775620Z Updating files: 97% (6874/7086)
2026-08-16T19:19:30.4063320Z Updating files: 98% (6945/7086)
2026-08-16T19:19:30.4358780Z Updating files: 99% (7016/7086)
2026-08-16T19:19:30.4359800Z Updating files: 100% (7086/7086)
2026-08-16T19:19:30.4360520Z Updating files: 100% (7086/7086), done.
2026-08-16T19:19:30.4616260Z Switched to a new branch 'py3.12'
2026-08-16T19:19:30.4632880Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-16T19:19:30.4864490Z [command]/usr/local/bin/git log -1 --format=%H
2026-08-16T19:19:30.5009410Z 8913d9282f840cc4558a9edaf0beb16005d6c49f