Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T16:43:51.4055330Z with: 2026-09-09T16:43:51.4055890Z repository: pypy/pypy 2026-09-09T16:43:51.4062700Z token: *** 2026-09-09T16:43:51.4063250Z ssh-strict: true 2026-09-09T16:43:51.4063800Z ssh-user: git 2026-09-09T16:43:51.4064380Z persist-credentials: true 2026-09-09T16:43:51.4065030Z clean: true 2026-09-09T16:43:51.4065610Z sparse-checkout-cone-mode: true 2026-09-09T16:43:51.4066410Z fetch-depth: 1 2026-09-09T16:43:51.4067050Z fetch-tags: false 2026-09-09T16:43:51.4067690Z show-progress: true 2026-09-09T16:43:51.4068350Z lfs: false 2026-09-09T16:43:51.4069200Z submodules: false 2026-09-09T16:43:51.4069920Z set-safe-directory: true
2026-09-09T16:43:51.9779760Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T16:43:51.9783890Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-09T16:43:51.9809420Z [command]/opt/homebrew/bin/git version 2026-09-09T16:43:52.0246290Z git version 2.55.0
2026-09-09T16:43:52.0272590Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/0177bca0-620d-4b86-9c72-5ffc98f4abbf/.gitconfig' 2026-09-09T16:43:52.0286220Z Temporarily overriding HOME='/Users/runner/work/_temp/0177bca0-620d-4b86-9c72-5ffc98f4abbf' before making global git config changes 2026-09-09T16:43:52.0288700Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T16:43:52.0290510Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-09T16:43:52.0429240Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T16:43:52.0436570Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-09-09T16:43:52.1370070Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T16:43:52.1387050Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T16:43:52.1388860Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T16:43:52.1391010Z hint: call: 2026-09-09T16:43:52.1394210Z hint: 2026-09-09T16:43:52.1400660Z hint: git config --global init.defaultBranch <name> 2026-09-09T16:43:52.1404390Z hint: 2026-09-09T16:43:52.1405800Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T16:43:52.1407220Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T16:43:52.1410190Z hint: 2026-09-09T16:43:52.1410890Z hint: git branch -m <name> 2026-09-09T16:43:52.1411570Z hint: 2026-09-09T16:43:52.1415170Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T16:43:52.1418770Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-09T16:43:52.1423970Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T16:43:52.1607400Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T16:43:52.1860840Z Removing SSH command configuration 2026-09-09T16:43:52.1862520Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T16:43:52.2008970Z [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-09T16:43:52.4425870Z Removing HTTP extra header 2026-09-09T16:43:52.4435810Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T16:43:52.4564500Z [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-09T16:43:52.6030990Z Removing includeIf entries pointing to credentials config files 2026-09-09T16:43:52.6036600Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T16:43:52.6143500Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T16:43:52.7605460Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-1f6934b5-2df1-43d3-bc6e-c240022bc859.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T16:43:52.7746270Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-1f6934b5-2df1-43d3-bc6e-c240022bc859.config 2026-09-09T16:43:52.7828220Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-1f6934b5-2df1-43d3-bc6e-c240022bc859.config 2026-09-09T16:43:52.7916310Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-1f6934b5-2df1-43d3-bc6e-c240022bc859.config 2026-09-09T16:43:52.8030510Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-1f6934b5-2df1-43d3-bc6e-c240022bc859.config
Fetching the repository
2026-09-09T16:43:52.8149850Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +00a2f9c166f46da11e596dea594a273deb8ae95d:refs/remotes/origin/py3.11 2026-09-09T16:43:57.0417560Z From https://github.com/pypy/pypy 2026-09-09T16:43:57.0422540Z * [new ref] 00a2f9c166f46da11e596dea594a273deb8ae95d -> origin/py3.11 2026-09-09T16:43:57.0445290Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.11 2026-09-09T16:43:57.0549810Z origin/py3.11 2026-09-09T16:43:57.0556460Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.11 2026-09-09T16:43:57.0624910Z 00a2f9c166f46da11e596dea594a273deb8ae95d
Determining the checkout info
2026-09-09T16:43:57.0634080Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-09-09T16:43:57.0734630Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T16:43:57.0816700Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-09-09T16:43:58.1841300Z Updating files: 88% (6152/6980) 2026-09-09T16:43:58.1932000Z Updating files: 89% (6213/6980) 2026-09-09T16:43:58.2038410Z Updating files: 90% (6282/6980) 2026-09-09T16:43:58.2128420Z Updating files: 91% (6352/6980) 2026-09-09T16:43:58.2247730Z Updating files: 92% (6422/6980) 2026-09-09T16:43:58.2650850Z Updating files: 93% (6492/6980) 2026-09-09T16:43:58.2729220Z Updating files: 94% (6562/6980) 2026-09-09T16:43:58.2888680Z Updating files: 95% (6631/6980) 2026-09-09T16:43:58.2975830Z Updating files: 96% (6701/6980) 2026-09-09T16:43:58.3051240Z Updating files: 97% (6771/6980) 2026-09-09T16:43:58.3133100Z Updating files: 98% (6841/6980) 2026-09-09T16:43:58.3219240Z Updating files: 99% (6911/6980) 2026-09-09T16:43:58.3220870Z Updating files: 100% (6980/6980) 2026-09-09T16:43:58.3221560Z Updating files: 100% (6980/6980), done. 2026-09-09T16:43:58.3347710Z Switched to a new branch 'py3.11' 2026-09-09T16:43:58.3355610Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-09-09T16:43:58.3553140Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-09-09T16:43:58.3652630Z 00a2f9c166f46da11e596dea594a273deb8ae95d