Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-01T15:22:45.4921132Z with: 2026-09-01T15:22:45.4921737Z repository: pypy/pypy 2026-09-01T15:22:45.4925723Z token: *** 2026-09-01T15:22:45.4926353Z ssh-strict: true 2026-09-01T15:22:45.4927243Z ssh-user: git 2026-09-01T15:22:45.4927924Z persist-credentials: true 2026-09-01T15:22:45.4928536Z clean: true 2026-09-01T15:22:45.4929090Z sparse-checkout-cone-mode: true 2026-09-01T15:22:45.4929805Z fetch-depth: 1 2026-09-01T15:22:45.4930350Z fetch-tags: false 2026-09-01T15:22:45.4930921Z show-progress: true 2026-09-01T15:22:45.4931536Z lfs: false 2026-09-01T15:22:45.4932051Z submodules: false 2026-09-01T15:22:45.4932656Z set-safe-directory: true
2026-09-01T15:22:45.5827846Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-01T15:22:45.5831505Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-01T15:22:45.5832925Z [command]/usr/bin/git version 2026-09-01T15:22:45.5869093Z git version 2.55.0
2026-09-01T15:22:45.5885822Z Temporarily overriding HOME='/home/runner/work/_temp/7a03eea4-6d28-454d-9d4d-f5e16e96beb6' before making global git config changes 2026-09-01T15:22:45.5887823Z Adding repository directory to the temporary git global config as a safe directory 2026-09-01T15:22:45.5890399Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-01T15:22:45.5932781Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-01T15:22:45.5947621Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-01T15:22:45.6018715Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-01T15:22:45.6028369Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-01T15:22:45.6030101Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-01T15:22:45.6031214Z hint: call: 2026-09-01T15:22:45.6032032Z hint: 2026-09-01T15:22:45.6033031Z hint: git config --global init.defaultBranch <name> 2026-09-01T15:22:45.6033959Z hint: 2026-09-01T15:22:45.6035011Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-01T15:22:45.6036365Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-01T15:22:45.6037707Z hint: 2026-09-01T15:22:45.6038674Z hint: git branch -m <name> 2026-09-01T15:22:45.6039490Z hint: 2026-09-01T15:22:45.6040510Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-01T15:22:45.6042048Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-01T15:22:45.6044776Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-01T15:22:45.6065980Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-01T15:22:45.6100311Z Removing SSH command configuration 2026-09-01T15:22:45.6103869Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-01T15:22:45.6135384Z [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-01T15:22:45.6425061Z Removing HTTP extra header 2026-09-01T15:22:45.6432585Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-01T15:22:45.6469240Z [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-01T15:22:45.6687240Z Removing includeIf entries pointing to credentials config files 2026-09-01T15:22:45.6693571Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-01T15:22:45.6729063Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-01T15:22:45.6924744Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-486fc051-0a6a-40c0-8d39-169df0d9ddfd.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-01T15:22:45.6964638Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-486fc051-0a6a-40c0-8d39-169df0d9ddfd.config 2026-09-01T15:22:45.6992394Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-486fc051-0a6a-40c0-8d39-169df0d9ddfd.config 2026-09-01T15:22:45.7021827Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-486fc051-0a6a-40c0-8d39-169df0d9ddfd.config 2026-09-01T15:22:45.7053183Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-486fc051-0a6a-40c0-8d39-169df0d9ddfd.config
Fetching the repository
2026-09-01T15:22:45.7101300Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5ac4c95399eaf97749738f76af6accf6aa10cc3e:refs/remotes/pull/5577/merge 2026-09-01T15:22:49.3227051Z From https://github.com/pypy/pypy 2026-09-01T15:22:49.3228463Z * [new ref] 5ac4c95399eaf97749738f76af6accf6aa10cc3e -> pull/5577/merge
Determining the checkout info
2026-09-01T15:22:49.3239242Z [command]/usr/bin/git sparse-checkout disable 2026-09-01T15:22:49.3279847Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-01T15:22:49.3307587Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5577/merge 2026-09-01T15:22:49.6667823Z Note: switching to 'refs/remotes/pull/5577/merge'. 2026-09-01T15:22:49.6668444Z 2026-09-01T15:22:49.6668761Z You are in 'detached HEAD' state. You can look around, make experimental 2026-09-01T15:22:49.6669740Z changes and commit them, and you can discard any commits you make in this 2026-09-01T15:22:49.6670535Z state without impacting any branches by switching back to a branch. 2026-09-01T15:22:49.6670949Z 2026-09-01T15:22:49.6671325Z If you want to create a new branch to retain commits you create, you may 2026-09-01T15:22:49.6672133Z do so (now or later) by using -c with the switch command. Example: 2026-09-01T15:22:49.6672589Z 2026-09-01T15:22:49.6672799Z git switch -c <new-branch-name> 2026-09-01T15:22:49.6673087Z 2026-09-01T15:22:49.6673277Z Or undo this operation with: 2026-09-01T15:22:49.6673638Z 2026-09-01T15:22:49.6673802Z git switch - 2026-09-01T15:22:49.6674092Z 2026-09-01T15:22:49.6674519Z Turn off this advice by setting config variable advice.detachedHead to false 2026-09-01T15:22:49.6674946Z 2026-09-01T15:22:49.6675550Z HEAD is now at 5ac4c95 Merge 515a4d02d07b59f580e7a3cdb22989ba5bf77674 into 09916d286ed3703261ad5bc63c46083bdf7e253b
2026-09-01T15:22:49.6721302Z [command]/usr/bin/git log -1 --format=%H 2026-09-01T15:22:49.6745608Z 5ac4c95399eaf97749738f76af6accf6aa10cc3e