Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-05T12:08:06.8471020Z with: 2026-08-05T12:08:06.8472050Z repository: pypy/pypy 2026-08-05T12:08:06.8480820Z token: *** 2026-08-05T12:08:06.8481790Z ssh-strict: true 2026-08-05T12:08:06.8482760Z ssh-user: git 2026-08-05T12:08:06.8484030Z persist-credentials: true 2026-08-05T12:08:06.8484650Z clean: true 2026-08-05T12:08:06.8485080Z sparse-checkout-cone-mode: true 2026-08-05T12:08:06.8485530Z fetch-depth: 1 2026-08-05T12:08:06.8485880Z fetch-tags: false 2026-08-05T12:08:06.8486250Z show-progress: true 2026-08-05T12:08:06.8486670Z lfs: false 2026-08-05T12:08:06.8487010Z submodules: false 2026-08-05T12:08:06.8487390Z set-safe-directory: true
2026-08-05T12:08:07.4550480Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-05T12:08:07.4553340Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-05T12:08:07.4571070Z [command]/opt/homebrew/bin/git version 2026-08-05T12:08:07.4977330Z git version 2.55.0
2026-08-05T12:08:07.5016300Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/7fd36cc5-9a10-4162-9df7-da24da5635f1/.gitconfig' 2026-08-05T12:08:07.5030020Z Temporarily overriding HOME='/Users/runner/work/_temp/7fd36cc5-9a10-4162-9df7-da24da5635f1' before making global git config changes 2026-08-05T12:08:07.5033190Z Adding repository directory to the temporary git global config as a safe directory 2026-08-05T12:08:07.5035600Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-05T12:08:07.5170130Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-05T12:08:07.5177980Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-05T12:08:07.5479450Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-05T12:08:07.5483720Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-05T12:08:07.5487830Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-05T12:08:07.5491010Z hint: call: 2026-08-05T12:08:07.5492750Z hint: 2026-08-05T12:08:07.5494890Z hint: git config --global init.defaultBranch <name> 2026-08-05T12:08:07.5497440Z hint: 2026-08-05T12:08:07.5499820Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-05T12:08:07.5504030Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-05T12:08:07.5507580Z hint: 2026-08-05T12:08:07.5509240Z hint: git branch -m <name> 2026-08-05T12:08:07.5511160Z hint: 2026-08-05T12:08:07.5513670Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-05T12:08:07.5518240Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-05T12:08:07.5524770Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-05T12:08:07.5651930Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-05T12:08:07.5776060Z Removing SSH command configuration 2026-08-05T12:08:07.5787440Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-05T12:08:07.5878700Z [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-05T12:08:07.7544870Z Removing HTTP extra header 2026-08-05T12:08:07.7546690Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-05T12:08:07.7629360Z [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-05T12:08:07.9281960Z Removing includeIf entries pointing to credentials config files 2026-08-05T12:08:07.9285910Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-05T12:08:07.9305950Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-05T12:08:08.0036630Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-21f5145a-7016-40a9-bd21-25e4240abc39.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-05T12:08:08.0122480Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-21f5145a-7016-40a9-bd21-25e4240abc39.config 2026-08-05T12:08:08.0190040Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-21f5145a-7016-40a9-bd21-25e4240abc39.config 2026-08-05T12:08:08.0252430Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-21f5145a-7016-40a9-bd21-25e4240abc39.config 2026-08-05T12:08:08.0321870Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-21f5145a-7016-40a9-bd21-25e4240abc39.config
Fetching the repository
2026-08-05T12:08:08.0390540Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4eeb73ca9598d4743be0c8e452bf7850b7a17630:refs/remotes/origin/main 2026-08-05T12:08:11.1134060Z From https://github.com/pypy/pypy 2026-08-05T12:08:11.1136080Z * [new ref] 4eeb73ca9598d4743be0c8e452bf7850b7a17630 -> origin/main 2026-08-05T12:08:11.1142390Z [command]/opt/homebrew/bin/git branch --list --remote origin/main 2026-08-05T12:08:11.1233300Z origin/main 2026-08-05T12:08:11.1241280Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/main 2026-08-05T12:08:11.1316280Z 4eeb73ca9598d4743be0c8e452bf7850b7a17630
Determining the checkout info
2026-08-05T12:08:11.1321180Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-05T12:08:11.1408810Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-05T12:08:11.1486390Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-08-05T12:08:12.2371860Z Updating files: 97% (5869/6014) 2026-08-05T12:08:12.2482340Z Updating files: 98% (5894/6014) 2026-08-05T12:08:12.2578200Z Updating files: 99% (5954/6014) 2026-08-05T12:08:12.2579400Z Updating files: 100% (6014/6014) 2026-08-05T12:08:12.2580170Z Updating files: 100% (6014/6014), done. 2026-08-05T12:08:12.2671470Z Switched to a new branch 'main' 2026-08-05T12:08:12.2680070Z branch 'main' set up to track 'origin/main'.
2026-08-05T12:08:12.2814900Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-05T12:08:12.2933300Z 4eeb73ca9598d4743be0c8e452bf7850b7a17630