Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T11:29:03.9616857Z with: 2026-09-09T11:29:03.9617296Z repository: pypy/pypy 2026-09-09T11:29:03.9621561Z token: *** 2026-09-09T11:29:03.9622019Z ssh-strict: true 2026-09-09T11:29:03.9622485Z ssh-user: git 2026-09-09T11:29:03.9622932Z persist-credentials: true 2026-09-09T11:29:03.9623420Z clean: true 2026-09-09T11:29:03.9623864Z sparse-checkout-cone-mode: true 2026-09-09T11:29:03.9624375Z fetch-depth: 1 2026-09-09T11:29:03.9624809Z fetch-tags: false 2026-09-09T11:29:03.9625246Z show-progress: true 2026-09-09T11:29:03.9625688Z lfs: false 2026-09-09T11:29:03.9626101Z submodules: false 2026-09-09T11:29:03.9626596Z set-safe-directory: true
2026-09-09T11:29:04.0664534Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T11:29:04.0668502Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-09T11:29:04.0670309Z [command]/usr/bin/git version 2026-09-09T11:29:04.0864155Z git version 2.55.0
2026-09-09T11:29:04.0914329Z Temporarily overriding HOME='/home/runner/work/_temp/3cf89f0e-7b0f-4174-97df-dd4f8502e58b' before making global git config changes 2026-09-09T11:29:04.0916730Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T11:29:04.0920498Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-09T11:29:04.0976186Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T11:29:04.0986722Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-09T11:29:04.1119515Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T11:29:04.1121747Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T11:29:04.1123127Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T11:29:04.1124476Z hint: call: 2026-09-09T11:29:04.1125253Z hint: 2026-09-09T11:29:04.1126603Z hint: git config --global init.defaultBranch <name> 2026-09-09T11:29:04.1127801Z hint: 2026-09-09T11:29:04.1128899Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T11:29:04.1130565Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T11:29:04.1132168Z hint: 2026-09-09T11:29:04.1132889Z hint: git branch -m <name> 2026-09-09T11:29:04.1133697Z hint: 2026-09-09T11:29:04.1134771Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T11:29:04.1136558Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-09T11:29:04.1139440Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T11:29:04.1201794Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T11:29:04.1238401Z Removing SSH command configuration 2026-09-09T11:29:04.1245380Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T11:29:04.1289580Z [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-09T11:29:04.1688992Z Removing HTTP extra header 2026-09-09T11:29:04.1699158Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T11:29:04.1744793Z [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-09T11:29:04.1988427Z Removing includeIf entries pointing to credentials config files 2026-09-09T11:29:04.1995816Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T11:29:04.2037344Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T11:29:04.2301455Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-4d45f414-6c3a-49e4-a4a3-1bfabf361bbc.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T11:29:04.2344525Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-4d45f414-6c3a-49e4-a4a3-1bfabf361bbc.config 2026-09-09T11:29:04.2381232Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-4d45f414-6c3a-49e4-a4a3-1bfabf361bbc.config 2026-09-09T11:29:04.2425148Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-4d45f414-6c3a-49e4-a4a3-1bfabf361bbc.config 2026-09-09T11:29:04.2469149Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-4d45f414-6c3a-49e4-a4a3-1bfabf361bbc.config
Fetching the repository
2026-09-09T11:29:04.2537690Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a69e1ecc8ab448fd10ec3ca1df688d258082c0a2:refs/remotes/pull/5582/merge 2026-09-09T11:29:08.2084582Z From https://github.com/pypy/pypy 2026-09-09T11:29:08.2086572Z * [new ref] a69e1ecc8ab448fd10ec3ca1df688d258082c0a2 -> pull/5582/merge
Determining the checkout info
2026-09-09T11:29:08.2101760Z [command]/usr/bin/git sparse-checkout disable 2026-09-09T11:29:08.2169688Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T11:29:08.2210012Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5582/merge 2026-09-09T11:29:08.8457051Z Note: switching to 'refs/remotes/pull/5582/merge'. 2026-09-09T11:29:08.8457783Z 2026-09-09T11:29:08.8458312Z You are in 'detached HEAD' state. You can look around, make experimental 2026-09-09T11:29:08.8459507Z changes and commit them, and you can discard any commits you make in this 2026-09-09T11:29:08.8460506Z state without impacting any branches by switching back to a branch. 2026-09-09T11:29:08.8461418Z 2026-09-09T11:29:08.8461794Z If you want to create a new branch to retain commits you create, you may 2026-09-09T11:29:08.8462550Z do so (now or later) by using -c with the switch command. Example: 2026-09-09T11:29:08.8463007Z 2026-09-09T11:29:08.8463208Z git switch -c <new-branch-name> 2026-09-09T11:29:08.8463524Z 2026-09-09T11:29:08.8463715Z Or undo this operation with: 2026-09-09T11:29:08.8463973Z 2026-09-09T11:29:08.8464137Z git switch - 2026-09-09T11:29:08.8464361Z 2026-09-09T11:29:08.8464705Z Turn off this advice by setting config variable advice.detachedHead to false 2026-09-09T11:29:08.8465207Z 2026-09-09T11:29:08.8465739Z HEAD is now at a69e1ec Merge 1f92475f9ef8c4761a7dd6b556d969d5ca100569 into 807a08335ed3be1990e0c02a23fcaf26ef6784de
2026-09-09T11:29:08.8530714Z [command]/usr/bin/git log -1 --format=%H 2026-09-09T11:29:08.8558352Z a69e1ecc8ab448fd10ec3ca1df688d258082c0a2