Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-01T14:58:46.1505149Z with: 2026-09-01T14:58:46.1505585Z repository: pypy/pypy 2026-09-01T14:58:46.1509616Z token: *** 2026-09-01T14:58:46.1510043Z ssh-strict: true 2026-09-01T14:58:46.1510486Z ssh-user: git 2026-09-01T14:58:46.1510935Z persist-credentials: true 2026-09-01T14:58:46.1511630Z clean: true 2026-09-01T14:58:46.1512076Z sparse-checkout-cone-mode: true 2026-09-01T14:58:46.1512592Z fetch-depth: 1 2026-09-01T14:58:46.1513037Z fetch-tags: false 2026-09-01T14:58:46.1513478Z show-progress: true 2026-09-01T14:58:46.1513923Z lfs: false 2026-09-01T14:58:46.1514331Z submodules: false 2026-09-01T14:58:46.1514779Z set-safe-directory: true
2026-09-01T14:58:46.2546604Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-01T14:58:46.2549789Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-01T14:58:46.2550857Z [command]/usr/bin/git version 2026-09-01T14:58:46.2632100Z git version 2.55.0
2026-09-01T14:58:46.2683191Z Temporarily overriding HOME='/home/runner/work/_temp/35bfb8b2-5f29-4b5e-ab16-c7a5432aad3f' before making global git config changes 2026-09-01T14:58:46.2684718Z Adding repository directory to the temporary git global config as a safe directory 2026-09-01T14:58:46.2688909Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-01T14:58:46.2744951Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-01T14:58:46.2756298Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-01T14:58:46.2899719Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-01T14:58:46.2901081Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-01T14:58:46.2902895Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-01T14:58:46.2904298Z hint: call: 2026-09-01T14:58:46.2905271Z hint: 2026-09-01T14:58:46.2906076Z hint: git config --global init.defaultBranch <name> 2026-09-01T14:58:46.2906978Z hint: 2026-09-01T14:58:46.2907844Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-01T14:58:46.2909814Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-01T14:58:46.2911206Z hint: 2026-09-01T14:58:46.2912173Z hint: git branch -m <name> 2026-09-01T14:58:46.2913045Z hint: 2026-09-01T14:58:46.2914156Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-01T14:58:46.2916230Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-01T14:58:46.2934682Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-01T14:58:46.3003312Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-01T14:58:46.3066367Z Removing SSH command configuration 2026-09-01T14:58:46.3070753Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-01T14:58:46.3132609Z [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-01T14:58:46.3615790Z Removing HTTP extra header 2026-09-01T14:58:46.3625736Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-01T14:58:46.3655146Z [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-01T14:58:46.3873530Z Removing includeIf entries pointing to credentials config files 2026-09-01T14:58:46.3878981Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-01T14:58:46.3914969Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-01T14:58:46.4144274Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-9de654e4-f747-4a65-982e-cfbdcdbaec98.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-01T14:58:46.4185663Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-9de654e4-f747-4a65-982e-cfbdcdbaec98.config 2026-09-01T14:58:46.4219197Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-9de654e4-f747-4a65-982e-cfbdcdbaec98.config 2026-09-01T14:58:46.4256666Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-9de654e4-f747-4a65-982e-cfbdcdbaec98.config 2026-09-01T14:58:46.4293989Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-9de654e4-f747-4a65-982e-cfbdcdbaec98.config
Fetching the repository
2026-09-01T14:58:46.4339571Z [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-01T14:58:49.5202367Z From https://github.com/pypy/pypy 2026-09-01T14:58:49.5205213Z * [new ref] 5ac4c95399eaf97749738f76af6accf6aa10cc3e -> pull/5577/merge
Determining the checkout info
2026-09-01T14:58:49.5218592Z [command]/usr/bin/git sparse-checkout disable 2026-09-01T14:58:49.5272421Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-01T14:58:49.5308145Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5577/merge 2026-09-01T14:58:50.0715832Z Note: switching to 'refs/remotes/pull/5577/merge'. 2026-09-01T14:58:50.0716373Z 2026-09-01T14:58:50.0716652Z You are in 'detached HEAD' state. You can look around, make experimental 2026-09-01T14:58:50.0717247Z changes and commit them, and you can discard any commits you make in this 2026-09-01T14:58:50.0717815Z state without impacting any branches by switching back to a branch. 2026-09-01T14:58:50.0718137Z 2026-09-01T14:58:50.0718395Z If you want to create a new branch to retain commits you create, you may 2026-09-01T14:58:50.0718916Z do so (now or later) by using -c with the switch command. Example: 2026-09-01T14:58:50.0719247Z 2026-09-01T14:58:50.0719401Z git switch -c <new-branch-name> 2026-09-01T14:58:50.0719612Z 2026-09-01T14:58:50.0719779Z Or undo this operation with: 2026-09-01T14:58:50.0720005Z 2026-09-01T14:58:50.0720117Z git switch - 2026-09-01T14:58:50.0720302Z 2026-09-01T14:58:50.0720554Z Turn off this advice by setting config variable advice.detachedHead to false 2026-09-01T14:58:50.0720916Z 2026-09-01T14:58:50.0721300Z HEAD is now at 5ac4c95 Merge 515a4d02d07b59f580e7a3cdb22989ba5bf77674 into 09916d286ed3703261ad5bc63c46083bdf7e253b
2026-09-01T14:58:50.0787225Z [command]/usr/bin/git log -1 --format=%H 2026-09-01T14:58:50.0814136Z 5ac4c95399eaf97749738f76af6accf6aa10cc3e