Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T08:15:03.4623160Z with: 2026-09-09T08:15:03.4623490Z repository: pypy/pypy 2026-09-09T08:15:03.4626250Z token: *** 2026-09-09T08:15:03.4626600Z ssh-strict: true 2026-09-09T08:15:03.4626910Z ssh-user: git 2026-09-09T08:15:03.4627240Z persist-credentials: true 2026-09-09T08:15:03.4627630Z clean: true 2026-09-09T08:15:03.4627960Z sparse-checkout-cone-mode: true 2026-09-09T08:15:03.4628340Z fetch-depth: 1 2026-09-09T08:15:03.4628650Z fetch-tags: false 2026-09-09T08:15:03.4629000Z show-progress: true 2026-09-09T08:15:03.4629320Z lfs: false 2026-09-09T08:15:03.4629650Z submodules: false 2026-09-09T08:15:03.4630010Z set-safe-directory: true
2026-09-09T08:15:03.8505070Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T08:15:03.8507780Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-09T08:15:03.8508640Z [command]/opt/homebrew/bin/git version 2026-09-09T08:15:03.8775610Z git version 2.55.0
2026-09-09T08:15:03.8794780Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/f14097d7-f609-4500-8d27-c3dab9cd2da3/.gitconfig' 2026-09-09T08:15:03.8801740Z Temporarily overriding HOME='/Users/runner/work/_temp/f14097d7-f609-4500-8d27-c3dab9cd2da3' before making global git config changes 2026-09-09T08:15:03.8802780Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T08:15:03.8805480Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-09T08:15:03.8910100Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T08:15:03.8916160Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-09-09T08:15:03.9101900Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T08:15:03.9104370Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T08:15:03.9106060Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T08:15:03.9107440Z hint: call: 2026-09-09T08:15:03.9108260Z hint: 2026-09-09T08:15:03.9109840Z hint: git config --global init.defaultBranch <name> 2026-09-09T08:15:03.9110360Z hint: 2026-09-09T08:15:03.9110880Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T08:15:03.9111620Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T08:15:03.9113390Z hint: 2026-09-09T08:15:03.9113810Z hint: git branch -m <name> 2026-09-09T08:15:03.9114220Z hint: 2026-09-09T08:15:03.9114780Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T08:15:03.9115520Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-09T08:15:03.9116980Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T08:15:03.9196560Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T08:15:03.9259580Z Removing SSH command configuration 2026-09-09T08:15:03.9262420Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T08:15:03.9324510Z [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-09T08:15:04.0142590Z Removing HTTP extra header 2026-09-09T08:15:04.0146540Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T08:15:04.0205570Z [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-09T08:15:04.0896100Z Removing includeIf entries pointing to credentials config files 2026-09-09T08:15:04.0899870Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T08:15:04.0957900Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T08:15:04.1751930Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-6b1b1d88-77d0-4d6e-84ed-26eb61fa3895.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T08:15:04.1814320Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-6b1b1d88-77d0-4d6e-84ed-26eb61fa3895.config 2026-09-09T08:15:04.1872040Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-6b1b1d88-77d0-4d6e-84ed-26eb61fa3895.config 2026-09-09T08:15:04.1928170Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-6b1b1d88-77d0-4d6e-84ed-26eb61fa3895.config 2026-09-09T08:15:04.1987360Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-6b1b1d88-77d0-4d6e-84ed-26eb61fa3895.config
Fetching the repository
2026-09-09T08:15:04.2048020Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +807a08335ed3be1990e0c02a23fcaf26ef6784de:refs/remotes/origin/py3.11 2026-09-09T08:15:10.1753650Z From https://github.com/pypy/pypy 2026-09-09T08:15:10.1755230Z * [new ref] 807a08335ed3be1990e0c02a23fcaf26ef6784de -> origin/py3.11 2026-09-09T08:15:10.1805770Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.11 2026-09-09T08:15:10.1895910Z origin/py3.11 2026-09-09T08:15:10.1901410Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.11 2026-09-09T08:15:10.1962370Z 807a08335ed3be1990e0c02a23fcaf26ef6784de
Determining the checkout info
2026-09-09T08:15:10.1985250Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-09-09T08:15:10.2065040Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T08:15:10.2141690Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-09-09T08:15:11.2932850Z Updating files: 87% (6188/7046) 2026-09-09T08:15:11.3025100Z Updating files: 88% (6201/7046) 2026-09-09T08:15:11.3119300Z Updating files: 89% (6271/7046) 2026-09-09T08:15:11.3213810Z Updating files: 90% (6342/7046) 2026-09-09T08:15:11.3289680Z Updating files: 91% (6412/7046) 2026-09-09T08:15:11.3744430Z Updating files: 92% (6483/7046) 2026-09-09T08:15:11.4000690Z Updating files: 93% (6553/7046) 2026-09-09T08:15:11.4075010Z Updating files: 94% (6624/7046) 2026-09-09T08:15:11.4140220Z Updating files: 95% (6694/7046) 2026-09-09T08:15:11.4225370Z Updating files: 96% (6765/7046) 2026-09-09T08:15:11.4289000Z Updating files: 97% (6835/7046) 2026-09-09T08:15:11.4400270Z Updating files: 98% (6906/7046) 2026-09-09T08:15:11.4490950Z Updating files: 99% (6976/7046) 2026-09-09T08:15:11.4491430Z Updating files: 100% (7046/7046) 2026-09-09T08:15:11.4491830Z Updating files: 100% (7046/7046), done. 2026-09-09T08:15:11.4584780Z Switched to a new branch 'py3.11' 2026-09-09T08:15:11.4591450Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-09-09T08:15:11.4734730Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-09-09T08:15:11.4810340Z 807a08335ed3be1990e0c02a23fcaf26ef6784de