Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-01T06:03:35.4523587Z with: 2026-08-01T06:03:35.4524206Z repository: pypy/pypy 2026-08-01T06:03:35.4528207Z token: *** 2026-08-01T06:03:35.4528744Z ssh-strict: true 2026-08-01T06:03:35.4529304Z ssh-user: git 2026-08-01T06:03:35.4529921Z persist-credentials: true 2026-08-01T06:03:35.4530840Z clean: true 2026-08-01T06:03:35.4531432Z sparse-checkout-cone-mode: true 2026-08-01T06:03:35.4532157Z fetch-depth: 1 2026-08-01T06:03:35.4532720Z fetch-tags: false 2026-08-01T06:03:35.4533314Z show-progress: true 2026-08-01T06:03:35.4533899Z lfs: false 2026-08-01T06:03:35.4534398Z submodules: false 2026-08-01T06:03:35.4535019Z set-safe-directory: true
2026-08-01T06:03:35.5392264Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-01T06:03:35.5395422Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-01T06:03:35.5396774Z [command]/usr/bin/git version 2026-08-01T06:03:35.5458660Z git version 2.54.0
2026-08-01T06:03:35.5497899Z Temporarily overriding HOME='/home/runner/work/_temp/c9278945-6a5f-47bd-ae85-9eaedd0233b2' before making global git config changes 2026-08-01T06:03:35.5499563Z Adding repository directory to the temporary git global config as a safe directory 2026-08-01T06:03:35.5502189Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-01T06:03:35.5540008Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-01T06:03:35.5549512Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-01T06:03:35.5656070Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-01T06:03:35.5658049Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-01T06:03:35.5659379Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-01T06:03:35.5660801Z hint: call: 2026-08-01T06:03:35.5661912Z hint: 2026-08-01T06:03:35.5662811Z hint: git config --global init.defaultBranch <name> 2026-08-01T06:03:35.5663827Z hint: 2026-08-01T06:03:35.5664715Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-01T06:03:35.5666017Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-01T06:03:35.5666993Z hint: 2026-08-01T06:03:35.5667676Z hint: git branch -m <name> 2026-08-01T06:03:35.5668549Z hint: 2026-08-01T06:03:35.5669482Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-01T06:03:35.5671291Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-01T06:03:35.5673725Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-01T06:03:35.5713348Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-01T06:03:35.5741939Z Removing SSH command configuration 2026-08-01T06:03:35.5747226Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-01T06:03:35.5800792Z [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-01T06:03:35.6094515Z Removing HTTP extra header 2026-08-01T06:03:35.6099965Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-01T06:03:35.6133241Z [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-01T06:03:35.6311652Z Removing includeIf entries pointing to credentials config files 2026-08-01T06:03:35.6318338Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-01T06:03:35.6349389Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-01T06:03:35.6538152Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-816e0b59-928f-494e-9dea-b739c1f0ee8d.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-01T06:03:35.6576725Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-816e0b59-928f-494e-9dea-b739c1f0ee8d.config 2026-08-01T06:03:35.6604099Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-816e0b59-928f-494e-9dea-b739c1f0ee8d.config 2026-08-01T06:03:35.6634357Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-816e0b59-928f-494e-9dea-b739c1f0ee8d.config 2026-08-01T06:03:35.6668691Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-816e0b59-928f-494e-9dea-b739c1f0ee8d.config
Fetching the repository
2026-08-01T06:03:35.6700819Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f1dff950585a79f24fa57941b2b83b7a84bfdb22:refs/remotes/pull/5548/merge 2026-08-01T06:03:38.5550926Z From https://github.com/pypy/pypy 2026-08-01T06:03:38.5553877Z * [new ref] f1dff950585a79f24fa57941b2b83b7a84bfdb22 -> pull/5548/merge
Determining the checkout info
2026-08-01T06:03:38.5581114Z [command]/usr/bin/git sparse-checkout disable 2026-08-01T06:03:38.5621052Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-01T06:03:38.5652754Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5548/merge 2026-08-01T06:03:38.8991071Z Note: switching to 'refs/remotes/pull/5548/merge'. 2026-08-01T06:03:38.8991646Z 2026-08-01T06:03:38.8992215Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-01T06:03:38.8992928Z changes and commit them, and you can discard any commits you make in this 2026-08-01T06:03:38.8993691Z state without impacting any branches by switching back to a branch. 2026-08-01T06:03:38.8994109Z 2026-08-01T06:03:38.8994534Z If you want to create a new branch to retain commits you create, you may 2026-08-01T06:03:38.8995188Z do so (now or later) by using -c with the switch command. Example: 2026-08-01T06:03:38.8995605Z 2026-08-01T06:03:38.8995818Z git switch -c <new-branch-name> 2026-08-01T06:03:38.8996191Z 2026-08-01T06:03:38.8996371Z Or undo this operation with: 2026-08-01T06:03:38.8996640Z 2026-08-01T06:03:38.8996826Z git switch - 2026-08-01T06:03:38.8997071Z 2026-08-01T06:03:38.8997438Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-01T06:03:38.8997921Z 2026-08-01T06:03:38.8998361Z HEAD is now at f1dff95 Merge 5899bf9455615096fa08da09001b59b2abda7382 into fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
2026-08-01T06:03:38.9049497Z [command]/usr/bin/git log -1 --format=%H 2026-08-01T06:03:38.9071955Z f1dff950585a79f24fa57941b2b83b7a84bfdb22