Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-24T20:54:16.4875199Z with: 2026-08-24T20:54:16.4875654Z repository: pypy/pypy 2026-08-24T20:54:16.4879454Z token: *** 2026-08-24T20:54:16.4879897Z ssh-strict: true 2026-08-24T20:54:16.4880335Z ssh-user: git 2026-08-24T20:54:16.4880776Z persist-credentials: true 2026-08-24T20:54:16.4881257Z clean: true 2026-08-24T20:54:16.4881707Z sparse-checkout-cone-mode: true 2026-08-24T20:54:16.4882233Z fetch-depth: 1 2026-08-24T20:54:16.4882663Z fetch-tags: false 2026-08-24T20:54:16.4883103Z show-progress: true 2026-08-24T20:54:16.4883546Z lfs: false 2026-08-24T20:54:16.4883950Z submodules: false 2026-08-24T20:54:16.4884397Z set-safe-directory: true
2026-08-24T20:54:16.5893494Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-24T20:54:16.5897361Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-24T20:54:16.5898957Z [command]/usr/bin/git version 2026-08-24T20:54:16.5988180Z git version 2.55.0
2026-08-24T20:54:16.6034156Z Temporarily overriding HOME='/home/runner/work/_temp/d0b86f09-e75b-4bb7-bd83-99c80ef87534' before making global git config changes 2026-08-24T20:54:16.6036786Z Adding repository directory to the temporary git global config as a safe directory 2026-08-24T20:54:16.6040023Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-24T20:54:16.6102434Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-24T20:54:16.6108005Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-24T20:54:16.6221407Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-24T20:54:16.6223831Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-24T20:54:16.6225536Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-24T20:54:16.6227137Z hint: call: 2026-08-24T20:54:16.6228226Z hint: 2026-08-24T20:54:16.6229241Z hint: git config --global init.defaultBranch <name> 2026-08-24T20:54:16.6230485Z hint: 2026-08-24T20:54:16.6231608Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-24T20:54:16.6233324Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-24T20:54:16.6234736Z hint: 2026-08-24T20:54:16.6235498Z hint: git branch -m <name> 2026-08-24T20:54:16.6236321Z hint: 2026-08-24T20:54:16.6237903Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-24T20:54:16.6239714Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-24T20:54:16.6241729Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-24T20:54:16.6301828Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-24T20:54:16.6338357Z Removing SSH command configuration 2026-08-24T20:54:16.6344839Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-24T20:54:16.6383260Z [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-24T20:54:16.6848785Z Removing HTTP extra header 2026-08-24T20:54:16.6858965Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-24T20:54:16.6904909Z [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-24T20:54:16.7156172Z Removing includeIf entries pointing to credentials config files 2026-08-24T20:54:16.7164813Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-24T20:54:16.7204832Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-24T20:54:16.7435331Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-0b5a2a3f-68c7-4eea-8316-5028297cbd1b.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-24T20:54:16.7476466Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-0b5a2a3f-68c7-4eea-8316-5028297cbd1b.config 2026-08-24T20:54:16.7510992Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-0b5a2a3f-68c7-4eea-8316-5028297cbd1b.config 2026-08-24T20:54:16.7548184Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-0b5a2a3f-68c7-4eea-8316-5028297cbd1b.config 2026-08-24T20:54:16.7591376Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-0b5a2a3f-68c7-4eea-8316-5028297cbd1b.config
Fetching the repository
2026-08-24T20:54:16.7630664Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d9ec9b4d8dbb9f0e11bb6c12b331ad02ebf31199:refs/remotes/pull/5573/merge 2026-08-24T20:54:19.8082967Z From https://github.com/pypy/pypy 2026-08-24T20:54:19.8085866Z * [new ref] d9ec9b4d8dbb9f0e11bb6c12b331ad02ebf31199 -> pull/5573/merge
Determining the checkout info
2026-08-24T20:54:19.8100894Z [command]/usr/bin/git sparse-checkout disable 2026-08-24T20:54:19.8153447Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-24T20:54:19.8189858Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5573/merge 2026-08-24T20:54:20.3581631Z Note: switching to 'refs/remotes/pull/5573/merge'. 2026-08-24T20:54:20.3582253Z 2026-08-24T20:54:20.3582662Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-24T20:54:20.3583562Z changes and commit them, and you can discard any commits you make in this 2026-08-24T20:54:20.3584437Z state without impacting any branches by switching back to a branch. 2026-08-24T20:54:20.3584923Z 2026-08-24T20:54:20.3585227Z If you want to create a new branch to retain commits you create, you may 2026-08-24T20:54:20.3585878Z do so (now or later) by using -c with the switch command. Example: 2026-08-24T20:54:20.3586284Z 2026-08-24T20:54:20.3586475Z git switch -c <new-branch-name> 2026-08-24T20:54:20.3586933Z 2026-08-24T20:54:20.3587121Z Or undo this operation with: 2026-08-24T20:54:20.3587387Z 2026-08-24T20:54:20.3587531Z git switch - 2026-08-24T20:54:20.3587743Z 2026-08-24T20:54:20.3588056Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-24T20:54:20.3588500Z 2026-08-24T20:54:20.3588985Z HEAD is now at d9ec9b4 Merge 59e1739a396e990d732fc4ea99800b34af911bab into 433692af8423dc07878148fc116240cf418f51ed
2026-08-24T20:54:20.3653171Z [command]/usr/bin/git log -1 --format=%H 2026-08-24T20:54:20.3681024Z d9ec9b4d8dbb9f0e11bb6c12b331ad02ebf31199