Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-30T16:14:42.4399050Z with: 2026-07-30T16:14:42.4399820Z repository: pypy/pypy 2026-07-30T16:14:42.4402920Z token: *** 2026-07-30T16:14:42.4403260Z ssh-strict: true 2026-07-30T16:14:42.4403600Z ssh-user: git 2026-07-30T16:14:42.4403950Z persist-credentials: true 2026-07-30T16:14:42.4404380Z clean: true 2026-07-30T16:14:42.4404760Z sparse-checkout-cone-mode: true 2026-07-30T16:14:42.4405160Z fetch-depth: 1 2026-07-30T16:14:42.4405500Z fetch-tags: false 2026-07-30T16:14:42.4405840Z show-progress: true 2026-07-30T16:14:42.4406260Z lfs: false 2026-07-30T16:14:42.4406610Z submodules: false 2026-07-30T16:14:42.4406960Z set-safe-directory: true
2026-07-30T16:14:43.0188310Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-30T16:14:43.0191290Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-30T16:14:43.0192460Z [command]/opt/homebrew/bin/git version 2026-07-30T16:14:43.0481380Z git version 2.55.0
2026-07-30T16:14:43.0515320Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/84567d73-e4c5-418b-8feb-00222f74ac5e/.gitconfig' 2026-07-30T16:14:43.0524220Z Temporarily overriding HOME='/Users/runner/work/_temp/84567d73-e4c5-418b-8feb-00222f74ac5e' before making global git config changes 2026-07-30T16:14:43.0529130Z Adding repository directory to the temporary git global config as a safe directory 2026-07-30T16:14:43.0533220Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-30T16:14:43.0675990Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-30T16:14:43.0687130Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-07-30T16:14:43.1118360Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-30T16:14:43.1123730Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-30T16:14:43.1126460Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-30T16:14:43.1130550Z hint: call: 2026-07-30T16:14:43.1132840Z hint: 2026-07-30T16:14:43.1135380Z hint: git config --global init.defaultBranch <name> 2026-07-30T16:14:43.1138230Z hint: 2026-07-30T16:14:43.1146280Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-30T16:14:43.1151430Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-30T16:14:43.1154970Z hint: 2026-07-30T16:14:43.1157050Z hint: git branch -m <name> 2026-07-30T16:14:43.1159170Z hint: 2026-07-30T16:14:43.1161820Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-30T16:14:43.1165720Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-30T16:14:43.1169380Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-30T16:14:43.1253610Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-07-30T16:14:43.1337270Z Removing SSH command configuration 2026-07-30T16:14:43.1344500Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-30T16:14:43.1454350Z [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-07-30T16:14:43.3077430Z Removing HTTP extra header 2026-07-30T16:14:43.3081170Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-30T16:14:43.3169780Z [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-07-30T16:14:43.4574340Z Removing includeIf entries pointing to credentials config files 2026-07-30T16:14:43.4579060Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-30T16:14:43.4683290Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-30T16:14:43.7613260Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-d2109f34-74e1-4721-abf5-005a99ac4c94.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-30T16:14:43.8078260Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-d2109f34-74e1-4721-abf5-005a99ac4c94.config 2026-07-30T16:14:43.8247150Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-d2109f34-74e1-4721-abf5-005a99ac4c94.config 2026-07-30T16:14:43.8315240Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-d2109f34-74e1-4721-abf5-005a99ac4c94.config 2026-07-30T16:14:43.8329670Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-d2109f34-74e1-4721-abf5-005a99ac4c94.config
Fetching the repository
2026-07-30T16:14:43.8338330Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2e8d28e42758950fdefc5e6b3b35b11ce5c38ce7:refs/remotes/pull/5541/merge 2026-07-30T16:14:47.1623420Z From https://github.com/pypy/pypy 2026-07-30T16:14:47.1625520Z * [new ref] 2e8d28e42758950fdefc5e6b3b35b11ce5c38ce7 -> pull/5541/merge
Determining the checkout info
2026-07-30T16:14:47.1640970Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-30T16:14:47.1754770Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-30T16:14:47.1843830Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5541/merge 2026-07-30T16:14:48.3539230Z Updating files: 88% (5326/6014) 2026-07-30T16:14:48.3640900Z Updating files: 89% (5353/6014) 2026-07-30T16:14:48.3874790Z Updating files: 90% (5413/6014) 2026-07-30T16:14:48.5019730Z Updating files: 91% (5473/6014) 2026-07-30T16:14:48.5352290Z Updating files: 92% (5533/6014) 2026-07-30T16:14:48.5492700Z Updating files: 93% (5594/6014) 2026-07-30T16:14:48.5570420Z Updating files: 94% (5654/6014) 2026-07-30T16:14:48.5670970Z Updating files: 95% (5714/6014) 2026-07-30T16:14:48.5776170Z Updating files: 96% (5774/6014) 2026-07-30T16:14:48.5839510Z Updating files: 97% (5834/6014) 2026-07-30T16:14:48.5896260Z Updating files: 98% (5894/6014) 2026-07-30T16:14:48.5980540Z Updating files: 99% (5954/6014) 2026-07-30T16:14:48.5980910Z Updating files: 100% (6014/6014) 2026-07-30T16:14:48.5982320Z Updating files: 100% (6014/6014), done. 2026-07-30T16:14:48.6060590Z HEAD is now at 2e8d28e Merge a580ffc72108f66b12c3e21ed561547db70cb8a2 into e6faa48a5f66f9046ba59ee1ff92ff16ba07bcb3
2026-07-30T16:14:48.6216630Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-30T16:14:48.6321890Z 2e8d28e42758950fdefc5e6b3b35b11ce5c38ce7