Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-25T04:55:13.6198430Z with: 2026-08-25T04:55:13.6198760Z repository: pypy/pypy 2026-08-25T04:55:13.6201470Z token: *** 2026-08-25T04:55:13.6201850Z ssh-strict: true 2026-08-25T04:55:13.6202180Z ssh-user: git 2026-08-25T04:55:13.6202500Z persist-credentials: true 2026-08-25T04:55:13.6202850Z clean: true 2026-08-25T04:55:13.6203180Z sparse-checkout-cone-mode: true 2026-08-25T04:55:13.6203550Z fetch-depth: 1 2026-08-25T04:55:13.6203870Z fetch-tags: false 2026-08-25T04:55:13.6204290Z show-progress: true 2026-08-25T04:55:13.6204690Z lfs: false 2026-08-25T04:55:13.6205040Z submodules: false 2026-08-25T04:55:13.6205420Z set-safe-directory: true
2026-08-25T04:55:14.2907430Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-25T04:55:14.2910050Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-25T04:55:14.2911120Z [command]/opt/homebrew/bin/git version 2026-08-25T04:55:14.3322050Z git version 2.55.0
2026-08-25T04:55:14.3351560Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/1fbd607f-bb35-41ac-b89a-67a673b9800c/.gitconfig' 2026-08-25T04:55:14.3359880Z Temporarily overriding HOME='/Users/runner/work/_temp/1fbd607f-bb35-41ac-b89a-67a673b9800c' before making global git config changes 2026-08-25T04:55:14.3361230Z Adding repository directory to the temporary git global config as a safe directory 2026-08-25T04:55:14.3369470Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-25T04:55:14.3528060Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-25T04:55:14.3536100Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-25T04:55:14.3877090Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-25T04:55:14.3878280Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-25T04:55:14.3879560Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-25T04:55:14.3880320Z hint: call: 2026-08-25T04:55:14.3880680Z hint: 2026-08-25T04:55:14.3881140Z hint: git config --global init.defaultBranch <name> 2026-08-25T04:55:14.3881650Z hint: 2026-08-25T04:55:14.3882140Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-25T04:55:14.3882940Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-25T04:55:14.3883600Z hint: 2026-08-25T04:55:14.3884010Z hint: git branch -m <name> 2026-08-25T04:55:14.3884440Z hint: 2026-08-25T04:55:14.3884960Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-25T04:55:14.3886550Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-25T04:55:14.3900110Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-25T04:55:14.4027140Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-25T04:55:14.4119130Z Removing SSH command configuration 2026-08-25T04:55:14.4123090Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-25T04:55:14.4241440Z [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-25T04:55:14.5535480Z Removing HTTP extra header 2026-08-25T04:55:14.5546320Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-25T04:55:14.5633730Z [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-25T04:55:14.6583870Z Removing includeIf entries pointing to credentials config files 2026-08-25T04:55:14.6590610Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-25T04:55:14.6692230Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-25T04:55:14.8608020Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-d29984ac-38c8-4b20-a2ec-29a839eaad75.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-25T04:55:14.8714980Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-d29984ac-38c8-4b20-a2ec-29a839eaad75.config 2026-08-25T04:55:14.8807340Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-d29984ac-38c8-4b20-a2ec-29a839eaad75.config 2026-08-25T04:55:14.8906740Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-d29984ac-38c8-4b20-a2ec-29a839eaad75.config 2026-08-25T04:55:14.9080520Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-d29984ac-38c8-4b20-a2ec-29a839eaad75.config
Fetching the repository
2026-08-25T04:55:14.9126370Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +237b0e439110b2fc187e77fa74f50f5bb55faa52:refs/remotes/pull/5573/merge 2026-08-25T04:55:18.0598630Z From https://github.com/pypy/pypy 2026-08-25T04:55:18.0600740Z * [new ref] 237b0e439110b2fc187e77fa74f50f5bb55faa52 -> pull/5573/merge
Determining the checkout info
2026-08-25T04:55:18.0607150Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-25T04:55:18.0702660Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-25T04:55:18.0776310Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5573/merge 2026-08-25T04:55:19.1569310Z Updating files: 81% (4907/6014) 2026-08-25T04:55:19.1639700Z Updating files: 82% (4932/6014) 2026-08-25T04:55:19.1737090Z Updating files: 83% (4992/6014) 2026-08-25T04:55:19.1825090Z Updating files: 84% (5052/6014) 2026-08-25T04:55:19.1964320Z Updating files: 85% (5112/6014) 2026-08-25T04:55:19.2159130Z Updating files: 86% (5173/6014) 2026-08-25T04:55:19.2264500Z Updating files: 87% (5233/6014) 2026-08-25T04:55:19.2372110Z Updating files: 88% (5293/6014) 2026-08-25T04:55:19.2473390Z Updating files: 89% (5353/6014) 2026-08-25T04:55:19.2676340Z Updating files: 90% (5413/6014) 2026-08-25T04:55:19.3393540Z Updating files: 91% (5473/6014) 2026-08-25T04:55:19.3796630Z Updating files: 92% (5533/6014) 2026-08-25T04:55:19.3998500Z Updating files: 93% (5594/6014) 2026-08-25T04:55:19.4100730Z Updating files: 94% (5654/6014) 2026-08-25T04:55:19.4203530Z Updating files: 95% (5714/6014) 2026-08-25T04:55:19.4303650Z Updating files: 96% (5774/6014) 2026-08-25T04:55:19.4407610Z Updating files: 97% (5834/6014) 2026-08-25T04:55:19.4510580Z Updating files: 98% (5894/6014) 2026-08-25T04:55:19.4611110Z Updating files: 99% (5954/6014) 2026-08-25T04:55:19.4712990Z Updating files: 100% (6014/6014) 2026-08-25T04:55:19.4814570Z Updating files: 100% (6014/6014), done. 2026-08-25T04:55:19.4919490Z HEAD is now at 237b0e4 Merge 50ff8e211cc68a84ffb07d8b1622cfbbe4ef9bc9 into 5ff869c95ca71525afb5f19ae23295e592873e68
2026-08-25T04:55:19.5308930Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-25T04:55:19.5313410Z 237b0e439110b2fc187e77fa74f50f5bb55faa52