Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-10T01:59:04.8926900Z with: 2026-09-10T01:59:04.8927170Z repository: pypy/pypy 2026-09-10T01:59:04.8929320Z token: *** 2026-09-10T01:59:04.8929600Z ssh-strict: true 2026-09-10T01:59:04.8929870Z ssh-user: git 2026-09-10T01:59:04.8930160Z persist-credentials: true 2026-09-10T01:59:04.8930460Z clean: true 2026-09-10T01:59:04.8930740Z sparse-checkout-cone-mode: true 2026-09-10T01:59:04.8931060Z fetch-depth: 1 2026-09-10T01:59:04.8931330Z fetch-tags: false 2026-09-10T01:59:04.8931610Z show-progress: true 2026-09-10T01:59:04.8931890Z lfs: false 2026-09-10T01:59:04.8932150Z submodules: false 2026-09-10T01:59:04.8932440Z set-safe-directory: true
2026-09-10T01:59:05.1247050Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-10T01:59:05.1315880Z Working directory is '/Users/runner/work/pypy/pypy' 2026-09-10T01:59:05.1413750Z [command]/opt/homebrew/bin/git version 2026-09-10T01:59:05.1439760Z git version 2.55.0
2026-09-10T01:59:05.1568640Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/2032c238-6203-4d10-b042-59af888cb943/.gitconfig' 2026-09-10T01:59:05.1570290Z Temporarily overriding HOME='/Users/runner/work/_temp/2032c238-6203-4d10-b042-59af888cb943' before making global git config changes 2026-09-10T01:59:05.1571620Z Adding repository directory to the temporary git global config as a safe directory 2026-09-10T01:59:05.1572750Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-09-10T01:59:05.1574830Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-09-10T01:59:05.1577400Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-09-10T01:59:05.1578380Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-10T01:59:05.1579320Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-10T01:59:05.1580130Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-10T01:59:05.1580880Z hint: call: 2026-09-10T01:59:05.1586200Z hint: 2026-09-10T01:59:05.1590990Z hint: git config --global init.defaultBranch <name> 2026-09-10T01:59:05.1592550Z hint: 2026-09-10T01:59:05.1604300Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-10T01:59:05.1605160Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-10T01:59:05.1605970Z hint: 2026-09-10T01:59:05.1606490Z hint: git branch -m <name> 2026-09-10T01:59:05.1607620Z hint: 2026-09-10T01:59:05.1608320Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-10T01:59:05.1609100Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-09-10T01:59:05.1610410Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-10T01:59:05.1613160Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-09-10T01:59:05.1615420Z Removing SSH command configuration 2026-09-10T01:59:05.1616030Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-10T01:59:05.1617620Z [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-10T01:59:05.2154610Z Removing HTTP extra header 2026-09-10T01:59:05.2157850Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-10T01:59:05.2208490Z [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-10T01:59:05.2795130Z Removing includeIf entries pointing to credentials config files 2026-09-10T01:59:05.2799090Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-10T01:59:05.2845870Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-10T01:59:05.3422080Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-a7de5638-de72-4b5a-b629-c39bca4a0004.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-10T01:59:05.3476910Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-a7de5638-de72-4b5a-b629-c39bca4a0004.config 2026-09-10T01:59:05.3521890Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-a7de5638-de72-4b5a-b629-c39bca4a0004.config 2026-09-10T01:59:05.3571050Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-a7de5638-de72-4b5a-b629-c39bca4a0004.config 2026-09-10T01:59:05.3615740Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-a7de5638-de72-4b5a-b629-c39bca4a0004.config
Fetching the repository
2026-09-10T01:59:05.3664650Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7996577de05be06a46a97d8c953879f055f81c85:refs/remotes/origin/py3.12 2026-09-10T01:59:09.6364140Z From https://github.com/pypy/pypy 2026-09-10T01:59:09.6366020Z * [new ref] 7996577de05be06a46a97d8c953879f055f81c85 -> origin/py3.12 2026-09-10T01:59:09.6372620Z [command]/opt/homebrew/bin/git branch --list --remote origin/py3.12 2026-09-10T01:59:09.6444470Z origin/py3.12 2026-09-10T01:59:09.6450540Z [command]/opt/homebrew/bin/git rev-parse refs/remotes/origin/py3.12 2026-09-10T01:59:09.6504340Z 7996577de05be06a46a97d8c953879f055f81c85
Determining the checkout info
2026-09-10T01:59:09.6513180Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-09-10T01:59:09.6591270Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-10T01:59:09.6653120Z [command]/opt/homebrew/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-09-10T01:59:10.4110360Z Switched to a new branch 'py3.12' 2026-09-10T01:59:10.4112760Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-09-10T01:59:10.4206940Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-09-10T01:59:10.4268410Z 7996577de05be06a46a97d8c953879f055f81c85