Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-21T07:46:52.9814565Z with: 2026-07-21T07:46:52.9815084Z repository: pypy/pypy 2026-07-21T07:46:52.9820576Z token: *** 2026-07-21T07:46:52.9821047Z ssh-strict: true 2026-07-21T07:46:52.9821511Z ssh-user: git 2026-07-21T07:46:52.9821989Z persist-credentials: true 2026-07-21T07:46:52.9822518Z clean: true 2026-07-21T07:46:52.9822991Z sparse-checkout-cone-mode: true 2026-07-21T07:46:52.9823564Z fetch-depth: 1 2026-07-21T07:46:52.9824017Z fetch-tags: false 2026-07-21T07:46:52.9824491Z show-progress: true 2026-07-21T07:46:52.9824963Z lfs: false 2026-07-21T07:46:52.9825408Z submodules: false 2026-07-21T07:46:52.9825895Z set-safe-directory: true
2026-07-21T07:46:53.1033453Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-21T07:46:53.1038091Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-21T07:46:53.1040003Z [command]/usr/bin/git version 2026-07-21T07:46:53.1146188Z git version 2.54.0
2026-07-21T07:46:53.1198561Z Temporarily overriding HOME='/home/runner/work/_temp/fcee61fd-854c-478d-a513-a44b39065aca' before making global git config changes 2026-07-21T07:46:53.1201531Z Adding repository directory to the temporary git global config as a safe directory 2026-07-21T07:46:53.1203955Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-21T07:46:53.1299418Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-21T07:46:53.1302505Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-21T07:46:53.1349482Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-21T07:46:53.1352339Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-21T07:46:53.1361220Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-21T07:46:53.1363154Z hint: call: 2026-07-21T07:46:53.1364988Z hint: 2026-07-21T07:46:53.1366169Z hint: git config --global init.defaultBranch <name> 2026-07-21T07:46:53.1368315Z hint: 2026-07-21T07:46:53.1369699Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-21T07:46:53.1372491Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-21T07:46:53.1374207Z hint: 2026-07-21T07:46:53.1375855Z hint: git branch -m <name> 2026-07-21T07:46:53.1377094Z hint: 2026-07-21T07:46:53.1379456Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-21T07:46:53.1381766Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-21T07:46:53.1402362Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-21T07:46:53.1470888Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-21T07:46:53.1507507Z Removing SSH command configuration 2026-07-21T07:46:53.1514231Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-21T07:46:53.1555184Z [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-07-21T07:46:53.2005918Z Removing HTTP extra header 2026-07-21T07:46:53.2013331Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-21T07:46:53.2061454Z [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-07-21T07:46:53.2324270Z Removing includeIf entries pointing to credentials config files 2026-07-21T07:46:53.2330672Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-21T07:46:53.2373390Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-21T07:46:53.2648796Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-6328828c-e702-45ef-b8ad-e055b34dafa1.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-21T07:46:53.2695729Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-6328828c-e702-45ef-b8ad-e055b34dafa1.config 2026-07-21T07:46:53.2734613Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-6328828c-e702-45ef-b8ad-e055b34dafa1.config 2026-07-21T07:46:53.2775005Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-6328828c-e702-45ef-b8ad-e055b34dafa1.config 2026-07-21T07:46:53.2817250Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-6328828c-e702-45ef-b8ad-e055b34dafa1.config
Fetching the repository
2026-07-21T07:46:53.2863638Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7292d211d7fbe9f1436505a4ccfb04422f97eb4c:refs/remotes/pull/5488/merge 2026-07-21T07:46:56.2061616Z From https://github.com/pypy/pypy 2026-07-21T07:46:56.2065951Z * [new ref] 7292d211d7fbe9f1436505a4ccfb04422f97eb4c -> pull/5488/merge
Determining the checkout info
2026-07-21T07:46:56.2109518Z [command]/usr/bin/git sparse-checkout disable 2026-07-21T07:46:56.2164216Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-21T07:46:56.2208560Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5488/merge 2026-07-21T07:46:56.7826064Z Note: switching to 'refs/remotes/pull/5488/merge'. 2026-07-21T07:46:56.7826631Z 2026-07-21T07:46:56.7827012Z You are in 'detached HEAD' state. You can look around, make experimental 2026-07-21T07:46:56.7828057Z changes and commit them, and you can discard any commits you make in this 2026-07-21T07:46:56.7828965Z state without impacting any branches by switching back to a branch. 2026-07-21T07:46:56.7829497Z 2026-07-21T07:46:56.7829871Z If you want to create a new branch to retain commits you create, you may 2026-07-21T07:46:56.7830649Z do so (now or later) by using -c with the switch command. Example: 2026-07-21T07:46:56.7831150Z 2026-07-21T07:46:56.7831380Z git switch -c <new-branch-name> 2026-07-21T07:46:56.7831697Z 2026-07-21T07:46:56.7831902Z Or undo this operation with: 2026-07-21T07:46:56.7832195Z 2026-07-21T07:46:56.7832371Z git switch - 2026-07-21T07:46:56.7832646Z 2026-07-21T07:46:56.7833024Z Turn off this advice by setting config variable advice.detachedHead to false 2026-07-21T07:46:56.7833601Z 2026-07-21T07:46:56.7834208Z HEAD is now at 7292d21 Merge a8f4018592c13dfc4104ae9ae131d31cbd2c26eb into f61b37b9a8cc4fb9fec995cee311fc24e58c3597
2026-07-21T07:46:56.7908336Z [command]/usr/bin/git log -1 --format=%H 2026-07-21T07:46:56.7943004Z 7292d211d7fbe9f1436505a4ccfb04422f97eb4c