Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-03T04:41:12.6471009Z with: 2026-08-03T04:41:12.6471443Z repository: pypy/pypy 2026-08-03T04:41:12.6475070Z token: *** 2026-08-03T04:41:12.6475798Z ssh-strict: true 2026-08-03T04:41:12.6476309Z ssh-user: git 2026-08-03T04:41:12.6476747Z persist-credentials: true 2026-08-03T04:41:12.6477217Z clean: true 2026-08-03T04:41:12.6477647Z sparse-checkout-cone-mode: true 2026-08-03T04:41:12.6478144Z fetch-depth: 1 2026-08-03T04:41:12.6478574Z fetch-tags: false 2026-08-03T04:41:12.6479010Z show-progress: true 2026-08-03T04:41:12.6479440Z lfs: false 2026-08-03T04:41:12.6479834Z submodules: false 2026-08-03T04:41:12.6480266Z set-safe-directory: true
2026-08-03T04:41:12.7454804Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-03T04:41:12.7458842Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-03T04:41:12.7460567Z [command]/usr/bin/git version 2026-08-03T04:41:12.7531100Z git version 2.54.0
2026-08-03T04:41:12.7572499Z Temporarily overriding HOME='/home/runner/work/_temp/f39ca9c5-3c2c-4c39-86c3-55ba08b1a229' before making global git config changes 2026-08-03T04:41:12.7575068Z Adding repository directory to the temporary git global config as a safe directory 2026-08-03T04:41:12.7578166Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-03T04:41:12.7638990Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-03T04:41:12.7648112Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-03T04:41:12.7773834Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-03T04:41:12.7776263Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-03T04:41:12.7797001Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-03T04:41:12.7798609Z hint: call: 2026-08-03T04:41:12.7799454Z hint: 2026-08-03T04:41:12.7800396Z hint: git config --global init.defaultBranch <name> 2026-08-03T04:41:12.7801505Z hint: 2026-08-03T04:41:12.7802601Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-03T04:41:12.7804286Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-03T04:41:12.7805943Z hint: 2026-08-03T04:41:12.7806745Z hint: git branch -m <name> 2026-08-03T04:41:12.7807604Z hint: 2026-08-03T04:41:12.7808725Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-03T04:41:12.7810514Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-03T04:41:12.7813234Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-03T04:41:12.7847212Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-03T04:41:12.7927720Z Removing SSH command configuration 2026-08-03T04:41:12.7929188Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-03T04:41:12.7932678Z [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:12.8380229Z Removing HTTP extra header 2026-08-03T04:41:12.8392183Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-03T04:41:12.8447369Z [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.8696524Z Removing includeIf entries pointing to credentials config files 2026-08-03T04:41:12.8704156Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-03T04:41:12.8741962Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-03T04:41:12.8988078Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-edd2f9e7-3dfa-4071-b56f-74a79e252167.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-03T04:41:12.9028784Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-edd2f9e7-3dfa-4071-b56f-74a79e252167.config 2026-08-03T04:41:12.9063711Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-edd2f9e7-3dfa-4071-b56f-74a79e252167.config 2026-08-03T04:41:12.9101202Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-edd2f9e7-3dfa-4071-b56f-74a79e252167.config 2026-08-03T04:41:12.9141268Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-edd2f9e7-3dfa-4071-b56f-74a79e252167.config
Fetching the repository
2026-08-03T04:41:12.9179778Z [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.7946081Z From https://github.com/pypy/pypy 2026-08-03T04:41:14.7947704Z * [new ref] ec7b5387aaeeda0b4255e10f1c7e203659465180 -> pull/5552/merge
Determining the checkout info
2026-08-03T04:41:14.7996518Z [command]/usr/bin/git sparse-checkout disable 2026-08-03T04:41:14.8046208Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-03T04:41:14.8082483Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5552/merge 2026-08-03T04:41:15.3526407Z Note: switching to 'refs/remotes/pull/5552/merge'. 2026-08-03T04:41:15.3527253Z 2026-08-03T04:41:15.3527829Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-03T04:41:15.3529211Z changes and commit them, and you can discard any commits you make in this 2026-08-03T04:41:15.3530581Z state without impacting any branches by switching back to a branch. 2026-08-03T04:41:15.3531323Z 2026-08-03T04:41:15.3531880Z If you want to create a new branch to retain commits you create, you may 2026-08-03T04:41:15.3532638Z do so (now or later) by using -c with the switch command. Example: 2026-08-03T04:41:15.3533052Z 2026-08-03T04:41:15.3533227Z git switch -c <new-branch-name> 2026-08-03T04:41:15.3533495Z 2026-08-03T04:41:15.3533667Z Or undo this operation with: 2026-08-03T04:41:15.3533930Z 2026-08-03T04:41:15.3534070Z git switch - 2026-08-03T04:41:15.3534275Z 2026-08-03T04:41:15.3534632Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-03T04:41:15.3535055Z 2026-08-03T04:41:15.3535687Z HEAD is now at ec7b538 Merge 70d5676e756525393c6ec93cea32f037f6bec20b into a2f7356d28f19f023e46e58443ec5988fd525899
2026-08-03T04:41:15.3598815Z [command]/usr/bin/git log -1 --format=%H 2026-08-03T04:41:15.3627089Z ec7b5387aaeeda0b4255e10f1c7e203659465180