Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-25T04:59:01.8593584Z with: 2026-08-25T04:59:01.8593932Z repository: pypy/pypy 2026-08-25T04:59:01.8597064Z token: *** 2026-08-25T04:59:01.8597425Z ssh-strict: true 2026-08-25T04:59:01.8597773Z ssh-user: git 2026-08-25T04:59:01.8598118Z persist-credentials: true 2026-08-25T04:59:01.8598499Z clean: true 2026-08-25T04:59:01.8598847Z sparse-checkout-cone-mode: true 2026-08-25T04:59:01.8599252Z fetch-depth: 1 2026-08-25T04:59:01.8599591Z fetch-tags: false 2026-08-25T04:59:01.8599936Z show-progress: true 2026-08-25T04:59:01.8600286Z lfs: false 2026-08-25T04:59:01.8600611Z submodules: false 2026-08-25T04:59:01.8600957Z set-safe-directory: true
2026-08-25T04:59:01.9399110Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-25T04:59:01.9401926Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-25T04:59:01.9403214Z [command]/usr/bin/git version 2026-08-25T04:59:01.9768911Z git version 2.55.0
2026-08-25T04:59:01.9842528Z Temporarily overriding HOME='/home/runner/work/_temp/6dd8f349-f46e-4282-ae6b-70126fd7baeb' before making global git config changes 2026-08-25T04:59:01.9844304Z Adding repository directory to the temporary git global config as a safe directory 2026-08-25T04:59:01.9865777Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-25T04:59:01.9924225Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-25T04:59:01.9931901Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-25T04:59:02.0007623Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-25T04:59:02.0009025Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-25T04:59:02.0029516Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-25T04:59:02.0030632Z hint: call: 2026-08-25T04:59:02.0031225Z hint: 2026-08-25T04:59:02.0032100Z hint: git config --global init.defaultBranch <name> 2026-08-25T04:59:02.0032990Z hint: 2026-08-25T04:59:02.0033789Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-25T04:59:02.0035034Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-25T04:59:02.0036040Z hint: 2026-08-25T04:59:02.0036760Z hint: git branch -m <name> 2026-08-25T04:59:02.0037428Z hint: 2026-08-25T04:59:02.0040787Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-25T04:59:02.0042344Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-25T04:59:02.0044575Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-25T04:59:02.0083185Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-25T04:59:02.0120734Z Removing SSH command configuration 2026-08-25T04:59:02.0125284Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-25T04:59:02.0165030Z [command]/usr/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:59:02.0441211Z Removing HTTP extra header 2026-08-25T04:59:02.0447360Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-25T04:59:02.0478830Z [command]/usr/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:59:02.0666747Z Removing includeIf entries pointing to credentials config files 2026-08-25T04:59:02.0673459Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-25T04:59:02.0706162Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-25T04:59:02.0904765Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-637f5b8d-eb96-4780-b4e8-49c5433d896b.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-25T04:59:02.0941848Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-637f5b8d-eb96-4780-b4e8-49c5433d896b.config 2026-08-25T04:59:02.0974405Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-637f5b8d-eb96-4780-b4e8-49c5433d896b.config 2026-08-25T04:59:02.1007714Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-637f5b8d-eb96-4780-b4e8-49c5433d896b.config 2026-08-25T04:59:02.1045337Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-637f5b8d-eb96-4780-b4e8-49c5433d896b.config
Fetching the repository
2026-08-25T04:59:02.1078035Z [command]/usr/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:59:05.2883245Z From https://github.com/pypy/pypy 2026-08-25T04:59:05.2884687Z * [new ref] 237b0e439110b2fc187e77fa74f50f5bb55faa52 -> pull/5573/merge
Determining the checkout info
2026-08-25T04:59:05.2901571Z [command]/usr/bin/git sparse-checkout disable 2026-08-25T04:59:05.2939532Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-25T04:59:05.2971322Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5573/merge 2026-08-25T04:59:05.7341827Z Note: switching to 'refs/remotes/pull/5573/merge'. 2026-08-25T04:59:05.7342369Z 2026-08-25T04:59:05.7342704Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-25T04:59:05.7343416Z changes and commit them, and you can discard any commits you make in this 2026-08-25T04:59:05.7344162Z state without impacting any branches by switching back to a branch. 2026-08-25T04:59:05.7344604Z 2026-08-25T04:59:05.7344919Z If you want to create a new branch to retain commits you create, you may 2026-08-25T04:59:05.7345607Z do so (now or later) by using -c with the switch command. Example: 2026-08-25T04:59:05.7346061Z 2026-08-25T04:59:05.7346252Z git switch -c <new-branch-name> 2026-08-25T04:59:05.7346693Z 2026-08-25T04:59:05.7346886Z Or undo this operation with: 2026-08-25T04:59:05.7347124Z 2026-08-25T04:59:05.7347281Z git switch - 2026-08-25T04:59:05.7347516Z 2026-08-25T04:59:05.7347837Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-25T04:59:05.7348297Z 2026-08-25T04:59:05.7348809Z HEAD is now at 237b0e4 Merge 50ff8e211cc68a84ffb07d8b1622cfbbe4ef9bc9 into 5ff869c95ca71525afb5f19ae23295e592873e68
2026-08-25T04:59:05.7401132Z [command]/usr/bin/git log -1 --format=%H 2026-08-25T04:59:05.7425307Z 237b0e439110b2fc187e77fa74f50f5bb55faa52