timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-08-23T10:43:03.7531000Z with:
2026-08-23T10:43:03.7533030Z repository: pypy/pypy
2026-08-23T10:43:03.7561100Z token: ***
2026-08-23T10:43:03.7563920Z ssh-strict: true
2026-08-23T10:43:03.7567040Z ssh-user: git
2026-08-23T10:43:03.7572700Z persist-credentials: true
2026-08-23T10:43:03.7576190Z clean: true
2026-08-23T10:43:03.7579730Z sparse-checkout-cone-mode: true
2026-08-23T10:43:03.7585090Z fetch-depth: 1
2026-08-23T10:43:03.7588530Z fetch-tags: false
2026-08-23T10:43:03.7592090Z show-progress: true
2026-08-23T10:43:03.7594440Z lfs: false
2026-08-23T10:43:03.7596500Z submodules: false
2026-08-23T10:43:03.7599380Z set-safe-directory: true
2026-08-23T10:43:04.8615530Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T10:43:04.8623670Z Working directory is '/Users/runner/work/pypy/pypy'
2026-08-23T10:43:04.8628360Z [command]/usr/local/bin/git version
2026-08-23T10:43:04.9097450Z git version 2.55.0
2026-08-23T10:43:04.9169350Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/b97c4dcb-60dd-4ec5-a748-f14833beea58/.gitconfig'
2026-08-23T10:43:04.9185770Z Temporarily overriding HOME='/Users/runner/work/_temp/b97c4dcb-60dd-4ec5-a748-f14833beea58' before making global git config changes
2026-08-23T10:43:04.9193680Z Adding repository directory to the temporary git global config as a safe directory
2026-08-23T10:43:04.9199540Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-08-23T10:43:04.9381080Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T10:43:04.9394030Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-08-23T10:43:04.9847590Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-23T10:43:04.9855050Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-23T10:43:04.9860600Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-23T10:43:04.9865440Z hint: call:
2026-08-23T10:43:04.9867600Z hint:
2026-08-23T10:43:04.9870810Z hint: git config --global init.defaultBranch <name>
2026-08-23T10:43:04.9875460Z hint:
2026-08-23T10:43:04.9879310Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-23T10:43:04.9885530Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-23T10:43:04.9889570Z hint:
2026-08-23T10:43:04.9891630Z hint: git branch -m <name>
2026-08-23T10:43:04.9894050Z hint:
2026-08-23T10:43:04.9897330Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-23T10:43:04.9902540Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-08-23T10:43:04.9910990Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-23T10:43:05.0078350Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-23T10:43:05.0204690Z Removing SSH command configuration
2026-08-23T10:43:05.0209000Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-23T10:43:05.0336300Z [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-23T10:43:05.2207180Z Removing HTTP extra header
2026-08-23T10:43:05.2217360Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-23T10:43:05.2366110Z [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-23T10:43:05.5042660Z Removing includeIf entries pointing to credentials config files
2026-08-23T10:43:05.5049840Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-23T10:43:05.5063850Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-23T10:43:05.7088800Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-00c9d189-eb11-43bb-94e4-e1a0463613fd.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-23T10:43:05.7108250Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-00c9d189-eb11-43bb-94e4-e1a0463613fd.config
2026-08-23T10:43:05.7255970Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-00c9d189-eb11-43bb-94e4-e1a0463613fd.config
2026-08-23T10:43:05.7440270Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-00c9d189-eb11-43bb-94e4-e1a0463613fd.config
2026-08-23T10:43:05.7601220Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-00c9d189-eb11-43bb-94e4-e1a0463613fd.config
Fetching the repository
2026-08-23T10:43:05.7901770Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ed59aae997dd98e0b808e76e3e8ccfaddb0c4915:refs/remotes/origin/py3.11
2026-08-23T10:43:10.1165820Z From https://github.com/pypy/pypy
2026-08-23T10:43:10.1167890Z * [new ref] ed59aae997dd98e0b808e76e3e8ccfaddb0c4915 -> origin/py3.11
2026-08-23T10:43:10.1173780Z [command]/usr/local/bin/git branch --list --remote origin/py3.11
2026-08-23T10:43:10.1271190Z origin/py3.11
2026-08-23T10:43:10.1281930Z [command]/usr/local/bin/git rev-parse refs/remotes/origin/py3.11
2026-08-23T10:43:10.1354790Z ed59aae997dd98e0b808e76e3e8ccfaddb0c4915
Determining the checkout info
2026-08-23T10:43:10.1364060Z [command]/usr/local/bin/git sparse-checkout disable
2026-08-23T10:43:10.1478780Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T10:43:10.1583510Z [command]/usr/local/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11
2026-08-23T10:43:11.3325660Z Updating files: 37% (2624/7027)
2026-08-23T10:43:11.3598070Z Updating files: 38% (2671/7027)
2026-08-23T10:43:11.3875500Z Updating files: 39% (2741/7027)
2026-08-23T10:43:11.4120880Z Updating files: 40% (2811/7027)
2026-08-23T10:43:11.4330220Z Updating files: 41% (2882/7027)
2026-08-23T10:43:11.4541080Z Updating files: 42% (2952/7027)
2026-08-23T10:43:11.4734080Z Updating files: 43% (3022/7027)
2026-08-23T10:43:11.4926120Z Updating files: 44% (3092/7027)
2026-08-23T10:43:11.5114610Z Updating files: 45% (3163/7027)
2026-08-23T10:43:11.5283730Z Updating files: 46% (3233/7027)
2026-08-23T10:43:11.5474370Z Updating files: 47% (3303/7027)
2026-08-23T10:43:11.6261340Z Updating files: 48% (3373/7027)
2026-08-23T10:43:11.6454570Z Updating files: 49% (3444/7027)
2026-08-23T10:43:11.6684870Z Updating files: 50% (3514/7027)
2026-08-23T10:43:11.6944090Z Updating files: 51% (3584/7027)
2026-08-23T10:43:11.7165040Z Updating files: 52% (3655/7027)
2026-08-23T10:43:11.7382690Z Updating files: 53% (3725/7027)
2026-08-23T10:43:11.7640520Z Updating files: 54% (3795/7027)
2026-08-23T10:43:11.7883990Z Updating files: 55% (3865/7027)
2026-08-23T10:43:11.8133380Z Updating files: 56% (3936/7027)
2026-08-23T10:43:11.8396120Z Updating files: 57% (4006/7027)
2026-08-23T10:43:11.8606890Z Updating files: 58% (4076/7027)
2026-08-23T10:43:11.9086230Z Updating files: 59% (4146/7027)
2026-08-23T10:43:12.0298340Z Updating files: 60% (4217/7027)
2026-08-23T10:43:12.1299890Z Updating files: 61% (4287/7027)
2026-08-23T10:43:12.1531760Z Updating files: 62% (4357/7027)
2026-08-23T10:43:12.3538750Z Updating files: 63% (4428/7027)
2026-08-23T10:43:12.3612660Z Updating files: 64% (4498/7027)
2026-08-23T10:43:12.3656550Z Updating files: 65% (4568/7027)
2026-08-23T10:43:12.3668390Z Updating files: 66% (4638/7027)
2026-08-23T10:43:12.3713390Z Updating files: 67% (4709/7027)
2026-08-23T10:43:12.3804230Z Updating files: 67% (4771/7027)
2026-08-23T10:43:12.3961500Z Updating files: 68% (4779/7027)
2026-08-23T10:43:12.3997180Z Updating files: 69% (4849/7027)
2026-08-23T10:43:12.4034740Z Updating files: 70% (4919/7027)
2026-08-23T10:43:12.4055790Z Updating files: 71% (4990/7027)
2026-08-23T10:43:12.4114300Z Updating files: 72% (5060/7027)
2026-08-23T10:43:12.4175040Z Updating files: 73% (5130/7027)
2026-08-23T10:43:12.4373710Z Updating files: 74% (5200/7027)
2026-08-23T10:43:12.4613580Z Updating files: 75% (5271/7027)
2026-08-23T10:43:12.5635460Z Updating files: 76% (5341/7027)
2026-08-23T10:43:12.6207640Z Updating files: 77% (5411/7027)
2026-08-23T10:43:12.6402550Z Updating files: 78% (5482/7027)
2026-08-23T10:43:12.6531190Z Updating files: 79% (5552/7027)
2026-08-23T10:43:12.6733130Z Updating files: 80% (5622/7027)
2026-08-23T10:43:12.6970840Z Updating files: 81% (5692/7027)
2026-08-23T10:43:12.7290000Z Updating files: 82% (5763/7027)
2026-08-23T10:43:12.7428530Z Updating files: 83% (5833/7027)
2026-08-23T10:43:12.7720700Z Updating files: 84% (5903/7027)
2026-08-23T10:43:12.7973470Z Updating files: 85% (5973/7027)
2026-08-23T10:43:12.8229860Z Updating files: 86% (6044/7027)
2026-08-23T10:43:12.9003580Z Updating files: 87% (6114/7027)
2026-08-23T10:43:12.9056370Z Updating files: 88% (6184/7027)
2026-08-23T10:43:12.9880840Z Updating files: 89% (6255/7027)
2026-08-23T10:43:12.9882290Z Updating files: 90% (6325/7027)
2026-08-23T10:43:12.9883160Z Updating files: 91% (6395/7027)
2026-08-23T10:43:13.2198150Z Updating files: 92% (6465/7027)
2026-08-23T10:43:13.8277060Z Updating files: 92% (6487/7027)
2026-08-23T10:43:14.1921710Z Updating files: 93% (6536/7027)
2026-08-23T10:43:14.2203400Z Updating files: 94% (6606/7027)
2026-08-23T10:43:14.2250400Z Updating files: 94% (6669/7027)
2026-08-23T10:43:14.7530830Z Updating files: 95% (6676/7027)
2026-08-23T10:43:14.8214650Z Updating files: 96% (6746/7027)
2026-08-23T10:43:14.8359900Z Updating files: 97% (6817/7027)
2026-08-23T10:43:14.9361860Z Updating files: 98% (6887/7027)
2026-08-23T10:43:14.9695830Z Updating files: 99% (6957/7027)
2026-08-23T10:43:14.9718030Z Updating files: 100% (7027/7027)
2026-08-23T10:43:14.9741950Z Updating files: 100% (7027/7027), done.
2026-08-23T10:43:14.9775860Z Switched to a new branch 'py3.11'
2026-08-23T10:43:14.9817370Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-23T10:43:14.9956650Z [command]/usr/local/bin/git log -1 --format=%H
2026-08-23T10:43:14.9965100Z ed59aae997dd98e0b808e76e3e8ccfaddb0c4915