Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-05T13:00:13.7908880Z with: 2026-08-05T13:00:13.7909300Z repository: pypy/pypy 2026-08-05T13:00:13.7912210Z token: *** 2026-08-05T13:00:13.7912600Z ssh-strict: true 2026-08-05T13:00:13.7912970Z ssh-user: git 2026-08-05T13:00:13.7913340Z persist-credentials: true 2026-08-05T13:00:13.7913770Z clean: true 2026-08-05T13:00:13.7914180Z sparse-checkout-cone-mode: true 2026-08-05T13:00:13.7914570Z fetch-depth: 1 2026-08-05T13:00:13.7914890Z fetch-tags: false 2026-08-05T13:00:13.7915220Z show-progress: true 2026-08-05T13:00:13.7915680Z lfs: false 2026-08-05T13:00:13.7916010Z submodules: false 2026-08-05T13:00:13.7916480Z set-safe-directory: true
2026-08-05T13:00:14.4362000Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-05T13:00:14.4369720Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-05T13:00:14.4372630Z [command]/opt/homebrew/bin/git version 2026-08-05T13:00:14.4740080Z git version 2.55.0
2026-08-05T13:00:14.4783930Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/38f62faf-bc21-4b2c-8306-f11e2521a961/.gitconfig' 2026-08-05T13:00:14.4803320Z Temporarily overriding HOME='/Users/runner/work/_temp/38f62faf-bc21-4b2c-8306-f11e2521a961' before making global git config changes 2026-08-05T13:00:14.4804770Z Adding repository directory to the temporary git global config as a safe directory 2026-08-05T13:00:14.4814340Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-05T13:00:14.5022690Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-05T13:00:14.5037340Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-05T13:00:14.5474010Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-05T13:00:14.5478490Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-05T13:00:14.5479520Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-05T13:00:14.5480190Z hint: call: 2026-08-05T13:00:14.5480630Z hint: 2026-08-05T13:00:14.5481150Z hint: git config --global init.defaultBranch <name> 2026-08-05T13:00:14.5481690Z hint: 2026-08-05T13:00:14.5482170Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-05T13:00:14.5483030Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-05T13:00:14.5483690Z hint: 2026-08-05T13:00:14.5484100Z hint: git branch -m <name> 2026-08-05T13:00:14.5484630Z hint: 2026-08-05T13:00:14.5485160Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-05T13:00:14.5485950Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-05T13:00:14.5487690Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-05T13:00:14.5639580Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-05T13:00:14.5822120Z Removing SSH command configuration 2026-08-05T13:00:14.5828990Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-05T13:00:14.5963810Z [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-05T13:00:14.7810130Z Removing HTTP extra header 2026-08-05T13:00:14.7813520Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-05T13:00:14.7931930Z [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-05T13:00:14.9307790Z Removing includeIf entries pointing to credentials config files 2026-08-05T13:00:14.9312090Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-05T13:00:14.9404130Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-05T13:00:15.1073170Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-e9669388-2b3f-4464-937d-0d4ec35ca171.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-05T13:00:15.1169690Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-e9669388-2b3f-4464-937d-0d4ec35ca171.config 2026-08-05T13:00:15.1275550Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-e9669388-2b3f-4464-937d-0d4ec35ca171.config 2026-08-05T13:00:15.1346280Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-e9669388-2b3f-4464-937d-0d4ec35ca171.config 2026-08-05T13:00:15.1419910Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-e9669388-2b3f-4464-937d-0d4ec35ca171.config
Fetching the repository
2026-08-05T13:00:15.1528600Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5d555bd0eeaa460449944387c0c5dd635dd3aa6e:refs/remotes/origin/py3.11 2026-08-05T13:00:19.4667460Z From https://github.com/pypy/pypy 2026-08-05T13:00:19.4676760Z * [new ref] 5d555bd0eeaa460449944387c0c5dd635dd3aa6e -> origin/py3.11 2026-08-05T13:00:19.4706820Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.11 2026-08-05T13:00:19.4933180Z origin/py3.11 2026-08-05T13:00:19.4959110Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-05T13:00:19.5092970Z 5d555bd0eeaa460449944387c0c5dd635dd3aa6e
Determining the checkout info
2026-08-05T13:00:19.5102680Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-05T13:00:19.5202680Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-05T13:00:19.5287330Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-05T13:00:20.6217830Z Updating files: 80% (5617/7021) 2026-08-05T13:00:20.6331260Z Updating files: 81% (5688/7021) 2026-08-05T13:00:20.6462510Z Updating files: 82% (5758/7021) 2026-08-05T13:00:20.6573940Z Updating files: 83% (5828/7021) 2026-08-05T13:00:20.6769590Z Updating files: 84% (5898/7021) 2026-08-05T13:00:20.6919100Z Updating files: 85% (5968/7021) 2026-08-05T13:00:20.7018850Z Updating files: 86% (6039/7021) 2026-08-05T13:00:20.7148520Z Updating files: 87% (6109/7021) 2026-08-05T13:00:20.7287610Z Updating files: 88% (6179/7021) 2026-08-05T13:00:20.7392680Z Updating files: 89% (6249/7021) 2026-08-05T13:00:20.7467860Z Updating files: 90% (6319/7021) 2026-08-05T13:00:20.7581670Z Updating files: 91% (6390/7021) 2026-08-05T13:00:20.8305620Z Updating files: 92% (6460/7021) 2026-08-05T13:00:20.8626120Z Updating files: 93% (6530/7021) 2026-08-05T13:00:20.8746170Z Updating files: 94% (6600/7021) 2026-08-05T13:00:20.8858530Z Updating files: 95% (6670/7021) 2026-08-05T13:00:20.8941880Z Updating files: 96% (6741/7021) 2026-08-05T13:00:20.9042050Z Updating files: 97% (6811/7021) 2026-08-05T13:00:20.9115320Z Updating files: 98% (6881/7021) 2026-08-05T13:00:20.9194310Z Updating files: 99% (6951/7021) 2026-08-05T13:00:20.9196190Z Updating files: 100% (7021/7021) 2026-08-05T13:00:20.9196740Z Updating files: 100% (7021/7021), done. 2026-08-05T13:00:20.9324440Z Switched to a new branch 'py3.11' 2026-08-05T13:00:20.9333540Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-05T13:00:20.9677350Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-05T13:00:20.9776160Z 5d555bd0eeaa460449944387c0c5dd635dd3aa6e