Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T05:15:52.9207050Z with: 2026-09-09T05:15:52.9207380Z repository: pypy/pypy 2026-09-09T05:15:52.9210250Z token: *** 2026-09-09T05:15:52.9210560Z ssh-strict: true 2026-09-09T05:15:52.9210890Z ssh-user: git 2026-09-09T05:15:52.9211290Z persist-credentials: true 2026-09-09T05:15:52.9211680Z clean: true 2026-09-09T05:15:52.9212010Z sparse-checkout-cone-mode: true 2026-09-09T05:15:52.9212390Z fetch-depth: 1 2026-09-09T05:15:52.9212890Z fetch-tags: false 2026-09-09T05:15:52.9214670Z show-progress: true 2026-09-09T05:15:52.9215250Z lfs: false 2026-09-09T05:15:52.9215670Z submodules: false 2026-09-09T05:15:52.9216070Z set-safe-directory: true
2026-09-09T05:15:53.4653630Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T05:15:53.4659460Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-09T05:15:53.4660650Z [command]/opt/homebrew/bin/git version 2026-09-09T05:15:53.5117410Z git version 2.55.0
2026-09-09T05:15:53.5145540Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/c0a8fa89-36ce-4c50-992c-3ba2f196b418/.gitconfig' 2026-09-09T05:15:53.5156390Z Temporarily overriding HOME='/Users/runner/work/_temp/c0a8fa89-36ce-4c50-992c-3ba2f196b418' before making global git config changes 2026-09-09T05:15:53.5158500Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T05:15:53.5162870Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-09T05:15:53.5311780Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T05:15:53.5318390Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-09-09T05:15:53.5586060Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T05:15:53.5588130Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T05:15:53.5589030Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T05:15:53.5589870Z hint: call: 2026-09-09T05:15:53.5590440Z hint: 2026-09-09T05:15:53.5592610Z hint: git config --global init.defaultBranch <name> 2026-09-09T05:15:53.5594480Z hint: 2026-09-09T05:15:53.5596010Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T05:15:53.5598230Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T05:15:53.5599980Z hint: 2026-09-09T05:15:53.5601110Z hint: git branch -m <name> 2026-09-09T05:15:53.5602380Z hint: 2026-09-09T05:15:53.5604110Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T05:15:53.5606450Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-09T05:15:53.5610720Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T05:15:53.5724910Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T05:15:53.5832470Z Removing SSH command configuration 2026-09-09T05:15:53.5835000Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T05:15:53.5947240Z [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-09-09T05:15:53.7243320Z Removing HTTP extra header 2026-09-09T05:15:53.7246220Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T05:15:53.7324980Z [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-09-09T05:15:53.8712340Z Removing includeIf entries pointing to credentials config files 2026-09-09T05:15:53.8816680Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T05:15:53.9120630Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T05:15:54.1045610Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-94700628-fb56-441a-8767-70e5922358a6.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T05:15:54.1354500Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-94700628-fb56-441a-8767-70e5922358a6.config 2026-09-09T05:15:54.1480230Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-94700628-fb56-441a-8767-70e5922358a6.config 2026-09-09T05:15:54.1495880Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-94700628-fb56-441a-8767-70e5922358a6.config 2026-09-09T05:15:54.1508830Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-94700628-fb56-441a-8767-70e5922358a6.config
Fetching the repository
2026-09-09T05:15:54.1526600Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2a68f4607cea09ebb4e49b87ae672a5b5e05475a:refs/remotes/origin/main 2026-09-09T05:15:57.1977160Z From https://github.com/pypy/pypy 2026-09-09T05:15:57.1978760Z * [new ref] 2a68f4607cea09ebb4e49b87ae672a5b5e05475a -> origin/main 2026-09-09T05:15:57.1992850Z [command]/opt/homebrew/bin/git branch --list --remote origin/main 2026-09-09T05:15:57.2093700Z origin/main 2026-09-09T05:15:57.2107200Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/main 2026-09-09T05:15:57.2201360Z 2a68f4607cea09ebb4e49b87ae672a5b5e05475a
Determining the checkout info
2026-09-09T05:15:57.2220720Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-09-09T05:15:57.2378330Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T05:15:57.2491410Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-09-09T05:15:58.3345950Z Updating files: 91% (5523/6016) 2026-09-09T05:15:58.3660480Z Updating files: 92% (5535/6016) 2026-09-09T05:15:58.3747390Z Updating files: 93% (5595/6016) 2026-09-09T05:15:58.3840740Z Updating files: 94% (5656/6016) 2026-09-09T05:15:58.3952830Z Updating files: 95% (5716/6016) 2026-09-09T05:15:58.4034030Z Updating files: 96% (5776/6016) 2026-09-09T05:15:58.4097420Z Updating files: 97% (5836/6016) 2026-09-09T05:15:58.4170850Z Updating files: 98% (5896/6016) 2026-09-09T05:15:58.4259810Z Updating files: 99% (5956/6016) 2026-09-09T05:15:58.4260600Z Updating files: 100% (6016/6016) 2026-09-09T05:15:58.4261210Z Updating files: 100% (6016/6016), done. 2026-09-09T05:15:58.4357830Z Switched to a new branch 'main' 2026-09-09T05:15:58.4369100Z branch 'main' set up to track 'origin/main'.
2026-09-09T05:15:58.4556870Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-09-09T05:15:58.4653630Z 2a68f4607cea09ebb4e49b87ae672a5b5e05475a