Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-02T15:37:22.7084990Z with: 2026-09-02T15:37:22.7085330Z repository: pypy/pypy 2026-09-02T15:37:22.7090840Z token: *** 2026-09-02T15:37:22.7091210Z ssh-strict: true 2026-09-02T15:37:22.7091600Z ssh-user: git 2026-09-02T15:37:22.7092020Z persist-credentials: true 2026-09-02T15:37:22.7092390Z clean: true 2026-09-02T15:37:22.7092720Z sparse-checkout-cone-mode: true 2026-09-02T15:37:22.7093290Z fetch-depth: 1 2026-09-02T15:37:22.7093640Z fetch-tags: false 2026-09-02T15:37:22.7093970Z show-progress: true 2026-09-02T15:37:22.7094370Z lfs: false 2026-09-02T15:37:22.7094680Z submodules: false 2026-09-02T15:37:22.7095050Z set-safe-directory: true
2026-09-02T15:37:23.3371640Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-02T15:37:23.3375500Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-02T15:37:23.3377990Z [command]/opt/homebrew/bin/git version 2026-09-02T15:37:23.3771430Z git version 2.55.0
2026-09-02T15:37:23.3811190Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/1996c6fc-17d1-4652-ac8c-c1312fe032b1/.gitconfig' 2026-09-02T15:37:23.3823150Z Temporarily overriding HOME='/Users/runner/work/_temp/1996c6fc-17d1-4652-ac8c-c1312fe032b1' before making global git config changes 2026-09-02T15:37:23.3826190Z Adding repository directory to the temporary git global config as a safe directory 2026-09-02T15:37:23.3833400Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-02T15:37:23.4046790Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-02T15:37:23.4058720Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-09-02T15:37:23.4385360Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-02T15:37:23.4387900Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-02T15:37:23.4389940Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-02T15:37:23.4391470Z hint: call: 2026-09-02T15:37:23.4392290Z hint: 2026-09-02T15:37:23.4393240Z hint: git config --global init.defaultBranch <name> 2026-09-02T15:37:23.4395440Z hint: 2026-09-02T15:37:23.4398500Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-02T15:37:23.4400630Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-02T15:37:23.4401930Z hint: 2026-09-02T15:37:23.4402680Z hint: git branch -m <name> 2026-09-02T15:37:23.4403560Z hint: 2026-09-02T15:37:23.4404760Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-02T15:37:23.4406640Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-02T15:37:23.4410470Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-02T15:37:23.4499560Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-02T15:37:23.4568240Z Removing SSH command configuration 2026-09-02T15:37:23.4571230Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-02T15:37:23.4642830Z [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-02T15:37:23.5945190Z Removing HTTP extra header 2026-09-02T15:37:23.5953250Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-02T15:37:23.6024270Z [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-02T15:37:23.7138530Z Removing includeIf entries pointing to credentials config files 2026-09-02T15:37:23.7140990Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-02T15:37:23.7221030Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-02T15:37:23.8564200Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-45b3bed9-6359-4c1e-a231-0b62cfb991fc.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-02T15:37:23.8753370Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-45b3bed9-6359-4c1e-a231-0b62cfb991fc.config 2026-09-02T15:37:23.8794550Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-45b3bed9-6359-4c1e-a231-0b62cfb991fc.config 2026-09-02T15:37:23.8799640Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-45b3bed9-6359-4c1e-a231-0b62cfb991fc.config 2026-09-02T15:37:23.8804490Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-45b3bed9-6359-4c1e-a231-0b62cfb991fc.config
Fetching the repository
2026-09-02T15:37:23.8829590Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0975af65d59375a4725e122c08920610c633eb0f:refs/remotes/pull/5577/merge 2026-09-02T15:37:26.9349520Z From https://github.com/pypy/pypy 2026-09-02T15:37:26.9351080Z * [new ref] 0975af65d59375a4725e122c08920610c633eb0f -> pull/5577/merge
Determining the checkout info
2026-09-02T15:37:26.9358530Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-09-02T15:37:26.9448960Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-02T15:37:26.9519590Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5577/merge 2026-09-02T15:37:28.0445300Z Updating files: 97% (5836/6014) 2026-09-02T15:37:28.0510300Z Updating files: 98% (5894/6014) 2026-09-02T15:37:28.0639530Z Updating files: 99% (5954/6014) 2026-09-02T15:37:28.0640240Z Updating files: 100% (6014/6014) 2026-09-02T15:37:28.0640960Z Updating files: 100% (6014/6014), done. 2026-09-02T15:37:28.0724580Z HEAD is now at 0975af6 Merge 6d6f0980fe685946e6beafd96157610430366634 into 09916d286ed3703261ad5bc63c46083bdf7e253b
2026-09-02T15:37:28.0884730Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-09-02T15:37:28.0968160Z 0975af65d59375a4725e122c08920610c633eb0f