Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-31T06:48:44.0494610Z with: 2026-07-31T06:48:44.0494920Z repository: pypy/pypy 2026-07-31T06:48:44.0497500Z token: *** 2026-07-31T06:48:44.0497800Z ssh-strict: true 2026-07-31T06:48:44.0498550Z ssh-user: git 2026-07-31T06:48:44.0498880Z persist-credentials: true 2026-07-31T06:48:44.0499220Z clean: true 2026-07-31T06:48:44.0499550Z sparse-checkout-cone-mode: true 2026-07-31T06:48:44.0500000Z fetch-depth: 1 2026-07-31T06:48:44.0500310Z fetch-tags: false 2026-07-31T06:48:44.0500620Z show-progress: true 2026-07-31T06:48:44.0500920Z lfs: false 2026-07-31T06:48:44.0501220Z submodules: false 2026-07-31T06:48:44.0501530Z set-safe-directory: true
2026-07-31T06:48:44.6401790Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-31T06:48:44.6404190Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-31T06:48:44.6405370Z [command]/opt/homebrew/bin/git version 2026-07-31T06:48:44.6823790Z git version 2.55.0
2026-07-31T06:48:44.6854660Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/54cf1899-3ff6-4337-9a5b-476520fd1639/.gitconfig' 2026-07-31T06:48:44.6868160Z Temporarily overriding HOME='/Users/runner/work/_temp/54cf1899-3ff6-4337-9a5b-476520fd1639' before making global git config changes 2026-07-31T06:48:44.6871440Z Adding repository directory to the temporary git global config as a safe directory 2026-07-31T06:48:44.6874630Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-31T06:48:44.7032510Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-31T06:48:44.7043020Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-07-31T06:48:44.7375950Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-31T06:48:44.7378080Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-31T06:48:44.7379480Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-31T06:48:44.7380120Z hint: call: 2026-07-31T06:48:44.7380460Z hint: 2026-07-31T06:48:44.7380960Z hint: git config --global init.defaultBranch <name> 2026-07-31T06:48:44.7381550Z hint: 2026-07-31T06:48:44.7382060Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-31T06:48:44.7382790Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-31T06:48:44.7383470Z hint: 2026-07-31T06:48:44.7383820Z hint: git branch -m <name> 2026-07-31T06:48:44.7384310Z hint: 2026-07-31T06:48:44.7384900Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-31T06:48:44.7385690Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-31T06:48:44.7387330Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-31T06:48:44.7482780Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-07-31T06:48:44.7574010Z Removing SSH command configuration 2026-07-31T06:48:44.7581700Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-31T06:48:44.7661890Z [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-07-31T06:48:44.8971190Z Removing HTTP extra header 2026-07-31T06:48:44.8972940Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-31T06:48:44.9067900Z [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-07-31T06:48:45.0049210Z Removing includeIf entries pointing to credentials config files 2026-07-31T06:48:45.0052750Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-31T06:48:45.0121910Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-31T06:48:45.1121940Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-c665d1c1-e8b2-41aa-beff-f4dc5c82c618.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-31T06:48:45.1214120Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-c665d1c1-e8b2-41aa-beff-f4dc5c82c618.config 2026-07-31T06:48:45.1289910Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-c665d1c1-e8b2-41aa-beff-f4dc5c82c618.config 2026-07-31T06:48:45.1402950Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-c665d1c1-e8b2-41aa-beff-f4dc5c82c618.config 2026-07-31T06:48:45.1607800Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-c665d1c1-e8b2-41aa-beff-f4dc5c82c618.config
Fetching the repository
2026-07-31T06:48:45.1685360Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5810ee7762f124b272bc17bbc9aaef2655a6ea71:refs/remotes/origin/py3.12 2026-07-31T06:48:49.4435070Z From https://github.com/pypy/pypy 2026-07-31T06:48:49.4440460Z * [new ref] 5810ee7762f124b272bc17bbc9aaef2655a6ea71 -> origin/py3.12 2026-07-31T06:48:49.4507380Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.12 2026-07-31T06:48:49.4545730Z origin/py3.12 2026-07-31T06:48:49.4555430Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.12 2026-07-31T06:48:49.4636520Z 5810ee7762f124b272bc17bbc9aaef2655a6ea71
Determining the checkout info
2026-07-31T06:48:49.4656340Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-31T06:48:49.4834200Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-31T06:48:49.4904400Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-07-31T06:48:50.5500670Z Updating files: 83% (5942/7077) 2026-07-31T06:48:50.5722340Z Updating files: 84% (5945/7077) 2026-07-31T06:48:50.5849680Z Updating files: 85% (6016/7077) 2026-07-31T06:48:50.5956470Z Updating files: 86% (6087/7077) 2026-07-31T06:48:50.6108610Z Updating files: 87% (6157/7077) 2026-07-31T06:48:50.6238280Z Updating files: 88% (6228/7077) 2026-07-31T06:48:50.6405180Z Updating files: 89% (6299/7077) 2026-07-31T06:48:50.6555100Z Updating files: 90% (6370/7077) 2026-07-31T06:48:50.6694240Z Updating files: 91% (6441/7077) 2026-07-31T06:48:50.7371200Z Updating files: 92% (6511/7077) 2026-07-31T06:48:50.7842390Z Updating files: 93% (6582/7077) 2026-07-31T06:48:50.7981600Z Updating files: 94% (6653/7077) 2026-07-31T06:48:50.8064680Z Updating files: 95% (6724/7077) 2026-07-31T06:48:50.8201520Z Updating files: 96% (6794/7077) 2026-07-31T06:48:50.8302620Z Updating files: 97% (6865/7077) 2026-07-31T06:48:50.8419260Z Updating files: 98% (6936/7077) 2026-07-31T06:48:50.8600810Z Updating files: 99% (7007/7077) 2026-07-31T06:48:50.8615050Z Updating files: 100% (7077/7077) 2026-07-31T06:48:50.8615580Z Updating files: 100% (7077/7077), done. 2026-07-31T06:48:50.8734960Z Switched to a new branch 'py3.12' 2026-07-31T06:48:50.8753700Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-07-31T06:48:50.8964170Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-31T06:48:50.9074140Z 5810ee7762f124b272bc17bbc9aaef2655a6ea71