Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-04T16:56:27.0501310Z with: 2026-08-04T16:56:27.0501620Z repository: pypy/pypy 2026-08-04T16:56:27.0504600Z token: *** 2026-08-04T16:56:27.0504920Z ssh-strict: true 2026-08-04T16:56:27.0505350Z ssh-user: git 2026-08-04T16:56:27.0505690Z persist-credentials: true 2026-08-04T16:56:27.0506040Z clean: true 2026-08-04T16:56:27.0506440Z sparse-checkout-cone-mode: true 2026-08-04T16:56:27.0506870Z fetch-depth: 1 2026-08-04T16:56:27.0507240Z fetch-tags: false 2026-08-04T16:56:27.0507560Z show-progress: true 2026-08-04T16:56:27.0507930Z lfs: false 2026-08-04T16:56:27.0508260Z submodules: false 2026-08-04T16:56:27.0508580Z set-safe-directory: true
2026-08-04T16:56:27.6914410Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-04T16:56:27.6919550Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-04T16:56:27.6921940Z [command]/opt/homebrew/bin/git version 2026-08-04T16:56:27.7278550Z git version 2.55.0
2026-08-04T16:56:27.7312890Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/624bdf4c-1198-448f-8b85-e458caf92edf/.gitconfig' 2026-08-04T16:56:27.7341140Z Temporarily overriding HOME='/Users/runner/work/_temp/624bdf4c-1198-448f-8b85-e458caf92edf' before making global git config changes 2026-08-04T16:56:27.7353150Z Adding repository directory to the temporary git global config as a safe directory 2026-08-04T16:56:27.7393370Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-04T16:56:27.7469390Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-04T16:56:27.7475990Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-04T16:56:27.7801240Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-04T16:56:27.7811330Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-04T16:56:27.7916600Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-04T16:56:27.7968590Z hint: call: 2026-08-04T16:56:27.7997720Z hint: 2026-08-04T16:56:27.7999430Z hint: git config --global init.defaultBranch <name> 2026-08-04T16:56:27.8000630Z hint: 2026-08-04T16:56:27.8002360Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-04T16:56:27.8004760Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-04T16:56:27.8005960Z hint: 2026-08-04T16:56:27.8007000Z hint: git branch -m <name> 2026-08-04T16:56:27.8009450Z hint: 2026-08-04T16:56:27.8010630Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-04T16:56:27.8012270Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-04T16:56:27.8021250Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-04T16:56:27.8025050Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-04T16:56:27.8137090Z Removing SSH command configuration 2026-08-04T16:56:27.8138030Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-04T16:56:27.8192070Z [command]/opt/homebrew/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-04T16:56:27.9668600Z Removing HTTP extra header 2026-08-04T16:56:27.9673360Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-04T16:56:27.9753680Z [command]/opt/homebrew/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-04T16:56:28.0816230Z Removing includeIf entries pointing to credentials config files 2026-08-04T16:56:28.0819840Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-04T16:56:28.1085400Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-04T16:56:28.2485690Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-96e3e501-16a2-4a1c-bffd-f2b5d0b42ebf.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-04T16:56:28.2488820Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-96e3e501-16a2-4a1c-bffd-f2b5d0b42ebf.config 2026-08-04T16:56:28.2499340Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-96e3e501-16a2-4a1c-bffd-f2b5d0b42ebf.config 2026-08-04T16:56:28.2570180Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-96e3e501-16a2-4a1c-bffd-f2b5d0b42ebf.config 2026-08-04T16:56:28.2637650Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-96e3e501-16a2-4a1c-bffd-f2b5d0b42ebf.config
Fetching the repository
2026-08-04T16:56:28.2703720Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +56fab5e60c82b08c2e7aea495bb691c6c56618e2:refs/remotes/pull/5553/merge 2026-08-04T16:56:32.5036850Z From https://github.com/pypy/pypy 2026-08-04T16:56:32.5037680Z * [new ref] 56fab5e60c82b08c2e7aea495bb691c6c56618e2 -> pull/5553/merge
Determining the checkout info
2026-08-04T16:56:32.5045520Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-04T16:56:32.5121220Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-04T16:56:32.5227270Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5553/merge 2026-08-04T16:56:33.3702820Z HEAD is now at 56fab5e Merge df7406870427a7fefc45083bb49c0a0fa73fb06c into 48ada7858740318b9bb0f073bac3218d1ce445a2
2026-08-04T16:56:33.3877820Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-04T16:56:33.3972880Z 56fab5e60c82b08c2e7aea495bb691c6c56618e2