Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-25T10:20:37.2884450Z with: 2026-08-25T10:20:37.2884770Z repository: pypy/pypy 2026-08-25T10:20:37.2887650Z token: *** 2026-08-25T10:20:37.2887960Z ssh-strict: true 2026-08-25T10:20:37.2888280Z ssh-user: git 2026-08-25T10:20:37.2888600Z persist-credentials: true 2026-08-25T10:20:37.2889040Z clean: true 2026-08-25T10:20:37.2889370Z sparse-checkout-cone-mode: true 2026-08-25T10:20:37.2889740Z fetch-depth: 1 2026-08-25T10:20:37.2890050Z fetch-tags: false 2026-08-25T10:20:37.2890370Z show-progress: true 2026-08-25T10:20:37.2890690Z lfs: false 2026-08-25T10:20:37.2890990Z submodules: false 2026-08-25T10:20:37.2891310Z set-safe-directory: true
2026-08-25T10:20:37.7617090Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-25T10:20:37.7623210Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-25T10:20:37.7637120Z [command]/opt/homebrew/bin/git version 2026-08-25T10:20:37.7872350Z git version 2.55.0
2026-08-25T10:20:37.7899660Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/a6b66ee7-a3c1-4876-8671-2b186be52331/.gitconfig' 2026-08-25T10:20:37.7905410Z Temporarily overriding HOME='/Users/runner/work/_temp/a6b66ee7-a3c1-4876-8671-2b186be52331' before making global git config changes 2026-08-25T10:20:37.7908030Z Adding repository directory to the temporary git global config as a safe directory 2026-08-25T10:20:37.7911160Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-25T10:20:37.8305120Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-25T10:20:37.8311850Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-25T10:20:37.8522050Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-25T10:20:37.8524030Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-25T10:20:37.8525800Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-25T10:20:37.8527180Z hint: call: 2026-08-25T10:20:37.8527850Z hint: 2026-08-25T10:20:37.8528740Z hint: git config --global init.defaultBranch <name> 2026-08-25T10:20:37.8529820Z hint: 2026-08-25T10:20:37.8530850Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-25T10:20:37.8532570Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-25T10:20:37.8533840Z hint: 2026-08-25T10:20:37.8534530Z hint: git branch -m <name> 2026-08-25T10:20:37.8535400Z hint: 2026-08-25T10:20:37.8536560Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-25T10:20:37.8538160Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-25T10:20:37.8540940Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-25T10:20:37.8616880Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-25T10:20:37.8686460Z Removing SSH command configuration 2026-08-25T10:20:37.8689060Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-25T10:20:37.8757190Z [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-25T10:20:37.9911820Z Removing HTTP extra header 2026-08-25T10:20:37.9917670Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-25T10:20:37.9999520Z [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-25T10:20:38.0838600Z Removing includeIf entries pointing to credentials config files 2026-08-25T10:20:38.0841700Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-25T10:20:38.0913860Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-25T10:20:38.2335120Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-2b99e690-7902-4dde-8832-7d86cbfbce54.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-25T10:20:38.2533960Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-2b99e690-7902-4dde-8832-7d86cbfbce54.config 2026-08-25T10:20:38.2559600Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-2b99e690-7902-4dde-8832-7d86cbfbce54.config 2026-08-25T10:20:38.2630500Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-2b99e690-7902-4dde-8832-7d86cbfbce54.config 2026-08-25T10:20:38.2700700Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-2b99e690-7902-4dde-8832-7d86cbfbce54.config
Fetching the repository
2026-08-25T10:20:38.2776990Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +63a0c61596157095bfd43ad243a33ecd7f894cee:refs/remotes/origin/py3.11 2026-08-25T10:20:42.5195590Z From https://github.com/pypy/pypy 2026-08-25T10:20:42.5196890Z * [new ref] 63a0c61596157095bfd43ad243a33ecd7f894cee -> origin/py3.11 2026-08-25T10:20:42.5207720Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.11 2026-08-25T10:20:42.5307320Z origin/py3.11 2026-08-25T10:20:42.5317120Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-25T10:20:42.5391470Z 63a0c61596157095bfd43ad243a33ecd7f894cee
Determining the checkout info
2026-08-25T10:20:42.5402860Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-25T10:20:42.5629860Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-25T10:20:42.5713930Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-25T10:20:43.6626090Z Updating files: 81% (5757/7029) 2026-08-25T10:20:43.6728960Z Updating files: 82% (5764/7029) 2026-08-25T10:20:43.6916870Z Updating files: 83% (5835/7029) 2026-08-25T10:20:43.7032640Z Updating files: 84% (5905/7029) 2026-08-25T10:20:43.7105270Z Updating files: 85% (5975/7029) 2026-08-25T10:20:43.7204530Z Updating files: 86% (6045/7029) 2026-08-25T10:20:43.7345650Z Updating files: 87% (6116/7029) 2026-08-25T10:20:43.7459630Z Updating files: 88% (6186/7029) 2026-08-25T10:20:43.7605890Z Updating files: 89% (6256/7029) 2026-08-25T10:20:43.7749180Z Updating files: 90% (6327/7029) 2026-08-25T10:20:43.7902150Z Updating files: 91% (6397/7029) 2026-08-25T10:20:43.8532420Z Updating files: 92% (6467/7029) 2026-08-25T10:20:43.8945200Z Updating files: 93% (6537/7029) 2026-08-25T10:20:43.9064450Z Updating files: 94% (6608/7029) 2026-08-25T10:20:43.9147780Z Updating files: 95% (6678/7029) 2026-08-25T10:20:43.9282110Z Updating files: 96% (6748/7029) 2026-08-25T10:20:43.9393670Z Updating files: 97% (6819/7029) 2026-08-25T10:20:43.9498160Z Updating files: 98% (6889/7029) 2026-08-25T10:20:43.9602830Z Updating files: 99% (6959/7029) 2026-08-25T10:20:43.9603970Z Updating files: 100% (7029/7029) 2026-08-25T10:20:43.9604650Z Updating files: 100% (7029/7029), done. 2026-08-25T10:20:43.9718830Z Switched to a new branch 'py3.11' 2026-08-25T10:20:43.9723880Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-25T10:20:43.9912170Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-25T10:20:43.9999470Z 63a0c61596157095bfd43ad243a33ecd7f894cee