Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-29T19:27:02.2237760Z with: 2026-08-29T19:27:02.2253460Z repository: pypy/pypy 2026-08-29T19:27:02.2256550Z token: *** 2026-08-29T19:27:02.2256870Z ssh-strict: true 2026-08-29T19:27:02.2257270Z ssh-user: git 2026-08-29T19:27:02.2257600Z persist-credentials: true 2026-08-29T19:27:02.2257940Z clean: true 2026-08-29T19:27:02.2258270Z sparse-checkout-cone-mode: true 2026-08-29T19:27:02.2258650Z fetch-depth: 1 2026-08-29T19:27:02.2258960Z fetch-tags: false 2026-08-29T19:27:02.2259280Z show-progress: true 2026-08-29T19:27:02.2259740Z lfs: false 2026-08-29T19:27:02.2260060Z submodules: false 2026-08-29T19:27:02.2260390Z set-safe-directory: true
2026-08-29T19:27:02.5913670Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-29T19:27:02.5915800Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-29T19:27:02.5916970Z [command]/opt/homebrew/bin/git version 2026-08-29T19:27:02.6174810Z git version 2.55.0
2026-08-29T19:27:02.6198580Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/f9c9d65c-596f-4188-93ca-0ab2311daabe/.gitconfig' 2026-08-29T19:27:02.6205670Z Temporarily overriding HOME='/Users/runner/work/_temp/f9c9d65c-596f-4188-93ca-0ab2311daabe' before making global git config changes 2026-08-29T19:27:02.6206830Z Adding repository directory to the temporary git global config as a safe directory 2026-08-29T19:27:02.6209390Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-29T19:27:02.6436520Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-29T19:27:02.6456670Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-29T19:27:02.6680110Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-29T19:27:02.6782670Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-29T19:27:02.6792830Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-29T19:27:02.6799840Z hint: call: 2026-08-29T19:27:02.6800420Z hint: 2026-08-29T19:27:02.6801030Z hint: git config --global init.defaultBranch <name> 2026-08-29T19:27:02.6801660Z hint: 2026-08-29T19:27:02.6802250Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-29T19:27:02.6803270Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-29T19:27:02.6804780Z hint: 2026-08-29T19:27:02.6805340Z hint: git branch -m <name> 2026-08-29T19:27:02.6806190Z hint: 2026-08-29T19:27:02.6807030Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-29T19:27:02.6821950Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-29T19:27:02.6824200Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-29T19:27:02.6827510Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-29T19:27:02.6875190Z Removing SSH command configuration 2026-08-29T19:27:02.6879690Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-29T19:27:02.6965140Z [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-29T19:27:02.8149670Z Removing HTTP extra header 2026-08-29T19:27:02.8154690Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-29T19:27:02.8243000Z [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-29T19:27:03.0235830Z Removing includeIf entries pointing to credentials config files 2026-08-29T19:27:03.0337980Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-29T19:27:03.0645370Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-29T19:27:03.2050490Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-82742a6a-4c00-4802-9991-43a35d0469e5.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-29T19:27:03.2054030Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-82742a6a-4c00-4802-9991-43a35d0469e5.config 2026-08-29T19:27:03.2059770Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-82742a6a-4c00-4802-9991-43a35d0469e5.config 2026-08-29T19:27:03.2123190Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-82742a6a-4c00-4802-9991-43a35d0469e5.config 2026-08-29T19:27:03.2196250Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-82742a6a-4c00-4802-9991-43a35d0469e5.config
Fetching the repository
2026-08-29T19:27:03.2276550Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +fb070f7f2ff9e8830231c40c33cda7fb79e86484:refs/remotes/origin/py3.11 2026-08-29T19:27:07.3843970Z From https://github.com/pypy/pypy 2026-08-29T19:27:07.3856350Z * [new ref] fb070f7f2ff9e8830231c40c33cda7fb79e86484 -> origin/py3.11 2026-08-29T19:27:07.3858820Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.11 2026-08-29T19:27:07.3958250Z origin/py3.11 2026-08-29T19:27:07.3965560Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-29T19:27:07.4048830Z fb070f7f2ff9e8830231c40c33cda7fb79e86484
Determining the checkout info
2026-08-29T19:27:07.4063370Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-29T19:27:07.4184770Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-29T19:27:07.4292260Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-29T19:27:08.5196730Z Updating files: 98% (6901/7029) 2026-08-29T19:27:08.5278020Z Updating files: 99% (6959/7029) 2026-08-29T19:27:08.5278760Z Updating files: 100% (7029/7029) 2026-08-29T19:27:08.5279710Z Updating files: 100% (7029/7029), done. 2026-08-29T19:27:08.5387990Z Switched to a new branch 'py3.11' 2026-08-29T19:27:08.5403800Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-29T19:27:08.5565280Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-29T19:27:08.5652900Z fb070f7f2ff9e8830231c40c33cda7fb79e86484