Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-03T04:41:11.8046735Z with: 2026-08-03T04:41:11.8047157Z repository: pypy/pypy 2026-08-03T04:41:11.8050711Z token: *** 2026-08-03T04:41:11.8051125Z ssh-strict: true 2026-08-03T04:41:11.8051593Z ssh-user: git 2026-08-03T04:41:11.8052028Z persist-credentials: true 2026-08-03T04:41:11.8052505Z clean: true 2026-08-03T04:41:11.8052940Z sparse-checkout-cone-mode: true 2026-08-03T04:41:11.8053440Z fetch-depth: 1 2026-08-03T04:41:11.8053857Z fetch-tags: false 2026-08-03T04:41:11.8054486Z show-progress: true 2026-08-03T04:41:11.8054929Z lfs: false 2026-08-03T04:41:11.8055322Z submodules: false 2026-08-03T04:41:11.8055753Z set-safe-directory: true
2026-08-03T04:41:11.9045491Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-03T04:41:11.9048538Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-03T04:41:11.9049988Z [command]/usr/bin/git version 2026-08-03T04:41:11.9100005Z git version 2.54.0
2026-08-03T04:41:11.9142225Z Temporarily overriding HOME='/home/runner/work/_temp/be28f3f5-ca57-49ca-a860-300095ac3ce3' before making global git config changes 2026-08-03T04:41:11.9144841Z Adding repository directory to the temporary git global config as a safe directory 2026-08-03T04:41:11.9147897Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-03T04:41:11.9199012Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-03T04:41:11.9208119Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-03T04:41:11.9308006Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-03T04:41:11.9309635Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-03T04:41:11.9311523Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-03T04:41:11.9312707Z hint: call: 2026-08-03T04:41:11.9313380Z hint: 2026-08-03T04:41:11.9314852Z hint: git config --global init.defaultBranch <name> 2026-08-03T04:41:11.9315836Z hint: 2026-08-03T04:41:11.9316734Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-03T04:41:11.9318238Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-03T04:41:11.9319503Z hint: 2026-08-03T04:41:11.9320145Z hint: git branch -m <name> 2026-08-03T04:41:11.9320870Z hint: 2026-08-03T04:41:11.9321840Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-03T04:41:11.9323432Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-03T04:41:11.9326428Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-03T04:41:11.9372409Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-03T04:41:11.9406724Z Removing SSH command configuration 2026-08-03T04:41:11.9412249Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-03T04:41:11.9448524Z [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-03T04:41:11.9814955Z Removing HTTP extra header 2026-08-03T04:41:11.9826179Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-03T04:41:11.9863616Z [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-03T04:41:12.0087769Z Removing includeIf entries pointing to credentials config files 2026-08-03T04:41:12.0094034Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-03T04:41:12.0129441Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-03T04:41:12.0355643Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-78256082-464d-40ba-aa2c-e5a91c7be852.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-03T04:41:12.0399008Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-78256082-464d-40ba-aa2c-e5a91c7be852.config 2026-08-03T04:41:12.0433259Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-78256082-464d-40ba-aa2c-e5a91c7be852.config 2026-08-03T04:41:12.0470253Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-78256082-464d-40ba-aa2c-e5a91c7be852.config 2026-08-03T04:41:12.0509257Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-78256082-464d-40ba-aa2c-e5a91c7be852.config
Fetching the repository
2026-08-03T04:41:12.0548112Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ec7b5387aaeeda0b4255e10f1c7e203659465180:refs/remotes/pull/5552/merge 2026-08-03T04:41:14.6642409Z From https://github.com/pypy/pypy 2026-08-03T04:41:14.6644523Z * [new ref] ec7b5387aaeeda0b4255e10f1c7e203659465180 -> pull/5552/merge
Determining the checkout info
2026-08-03T04:41:14.6698797Z [command]/usr/bin/git sparse-checkout disable 2026-08-03T04:41:14.6741136Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-03T04:41:14.6779353Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5552/merge 2026-08-03T04:41:15.2078601Z Note: switching to 'refs/remotes/pull/5552/merge'. 2026-08-03T04:41:15.2079392Z 2026-08-03T04:41:15.2080044Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-03T04:41:15.2081331Z changes and commit them, and you can discard any commits you make in this 2026-08-03T04:41:15.2082242Z state without impacting any branches by switching back to a branch. 2026-08-03T04:41:15.2082717Z 2026-08-03T04:41:15.2082997Z If you want to create a new branch to retain commits you create, you may 2026-08-03T04:41:15.2083573Z do so (now or later) by using -c with the switch command. Example: 2026-08-03T04:41:15.2083939Z 2026-08-03T04:41:15.2084106Z git switch -c <new-branch-name> 2026-08-03T04:41:15.2084722Z 2026-08-03T04:41:15.2086719Z Or undo this operation with: 2026-08-03T04:41:15.2087173Z 2026-08-03T04:41:15.2087415Z git switch - 2026-08-03T04:41:15.2087934Z 2026-08-03T04:41:15.2088418Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-03T04:41:15.2089165Z 2026-08-03T04:41:15.2089909Z HEAD is now at ec7b538 Merge 70d5676e756525393c6ec93cea32f037f6bec20b into a2f7356d28f19f023e46e58443ec5988fd525899
2026-08-03T04:41:15.2154142Z [command]/usr/bin/git log -1 --format=%H 2026-08-03T04:41:15.2184681Z ec7b5387aaeeda0b4255e10f1c7e203659465180