Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-05-29T08:32:07.8740460Z with: 2026-05-29T08:32:07.8740780Z repository: pypy/pypy 2026-05-29T08:32:07.8743990Z token: *** 2026-05-29T08:32:07.8744290Z ssh-strict: true 2026-05-29T08:32:07.8744610Z ssh-user: git 2026-05-29T08:32:07.8745070Z persist-credentials: true 2026-05-29T08:32:07.8745750Z clean: true 2026-05-29T08:32:07.8746100Z sparse-checkout-cone-mode: true 2026-05-29T08:32:07.8746470Z fetch-depth: 1 2026-05-29T08:32:07.8746780Z fetch-tags: false 2026-05-29T08:32:07.8747100Z show-progress: true 2026-05-29T08:32:07.8747420Z lfs: false 2026-05-29T08:32:07.8747710Z submodules: false 2026-05-29T08:32:07.8748030Z set-safe-directory: true
2026-05-29T08:32:08.2019800Z Syncing repository: pypy/pypy
Getting Git version info
2026-05-29T08:32:08.2021850Z Working directory is '/Users/runner/work/pypy/pypy' 2026-05-29T08:32:08.2022810Z [command]/opt/homebrew/bin/git version 2026-05-29T08:32:08.2264120Z git version 2.54.0
2026-05-29T08:32:08.2284340Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/cb57f538-294a-4d3d-a439-1e2cce8037a3/.gitconfig' 2026-05-29T08:32:08.2290680Z Temporarily overriding HOME='/Users/runner/work/_temp/cb57f538-294a-4d3d-a439-1e2cce8037a3' before making global git config changes 2026-05-29T08:32:08.2291800Z Adding repository directory to the temporary git global config as a safe directory 2026-05-29T08:32:08.2293910Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-05-29T08:32:08.2410660Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-05-29T08:32:08.2413410Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-05-29T08:32:08.2597880Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-05-29T08:32:08.2598820Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-05-29T08:32:08.2599660Z hint: to use in all of your new repositories, which will suppress this warning, 2026-05-29T08:32:08.2600330Z hint: call: 2026-05-29T08:32:08.2600680Z hint: 2026-05-29T08:32:08.2601130Z hint: git config --global init.defaultBranch <name> 2026-05-29T08:32:08.2601620Z hint: 2026-05-29T08:32:08.2602110Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-05-29T08:32:08.2602860Z hint: 'development'. The just-created branch can be renamed via this command: 2026-05-29T08:32:08.2603490Z hint: 2026-05-29T08:32:08.2603840Z hint: git branch -m <name> 2026-05-29T08:32:08.2604240Z hint: 2026-05-29T08:32:08.2604830Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-05-29T08:32:08.2605610Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-05-29T08:32:08.2607240Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-05-29T08:32:08.2674840Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-05-29T08:32:08.2734840Z Removing SSH command configuration 2026-05-29T08:32:08.2738380Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-05-29T08:32:08.2802200Z [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-05-29T08:32:08.3697740Z Removing HTTP extra header 2026-05-29T08:32:08.3701560Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-05-29T08:32:08.3758350Z [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-05-29T08:32:08.4403700Z Removing includeIf entries pointing to credentials config files 2026-05-29T08:32:08.4407240Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-05-29T08:32:08.4457120Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-05-29T08:32:08.5445270Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-55f5e56e-d980-48ef-8ad2-e4e629e97d85.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-05-29T08:32:08.5603610Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-55f5e56e-d980-48ef-8ad2-e4e629e97d85.config 2026-05-29T08:32:08.5654580Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-55f5e56e-d980-48ef-8ad2-e4e629e97d85.config 2026-05-29T08:32:08.5705770Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-55f5e56e-d980-48ef-8ad2-e4e629e97d85.config 2026-05-29T08:32:08.5754150Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-55f5e56e-d980-48ef-8ad2-e4e629e97d85.config
Fetching the repository
2026-05-29T08:32:08.5807620Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +9bc18912c805c13c9f0d92b2e6e76cd4d684f6e1:refs/remotes/pull/5488/merge 2026-05-29T08:32:10.0378250Z From https://github.com/pypy/pypy 2026-05-29T08:32:10.0379060Z * [new ref] 9bc18912c805c13c9f0d92b2e6e76cd4d684f6e1 -> pull/5488/merge
Determining the checkout info
2026-05-29T08:32:10.0458300Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-05-29T08:32:10.0535980Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-05-29T08:32:10.0602230Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5488/merge 2026-05-29T08:32:11.1274360Z Updating files: 80% (4821/6013) 2026-05-29T08:32:11.1368130Z Updating files: 81% (4871/6013) 2026-05-29T08:32:11.1452250Z Updating files: 82% (4931/6013) 2026-05-29T08:32:11.1520110Z Updating files: 83% (4991/6013) 2026-05-29T08:32:11.1595180Z Updating files: 84% (5051/6013) 2026-05-29T08:32:11.2002350Z Updating files: 85% (5112/6013) 2026-05-29T08:32:11.2068880Z Updating files: 86% (5172/6013) 2026-05-29T08:32:11.2125670Z Updating files: 87% (5232/6013) 2026-05-29T08:32:11.2196450Z Updating files: 88% (5292/6013) 2026-05-29T08:32:11.2596320Z Updating files: 89% (5352/6013) 2026-05-29T08:32:11.2684370Z Updating files: 90% (5412/6013) 2026-05-29T08:32:11.3216760Z Updating files: 91% (5472/6013) 2026-05-29T08:32:11.3520410Z Updating files: 92% (5532/6013) 2026-05-29T08:32:11.3577480Z Updating files: 93% (5593/6013) 2026-05-29T08:32:11.3981450Z Updating files: 94% (5653/6013) 2026-05-29T08:32:11.4094500Z Updating files: 95% (5713/6013) 2026-05-29T08:32:11.4099520Z Updating files: 96% (5773/6013) 2026-05-29T08:32:11.4145140Z Updating files: 97% (5833/6013) 2026-05-29T08:32:11.4253410Z Updating files: 98% (5893/6013) 2026-05-29T08:32:11.4582050Z Updating files: 99% (5953/6013) 2026-05-29T08:32:11.4587580Z Updating files: 100% (6013/6013) 2026-05-29T08:32:11.4588900Z Updating files: 100% (6013/6013), done. 2026-05-29T08:32:11.4641220Z HEAD is now at 9bc1891 Merge ef6841b8d2ca430b5918e135a0f38f367da9d427 into 89d59559f278da492b27b562dc812789a3bbbf0f
2026-05-29T08:32:11.4773840Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-05-29T08:32:11.4846600Z 9bc18912c805c13c9f0d92b2e6e76cd4d684f6e1