Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T20:25:14.9522700Z with: 2026-09-09T20:25:14.9523030Z repository: pypy/pypy 2026-09-09T20:25:14.9526250Z token: *** 2026-09-09T20:25:14.9526620Z ssh-strict: true 2026-09-09T20:25:14.9527100Z ssh-user: git 2026-09-09T20:25:14.9527450Z persist-credentials: true 2026-09-09T20:25:14.9527830Z clean: true 2026-09-09T20:25:14.9528250Z sparse-checkout-cone-mode: true 2026-09-09T20:25:14.9528790Z fetch-depth: 1 2026-09-09T20:25:14.9529190Z fetch-tags: false 2026-09-09T20:25:14.9529540Z show-progress: true 2026-09-09T20:25:14.9529880Z lfs: false 2026-09-09T20:25:14.9530220Z submodules: false 2026-09-09T20:25:14.9549270Z set-safe-directory: true
2026-09-09T20:25:15.5239520Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T20:25:15.5244630Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-09T20:25:15.5245820Z [command]/opt/homebrew/bin/git version 2026-09-09T20:25:15.5614810Z git version 2.55.0
2026-09-09T20:25:15.5668220Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/cc008fb8-a07f-4a3e-97b1-b9596e74676a/.gitconfig' 2026-09-09T20:25:15.5680190Z Temporarily overriding HOME='/Users/runner/work/_temp/cc008fb8-a07f-4a3e-97b1-b9596e74676a' before making global git config changes 2026-09-09T20:25:15.5685230Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T20:25:15.5687750Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-09T20:25:15.5860580Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T20:25:15.5875290Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-09-09T20:25:15.6419580Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T20:25:15.6422320Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T20:25:15.6423820Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T20:25:15.6424530Z hint: call: 2026-09-09T20:25:15.6425750Z hint: 2026-09-09T20:25:15.6428030Z hint: git config --global init.defaultBranch <name> 2026-09-09T20:25:15.6428710Z hint: 2026-09-09T20:25:15.6429220Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T20:25:15.6433350Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T20:25:15.6435550Z hint: 2026-09-09T20:25:15.6436070Z hint: git branch -m <name> 2026-09-09T20:25:15.6436630Z hint: 2026-09-09T20:25:15.6437250Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T20:25:15.6438280Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-09T20:25:15.6439910Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T20:25:15.6542170Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T20:25:15.6632830Z Removing SSH command configuration 2026-09-09T20:25:15.6651740Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T20:25:15.6730870Z [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-09T20:25:15.8746080Z Removing HTTP extra header 2026-09-09T20:25:15.8756210Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T20:25:15.8889790Z [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-09T20:25:16.0501400Z Removing includeIf entries pointing to credentials config files 2026-09-09T20:25:16.0606960Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T20:25:16.0924840Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T20:25:16.2852850Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-59fe23f0-d09e-4cee-ac3a-29561044b9b0.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T20:25:16.3267160Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-59fe23f0-d09e-4cee-ac3a-29561044b9b0.config 2026-09-09T20:25:16.3284920Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-59fe23f0-d09e-4cee-ac3a-29561044b9b0.config 2026-09-09T20:25:16.3290550Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-59fe23f0-d09e-4cee-ac3a-29561044b9b0.config 2026-09-09T20:25:16.3348300Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-59fe23f0-d09e-4cee-ac3a-29561044b9b0.config
Fetching the repository
2026-09-09T20:25:16.3371870Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +20c515b08da3b05c9687888bdfcef22b3a1f4c25:refs/remotes/origin/main 2026-09-09T20:25:19.3487270Z From https://github.com/pypy/pypy 2026-09-09T20:25:19.3489540Z * [new ref] 20c515b08da3b05c9687888bdfcef22b3a1f4c25 -> origin/main 2026-09-09T20:25:19.3493770Z [command]/opt/homebrew/bin/git branch --list --remote origin/main 2026-09-09T20:25:19.3615930Z origin/main 2026-09-09T20:25:19.3626550Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/main 2026-09-09T20:25:19.3754640Z 20c515b08da3b05c9687888bdfcef22b3a1f4c25
Determining the checkout info
2026-09-09T20:25:19.3771210Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-09-09T20:25:19.3871750Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T20:25:19.3967820Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-09-09T20:25:20.5154690Z Updating files: 92% (5476/5950) 2026-09-09T20:25:20.5302190Z Updating files: 93% (5534/5950) 2026-09-09T20:25:20.5393190Z Updating files: 94% (5593/5950) 2026-09-09T20:25:20.5462530Z Updating files: 95% (5653/5950) 2026-09-09T20:25:20.5560810Z Updating files: 96% (5712/5950) 2026-09-09T20:25:20.5641820Z Updating files: 97% (5772/5950) 2026-09-09T20:25:20.5718110Z Updating files: 98% (5831/5950) 2026-09-09T20:25:20.5899920Z Updating files: 99% (5891/5950) 2026-09-09T20:25:20.5914030Z Updating files: 100% (5950/5950) 2026-09-09T20:25:20.5914980Z Updating files: 100% (5950/5950), done. 2026-09-09T20:25:20.6002140Z Switched to a new branch 'main' 2026-09-09T20:25:20.6033140Z branch 'main' set up to track 'origin/main'.
2026-09-09T20:25:20.6290950Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-09-09T20:25:20.6388410Z 20c515b08da3b05c9687888bdfcef22b3a1f4c25