Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-16T17:58:53.7537660Z with: 2026-09-16T17:58:53.7538100Z repository: pypy/pypy 2026-09-16T17:58:53.7541180Z token: *** 2026-09-16T17:58:53.7541510Z ssh-strict: true 2026-09-16T17:58:53.7541840Z ssh-user: git 2026-09-16T17:58:53.7542290Z persist-credentials: true 2026-09-16T17:58:53.7542640Z clean: true 2026-09-16T17:58:53.7542970Z sparse-checkout-cone-mode: true 2026-09-16T17:58:53.7543360Z fetch-depth: 1 2026-09-16T17:58:53.7543780Z fetch-tags: false 2026-09-16T17:58:53.7544930Z show-progress: true 2026-09-16T17:58:53.7546930Z lfs: false 2026-09-16T17:58:53.7547930Z submodules: false 2026-09-16T17:58:53.7548950Z set-safe-directory: true
2026-09-16T17:58:54.2668870Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-16T17:58:54.2671950Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-16T17:58:54.2672950Z [command]/opt/homebrew/bin/git version 2026-09-16T17:58:54.3232350Z git version 2.55.0
2026-09-16T17:58:54.3335260Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/1e3e8273-2cc6-4075-a4fc-e39d6157667f/.gitconfig' 2026-09-16T17:58:54.3337840Z Temporarily overriding HOME='/Users/runner/work/_temp/1e3e8273-2cc6-4075-a4fc-e39d6157667f' before making global git config changes 2026-09-16T17:58:54.3339060Z Adding repository directory to the temporary git global config as a safe directory 2026-09-16T17:58:54.3340060Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-16T17:58:54.3392530Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-16T17:58:54.3399800Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-09-16T17:58:54.3629030Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-16T17:58:54.3639930Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-16T17:58:54.3661310Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-16T17:58:54.3665770Z hint: call: 2026-09-16T17:58:54.3695220Z hint: 2026-09-16T17:58:54.3697210Z hint: git config --global init.defaultBranch <name> 2026-09-16T17:58:54.3697840Z hint: 2026-09-16T17:58:54.3699200Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-16T17:58:54.3700670Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-16T17:58:54.3701340Z hint: 2026-09-16T17:58:54.3701780Z hint: git branch -m <name> 2026-09-16T17:58:54.3702240Z hint: 2026-09-16T17:58:54.3702900Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-16T17:58:54.3729620Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-16T17:58:54.3736760Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-16T17:58:54.3741400Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-16T17:58:54.3799520Z Removing SSH command configuration 2026-09-16T17:58:54.3803000Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-16T17:58:54.3872150Z [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-16T17:58:54.4952030Z Removing HTTP extra header 2026-09-16T17:58:54.4962150Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-16T17:58:54.5027180Z [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-16T17:58:54.6148060Z Removing includeIf entries pointing to credentials config files 2026-09-16T17:58:54.6250360Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-16T17:58:54.6556110Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-16T17:58:54.7984120Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-80ab5037-0b4c-4530-9676-4ef59a2a4748.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-16T17:58:54.8050750Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-80ab5037-0b4c-4530-9676-4ef59a2a4748.config 2026-09-16T17:58:54.8059640Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-80ab5037-0b4c-4530-9676-4ef59a2a4748.config 2026-09-16T17:58:54.8066810Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-80ab5037-0b4c-4530-9676-4ef59a2a4748.config 2026-09-16T17:58:54.8070630Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-80ab5037-0b4c-4530-9676-4ef59a2a4748.config
Fetching the repository
2026-09-16T17:58:54.8075220Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4db12e5e6f4d448812471808fa7a7ca8a2f4b870:refs/remotes/origin/main 2026-09-16T17:58:57.9496460Z From https://github.com/pypy/pypy 2026-09-16T17:58:57.9503920Z * [new ref] 4db12e5e6f4d448812471808fa7a7ca8a2f4b870 -> origin/main 2026-09-16T17:58:57.9515530Z [command]/opt/homebrew/bin/git branch --list --remote origin/main 2026-09-16T17:58:57.9604730Z origin/main 2026-09-16T17:58:57.9611770Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/main 2026-09-16T17:58:57.9675700Z 4db12e5e6f4d448812471808fa7a7ca8a2f4b870
Determining the checkout info
2026-09-16T17:58:57.9684250Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-09-16T17:58:57.9806630Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-16T17:58:57.9886300Z [command]/opt/homebrew/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-09-16T17:58:58.9970680Z Switched to a new branch 'main' 2026-09-16T17:58:58.9979330Z branch 'main' set up to track 'origin/main'.
2026-09-16T17:58:59.0120640Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-09-16T17:58:59.0203680Z 4db12e5e6f4d448812471808fa7a7ca8a2f4b870