Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-23T06:17:09.1670470Z with: 2026-08-23T06:17:09.1670925Z repository: pypy/pypy 2026-08-23T06:17:09.1674846Z token: *** 2026-08-23T06:17:09.1675286Z ssh-strict: true 2026-08-23T06:17:09.1675731Z ssh-user: git 2026-08-23T06:17:09.1676186Z persist-credentials: true 2026-08-23T06:17:09.1676683Z clean: true 2026-08-23T06:17:09.1677143Z sparse-checkout-cone-mode: true 2026-08-23T06:17:09.1677669Z fetch-depth: 1 2026-08-23T06:17:09.1678306Z fetch-tags: false 2026-08-23T06:17:09.1678787Z show-progress: true 2026-08-23T06:17:09.1679254Z lfs: false 2026-08-23T06:17:09.1679675Z submodules: false 2026-08-23T06:17:09.1680155Z set-safe-directory: true
2026-08-23T06:17:09.2710164Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T06:17:09.2713919Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-23T06:17:09.2715539Z [command]/usr/bin/git version 2026-08-23T06:17:09.2773102Z git version 2.55.0
2026-08-23T06:17:09.2812712Z Temporarily overriding HOME='/home/runner/work/_temp/3a852f15-7cdf-44a5-b37d-b40aead29c0d' before making global git config changes 2026-08-23T06:17:09.2815188Z Adding repository directory to the temporary git global config as a safe directory 2026-08-23T06:17:09.2818738Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-23T06:17:09.2872429Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T06:17:09.2882743Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-23T06:17:09.2984129Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-23T06:17:09.2986182Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-23T06:17:09.2988303Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-23T06:17:09.2989606Z hint: call: 2026-08-23T06:17:09.2990631Z hint: 2026-08-23T06:17:09.2991440Z hint: git config --global init.defaultBranch <name> 2026-08-23T06:17:09.2992419Z hint: 2026-08-23T06:17:09.2993330Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-23T06:17:09.2994969Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-23T06:17:09.2996222Z hint: 2026-08-23T06:17:09.2996871Z hint: git branch -m <name> 2026-08-23T06:17:09.2997616Z hint: 2026-08-23T06:17:09.2998840Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-23T06:17:09.3000504Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-23T06:17:09.3003174Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-23T06:17:09.3054617Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-23T06:17:09.3089378Z Removing SSH command configuration 2026-08-23T06:17:09.3095377Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-23T06:17:09.3162034Z [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-23T06:17:09.3651725Z Removing HTTP extra header 2026-08-23T06:17:09.3660361Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-23T06:17:09.3702427Z [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-23T06:17:09.3944628Z Removing includeIf entries pointing to credentials config files 2026-08-23T06:17:09.3952176Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-23T06:17:09.3989730Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-23T06:17:09.4223788Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-960268ff-dfeb-41f1-9a97-d0dec91ec539.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-23T06:17:09.4265300Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-960268ff-dfeb-41f1-9a97-d0dec91ec539.config 2026-08-23T06:17:09.4300070Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-960268ff-dfeb-41f1-9a97-d0dec91ec539.config 2026-08-23T06:17:09.4337715Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-960268ff-dfeb-41f1-9a97-d0dec91ec539.config 2026-08-23T06:17:09.4408102Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-960268ff-dfeb-41f1-9a97-d0dec91ec539.config
Fetching the repository
2026-08-23T06:17:09.4451251Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7c002b86696f43cb40fdd026f9c665ddb77699d4:refs/remotes/pull/5570/merge 2026-08-23T06:17:13.4911446Z From https://github.com/pypy/pypy 2026-08-23T06:17:13.4913474Z * [new ref] 7c002b86696f43cb40fdd026f9c665ddb77699d4 -> pull/5570/merge
Determining the checkout info
2026-08-23T06:17:13.4929195Z [command]/usr/bin/git sparse-checkout disable 2026-08-23T06:17:13.4982974Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T06:17:13.5025255Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5570/merge 2026-08-23T06:17:14.1545684Z Note: switching to 'refs/remotes/pull/5570/merge'. 2026-08-23T06:17:14.1546813Z 2026-08-23T06:17:14.1547842Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-23T06:17:14.1550004Z changes and commit them, and you can discard any commits you make in this 2026-08-23T06:17:14.1552923Z state without impacting any branches by switching back to a branch. 2026-08-23T06:17:14.1553550Z 2026-08-23T06:17:14.1554009Z If you want to create a new branch to retain commits you create, you may 2026-08-23T06:17:14.1554990Z do so (now or later) by using -c with the switch command. Example: 2026-08-23T06:17:14.1555618Z 2026-08-23T06:17:14.1555864Z git switch -c <new-branch-name> 2026-08-23T06:17:14.1556130Z 2026-08-23T06:17:14.1556306Z Or undo this operation with: 2026-08-23T06:17:14.1556537Z 2026-08-23T06:17:14.1556697Z git switch - 2026-08-23T06:17:14.1556893Z 2026-08-23T06:17:14.1557206Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-23T06:17:14.1557653Z 2026-08-23T06:17:14.1558408Z HEAD is now at 7c002b8 Merge a0a8adf018243b9404528de5acc99855742575eb into 9b9b9bd54261eeca87c51c3402c5bd74b3c58aa4
2026-08-23T06:17:14.1658331Z [command]/usr/bin/git log -1 --format=%H 2026-08-23T06:17:14.1659536Z 7c002b86696f43cb40fdd026f9c665ddb77699d4