Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-15T15:34:20.0720999Z with: 2026-09-15T15:34:20.0721427Z repository: pypy/pypy 2026-09-15T15:34:20.0725134Z token: *** 2026-09-15T15:34:20.0725562Z ssh-strict: true 2026-09-15T15:34:20.0725992Z ssh-user: git 2026-09-15T15:34:20.0726435Z persist-credentials: true 2026-09-15T15:34:20.0727131Z clean: true 2026-09-15T15:34:20.0727577Z sparse-checkout-cone-mode: true 2026-09-15T15:34:20.0728085Z fetch-depth: 1 2026-09-15T15:34:20.0728504Z fetch-tags: false 2026-09-15T15:34:20.0728943Z show-progress: true 2026-09-15T15:34:20.0729378Z lfs: false 2026-09-15T15:34:20.0729780Z submodules: false 2026-09-15T15:34:20.0730224Z set-safe-directory: true
2026-09-15T15:34:20.1724326Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-15T15:34:20.1726965Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-15T15:34:20.1748998Z [command]/usr/bin/git version 2026-09-15T15:34:20.1881440Z git version 2.55.0
2026-09-15T15:34:20.1923508Z Temporarily overriding HOME='/home/runner/work/_temp/62f476eb-d5a8-4e98-bba2-73f5cf26f878' before making global git config changes 2026-09-15T15:34:20.1925409Z Adding repository directory to the temporary git global config as a safe directory 2026-09-15T15:34:20.1929312Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-15T15:34:20.1981306Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-15T15:34:20.1990678Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-15T15:34:20.2111718Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-15T15:34:20.2113739Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-15T15:34:20.2115269Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-15T15:34:20.2116463Z hint: call: 2026-09-15T15:34:20.2117386Z hint: 2026-09-15T15:34:20.2118466Z hint: git config --global init.defaultBranch <name> 2026-09-15T15:34:20.2119457Z hint: 2026-09-15T15:34:20.2120414Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-15T15:34:20.2121921Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-15T15:34:20.2123122Z hint: 2026-09-15T15:34:20.2123771Z hint: git branch -m <name> 2026-09-15T15:34:20.2124511Z hint: 2026-09-15T15:34:20.2125507Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-15T15:34:20.2127267Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-15T15:34:20.2138253Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-15T15:34:20.2184147Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-15T15:34:20.2219925Z Removing SSH command configuration 2026-09-15T15:34:20.2226158Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-15T15:34:20.2260817Z [command]/usr/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-15T15:34:20.2703259Z Removing HTTP extra header 2026-09-15T15:34:20.2710664Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-15T15:34:20.2749444Z [command]/usr/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-15T15:34:20.2971776Z Removing includeIf entries pointing to credentials config files 2026-09-15T15:34:20.2981285Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-15T15:34:20.3026253Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-15T15:34:20.3278443Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-a63f3e2f-8044-4868-88b5-98f765e2fdaa.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-15T15:34:20.3321289Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-a63f3e2f-8044-4868-88b5-98f765e2fdaa.config 2026-09-15T15:34:20.3358404Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-a63f3e2f-8044-4868-88b5-98f765e2fdaa.config 2026-09-15T15:34:20.3403163Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-a63f3e2f-8044-4868-88b5-98f765e2fdaa.config 2026-09-15T15:34:20.3443213Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-a63f3e2f-8044-4868-88b5-98f765e2fdaa.config
Fetching the repository
2026-09-15T15:34:20.3511177Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +27cc10234d16336a9e21b3f128efcd3bc415015e:refs/remotes/origin/py3.12 2026-09-15T15:34:24.2780247Z From https://github.com/pypy/pypy 2026-09-15T15:34:24.2782879Z * [new ref] 27cc10234d16336a9e21b3f128efcd3bc415015e -> origin/py3.12 2026-09-15T15:34:24.2792307Z [command]/usr/bin/git branch --list --remote origin/py3.12 2026-09-15T15:34:24.2820343Z origin/py3.12 2026-09-15T15:34:24.2828329Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.12 2026-09-15T15:34:24.2853703Z 27cc10234d16336a9e21b3f128efcd3bc415015e
Determining the checkout info
2026-09-15T15:34:24.2863190Z [command]/usr/bin/git sparse-checkout disable 2026-09-15T15:34:24.2915262Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-15T15:34:24.2948233Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-09-15T15:34:24.8782464Z Switched to a new branch 'py3.12' 2026-09-15T15:34:24.8787850Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-09-15T15:34:24.8858631Z [command]/usr/bin/git log -1 --format=%H 2026-09-15T15:34:24.8887421Z 27cc10234d16336a9e21b3f128efcd3bc415015e