Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-01T06:03:35.4515895Z with: 2026-08-01T06:03:35.4516378Z repository: pypy/pypy 2026-08-01T06:03:35.4520210Z token: *** 2026-08-01T06:03:35.4520683Z ssh-strict: true 2026-08-01T06:03:35.4521159Z ssh-user: git 2026-08-01T06:03:35.4521638Z persist-credentials: true 2026-08-01T06:03:35.4522159Z clean: true 2026-08-01T06:03:35.4522881Z sparse-checkout-cone-mode: true 2026-08-01T06:03:35.4523439Z fetch-depth: 1 2026-08-01T06:03:35.4523913Z fetch-tags: false 2026-08-01T06:03:35.4524368Z show-progress: true 2026-08-01T06:03:35.4524835Z lfs: false 2026-08-01T06:03:35.4525277Z submodules: false 2026-08-01T06:03:35.4525761Z set-safe-directory: true
2026-08-01T06:03:35.5648303Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-01T06:03:35.5652855Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-01T06:03:35.5654669Z [command]/usr/bin/git version 2026-08-01T06:03:35.5773891Z git version 2.54.0
2026-08-01T06:03:35.5854608Z Temporarily overriding HOME='/home/runner/work/_temp/73d113b4-93b2-4dce-9f82-de642175dc01' before making global git config changes 2026-08-01T06:03:35.5858967Z Adding repository directory to the temporary git global config as a safe directory 2026-08-01T06:03:35.5863228Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-01T06:03:35.5960941Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-01T06:03:35.5982184Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-01T06:03:35.6151901Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-01T06:03:35.6154718Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-01T06:03:35.6157517Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-01T06:03:35.6159119Z hint: call: 2026-08-01T06:03:35.6160322Z hint: 2026-08-01T06:03:35.6161585Z hint: git config --global init.defaultBranch <name> 2026-08-01T06:03:35.6163738Z hint: 2026-08-01T06:03:35.6167012Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-01T06:03:35.6168632Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-01T06:03:35.6170848Z hint: 2026-08-01T06:03:35.6171505Z hint: git branch -m <name> 2026-08-01T06:03:35.6172383Z hint: 2026-08-01T06:03:35.6201184Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-01T06:03:35.6207616Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-01T06:03:35.6210688Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-01T06:03:35.6305565Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-01T06:03:35.6353061Z Removing SSH command configuration 2026-08-01T06:03:35.6362718Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-01T06:03:35.6425492Z [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-01T06:03:35.6829629Z Removing HTTP extra header 2026-08-01T06:03:35.6838663Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-01T06:03:35.6888299Z [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-01T06:03:35.7128792Z Removing includeIf entries pointing to credentials config files 2026-08-01T06:03:35.7138319Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-01T06:03:35.7183159Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-01T06:03:35.7443342Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-309b276d-5eff-4e7e-8661-1c4120dc1c18.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-01T06:03:35.7495614Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-309b276d-5eff-4e7e-8661-1c4120dc1c18.config 2026-08-01T06:03:35.7539752Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-309b276d-5eff-4e7e-8661-1c4120dc1c18.config 2026-08-01T06:03:35.7587937Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-309b276d-5eff-4e7e-8661-1c4120dc1c18.config 2026-08-01T06:03:35.7637443Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-309b276d-5eff-4e7e-8661-1c4120dc1c18.config
Fetching the repository
2026-08-01T06:03:35.7686346Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f1dff950585a79f24fa57941b2b83b7a84bfdb22:refs/remotes/pull/5548/merge 2026-08-01T06:03:38.6808771Z From https://github.com/pypy/pypy 2026-08-01T06:03:38.6811330Z * [new ref] f1dff950585a79f24fa57941b2b83b7a84bfdb22 -> pull/5548/merge
Determining the checkout info
2026-08-01T06:03:38.6869284Z [command]/usr/bin/git sparse-checkout disable 2026-08-01T06:03:38.6933517Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-01T06:03:38.6984930Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5548/merge 2026-08-01T06:03:39.2560803Z Note: switching to 'refs/remotes/pull/5548/merge'. 2026-08-01T06:03:39.2561467Z 2026-08-01T06:03:39.2561957Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-01T06:03:39.2563420Z changes and commit them, and you can discard any commits you make in this 2026-08-01T06:03:39.2564495Z state without impacting any branches by switching back to a branch. 2026-08-01T06:03:39.2565053Z 2026-08-01T06:03:39.2565456Z If you want to create a new branch to retain commits you create, you may 2026-08-01T06:03:39.2566348Z do so (now or later) by using -c with the switch command. Example: 2026-08-01T06:03:39.2566897Z 2026-08-01T06:03:39.2567135Z git switch -c <new-branch-name> 2026-08-01T06:03:39.2567493Z 2026-08-01T06:03:39.2567713Z Or undo this operation with: 2026-08-01T06:03:39.2568034Z 2026-08-01T06:03:39.2568222Z git switch - 2026-08-01T06:03:39.2568509Z 2026-08-01T06:03:39.2568930Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-01T06:03:39.2569538Z 2026-08-01T06:03:39.2570181Z HEAD is now at f1dff95 Merge 5899bf9455615096fa08da09001b59b2abda7382 into fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
2026-08-01T06:03:39.2647028Z [command]/usr/bin/git log -1 --format=%H 2026-08-01T06:03:39.2681989Z f1dff950585a79f24fa57941b2b83b7a84bfdb22