Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-01T14:51:30.1489850Z with: 2026-09-01T14:51:30.1490950Z repository: pypy/pypy 2026-09-01T14:51:30.1499270Z token: *** 2026-09-01T14:51:30.1500350Z ssh-strict: true 2026-09-01T14:51:30.1501420Z ssh-user: git 2026-09-01T14:51:30.1502480Z persist-credentials: true 2026-09-01T14:51:30.1503990Z clean: true 2026-09-01T14:51:30.1505110Z sparse-checkout-cone-mode: true 2026-09-01T14:51:30.1506370Z fetch-depth: 1 2026-09-01T14:51:30.1507670Z fetch-tags: false 2026-09-01T14:51:30.1508160Z show-progress: true 2026-09-01T14:51:30.1508570Z lfs: false 2026-09-01T14:51:30.1508920Z submodules: false 2026-09-01T14:51:30.1509300Z set-safe-directory: true
2026-09-01T14:51:30.9046530Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-01T14:51:30.9053310Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-01T14:51:30.9055400Z [command]/opt/homebrew/bin/git version 2026-09-01T14:51:30.9474290Z git version 2.55.0
2026-09-01T14:51:30.9513920Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/afc79569-8856-44c5-aaa4-939e9cf02bb2/.gitconfig' 2026-09-01T14:51:30.9524880Z Temporarily overriding HOME='/Users/runner/work/_temp/afc79569-8856-44c5-aaa4-939e9cf02bb2' before making global git config changes 2026-09-01T14:51:30.9527080Z Adding repository directory to the temporary git global config as a safe directory 2026-09-01T14:51:30.9529110Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-01T14:51:30.9718840Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-01T14:51:30.9749500Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-09-01T14:51:31.0241430Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-01T14:51:31.0244490Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-01T14:51:31.0246690Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-01T14:51:31.0249200Z hint: call: 2026-09-01T14:51:31.0250460Z hint: 2026-09-01T14:51:31.0251960Z hint: git config --global init.defaultBranch <name> 2026-09-01T14:51:31.0253690Z hint: 2026-09-01T14:51:31.0255890Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-01T14:51:31.0259060Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-01T14:51:31.0260940Z hint: 2026-09-01T14:51:31.0262280Z hint: git branch -m <name> 2026-09-01T14:51:31.0264110Z hint: 2026-09-01T14:51:31.0265930Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-01T14:51:31.0268800Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-01T14:51:31.0275460Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-01T14:51:31.0420930Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-01T14:51:31.0562490Z Removing SSH command configuration 2026-09-01T14:51:31.0571620Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-01T14:51:31.0697940Z [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-09-01T14:51:31.2540820Z Removing HTTP extra header 2026-09-01T14:51:31.2543110Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-01T14:51:31.2630840Z [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-09-01T14:51:31.4436030Z Removing includeIf entries pointing to credentials config files 2026-09-01T14:51:31.4542530Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-01T14:51:31.4864820Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-01T14:51:31.6994620Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-fb52a54a-1cdb-47d9-b99e-d6d061b903db.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-01T14:51:31.7311470Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-fb52a54a-1cdb-47d9-b99e-d6d061b903db.config 2026-09-01T14:51:31.7622160Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-fb52a54a-1cdb-47d9-b99e-d6d061b903db.config 2026-09-01T14:51:31.7778690Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-fb52a54a-1cdb-47d9-b99e-d6d061b903db.config 2026-09-01T14:51:31.7789220Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-fb52a54a-1cdb-47d9-b99e-d6d061b903db.config
Fetching the repository
2026-09-01T14:51:31.7820960Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0d483bd48ad189ed9127aaa02ced3ec721d207c0:refs/remotes/pull/5577/merge 2026-09-01T14:51:35.3327440Z From https://github.com/pypy/pypy 2026-09-01T14:51:35.3528360Z * [new ref] 0d483bd48ad189ed9127aaa02ced3ec721d207c0 -> pull/5577/merge
Determining the checkout info
2026-09-01T14:51:35.4170350Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-09-01T14:51:35.4407210Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-01T14:51:35.5282470Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5577/merge 2026-09-01T14:51:36.4614410Z Updating files: 87% (5239/6014) 2026-09-01T14:51:36.4773120Z Updating files: 88% (5293/6014) 2026-09-01T14:51:36.4850990Z Updating files: 89% (5353/6014) 2026-09-01T14:51:36.5229100Z Updating files: 90% (5413/6014) 2026-09-01T14:51:36.5731220Z Updating files: 91% (5473/6014) 2026-09-01T14:51:36.6126250Z Updating files: 92% (5533/6014) 2026-09-01T14:51:36.6287530Z Updating files: 93% (5594/6014) 2026-09-01T14:51:36.6377470Z Updating files: 94% (5654/6014) 2026-09-01T14:51:36.6510090Z Updating files: 95% (5714/6014) 2026-09-01T14:51:36.6607600Z Updating files: 96% (5774/6014) 2026-09-01T14:51:36.6698270Z Updating files: 97% (5834/6014) 2026-09-01T14:51:36.6790610Z Updating files: 98% (5894/6014) 2026-09-01T14:51:36.6861310Z Updating files: 99% (5954/6014) 2026-09-01T14:51:36.6867920Z Updating files: 100% (6014/6014) 2026-09-01T14:51:36.6869570Z Updating files: 100% (6014/6014), done. 2026-09-01T14:51:36.6972930Z HEAD is now at 0d483bd Merge da949012a6598412c009bf4bc3ec42f85ed1bd86 into 09916d286ed3703261ad5bc63c46083bdf7e253b
2026-09-01T14:51:36.7226260Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-09-01T14:51:36.7308680Z 0d483bd48ad189ed9127aaa02ced3ec721d207c0