Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-01T03:39:26.0614765Z with: 2026-08-01T03:39:26.0615109Z repository: pypy/pypy 2026-08-01T03:39:26.0618101Z token: *** 2026-08-01T03:39:26.0618446Z ssh-strict: true 2026-08-01T03:39:26.0618792Z ssh-user: git 2026-08-01T03:39:26.0619137Z persist-credentials: true 2026-08-01T03:39:26.0619561Z clean: true 2026-08-01T03:39:26.0619913Z sparse-checkout-cone-mode: true 2026-08-01T03:39:26.0620427Z fetch-depth: 1 2026-08-01T03:39:26.0620758Z fetch-tags: false 2026-08-01T03:39:26.0621096Z show-progress: true 2026-08-01T03:39:26.0621435Z lfs: false 2026-08-01T03:39:26.0621749Z submodules: false 2026-08-01T03:39:26.0622084Z set-safe-directory: true
2026-08-01T03:39:26.1434798Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-01T03:39:26.1437690Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-01T03:39:26.1438958Z [command]/usr/bin/git version 2026-08-01T03:39:26.1477987Z git version 2.54.0
2026-08-01T03:39:26.1511197Z Temporarily overriding HOME='/home/runner/work/_temp/fa7d42c1-a9f0-4af1-b0c4-65a78f555a6f' before making global git config changes 2026-08-01T03:39:26.1513051Z Adding repository directory to the temporary git global config as a safe directory 2026-08-01T03:39:26.1515461Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-01T03:39:26.1562958Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-01T03:39:26.1571987Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-01T03:39:26.1639267Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-01T03:39:26.1640859Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-01T03:39:26.1642355Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-01T03:39:26.1643212Z hint: call: 2026-08-01T03:39:26.1643671Z hint: 2026-08-01T03:39:26.1644259Z hint: git config --global init.defaultBranch <name> 2026-08-01T03:39:26.1644789Z hint: 2026-08-01T03:39:26.1645254Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-01T03:39:26.1645970Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-01T03:39:26.1646527Z hint: 2026-08-01T03:39:26.1646848Z hint: git branch -m <name> 2026-08-01T03:39:26.1647205Z hint: 2026-08-01T03:39:26.1647678Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-01T03:39:26.1648723Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-01T03:39:26.1650230Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-01T03:39:26.1684053Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-01T03:39:26.1712490Z Removing SSH command configuration 2026-08-01T03:39:26.1718111Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-01T03:39:26.1748660Z [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-01T03:39:26.2017669Z Removing HTTP extra header 2026-08-01T03:39:26.2023769Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-01T03:39:26.2061301Z [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-01T03:39:26.2265827Z Removing includeIf entries pointing to credentials config files 2026-08-01T03:39:26.2271108Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-01T03:39:26.2301508Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-01T03:39:26.2495232Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-45b9bff8-39dc-4769-9fa8-4fe95866dd54.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-01T03:39:26.2530840Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-45b9bff8-39dc-4769-9fa8-4fe95866dd54.config 2026-08-01T03:39:26.2559077Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-45b9bff8-39dc-4769-9fa8-4fe95866dd54.config 2026-08-01T03:39:26.2587275Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-45b9bff8-39dc-4769-9fa8-4fe95866dd54.config 2026-08-01T03:39:26.2621760Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-45b9bff8-39dc-4769-9fa8-4fe95866dd54.config
Fetching the repository
2026-08-01T03:39:26.2655179Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6a6ee9c678446175bf84dc6495d720dc6a07f540:refs/remotes/pull/5548/merge 2026-08-01T03:39:29.7243028Z From https://github.com/pypy/pypy 2026-08-01T03:39:29.7244423Z * [new ref] 6a6ee9c678446175bf84dc6495d720dc6a07f540 -> pull/5548/merge
Determining the checkout info
2026-08-01T03:39:29.7272932Z [command]/usr/bin/git sparse-checkout disable 2026-08-01T03:39:29.7310612Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-01T03:39:29.7343817Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5548/merge 2026-08-01T03:39:30.1682124Z Note: switching to 'refs/remotes/pull/5548/merge'. 2026-08-01T03:39:30.1682515Z 2026-08-01T03:39:30.1682745Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-01T03:39:30.1683206Z changes and commit them, and you can discard any commits you make in this 2026-08-01T03:39:30.1683730Z state without impacting any branches by switching back to a branch. 2026-08-01T03:39:30.1684013Z 2026-08-01T03:39:30.1684257Z If you want to create a new branch to retain commits you create, you may 2026-08-01T03:39:30.1684720Z do so (now or later) by using -c with the switch command. Example: 2026-08-01T03:39:30.1685028Z 2026-08-01T03:39:30.1685168Z git switch -c <new-branch-name> 2026-08-01T03:39:30.1685369Z 2026-08-01T03:39:30.1685485Z Or undo this operation with: 2026-08-01T03:39:30.1685648Z 2026-08-01T03:39:30.1685751Z git switch - 2026-08-01T03:39:30.1685916Z 2026-08-01T03:39:30.1686129Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-01T03:39:30.1686444Z 2026-08-01T03:39:30.1686758Z HEAD is now at 6a6ee9c Merge 213fbcbfd573a571d326167ca8f1a2d3258adef6 into fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
2026-08-01T03:39:30.1744618Z [command]/usr/bin/git log -1 --format=%H 2026-08-01T03:39:30.1772664Z 6a6ee9c678446175bf84dc6495d720dc6a07f540