Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-16T20:22:39.1595110Z with: 2026-08-16T20:22:39.1595540Z repository: pypy/pypy 2026-08-16T20:22:39.1599290Z token: *** 2026-08-16T20:22:39.1599630Z ssh-strict: true 2026-08-16T20:22:39.1599980Z ssh-user: git 2026-08-16T20:22:39.1600550Z persist-credentials: true 2026-08-16T20:22:39.1600980Z clean: true 2026-08-16T20:22:39.1601550Z sparse-checkout-cone-mode: true 2026-08-16T20:22:39.1602030Z fetch-depth: 1 2026-08-16T20:22:39.1602380Z fetch-tags: false 2026-08-16T20:22:39.1602930Z show-progress: true 2026-08-16T20:22:39.1603320Z lfs: false 2026-08-16T20:22:39.1603660Z submodules: false 2026-08-16T20:22:39.1604020Z set-safe-directory: true
2026-08-16T20:22:39.8613270Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-16T20:22:39.8619460Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-16T20:22:39.8622530Z [command]/opt/homebrew/bin/git version 2026-08-16T20:22:39.9048220Z git version 2.55.0
2026-08-16T20:22:39.9063130Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/1e269721-743a-437c-93ec-f669a65a2d3f/.gitconfig' 2026-08-16T20:22:39.9101430Z Temporarily overriding HOME='/Users/runner/work/_temp/1e269721-743a-437c-93ec-f669a65a2d3f' before making global git config changes 2026-08-16T20:22:39.9115470Z Adding repository directory to the temporary git global config as a safe directory 2026-08-16T20:22:39.9170130Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-16T20:22:39.9270280Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-16T20:22:39.9279480Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-16T20:22:39.9696930Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-16T20:22:39.9698660Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-16T20:22:39.9701770Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-16T20:22:39.9709460Z hint: call: 2026-08-16T20:22:39.9731160Z hint: 2026-08-16T20:22:39.9737740Z hint: git config --global init.defaultBranch <name> 2026-08-16T20:22:39.9785200Z hint: 2026-08-16T20:22:39.9792220Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-16T20:22:39.9793270Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-16T20:22:39.9794060Z hint: 2026-08-16T20:22:39.9794590Z hint: git branch -m <name> 2026-08-16T20:22:39.9795040Z hint: 2026-08-16T20:22:39.9795920Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-16T20:22:39.9796960Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-16T20:22:39.9811500Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-16T20:22:39.9925950Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-16T20:22:39.9980200Z Removing SSH command configuration 2026-08-16T20:22:39.9980960Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-16T20:22:40.0087720Z [command]/opt/homebrew/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-16T20:22:40.2094670Z Removing HTTP extra header 2026-08-16T20:22:40.2138760Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-16T20:22:40.2164190Z [command]/opt/homebrew/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-16T20:22:40.3384570Z Removing includeIf entries pointing to credentials config files 2026-08-16T20:22:40.3488310Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-16T20:22:40.3799700Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-16T20:22:40.5767790Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-38dcc78d-fc3f-4310-a03d-c64a6f535a36.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-16T20:22:40.5889800Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-38dcc78d-fc3f-4310-a03d-c64a6f535a36.config 2026-08-16T20:22:40.5946350Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-38dcc78d-fc3f-4310-a03d-c64a6f535a36.config 2026-08-16T20:22:40.6013780Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-38dcc78d-fc3f-4310-a03d-c64a6f535a36.config 2026-08-16T20:22:40.6020660Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-38dcc78d-fc3f-4310-a03d-c64a6f535a36.config
Fetching the repository
2026-08-16T20:22:40.6060550Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +606bb7c3f91dbc3971b80b614638a47061842422:refs/remotes/origin/py3.11 2026-08-16T20:22:44.6430890Z From https://github.com/pypy/pypy 2026-08-16T20:22:44.6431870Z * [new ref] 606bb7c3f91dbc3971b80b614638a47061842422 -> origin/py3.11 2026-08-16T20:22:44.6444280Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.11 2026-08-16T20:22:44.6583510Z origin/py3.11 2026-08-16T20:22:44.6594010Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-16T20:22:44.6683830Z 606bb7c3f91dbc3971b80b614638a47061842422
Determining the checkout info
2026-08-16T20:22:44.6699650Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-16T20:22:44.6827060Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-16T20:22:44.6934100Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-16T20:22:45.8554990Z Updating files: 68% (4805/7025) 2026-08-16T20:22:45.8658250Z Updating files: 69% (4848/7025) 2026-08-16T20:22:45.8761610Z Updating files: 70% (4918/7025) 2026-08-16T20:22:45.8864110Z Updating files: 71% (4988/7025) 2026-08-16T20:22:45.9084480Z Updating files: 72% (5058/7025) 2026-08-16T20:22:45.9188550Z Updating files: 73% (5129/7025) 2026-08-16T20:22:45.9400550Z Updating files: 74% (5199/7025) 2026-08-16T20:22:45.9719730Z Updating files: 75% (5269/7025) 2026-08-16T20:22:45.9823790Z Updating files: 76% (5339/7025) 2026-08-16T20:22:45.9924790Z Updating files: 77% (5410/7025) 2026-08-16T20:22:46.0026230Z Updating files: 78% (5480/7025) 2026-08-16T20:22:46.0252870Z Updating files: 79% (5550/7025) 2026-08-16T20:22:46.0558760Z Updating files: 80% (5620/7025) 2026-08-16T20:22:46.0864740Z Updating files: 81% (5691/7025) 2026-08-16T20:22:46.1006780Z Updating files: 82% (5761/7025) 2026-08-16T20:22:46.1125080Z Updating files: 83% (5831/7025) 2026-08-16T20:22:46.1365730Z Updating files: 84% (5901/7025) 2026-08-16T20:22:46.1479350Z Updating files: 85% (5972/7025) 2026-08-16T20:22:46.1644230Z Updating files: 86% (6042/7025) 2026-08-16T20:22:46.1816470Z Updating files: 87% (6112/7025) 2026-08-16T20:22:46.2003030Z Updating files: 88% (6182/7025) 2026-08-16T20:22:46.2167180Z Updating files: 89% (6253/7025) 2026-08-16T20:22:46.2328610Z Updating files: 90% (6323/7025) 2026-08-16T20:22:46.2472850Z Updating files: 91% (6393/7025) 2026-08-16T20:22:46.3362020Z Updating files: 92% (6463/7025) 2026-08-16T20:22:46.3868210Z Updating files: 93% (6534/7025) 2026-08-16T20:22:46.3969570Z Updating files: 94% (6604/7025) 2026-08-16T20:22:46.4172080Z Updating files: 95% (6674/7025) 2026-08-16T20:22:46.4385690Z Updating files: 96% (6744/7025) 2026-08-16T20:22:46.4685500Z Updating files: 97% (6815/7025) 2026-08-16T20:22:46.4882900Z Updating files: 98% (6885/7025) 2026-08-16T20:22:46.5007970Z Updating files: 99% (6955/7025) 2026-08-16T20:22:46.5009040Z Updating files: 100% (7025/7025) 2026-08-16T20:22:46.5010280Z Updating files: 100% (7025/7025), done. 2026-08-16T20:22:46.5124640Z Switched to a new branch 'py3.11' 2026-08-16T20:22:46.5138930Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-16T20:22:46.5368750Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-16T20:22:46.5467700Z 606bb7c3f91dbc3971b80b614638a47061842422