Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-30T13:00:08.8899260Z with: 2026-07-30T13:00:08.8899650Z repository: pypy/pypy 2026-07-30T13:00:08.8904190Z token: *** 2026-07-30T13:00:08.8904810Z ssh-strict: true 2026-07-30T13:00:08.8905400Z ssh-user: git 2026-07-30T13:00:08.8906150Z persist-credentials: true 2026-07-30T13:00:08.8906580Z clean: true 2026-07-30T13:00:08.8906980Z sparse-checkout-cone-mode: true 2026-07-30T13:00:08.8907380Z fetch-depth: 1 2026-07-30T13:00:08.8907690Z fetch-tags: false 2026-07-30T13:00:08.8908020Z show-progress: true 2026-07-30T13:00:08.8908430Z lfs: false 2026-07-30T13:00:08.8908760Z submodules: false 2026-07-30T13:00:08.8909170Z set-safe-directory: true
2026-07-30T13:00:09.4542100Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-30T13:00:09.4545150Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-30T13:00:09.4546040Z [command]/opt/homebrew/bin/git version 2026-07-30T13:00:09.4824310Z git version 2.55.0
2026-07-30T13:00:09.4847850Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/9de024bc-c1e1-4f3e-ab95-60c83a73db0e/.gitconfig' 2026-07-30T13:00:09.4853950Z Temporarily overriding HOME='/Users/runner/work/_temp/9de024bc-c1e1-4f3e-ab95-60c83a73db0e' before making global git config changes 2026-07-30T13:00:09.4855220Z Adding repository directory to the temporary git global config as a safe directory 2026-07-30T13:00:09.4857500Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-30T13:00:09.4976470Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-30T13:00:09.4984460Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-07-30T13:00:09.5217350Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-30T13:00:09.5218670Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-30T13:00:09.5219610Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-30T13:00:09.5220320Z hint: call: 2026-07-30T13:00:09.5220710Z hint: 2026-07-30T13:00:09.5221170Z hint: git config --global init.defaultBranch <name> 2026-07-30T13:00:09.5221760Z hint: 2026-07-30T13:00:09.5222350Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-30T13:00:09.5223200Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-30T13:00:09.5223840Z hint: 2026-07-30T13:00:09.5224180Z hint: git branch -m <name> 2026-07-30T13:00:09.5224600Z hint: 2026-07-30T13:00:09.5225220Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-30T13:00:09.5226100Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-30T13:00:09.5228650Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-30T13:00:09.5325270Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-07-30T13:00:09.5402220Z Removing SSH command configuration 2026-07-30T13:00:09.5405660Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-30T13:00:09.5484020Z [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-30T13:00:09.6723430Z Removing HTTP extra header 2026-07-30T13:00:09.6728640Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-30T13:00:09.6832560Z [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-30T13:00:09.8225900Z Removing includeIf entries pointing to credentials config files 2026-07-30T13:00:09.8328220Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-30T13:00:09.8635720Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-30T13:00:10.0240280Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-edbbd893-cfe7-45be-bf9d-e25def48ecf7.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-30T13:00:10.0246950Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-edbbd893-cfe7-45be-bf9d-e25def48ecf7.config 2026-07-30T13:00:10.0254000Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-edbbd893-cfe7-45be-bf9d-e25def48ecf7.config 2026-07-30T13:00:10.0416980Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-edbbd893-cfe7-45be-bf9d-e25def48ecf7.config 2026-07-30T13:00:10.0470870Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-edbbd893-cfe7-45be-bf9d-e25def48ecf7.config
Fetching the repository
2026-07-30T13:00:10.0626460Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +52d638f58384d506561683e5235e80f9f155416a:refs/remotes/pull/5537/merge 2026-07-30T13:00:13.6070720Z From https://github.com/pypy/pypy 2026-07-30T13:00:13.6075790Z * [new ref] 52d638f58384d506561683e5235e80f9f155416a -> pull/5537/merge
Determining the checkout info
2026-07-30T13:00:13.6087070Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-30T13:00:13.6214070Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-30T13:00:13.6350070Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5537/merge 2026-07-30T13:00:14.8041860Z Updating files: 91% (5476/6015) 2026-07-30T13:00:14.8448140Z Updating files: 92% (5534/6015) 2026-07-30T13:00:14.8552320Z Updating files: 93% (5594/6015) 2026-07-30T13:00:14.8655210Z Updating files: 94% (5655/6015) 2026-07-30T13:00:14.8758600Z Updating files: 95% (5715/6015) 2026-07-30T13:00:14.8862050Z Updating files: 96% (5775/6015) 2026-07-30T13:00:14.8964310Z Updating files: 97% (5835/6015) 2026-07-30T13:00:14.9074500Z Updating files: 98% (5895/6015) 2026-07-30T13:00:14.9176070Z Updating files: 99% (5955/6015) 2026-07-30T13:00:14.9278580Z Updating files: 100% (6015/6015) 2026-07-30T13:00:14.9380600Z Updating files: 100% (6015/6015), done. 2026-07-30T13:00:14.9497140Z HEAD is now at 52d638f Merge d7419412850f81e334706a2680c4935ce9d535bf into e6faa48a5f66f9046ba59ee1ff92ff16ba07bcb3
2026-07-30T13:00:15.0105340Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-30T13:00:15.0205830Z 52d638f58384d506561683e5235e80f9f155416a