Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-20T08:52:07.3643879Z with: 2026-08-20T08:52:07.3644343Z repository: pypy/pypy 2026-08-20T08:52:07.3647353Z token: *** 2026-08-20T08:52:07.3647785Z ssh-strict: true 2026-08-20T08:52:07.3648212Z ssh-user: git 2026-08-20T08:52:07.3648616Z persist-credentials: true 2026-08-20T08:52:07.3649057Z clean: true 2026-08-20T08:52:07.3649459Z sparse-checkout-cone-mode: true 2026-08-20T08:52:07.3649903Z fetch-depth: 1 2026-08-20T08:52:07.3650330Z fetch-tags: false 2026-08-20T08:52:07.3650721Z show-progress: true 2026-08-20T08:52:07.3651117Z lfs: false 2026-08-20T08:52:07.3651502Z submodules: false 2026-08-20T08:52:07.3651915Z set-safe-directory: true
2026-08-20T08:52:07.4474628Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-20T08:52:07.4477780Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-20T08:52:07.4479013Z [command]/usr/bin/git version 2026-08-20T08:52:07.5678459Z git version 2.55.0
2026-08-20T08:52:07.5704982Z Temporarily overriding HOME='/home/runner/work/_temp/456dfb54-a00f-41e5-a821-67078f6a6b99' before making global git config changes 2026-08-20T08:52:07.5706078Z Adding repository directory to the temporary git global config as a safe directory 2026-08-20T08:52:07.5709267Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-20T08:52:07.5750551Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-20T08:52:07.5757556Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-20T08:52:07.5829480Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-20T08:52:07.5830773Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-20T08:52:07.5831602Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-20T08:52:07.5832499Z hint: call: 2026-08-20T08:52:07.5833045Z hint: 2026-08-20T08:52:07.5833563Z hint: git config --global init.defaultBranch <name> 2026-08-20T08:52:07.5834076Z hint: 2026-08-20T08:52:07.5834597Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-20T08:52:07.5835336Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-20T08:52:07.5836017Z hint: 2026-08-20T08:52:07.5836486Z hint: git branch -m <name> 2026-08-20T08:52:07.5836928Z hint: 2026-08-20T08:52:07.5837446Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-20T08:52:07.5838257Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-20T08:52:07.5840434Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-20T08:52:07.5877207Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-20T08:52:07.5900072Z Removing SSH command configuration 2026-08-20T08:52:07.5904243Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-20T08:52:07.5926990Z [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-20T08:52:07.6939345Z Removing HTTP extra header 2026-08-20T08:52:07.6946660Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-20T08:52:07.6973232Z [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-20T08:52:07.7126644Z Removing includeIf entries pointing to credentials config files 2026-08-20T08:52:07.7133010Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-20T08:52:07.7160478Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-20T08:52:07.7324244Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-28f5863d-112f-4ec0-999b-35d6f2dc452e.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-20T08:52:07.7352573Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-28f5863d-112f-4ec0-999b-35d6f2dc452e.config 2026-08-20T08:52:07.7374440Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-28f5863d-112f-4ec0-999b-35d6f2dc452e.config 2026-08-20T08:52:07.7400263Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-28f5863d-112f-4ec0-999b-35d6f2dc452e.config 2026-08-20T08:52:07.7423032Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-28f5863d-112f-4ec0-999b-35d6f2dc452e.config
Fetching the repository
2026-08-20T08:52:07.8090131Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +def33fbd3abbfe79cd5c897408341c5945834329:refs/remotes/pull/5570/merge 2026-08-20T08:52:11.8506691Z From https://github.com/pypy/pypy 2026-08-20T08:52:11.8508172Z * [new ref] def33fbd3abbfe79cd5c897408341c5945834329 -> pull/5570/merge
Determining the checkout info
2026-08-20T08:52:11.8518438Z [command]/usr/bin/git sparse-checkout disable 2026-08-20T08:52:11.8559791Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-20T08:52:11.8590582Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5570/merge 2026-08-20T08:52:12.3559355Z Note: switching to 'refs/remotes/pull/5570/merge'. 2026-08-20T08:52:12.3559810Z 2026-08-20T08:52:12.3560244Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-20T08:52:12.3560821Z changes and commit them, and you can discard any commits you make in this 2026-08-20T08:52:12.3561393Z state without impacting any branches by switching back to a branch. 2026-08-20T08:52:12.3561753Z 2026-08-20T08:52:12.3562014Z If you want to create a new branch to retain commits you create, you may 2026-08-20T08:52:12.3562778Z do so (now or later) by using -c with the switch command. Example: 2026-08-20T08:52:12.3563132Z 2026-08-20T08:52:12.3563376Z git switch -c <new-branch-name> 2026-08-20T08:52:12.3563610Z 2026-08-20T08:52:12.3563790Z Or undo this operation with: 2026-08-20T08:52:12.3563973Z 2026-08-20T08:52:12.3564118Z git switch - 2026-08-20T08:52:12.3564313Z 2026-08-20T08:52:12.3564598Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-20T08:52:12.3564992Z 2026-08-20T08:52:12.3565344Z HEAD is now at def33fb Merge a3486ab7ccd5e6c5cf2859afdac7b9ee8ca85226 into 36ac959f84234b693c9d041b4ca0721fa9364393
2026-08-20T08:52:12.3614426Z [command]/usr/bin/git log -1 --format=%H 2026-08-20T08:52:12.3635779Z def33fbd3abbfe79cd5c897408341c5945834329