Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-16T20:09:41.8369510Z with: 2026-08-16T20:09:41.8369910Z repository: pypy/pypy 2026-08-16T20:09:41.8372760Z token: *** 2026-08-16T20:09:41.8373190Z ssh-strict: true 2026-08-16T20:09:41.8373630Z ssh-user: git 2026-08-16T20:09:41.8374090Z persist-credentials: true 2026-08-16T20:09:41.8374530Z clean: true 2026-08-16T20:09:41.8374940Z sparse-checkout-cone-mode: true 2026-08-16T20:09:41.8375400Z fetch-depth: 1 2026-08-16T20:09:41.8375830Z fetch-tags: false 2026-08-16T20:09:41.8376320Z show-progress: true 2026-08-16T20:09:41.8394510Z lfs: false 2026-08-16T20:09:41.8394960Z submodules: false 2026-08-16T20:09:41.8395290Z set-safe-directory: true
2026-08-16T20:09:42.3017510Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-16T20:09:42.3022960Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-16T20:09:42.3035220Z [command]/opt/homebrew/bin/git version 2026-08-16T20:09:42.3349390Z git version 2.55.0
2026-08-16T20:09:42.3374280Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/f5fc7bb6-9bcc-4832-9f79-90f40fbb0deb/.gitconfig' 2026-08-16T20:09:42.3382870Z Temporarily overriding HOME='/Users/runner/work/_temp/f5fc7bb6-9bcc-4832-9f79-90f40fbb0deb' before making global git config changes 2026-08-16T20:09:42.3385790Z Adding repository directory to the temporary git global config as a safe directory 2026-08-16T20:09:42.3388110Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-16T20:09:42.3790170Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-16T20:09:42.3806900Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-16T20:09:42.4119510Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-16T20:09:42.4122480Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-16T20:09:42.4125000Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-16T20:09:42.4126350Z hint: call: 2026-08-16T20:09:42.4126780Z hint: 2026-08-16T20:09:42.4127210Z hint: git config --global init.defaultBranch <name> 2026-08-16T20:09:42.4127660Z hint: 2026-08-16T20:09:42.4128110Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-16T20:09:42.4128870Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-16T20:09:42.4129420Z hint: 2026-08-16T20:09:42.4129730Z hint: git branch -m <name> 2026-08-16T20:09:42.4130150Z hint: 2026-08-16T20:09:42.4130720Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-16T20:09:42.4131570Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-16T20:09:42.4132940Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-16T20:09:42.4228060Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-16T20:09:42.4308440Z Removing SSH command configuration 2026-08-16T20:09:42.4311130Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-16T20:09:42.4391220Z [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-16T20:09:42.5475060Z Removing HTTP extra header 2026-08-16T20:09:42.5479690Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-16T20:09:42.5560120Z [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-16T20:09:42.6751040Z Removing includeIf entries pointing to credentials config files 2026-08-16T20:09:42.6863450Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-16T20:09:42.6957360Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-16T20:09:42.8030930Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-8e7a9dba-1087-4843-aa15-4533ada23f02.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-16T20:09:42.8250090Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-8e7a9dba-1087-4843-aa15-4533ada23f02.config 2026-08-16T20:09:42.8364190Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-8e7a9dba-1087-4843-aa15-4533ada23f02.config 2026-08-16T20:09:42.8442880Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-8e7a9dba-1087-4843-aa15-4533ada23f02.config 2026-08-16T20:09:42.8537290Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-8e7a9dba-1087-4843-aa15-4533ada23f02.config
Fetching the repository
2026-08-16T20:09:42.8629290Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +8913d9282f840cc4558a9edaf0beb16005d6c49f:refs/remotes/origin/py3.12 2026-08-16T20:09:47.0112430Z From https://github.com/pypy/pypy 2026-08-16T20:09:47.0123610Z * [new ref] 8913d9282f840cc4558a9edaf0beb16005d6c49f -> origin/py3.12 2026-08-16T20:09:47.0168580Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.12 2026-08-16T20:09:47.0226760Z origin/py3.12 2026-08-16T20:09:47.0275700Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.12 2026-08-16T20:09:47.0314690Z 8913d9282f840cc4558a9edaf0beb16005d6c49f
Determining the checkout info
2026-08-16T20:09:47.0423120Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-16T20:09:47.0656920Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-16T20:09:47.1029350Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-08-16T20:09:48.1675270Z Updating files: 87% (6198/7086) 2026-08-16T20:09:48.1790060Z Updating files: 88% (6236/7086) 2026-08-16T20:09:48.1927770Z Updating files: 89% (6307/7086) 2026-08-16T20:09:48.2088430Z Updating files: 90% (6378/7086) 2026-08-16T20:09:48.2188860Z Updating files: 91% (6449/7086) 2026-08-16T20:09:48.3202600Z Updating files: 92% (6520/7086) 2026-08-16T20:09:48.3725770Z Updating files: 93% (6590/7086) 2026-08-16T20:09:48.3841270Z Updating files: 94% (6661/7086) 2026-08-16T20:09:48.3986830Z Updating files: 95% (6732/7086) 2026-08-16T20:09:48.4057320Z Updating files: 96% (6803/7086) 2026-08-16T20:09:48.4144760Z Updating files: 97% (6874/7086) 2026-08-16T20:09:48.4250910Z Updating files: 98% (6945/7086) 2026-08-16T20:09:48.4371460Z Updating files: 99% (7016/7086) 2026-08-16T20:09:48.4372100Z Updating files: 100% (7086/7086) 2026-08-16T20:09:48.4372720Z Updating files: 100% (7086/7086), done. 2026-08-16T20:09:48.4519020Z Switched to a new branch 'py3.12' 2026-08-16T20:09:48.4542180Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-16T20:09:48.4740240Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-16T20:09:48.4842330Z 8913d9282f840cc4558a9edaf0beb16005d6c49f