Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-23T06:17:30.6343434Z with: 2026-08-23T06:17:30.6343880Z repository: pypy/pypy 2026-08-23T06:17:30.6347947Z token: *** 2026-08-23T06:17:30.6348400Z ssh-strict: true 2026-08-23T06:17:30.6348837Z ssh-user: git 2026-08-23T06:17:30.6349279Z persist-credentials: true 2026-08-23T06:17:30.6349765Z clean: true 2026-08-23T06:17:30.6350216Z sparse-checkout-cone-mode: true 2026-08-23T06:17:30.6350736Z fetch-depth: 1 2026-08-23T06:17:30.6351177Z fetch-tags: false 2026-08-23T06:17:30.6351622Z show-progress: true 2026-08-23T06:17:30.6352069Z lfs: false 2026-08-23T06:17:30.6352571Z submodules: false 2026-08-23T06:17:30.6353029Z set-safe-directory: true
2026-08-23T06:17:30.7440806Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T06:17:30.7443605Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-23T06:17:30.7445535Z [command]/usr/bin/git version 2026-08-23T06:17:30.7540226Z git version 2.55.0
2026-08-23T06:17:30.7588160Z Temporarily overriding HOME='/home/runner/work/_temp/7afa734b-f403-4fa1-817d-7e36ebdd288f' before making global git config changes 2026-08-23T06:17:30.7592681Z Adding repository directory to the temporary git global config as a safe directory 2026-08-23T06:17:30.7595698Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-23T06:17:30.7657253Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T06:17:30.7680430Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-23T06:17:30.7807496Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-23T06:17:30.7809414Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-23T06:17:30.7810425Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-23T06:17:30.7811172Z hint: call: 2026-08-23T06:17:30.7811579Z hint: 2026-08-23T06:17:30.7812104Z hint: git config --global init.defaultBranch <name> 2026-08-23T06:17:30.7812722Z hint: 2026-08-23T06:17:30.7813301Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-23T06:17:30.7814237Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-23T06:17:30.7815407Z hint: 2026-08-23T06:17:30.7815910Z hint: git branch -m <name> 2026-08-23T06:17:30.7816415Z hint: 2026-08-23T06:17:30.7817050Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-23T06:17:30.7823365Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-23T06:17:30.7837804Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-23T06:17:30.7894071Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-23T06:17:30.7939866Z Removing SSH command configuration 2026-08-23T06:17:30.7947226Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-23T06:17:30.7982727Z [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-23T06:17:30.8379726Z Removing HTTP extra header 2026-08-23T06:17:30.8396514Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-23T06:17:30.8449108Z [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-23T06:17:30.8691978Z Removing includeIf entries pointing to credentials config files 2026-08-23T06:17:30.8694029Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-23T06:17:30.8731743Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-23T06:17:30.8960276Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-800f0fd7-4b20-43b6-9432-7a821f73d81c.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-23T06:17:30.9002063Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-800f0fd7-4b20-43b6-9432-7a821f73d81c.config 2026-08-23T06:17:30.9037124Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-800f0fd7-4b20-43b6-9432-7a821f73d81c.config 2026-08-23T06:17:30.9075686Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-800f0fd7-4b20-43b6-9432-7a821f73d81c.config 2026-08-23T06:17:30.9116023Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-800f0fd7-4b20-43b6-9432-7a821f73d81c.config
Fetching the repository
2026-08-23T06:17:30.9154514Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7c002b86696f43cb40fdd026f9c665ddb77699d4:refs/remotes/pull/5570/merge 2026-08-23T06:17:34.8509148Z From https://github.com/pypy/pypy 2026-08-23T06:17:34.8510493Z * [new ref] 7c002b86696f43cb40fdd026f9c665ddb77699d4 -> pull/5570/merge
Determining the checkout info
2026-08-23T06:17:34.8526949Z [command]/usr/bin/git sparse-checkout disable 2026-08-23T06:17:34.8581348Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T06:17:34.8625985Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5570/merge 2026-08-23T06:17:35.5123461Z Note: switching to 'refs/remotes/pull/5570/merge'. 2026-08-23T06:17:35.5124603Z 2026-08-23T06:17:35.5125670Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-23T06:17:35.5128327Z changes and commit them, and you can discard any commits you make in this 2026-08-23T06:17:35.5130532Z state without impacting any branches by switching back to a branch. 2026-08-23T06:17:35.5131968Z 2026-08-23T06:17:35.5132949Z If you want to create a new branch to retain commits you create, you may 2026-08-23T06:17:35.5135480Z do so (now or later) by using -c with the switch command. Example: 2026-08-23T06:17:35.5136970Z 2026-08-23T06:17:35.5137590Z git switch -c <new-branch-name> 2026-08-23T06:17:35.5138708Z 2026-08-23T06:17:35.5139303Z Or undo this operation with: 2026-08-23T06:17:35.5140233Z 2026-08-23T06:17:35.5140753Z git switch - 2026-08-23T06:17:35.5141470Z 2026-08-23T06:17:35.5142547Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-23T06:17:35.5144212Z 2026-08-23T06:17:35.5146425Z HEAD is now at 7c002b8 Merge a0a8adf018243b9404528de5acc99855742575eb into 9b9b9bd54261eeca87c51c3402c5bd74b3c58aa4
2026-08-23T06:17:35.5155748Z [command]/usr/bin/git log -1 --format=%H 2026-08-23T06:17:35.5157620Z 7c002b86696f43cb40fdd026f9c665ddb77699d4