Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-30T12:43:29.7039250Z with: 2026-07-30T12:43:29.7039570Z repository: pypy/pypy 2026-07-30T12:43:29.7042210Z token: *** 2026-07-30T12:43:29.7042520Z ssh-strict: true 2026-07-30T12:43:29.7042830Z ssh-user: git 2026-07-30T12:43:29.7043140Z persist-credentials: true 2026-07-30T12:43:29.7043490Z clean: true 2026-07-30T12:43:29.7043800Z sparse-checkout-cone-mode: true 2026-07-30T12:43:29.7044170Z fetch-depth: 1 2026-07-30T12:43:29.7044470Z fetch-tags: false 2026-07-30T12:43:29.7044790Z show-progress: true 2026-07-30T12:43:29.7045100Z lfs: false 2026-07-30T12:43:29.7045390Z submodules: false 2026-07-30T12:43:29.7045720Z set-safe-directory: true
2026-07-30T12:43:30.3394010Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-30T12:43:30.3397410Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-30T12:43:30.3399380Z [command]/opt/homebrew/bin/git version 2026-07-30T12:43:30.3812880Z git version 2.55.0
2026-07-30T12:43:30.3849430Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/13e57d5e-22ea-4d77-9bc2-5d6b0d39ef4d/.gitconfig' 2026-07-30T12:43:30.3859930Z Temporarily overriding HOME='/Users/runner/work/_temp/13e57d5e-22ea-4d77-9bc2-5d6b0d39ef4d' before making global git config changes 2026-07-30T12:43:30.3863320Z Adding repository directory to the temporary git global config as a safe directory 2026-07-30T12:43:30.3867360Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-30T12:43:30.4039530Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-30T12:43:30.4050290Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-07-30T12:43:30.4486190Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-30T12:43:30.4490320Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-30T12:43:30.4491590Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-30T12:43:30.4492380Z hint: call: 2026-07-30T12:43:30.4492840Z hint: 2026-07-30T12:43:30.4494880Z hint: git config --global init.defaultBranch <name> 2026-07-30T12:43:30.4495450Z hint: 2026-07-30T12:43:30.4495990Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-30T12:43:30.4496770Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-30T12:43:30.4497390Z hint: 2026-07-30T12:43:30.4497830Z hint: git branch -m <name> 2026-07-30T12:43:30.4498270Z hint: 2026-07-30T12:43:30.4498840Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-30T12:43:30.4499830Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-30T12:43:30.4505840Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-30T12:43:30.4831250Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-07-30T12:43:30.4850680Z Removing SSH command configuration 2026-07-30T12:43:30.4851420Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-30T12:43:30.4947030Z [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-30T12:43:30.6477270Z Removing HTTP extra header 2026-07-30T12:43:30.6478290Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-30T12:43:30.6638680Z [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-30T12:43:30.7924320Z Removing includeIf entries pointing to credentials config files 2026-07-30T12:43:30.7925520Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-30T12:43:30.8021050Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-30T12:43:30.9144400Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-c5e82153-535b-4503-90d0-28bc4c651d15.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-30T12:43:30.9226240Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-c5e82153-535b-4503-90d0-28bc4c651d15.config 2026-07-30T12:43:30.9307540Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-c5e82153-535b-4503-90d0-28bc4c651d15.config 2026-07-30T12:43:30.9392690Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-c5e82153-535b-4503-90d0-28bc4c651d15.config 2026-07-30T12:43:30.9493820Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-c5e82153-535b-4503-90d0-28bc4c651d15.config
Fetching the repository
2026-07-30T12:43:30.9629990Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7085a475b41cc2b7e16c6c4bd1497e8f9d205d87:refs/remotes/pull/5538/merge 2026-07-30T12:43:34.7747260Z From https://github.com/pypy/pypy 2026-07-30T12:43:34.7748990Z * [new ref] 7085a475b41cc2b7e16c6c4bd1497e8f9d205d87 -> pull/5538/merge
Determining the checkout info
2026-07-30T12:43:34.7762550Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-30T12:43:34.7927150Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-30T12:43:34.8039490Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5538/merge 2026-07-30T12:43:35.9766260Z Updating files: 85% (5143/6014) 2026-07-30T12:43:35.9970150Z Updating files: 86% (5173/6014) 2026-07-30T12:43:36.0078690Z Updating files: 87% (5233/6014) 2026-07-30T12:43:36.0186990Z Updating files: 88% (5293/6014) 2026-07-30T12:43:36.0262560Z Updating files: 89% (5353/6014) 2026-07-30T12:43:36.0378330Z Updating files: 90% (5413/6014) 2026-07-30T12:43:36.0998580Z Updating files: 91% (5473/6014) 2026-07-30T12:43:36.1361630Z Updating files: 92% (5533/6014) 2026-07-30T12:43:36.1499940Z Updating files: 93% (5594/6014) 2026-07-30T12:43:36.1573050Z Updating files: 94% (5654/6014) 2026-07-30T12:43:36.1685560Z Updating files: 95% (5714/6014) 2026-07-30T12:43:36.1789330Z Updating files: 96% (5774/6014) 2026-07-30T12:43:36.1939940Z Updating files: 97% (5834/6014) 2026-07-30T12:43:36.1970140Z Updating files: 98% (5894/6014) 2026-07-30T12:43:36.2074220Z Updating files: 99% (5954/6014) 2026-07-30T12:43:36.2078040Z Updating files: 100% (6014/6014) 2026-07-30T12:43:36.2079230Z Updating files: 100% (6014/6014), done. 2026-07-30T12:43:36.2173390Z HEAD is now at 7085a47 Merge 8512328bd6238bade941800fc5666701b7b6d524 into e6faa48a5f66f9046ba59ee1ff92ff16ba07bcb3
2026-07-30T12:43:36.2347180Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-30T12:43:36.2476980Z 7085a475b41cc2b7e16c6c4bd1497e8f9d205d87