Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-02T12:55:08.9590748Z with: 2026-08-02T12:55:08.9591194Z repository: pypy/pypy 2026-08-02T12:55:08.9594821Z token: *** 2026-08-02T12:55:08.9595247Z ssh-strict: true 2026-08-02T12:55:08.9595678Z ssh-user: git 2026-08-02T12:55:08.9596123Z persist-credentials: true 2026-08-02T12:55:08.9596605Z clean: true 2026-08-02T12:55:08.9597045Z sparse-checkout-cone-mode: true 2026-08-02T12:55:08.9597561Z fetch-depth: 1 2026-08-02T12:55:08.9597983Z fetch-tags: false 2026-08-02T12:55:08.9598418Z show-progress: true 2026-08-02T12:55:08.9598851Z lfs: false 2026-08-02T12:55:08.9599252Z submodules: false 2026-08-02T12:55:08.9599692Z set-safe-directory: true
2026-08-02T12:55:09.0608776Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-02T12:55:09.0611644Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-02T12:55:09.0612720Z [command]/usr/bin/git version 2026-08-02T12:55:09.0728176Z git version 2.54.0
2026-08-02T12:55:09.0803973Z Temporarily overriding HOME='/home/runner/work/_temp/5d150e76-c757-43eb-82fe-1ccf78b43801' before making global git config changes 2026-08-02T12:55:09.0806328Z Adding repository directory to the temporary git global config as a safe directory 2026-08-02T12:55:09.0810197Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-02T12:55:09.0867032Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-02T12:55:09.0876878Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-02T12:55:09.0999851Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-02T12:55:09.1002216Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-02T12:55:09.1003876Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-02T12:55:09.1005086Z hint: call: 2026-08-02T12:55:09.1005700Z hint: 2026-08-02T12:55:09.1006792Z hint: git config --global init.defaultBranch <name> 2026-08-02T12:55:09.1007807Z hint: 2026-08-02T12:55:09.1008859Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-02T12:55:09.1010620Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-02T12:55:09.1011812Z hint: 2026-08-02T12:55:09.1012442Z hint: git branch -m <name> 2026-08-02T12:55:09.1013229Z hint: 2026-08-02T12:55:09.1014349Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-02T12:55:09.1015934Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-02T12:55:09.1030885Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-02T12:55:09.1081148Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-02T12:55:09.1117161Z Removing SSH command configuration 2026-08-02T12:55:09.1124996Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-02T12:55:09.1173145Z [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-02T12:55:09.1615999Z Removing HTTP extra header 2026-08-02T12:55:09.1623553Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-02T12:55:09.1663061Z [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-02T12:55:09.1895745Z Removing includeIf entries pointing to credentials config files 2026-08-02T12:55:09.1902629Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-02T12:55:09.1944750Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-02T12:55:09.2204598Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-02T12:55:09.2255471Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config 2026-08-02T12:55:09.2297151Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config 2026-08-02T12:55:09.2346077Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config 2026-08-02T12:55:09.2393124Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-a0b60607-c7b9-4a53-bb13-745f4b6d3854.config
Fetching the repository
2026-08-02T12:55:09.2443178Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +8dc423ad25aa0b272236bdf4184e5178569cb637:refs/remotes/pull/5551/merge 2026-08-02T12:55:11.4035829Z From https://github.com/pypy/pypy 2026-08-02T12:55:11.4039013Z * [new ref] 8dc423ad25aa0b272236bdf4184e5178569cb637 -> pull/5551/merge
Determining the checkout info
2026-08-02T12:55:11.4085960Z [command]/usr/bin/git sparse-checkout disable 2026-08-02T12:55:11.4137853Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-02T12:55:11.4178592Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5551/merge 2026-08-02T12:55:11.9601294Z Note: switching to 'refs/remotes/pull/5551/merge'. 2026-08-02T12:55:11.9601952Z 2026-08-02T12:55:11.9602399Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-02T12:55:11.9603398Z changes and commit them, and you can discard any commits you make in this 2026-08-02T12:55:11.9604414Z state without impacting any branches by switching back to a branch. 2026-08-02T12:55:11.9604938Z 2026-08-02T12:55:11.9605331Z If you want to create a new branch to retain commits you create, you may 2026-08-02T12:55:11.9606224Z do so (now or later) by using -c with the switch command. Example: 2026-08-02T12:55:11.9606859Z 2026-08-02T12:55:11.9607119Z git switch -c <new-branch-name> 2026-08-02T12:55:11.9607589Z 2026-08-02T12:55:11.9607836Z Or undo this operation with: 2026-08-02T12:55:11.9608216Z 2026-08-02T12:55:11.9608434Z git switch - 2026-08-02T12:55:11.9608759Z 2026-08-02T12:55:11.9609247Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-02T12:55:11.9609861Z 2026-08-02T12:55:11.9610882Z HEAD is now at 8dc423a Merge f5e25d434be1bb9f4436990b3151daba9b945956 into fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
2026-08-02T12:55:11.9676330Z [command]/usr/bin/git log -1 --format=%H 2026-08-02T12:55:11.9705222Z 8dc423ad25aa0b272236bdf4184e5178569cb637