Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-15T18:14:36.7511110Z with: 2026-09-15T18:14:36.7511450Z repository: pypy/pypy 2026-09-15T18:14:36.7514700Z token: *** 2026-09-15T18:14:36.7515160Z ssh-strict: true 2026-09-15T18:14:36.7515560Z ssh-user: git 2026-09-15T18:14:36.7515890Z persist-credentials: true 2026-09-15T18:14:36.7516240Z clean: true 2026-09-15T18:14:36.7516630Z sparse-checkout-cone-mode: true 2026-09-15T18:14:36.7517100Z fetch-depth: 1 2026-09-15T18:14:36.7517500Z fetch-tags: false 2026-09-15T18:14:36.7517900Z show-progress: true 2026-09-15T18:14:36.7518290Z lfs: false 2026-09-15T18:14:36.7518670Z submodules: false 2026-09-15T18:14:36.7519060Z set-safe-directory: true
2026-09-15T18:14:37.2252960Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-15T18:14:37.2255730Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-15T18:14:37.2256780Z [command]/opt/homebrew/bin/git version 2026-09-15T18:14:37.2851990Z git version 2.55.0
2026-09-15T18:14:37.2874550Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/84c066ce-1f46-4e47-9a59-8392b42466e8/.gitconfig' 2026-09-15T18:14:37.2885410Z Temporarily overriding HOME='/Users/runner/work/_temp/84c066ce-1f46-4e47-9a59-8392b42466e8' before making global git config changes 2026-09-15T18:14:37.2888610Z Adding repository directory to the temporary git global config as a safe directory 2026-09-15T18:14:37.2891300Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-15T18:14:37.3014750Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-15T18:14:37.3021690Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-09-15T18:14:37.3295180Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-15T18:14:37.3299480Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-15T18:14:37.3302050Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-15T18:14:37.3303840Z hint: call: 2026-09-15T18:14:37.3304850Z hint: 2026-09-15T18:14:37.3306200Z hint: git config --global init.defaultBranch <name> 2026-09-15T18:14:37.3307780Z hint: 2026-09-15T18:14:37.3309230Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-15T18:14:37.3310030Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-15T18:14:37.3310640Z hint: 2026-09-15T18:14:37.3311000Z hint: git branch -m <name> 2026-09-15T18:14:37.3311400Z hint: 2026-09-15T18:14:37.3311990Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-15T18:14:37.3312820Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-15T18:14:37.3314430Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-15T18:14:37.3400390Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-15T18:14:37.3482550Z Removing SSH command configuration 2026-09-15T18:14:37.3485580Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-15T18:14:37.3566850Z [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-15T18:14:37.4786560Z Removing HTTP extra header 2026-09-15T18:14:37.4790290Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-15T18:14:37.4874520Z [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-15T18:14:37.6248940Z Removing includeIf entries pointing to credentials config files 2026-09-15T18:14:37.6353030Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-15T18:14:37.6666910Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-15T18:14:37.7783800Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-2afd177b-2bf3-4b46-b9c9-e1b800d9a3d0.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-15T18:14:37.7875780Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-2afd177b-2bf3-4b46-b9c9-e1b800d9a3d0.config 2026-09-15T18:14:37.7952850Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-2afd177b-2bf3-4b46-b9c9-e1b800d9a3d0.config 2026-09-15T18:14:37.8024010Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-2afd177b-2bf3-4b46-b9c9-e1b800d9a3d0.config 2026-09-15T18:14:37.8108860Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-2afd177b-2bf3-4b46-b9c9-e1b800d9a3d0.config
Fetching the repository
2026-09-15T18:14:37.8186310Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +27cc10234d16336a9e21b3f128efcd3bc415015e:refs/remotes/origin/py3.12 2026-09-15T18:14:42.7780210Z From https://github.com/pypy/pypy 2026-09-15T18:14:42.7784150Z * [new ref] 27cc10234d16336a9e21b3f128efcd3bc415015e -> origin/py3.12 2026-09-15T18:14:42.7801480Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.12 2026-09-15T18:14:42.7933630Z origin/py3.12 2026-09-15T18:14:42.7941340Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.12 2026-09-15T18:14:42.8027130Z 27cc10234d16336a9e21b3f128efcd3bc415015e
Determining the checkout info
2026-09-15T18:14:42.8037790Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-09-15T18:14:42.8140370Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-15T18:14:42.8263580Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-09-15T18:14:43.9342270Z Updating files: 63% (4461/7068) 2026-09-15T18:14:43.9479800Z Updating files: 64% (4524/7068) 2026-09-15T18:14:43.9653200Z Updating files: 65% (4595/7068) 2026-09-15T18:14:43.9746330Z Updating files: 66% (4665/7068) 2026-09-15T18:14:43.9872270Z Updating files: 67% (4736/7068) 2026-09-15T18:14:44.0049740Z Updating files: 68% (4807/7068) 2026-09-15T18:14:44.0161730Z Updating files: 69% (4877/7068) 2026-09-15T18:14:44.0334730Z Updating files: 70% (4948/7068) 2026-09-15T18:14:44.0455560Z Updating files: 71% (5019/7068) 2026-09-15T18:14:44.0562990Z Updating files: 72% (5089/7068) 2026-09-15T18:14:44.0724960Z Updating files: 73% (5160/7068) 2026-09-15T18:14:44.0925700Z Updating files: 74% (5231/7068) 2026-09-15T18:14:44.1387620Z Updating files: 75% (5301/7068) 2026-09-15T18:14:44.1501130Z Updating files: 76% (5372/7068) 2026-09-15T18:14:44.1708500Z Updating files: 77% (5443/7068) 2026-09-15T18:14:44.1794980Z Updating files: 78% (5514/7068) 2026-09-15T18:14:44.1872160Z Updating files: 79% (5584/7068) 2026-09-15T18:14:44.2023570Z Updating files: 80% (5655/7068) 2026-09-15T18:14:44.2135760Z Updating files: 81% (5726/7068) 2026-09-15T18:14:44.2273520Z Updating files: 82% (5796/7068) 2026-09-15T18:14:44.2381090Z Updating files: 83% (5867/7068) 2026-09-15T18:14:44.2493030Z Updating files: 84% (5938/7068) 2026-09-15T18:14:44.2651500Z Updating files: 85% (6008/7068) 2026-09-15T18:14:44.2778430Z Updating files: 86% (6079/7068) 2026-09-15T18:14:44.2900970Z Updating files: 87% (6150/7068) 2026-09-15T18:14:44.3030830Z Updating files: 88% (6220/7068) 2026-09-15T18:14:44.3188180Z Updating files: 89% (6291/7068) 2026-09-15T18:14:44.3345760Z Updating files: 90% (6362/7068) 2026-09-15T18:14:44.3449040Z Updating files: 91% (6432/7068) 2026-09-15T18:14:44.3536860Z Updating files: 92% (6503/7068) 2026-09-15T18:14:44.4019940Z Updating files: 93% (6574/7068) 2026-09-15T18:14:44.4188950Z Updating files: 94% (6644/7068) 2026-09-15T18:14:44.4363330Z Updating files: 95% (6715/7068) 2026-09-15T18:14:44.4441680Z Updating files: 96% (6786/7068) 2026-09-15T18:14:44.4514150Z Updating files: 97% (6856/7068) 2026-09-15T18:14:44.4604980Z Updating files: 98% (6927/7068) 2026-09-15T18:14:44.4728960Z Updating files: 99% (6998/7068) 2026-09-15T18:14:44.4730150Z Updating files: 100% (7068/7068) 2026-09-15T18:14:44.4730710Z Updating files: 100% (7068/7068), done. 2026-09-15T18:14:44.4879510Z Switched to a new branch 'py3.12' 2026-09-15T18:14:44.4897220Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-09-15T18:14:44.5041480Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-09-15T18:14:44.5205380Z 27cc10234d16336a9e21b3f128efcd3bc415015e