Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-08T08:21:35.8100822Z with: 2026-09-08T08:21:35.8101306Z repository: pypy/pypy 2026-09-08T08:21:35.8105212Z token: *** 2026-09-08T08:21:35.8105706Z ssh-strict: true 2026-09-08T08:21:35.8106171Z ssh-user: git 2026-09-08T08:21:35.8106723Z persist-credentials: true 2026-09-08T08:21:35.8107259Z clean: true 2026-09-08T08:21:35.8107762Z sparse-checkout-cone-mode: true 2026-09-08T08:21:35.8108333Z fetch-depth: 1 2026-09-08T08:21:35.8108813Z fetch-tags: false 2026-09-08T08:21:35.8109380Z show-progress: true 2026-09-08T08:21:35.8109871Z lfs: false 2026-09-08T08:21:35.8110331Z submodules: false 2026-09-08T08:21:35.8110838Z set-safe-directory: true
2026-09-08T08:21:35.9091775Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-08T08:21:35.9096071Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-08T08:21:35.9097866Z [command]/usr/bin/git version 2026-09-08T08:21:35.9098724Z git version 2.55.0
2026-09-08T08:21:35.9139777Z Temporarily overriding HOME='/home/runner/work/_temp/ac11950e-6a57-4476-90b1-959cbf510685' before making global git config changes 2026-09-08T08:21:35.9144575Z Adding repository directory to the temporary git global config as a safe directory 2026-09-08T08:21:35.9147568Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-08T08:21:35.9192104Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-08T08:21:35.9200885Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-08T08:21:35.9297917Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-08T08:21:35.9300126Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-08T08:21:35.9301504Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-08T08:21:35.9302677Z hint: call: 2026-09-08T08:21:35.9304286Z hint: 2026-09-08T08:21:35.9307670Z hint: git config --global init.defaultBranch <name> 2026-09-08T08:21:35.9309197Z hint: 2026-09-08T08:21:35.9310067Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-08T08:21:35.9311324Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-08T08:21:35.9312122Z hint: 2026-09-08T08:21:35.9312627Z hint: git branch -m <name> 2026-09-08T08:21:35.9313414Z hint: 2026-09-08T08:21:35.9314409Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-08T08:21:35.9315653Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-08T08:21:35.9325830Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-08T08:21:35.9375130Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-08T08:21:35.9407015Z Removing SSH command configuration 2026-09-08T08:21:35.9413431Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-08T08:21:35.9444744Z [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-09-08T08:21:35.9974422Z Removing HTTP extra header 2026-09-08T08:21:35.9991337Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-08T08:21:36.0017480Z [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-09-08T08:21:36.0248848Z Removing includeIf entries pointing to credentials config files 2026-09-08T08:21:36.0250615Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-08T08:21:36.0280062Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-08T08:21:36.0482638Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-1e2c6b84-ca6c-4716-83c1-4e91bc8d728a.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-08T08:21:36.0518207Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-1e2c6b84-ca6c-4716-83c1-4e91bc8d728a.config 2026-09-08T08:21:36.0545964Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-1e2c6b84-ca6c-4716-83c1-4e91bc8d728a.config 2026-09-08T08:21:36.0577238Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-1e2c6b84-ca6c-4716-83c1-4e91bc8d728a.config 2026-09-08T08:21:36.0641999Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-1e2c6b84-ca6c-4716-83c1-4e91bc8d728a.config
Fetching the repository
2026-09-08T08:21:36.0676803Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +610f156c9f2f4b134d6a5af57cec86bec7b01c45:refs/remotes/pull/5579/merge 2026-09-08T08:21:38.9542719Z From https://github.com/pypy/pypy 2026-09-08T08:21:38.9544795Z * [new ref] 610f156c9f2f4b134d6a5af57cec86bec7b01c45 -> pull/5579/merge
Determining the checkout info
2026-09-08T08:21:38.9554848Z [command]/usr/bin/git sparse-checkout disable 2026-09-08T08:21:38.9597929Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-08T08:21:38.9629014Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5579/merge 2026-09-08T08:21:39.4435838Z Note: switching to 'refs/remotes/pull/5579/merge'. 2026-09-08T08:21:39.4438478Z 2026-09-08T08:21:39.4439429Z You are in 'detached HEAD' state. You can look around, make experimental 2026-09-08T08:21:39.4440588Z changes and commit them, and you can discard any commits you make in this 2026-09-08T08:21:39.4442946Z state without impacting any branches by switching back to a branch. 2026-09-08T08:21:39.4444072Z 2026-09-08T08:21:39.4444552Z If you want to create a new branch to retain commits you create, you may 2026-09-08T08:21:39.4445632Z do so (now or later) by using -c with the switch command. Example: 2026-09-08T08:21:39.4446337Z 2026-09-08T08:21:39.4446691Z git switch -c <new-branch-name> 2026-09-08T08:21:39.4447110Z 2026-09-08T08:21:39.4447496Z Or undo this operation with: 2026-09-08T08:21:39.4447923Z 2026-09-08T08:21:39.4448248Z git switch - 2026-09-08T08:21:39.4448640Z 2026-09-08T08:21:39.4449102Z Turn off this advice by setting config variable advice.detachedHead to false 2026-09-08T08:21:39.4449733Z 2026-09-08T08:21:39.4450455Z HEAD is now at 610f156 Merge e4b2747bb9bc653eb3f1db4d46f3396f4251af6a into e9c9cead5e710236ad7a1f5cfbf80da7fe9a4849
2026-09-08T08:21:39.4494493Z [command]/usr/bin/git log -1 --format=%H 2026-09-08T08:21:39.4518948Z 610f156c9f2f4b134d6a5af57cec86bec7b01c45