Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-31T09:30:44.0662468Z with: 2026-08-31T09:30:44.0662878Z repository: pypy/pypy 2026-08-31T09:30:44.0666548Z token: *** 2026-08-31T09:30:44.0667046Z ssh-strict: true 2026-08-31T09:30:44.0667469Z ssh-user: git 2026-08-31T09:30:44.0667900Z persist-credentials: true 2026-08-31T09:30:44.0668353Z clean: true 2026-08-31T09:30:44.0668787Z sparse-checkout-cone-mode: true 2026-08-31T09:30:44.0669285Z fetch-depth: 1 2026-08-31T09:30:44.0669679Z fetch-tags: false 2026-08-31T09:30:44.0670121Z show-progress: true 2026-08-31T09:30:44.0670536Z lfs: false 2026-08-31T09:30:44.0670974Z submodules: false 2026-08-31T09:30:44.0671419Z set-safe-directory: true
2026-08-31T09:30:44.1575573Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T09:30:44.1578579Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-31T09:30:44.1579598Z [command]/usr/bin/git version 2026-08-31T09:30:44.1676661Z git version 2.55.0
2026-08-31T09:30:44.1708877Z Temporarily overriding HOME='/home/runner/work/_temp/ae7e54af-a0da-4737-a0ca-feb5b4c260ad' before making global git config changes 2026-08-31T09:30:44.1710637Z Adding repository directory to the temporary git global config as a safe directory 2026-08-31T09:30:44.1716078Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-31T09:30:44.1778513Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T09:30:44.1780849Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-31T09:30:44.1858326Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-31T09:30:44.1859988Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-31T09:30:44.1861482Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-31T09:30:44.1862377Z hint: call: 2026-08-31T09:30:44.1863158Z hint: 2026-08-31T09:30:44.1863914Z hint: git config --global init.defaultBranch <name> 2026-08-31T09:30:44.1864752Z hint: 2026-08-31T09:30:44.1865507Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-31T09:30:44.1866847Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-31T09:30:44.1867803Z hint: 2026-08-31T09:30:44.1868481Z hint: git branch -m <name> 2026-08-31T09:30:44.1869145Z hint: 2026-08-31T09:30:44.1869954Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-31T09:30:44.1871222Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-31T09:30:44.1873696Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-31T09:30:44.1919155Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-31T09:30:44.1942338Z Removing SSH command configuration 2026-08-31T09:30:44.1948135Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-31T09:30:44.1974666Z [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-31T09:30:44.2312147Z Removing HTTP extra header 2026-08-31T09:30:44.2318146Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-31T09:30:44.2346872Z [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-31T09:30:44.2507432Z Removing includeIf entries pointing to credentials config files 2026-08-31T09:30:44.2512884Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-31T09:30:44.2539202Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-31T09:30:44.2701276Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-53edec0b-21f2-48be-9c25-9d5821f650c1.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-31T09:30:44.2730081Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-53edec0b-21f2-48be-9c25-9d5821f650c1.config 2026-08-31T09:30:44.2756582Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-53edec0b-21f2-48be-9c25-9d5821f650c1.config 2026-08-31T09:30:44.2793537Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-53edec0b-21f2-48be-9c25-9d5821f650c1.config 2026-08-31T09:30:44.2819406Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-53edec0b-21f2-48be-9c25-9d5821f650c1.config
Fetching the repository
2026-08-31T09:30:44.2999416Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1874623a68d9fa5ffb435fd06469f4d54fc0696f:refs/remotes/pull/5537/merge 2026-08-31T09:30:47.8083416Z From https://github.com/pypy/pypy 2026-08-31T09:30:47.8085880Z * [new ref] 1874623a68d9fa5ffb435fd06469f4d54fc0696f -> pull/5537/merge
Determining the checkout info
2026-08-31T09:30:47.8102264Z [command]/usr/bin/git sparse-checkout disable 2026-08-31T09:30:47.8137645Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T09:30:47.8163851Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5537/merge 2026-08-31T09:30:48.2512210Z Note: switching to 'refs/remotes/pull/5537/merge'. 2026-08-31T09:30:48.2512795Z 2026-08-31T09:30:48.2513190Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-31T09:30:48.2514151Z changes and commit them, and you can discard any commits you make in this 2026-08-31T09:30:48.2514889Z state without impacting any branches by switching back to a branch. 2026-08-31T09:30:48.2515318Z 2026-08-31T09:30:48.2515681Z If you want to create a new branch to retain commits you create, you may 2026-08-31T09:30:48.2516440Z do so (now or later) by using -c with the switch command. Example: 2026-08-31T09:30:48.2516798Z 2026-08-31T09:30:48.2516989Z git switch -c <new-branch-name> 2026-08-31T09:30:48.2517200Z 2026-08-31T09:30:48.2517408Z Or undo this operation with: 2026-08-31T09:30:48.2517621Z 2026-08-31T09:30:48.2517778Z git switch - 2026-08-31T09:30:48.2517955Z 2026-08-31T09:30:48.2526508Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-31T09:30:48.2527119Z 2026-08-31T09:30:48.2527645Z HEAD is now at 1874623 Merge 0b02008c791f30b9fec3e3e8558b2600780a5a5e into 1f6a3e4799bc7a390bd52de333ab07ea0ce7ec4d
2026-08-31T09:30:48.2566675Z [command]/usr/bin/git log -1 --format=%H 2026-08-31T09:30:48.2587115Z 1874623a68d9fa5ffb435fd06469f4d54fc0696f