Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-19T20:20:57.7064930Z with: 2026-08-19T20:20:57.7065290Z repository: pypy/pypy 2026-08-19T20:20:57.7068350Z token: *** 2026-08-19T20:20:57.7068670Z ssh-strict: true 2026-08-19T20:20:57.7068990Z ssh-user: git 2026-08-19T20:20:57.7069330Z persist-credentials: true 2026-08-19T20:20:57.7069700Z clean: true 2026-08-19T20:20:57.7070040Z sparse-checkout-cone-mode: true 2026-08-19T20:20:57.7070420Z fetch-depth: 1 2026-08-19T20:20:57.7070740Z fetch-tags: false 2026-08-19T20:20:57.7071070Z show-progress: true 2026-08-19T20:20:57.7071400Z lfs: false 2026-08-19T20:20:57.7071720Z submodules: false 2026-08-19T20:20:57.7072050Z set-safe-directory: true
2026-08-19T20:20:58.2308470Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-19T20:20:58.2315680Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-19T20:20:58.2318050Z [command]/opt/homebrew/bin/git version 2026-08-19T20:20:58.2737240Z git version 2.55.0
2026-08-19T20:20:58.2776530Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/0b58d23d-9660-4197-87e2-815bbd8c9882/.gitconfig' 2026-08-19T20:20:58.2781830Z Temporarily overriding HOME='/Users/runner/work/_temp/0b58d23d-9660-4197-87e2-815bbd8c9882' before making global git config changes 2026-08-19T20:20:58.2783700Z Adding repository directory to the temporary git global config as a safe directory 2026-08-19T20:20:58.2786530Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-19T20:20:58.2950000Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-19T20:20:58.2961640Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-19T20:20:58.3376110Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-19T20:20:58.3379260Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-19T20:20:58.3380290Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-19T20:20:58.3381100Z hint: call: 2026-08-19T20:20:58.3381470Z hint: 2026-08-19T20:20:58.3381990Z hint: git config --global init.defaultBranch <name> 2026-08-19T20:20:58.3382530Z hint: 2026-08-19T20:20:58.3383100Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-19T20:20:58.3384000Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-19T20:20:58.3384710Z hint: 2026-08-19T20:20:58.3385110Z hint: git branch -m <name> 2026-08-19T20:20:58.3385630Z hint: 2026-08-19T20:20:58.3386300Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-19T20:20:58.3387180Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-19T20:20:58.3389010Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-19T20:20:58.3551070Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-19T20:20:58.3663650Z Removing SSH command configuration 2026-08-19T20:20:58.3671500Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-19T20:20:58.3776130Z [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-19T20:20:58.5534490Z Removing HTTP extra header 2026-08-19T20:20:58.5537840Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-19T20:20:58.5635010Z [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-19T20:20:58.7798360Z Removing includeIf entries pointing to credentials config files 2026-08-19T20:20:58.7800560Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-19T20:20:58.7953520Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-19T20:20:58.8917960Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-4ad68729-54d7-4469-889f-5a7f2199a29b.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-19T20:20:58.8994630Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-4ad68729-54d7-4469-889f-5a7f2199a29b.config 2026-08-19T20:20:58.9069510Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-4ad68729-54d7-4469-889f-5a7f2199a29b.config 2026-08-19T20:20:58.9162760Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-4ad68729-54d7-4469-889f-5a7f2199a29b.config 2026-08-19T20:20:58.9257490Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-4ad68729-54d7-4469-889f-5a7f2199a29b.config
Fetching the repository
2026-08-19T20:20:58.9361530Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2b2f5d84cf6bbc93cfdb8735199f72c520f1398b:refs/remotes/pull/5570/merge 2026-08-19T20:21:03.5530940Z From https://github.com/pypy/pypy 2026-08-19T20:21:03.5533030Z * [new ref] 2b2f5d84cf6bbc93cfdb8735199f72c520f1398b -> pull/5570/merge
Determining the checkout info
2026-08-19T20:21:03.5560920Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-19T20:21:03.5704930Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-19T20:21:03.5844040Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5570/merge 2026-08-19T20:21:04.6800250Z Updating files: 87% (6226/7087) 2026-08-19T20:21:04.7001860Z Updating files: 88% (6237/7087) 2026-08-19T20:21:04.7197950Z Updating files: 89% (6308/7087) 2026-08-19T20:21:04.7303010Z Updating files: 90% (6379/7087) 2026-08-19T20:21:04.7386170Z Updating files: 91% (6450/7087) 2026-08-19T20:21:04.8087810Z Updating files: 92% (6521/7087) 2026-08-19T20:21:04.8556750Z Updating files: 93% (6591/7087) 2026-08-19T20:21:04.8655180Z Updating files: 94% (6662/7087) 2026-08-19T20:21:04.8760280Z Updating files: 95% (6733/7087) 2026-08-19T20:21:04.8843860Z Updating files: 96% (6804/7087) 2026-08-19T20:21:04.8930500Z Updating files: 97% (6875/7087) 2026-08-19T20:21:04.9052720Z Updating files: 98% (6946/7087) 2026-08-19T20:21:04.9185410Z Updating files: 99% (7017/7087) 2026-08-19T20:21:04.9185900Z Updating files: 100% (7087/7087) 2026-08-19T20:21:04.9186470Z Updating files: 100% (7087/7087), done. 2026-08-19T20:21:04.9302150Z HEAD is now at 2b2f5d8 Merge 2de194e831f6722e2e780f2128e496e7d84cff13 into 6e3bd5ac14702a5da1b342f340664da6c1ad6b95
2026-08-19T20:21:04.9530080Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-19T20:21:04.9637290Z 2b2f5d84cf6bbc93cfdb8735199f72c520f1398b