Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-20T09:02:52.4481116Z with: 2026-08-20T09:02:52.4481586Z repository: pypy/pypy 2026-08-20T09:02:52.4485563Z token: *** 2026-08-20T09:02:52.4485997Z ssh-strict: true 2026-08-20T09:02:52.4486430Z ssh-user: git 2026-08-20T09:02:52.4486862Z persist-credentials: true 2026-08-20T09:02:52.4487333Z clean: true 2026-08-20T09:02:52.4487765Z sparse-checkout-cone-mode: true 2026-08-20T09:02:52.4488281Z fetch-depth: 1 2026-08-20T09:02:52.4488704Z fetch-tags: false 2026-08-20T09:02:52.4489139Z show-progress: true 2026-08-20T09:02:52.4489987Z lfs: false 2026-08-20T09:02:52.4490409Z submodules: false 2026-08-20T09:02:52.4490849Z set-safe-directory: true
2026-08-20T09:02:52.5506892Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-20T09:02:52.5510723Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-20T09:02:52.5512347Z [command]/usr/bin/git version 2026-08-20T09:02:52.5530973Z git version 2.54.0
2026-08-20T09:02:52.5568851Z Temporarily overriding HOME='/home/runner/work/_temp/54d6901f-d6f5-475d-8f97-8584e815063a' before making global git config changes 2026-08-20T09:02:52.5571319Z Adding repository directory to the temporary git global config as a safe directory 2026-08-20T09:02:52.5574455Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-20T09:02:52.5625425Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-20T09:02:52.5667017Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-20T09:02:52.5793923Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-20T09:02:52.5795796Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-20T09:02:52.5796809Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-20T09:02:52.5797563Z hint: call: 2026-08-20T09:02:52.5797961Z hint: 2026-08-20T09:02:52.5798478Z hint: git config --global init.defaultBranch <name> 2026-08-20T09:02:52.5799090Z hint: 2026-08-20T09:02:52.5799881Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-20T09:02:52.5800803Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-20T09:02:52.5801523Z hint: 2026-08-20T09:02:52.5801933Z hint: git branch -m <name> 2026-08-20T09:02:52.5802401Z hint: 2026-08-20T09:02:52.5803014Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-20T09:02:52.5810333Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-20T09:02:52.5822856Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-20T09:02:52.5872612Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-20T09:02:52.5907957Z Removing SSH command configuration 2026-08-20T09:02:52.5914566Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-20T09:02:52.5951927Z [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-20T09:02:52.6341127Z Removing HTTP extra header 2026-08-20T09:02:52.6347850Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-20T09:02:52.6391048Z [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-20T09:02:52.6616346Z Removing includeIf entries pointing to credentials config files 2026-08-20T09:02:52.6631235Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-20T09:02:52.6659668Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-20T09:02:52.6883201Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-50a8f5d5-f7e6-4cb1-a438-50369d5bc69b.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-20T09:02:52.6925808Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-50a8f5d5-f7e6-4cb1-a438-50369d5bc69b.config 2026-08-20T09:02:52.6958644Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-50a8f5d5-f7e6-4cb1-a438-50369d5bc69b.config 2026-08-20T09:02:52.6995866Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-50a8f5d5-f7e6-4cb1-a438-50369d5bc69b.config 2026-08-20T09:02:52.7031054Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-50a8f5d5-f7e6-4cb1-a438-50369d5bc69b.config
Fetching the repository
2026-08-20T09:02:52.7081064Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +def33fbd3abbfe79cd5c897408341c5945834329:refs/remotes/pull/5570/merge 2026-08-20T09:02:56.8070220Z From https://github.com/pypy/pypy 2026-08-20T09:02:56.8070975Z * [new ref] def33fbd3abbfe79cd5c897408341c5945834329 -> pull/5570/merge
Determining the checkout info
2026-08-20T09:02:56.8114662Z [command]/usr/bin/git sparse-checkout disable 2026-08-20T09:02:56.8160411Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-20T09:02:56.8195004Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5570/merge 2026-08-20T09:02:57.4604750Z Note: switching to 'refs/remotes/pull/5570/merge'. 2026-08-20T09:02:57.4605335Z 2026-08-20T09:02:57.4605731Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-20T09:02:57.4607068Z changes and commit them, and you can discard any commits you make in this 2026-08-20T09:02:57.4608214Z state without impacting any branches by switching back to a branch. 2026-08-20T09:02:57.4608937Z 2026-08-20T09:02:57.4610143Z If you want to create a new branch to retain commits you create, you may 2026-08-20T09:02:57.4611353Z do so (now or later) by using -c with the switch command. Example: 2026-08-20T09:02:57.4611727Z 2026-08-20T09:02:57.4611887Z git switch -c <new-branch-name> 2026-08-20T09:02:57.4612094Z 2026-08-20T09:02:57.4612247Z Or undo this operation with: 2026-08-20T09:02:57.4612435Z 2026-08-20T09:02:57.4612550Z git switch - 2026-08-20T09:02:57.4612745Z 2026-08-20T09:02:57.4613021Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-20T09:02:57.4613370Z 2026-08-20T09:02:57.4613756Z HEAD is now at def33fb Merge a3486ab7ccd5e6c5cf2859afdac7b9ee8ca85226 into 36ac959f84234b693c9d041b4ca0721fa9364393
2026-08-20T09:02:57.4710592Z [command]/usr/bin/git log -1 --format=%H 2026-08-20T09:02:57.4721075Z def33fbd3abbfe79cd5c897408341c5945834329