Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-22T06:38:05.2517537Z with: 2026-08-22T06:38:05.2517974Z repository: pypy/pypy 2026-08-22T06:38:05.2522013Z token: *** 2026-08-22T06:38:05.2522441Z ssh-strict: true 2026-08-22T06:38:05.2522871Z ssh-user: git 2026-08-22T06:38:05.2523306Z persist-credentials: true 2026-08-22T06:38:05.2523815Z clean: true 2026-08-22T06:38:05.2524309Z sparse-checkout-cone-mode: true 2026-08-22T06:38:05.2524816Z fetch-depth: 1 2026-08-22T06:38:05.2525243Z fetch-tags: false 2026-08-22T06:38:05.2525864Z show-progress: true 2026-08-22T06:38:05.2526313Z lfs: false 2026-08-22T06:38:05.2526718Z submodules: false 2026-08-22T06:38:05.2527161Z set-safe-directory: true
2026-08-22T06:38:05.3620205Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-22T06:38:05.3622972Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-22T06:38:05.3624003Z [command]/usr/bin/git version 2026-08-22T06:38:05.3729699Z git version 2.55.0
2026-08-22T06:38:05.3781641Z Temporarily overriding HOME='/home/runner/work/_temp/ed1b70f2-46ab-4d91-ad65-2d3caaf0d8b7' before making global git config changes 2026-08-22T06:38:05.3792960Z Adding repository directory to the temporary git global config as a safe directory 2026-08-22T06:38:05.3794773Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-22T06:38:05.3852071Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-22T06:38:05.3861408Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-22T06:38:05.4003613Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-22T06:38:05.4005932Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-22T06:38:05.4007482Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-22T06:38:05.4008669Z hint: call: 2026-08-22T06:38:05.4009294Z hint: 2026-08-22T06:38:05.4010330Z hint: git config --global init.defaultBranch <name> 2026-08-22T06:38:05.4011305Z hint: 2026-08-22T06:38:05.4012214Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-22T06:38:05.4013710Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-22T06:38:05.4014903Z hint: 2026-08-22T06:38:05.4015705Z hint: git branch -m <name> 2026-08-22T06:38:05.4016461Z hint: 2026-08-22T06:38:05.4017457Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-22T06:38:05.4024210Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-22T06:38:05.4036087Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-22T06:38:05.4095087Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-22T06:38:05.4141055Z Removing SSH command configuration 2026-08-22T06:38:05.4148431Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-22T06:38:05.4188831Z [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-22T06:38:05.4599204Z Removing HTTP extra header 2026-08-22T06:38:05.4606179Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-22T06:38:05.4652346Z [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-22T06:38:05.4905810Z Removing includeIf entries pointing to credentials config files 2026-08-22T06:38:05.4914589Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-22T06:38:05.4944224Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-22T06:38:05.5224105Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-e9c0393d-ef90-4d46-8ee1-e753fd90ee72.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-22T06:38:05.5264536Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-e9c0393d-ef90-4d46-8ee1-e753fd90ee72.config 2026-08-22T06:38:05.5308032Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-e9c0393d-ef90-4d46-8ee1-e753fd90ee72.config 2026-08-22T06:38:05.5353192Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-e9c0393d-ef90-4d46-8ee1-e753fd90ee72.config 2026-08-22T06:38:05.5396163Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-e9c0393d-ef90-4d46-8ee1-e753fd90ee72.config
Fetching the repository
2026-08-22T06:38:05.5444108Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +bc4cf7b66c8c1bff6b7d2990988d6cfd0bfb4f78:refs/remotes/pull/5572/merge 2026-08-22T06:38:08.4278422Z From https://github.com/pypy/pypy 2026-08-22T06:38:08.4279957Z * [new ref] bc4cf7b66c8c1bff6b7d2990988d6cfd0bfb4f78 -> pull/5572/merge
Determining the checkout info
2026-08-22T06:38:08.4290321Z [command]/usr/bin/git sparse-checkout disable 2026-08-22T06:38:08.4347355Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-22T06:38:08.4386601Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5572/merge 2026-08-22T06:38:08.9830121Z Note: switching to 'refs/remotes/pull/5572/merge'. 2026-08-22T06:38:08.9830674Z 2026-08-22T06:38:08.9830968Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-22T06:38:08.9831583Z changes and commit them, and you can discard any commits you make in this 2026-08-22T06:38:08.9832154Z state without impacting any branches by switching back to a branch. 2026-08-22T06:38:08.9832486Z 2026-08-22T06:38:08.9832732Z If you want to create a new branch to retain commits you create, you may 2026-08-22T06:38:08.9833243Z do so (now or later) by using -c with the switch command. Example: 2026-08-22T06:38:08.9833591Z 2026-08-22T06:38:08.9833746Z git switch -c <new-branch-name> 2026-08-22T06:38:08.9833945Z 2026-08-22T06:38:08.9834111Z Or undo this operation with: 2026-08-22T06:38:08.9834329Z 2026-08-22T06:38:08.9834443Z git switch - 2026-08-22T06:38:08.9834621Z 2026-08-22T06:38:08.9834878Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-22T06:38:08.9835232Z 2026-08-22T06:38:08.9835857Z HEAD is now at bc4cf7b Merge bf2cdd900afba04a7ad092a9b41c0060f3a41db0 into f4e4349c4e8ec30db0c8ab147a0d4ad65486713f
2026-08-22T06:38:08.9912680Z [command]/usr/bin/git log -1 --format=%H 2026-08-22T06:38:08.9941528Z bc4cf7b66c8c1bff6b7d2990988d6cfd0bfb4f78