Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-25T10:56:15.2015230Z with: 2026-08-25T10:56:15.2015560Z repository: pypy/pypy 2026-08-25T10:56:15.2018320Z token: *** 2026-08-25T10:56:15.2018650Z ssh-strict: true 2026-08-25T10:56:15.2018980Z ssh-user: git 2026-08-25T10:56:15.2019390Z persist-credentials: true 2026-08-25T10:56:15.2019780Z clean: true 2026-08-25T10:56:15.2020110Z sparse-checkout-cone-mode: true 2026-08-25T10:56:15.2020520Z fetch-depth: 1 2026-08-25T10:56:15.2020890Z fetch-tags: false 2026-08-25T10:56:15.2021240Z show-progress: true 2026-08-25T10:56:15.2021570Z lfs: false 2026-08-25T10:56:15.2021890Z submodules: false 2026-08-25T10:56:15.2022290Z set-safe-directory: true
2026-08-25T10:56:15.6423090Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-25T10:56:15.6425560Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-25T10:56:15.6426450Z [command]/opt/homebrew/bin/git version 2026-08-25T10:56:15.6820010Z git version 2.55.0
2026-08-25T10:56:15.6886420Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/b2f593ef-6ac1-4d1d-b24f-c21a112962dc/.gitconfig' 2026-08-25T10:56:15.6890590Z Temporarily overriding HOME='/Users/runner/work/_temp/b2f593ef-6ac1-4d1d-b24f-c21a112962dc' before making global git config changes 2026-08-25T10:56:15.6893890Z Adding repository directory to the temporary git global config as a safe directory 2026-08-25T10:56:15.6896790Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-25T10:56:15.7049760Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-25T10:56:15.7052330Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-25T10:56:15.7440460Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-25T10:56:15.7480460Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-25T10:56:15.7483940Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-25T10:56:15.7487410Z hint: call: 2026-08-25T10:56:15.7488810Z hint: 2026-08-25T10:56:15.7523460Z hint: git config --global init.defaultBranch <name> 2026-08-25T10:56:15.7524420Z hint: 2026-08-25T10:56:15.7525130Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-25T10:56:15.7526170Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-25T10:56:15.7530140Z hint: 2026-08-25T10:56:15.7530770Z hint: git branch -m <name> 2026-08-25T10:56:15.7531340Z hint: 2026-08-25T10:56:15.7565340Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-25T10:56:15.7595280Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-25T10:56:15.7597750Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-25T10:56:15.7601280Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-25T10:56:15.7660290Z Removing SSH command configuration 2026-08-25T10:56:15.7661260Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-25T10:56:15.7757210Z [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:56:15.9462280Z Removing HTTP extra header 2026-08-25T10:56:15.9466020Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-25T10:56:15.9557570Z [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:56:16.0515950Z Removing includeIf entries pointing to credentials config files 2026-08-25T10:56:16.0519080Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-25T10:56:16.0591630Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-25T10:56:16.1649360Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-78d2aa6e-2ac6-41aa-a880-25529cd0d7bf.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-25T10:56:16.1739560Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-78d2aa6e-2ac6-41aa-a880-25529cd0d7bf.config 2026-08-25T10:56:16.1847350Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-78d2aa6e-2ac6-41aa-a880-25529cd0d7bf.config 2026-08-25T10:56:16.1921110Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-78d2aa6e-2ac6-41aa-a880-25529cd0d7bf.config 2026-08-25T10:56:16.1990060Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-78d2aa6e-2ac6-41aa-a880-25529cd0d7bf.config
Fetching the repository
2026-08-25T10:56:16.2057590Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +385734e085927ada615e82f6ab4b35613b361c4d:refs/remotes/origin/py3.12 2026-08-25T10:56:18.5646180Z From https://github.com/pypy/pypy 2026-08-25T10:56:18.5756010Z * [new ref] 385734e085927ada615e82f6ab4b35613b361c4d -> origin/py3.12 2026-08-25T10:56:18.6067400Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.12 2026-08-25T10:56:18.6170950Z origin/py3.12 2026-08-25T10:56:18.6476580Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.12 2026-08-25T10:56:18.6578300Z 385734e085927ada615e82f6ab4b35613b361c4d
Determining the checkout info
2026-08-25T10:56:18.7274230Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-25T10:56:18.7533280Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-25T10:56:18.7729840Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-08-25T10:56:19.7297130Z Updating files: 66% (4702/7090) 2026-08-25T10:56:19.7420560Z Updating files: 67% (4751/7090) 2026-08-25T10:56:19.7623920Z Updating files: 68% (4822/7090) 2026-08-25T10:56:19.7720110Z Updating files: 69% (4893/7090) 2026-08-25T10:56:19.7825160Z Updating files: 70% (4963/7090) 2026-08-25T10:56:19.7955160Z Updating files: 71% (5034/7090) 2026-08-25T10:56:19.8103190Z Updating files: 72% (5105/7090) 2026-08-25T10:56:19.8307820Z Updating files: 73% (5176/7090) 2026-08-25T10:56:19.8542620Z Updating files: 74% (5247/7090) 2026-08-25T10:56:19.8661320Z Updating files: 75% (5318/7090) 2026-08-25T10:56:19.8843250Z Updating files: 76% (5389/7090) 2026-08-25T10:56:19.8977320Z Updating files: 77% (5460/7090) 2026-08-25T10:56:19.9086020Z Updating files: 78% (5531/7090) 2026-08-25T10:56:19.9243710Z Updating files: 79% (5602/7090) 2026-08-25T10:56:19.9388570Z Updating files: 80% (5672/7090) 2026-08-25T10:56:19.9502460Z Updating files: 81% (5743/7090) 2026-08-25T10:56:19.9658220Z Updating files: 82% (5814/7090) 2026-08-25T10:56:19.9864510Z Updating files: 83% (5885/7090) 2026-08-25T10:56:20.0039510Z Updating files: 84% (5956/7090) 2026-08-25T10:56:20.0180560Z Updating files: 85% (6027/7090) 2026-08-25T10:56:20.0371060Z Updating files: 86% (6098/7090) 2026-08-25T10:56:20.0539420Z Updating files: 87% (6169/7090) 2026-08-25T10:56:20.0738610Z Updating files: 88% (6240/7090) 2026-08-25T10:56:20.0920580Z Updating files: 89% (6311/7090) 2026-08-25T10:56:20.1045660Z Updating files: 90% (6381/7090) 2026-08-25T10:56:20.1177840Z Updating files: 91% (6452/7090) 2026-08-25T10:56:20.1900750Z Updating files: 92% (6523/7090) 2026-08-25T10:56:20.2423810Z Updating files: 93% (6594/7090) 2026-08-25T10:56:20.2533450Z Updating files: 94% (6665/7090) 2026-08-25T10:56:20.2677450Z Updating files: 95% (6736/7090) 2026-08-25T10:56:20.2800330Z Updating files: 96% (6807/7090) 2026-08-25T10:56:20.2904380Z Updating files: 97% (6878/7090) 2026-08-25T10:56:20.3040550Z Updating files: 98% (6949/7090) 2026-08-25T10:56:20.3178940Z Updating files: 99% (7020/7090) 2026-08-25T10:56:20.3180230Z Updating files: 100% (7090/7090) 2026-08-25T10:56:20.3181140Z Updating files: 100% (7090/7090), done. 2026-08-25T10:56:20.3316310Z Switched to a new branch 'py3.12' 2026-08-25T10:56:20.3331330Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-25T10:56:20.3550600Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-25T10:56:20.3646270Z 385734e085927ada615e82f6ab4b35613b361c4d