Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-25T11:04:47.6774500Z with: 2026-08-25T11:04:47.6775222Z repository: pypy/pypy 2026-08-25T11:04:47.6779584Z token: *** 2026-08-25T11:04:47.6780260Z ssh-strict: true 2026-08-25T11:04:47.6780802Z ssh-user: git 2026-08-25T11:04:47.6781353Z persist-credentials: true 2026-08-25T11:04:47.6782306Z clean: true 2026-08-25T11:04:47.6782866Z sparse-checkout-cone-mode: true 2026-08-25T11:04:47.6783529Z fetch-depth: 1 2026-08-25T11:04:47.6784134Z fetch-tags: false 2026-08-25T11:04:47.6784687Z show-progress: true 2026-08-25T11:04:47.6785296Z lfs: false 2026-08-25T11:04:47.6785845Z submodules: false 2026-08-25T11:04:47.6786491Z set-safe-directory: true
2026-08-25T11:04:47.7670697Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-25T11:04:47.7674495Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-25T11:04:47.7675927Z [command]/usr/bin/git version 2026-08-25T11:04:47.7741960Z git version 2.55.0
2026-08-25T11:04:47.7776761Z Temporarily overriding HOME='/home/runner/work/_temp/dc0c6565-9514-456b-95b1-67a26e5e1d2d' before making global git config changes 2026-08-25T11:04:47.7780737Z Adding repository directory to the temporary git global config as a safe directory 2026-08-25T11:04:47.7782505Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-25T11:04:47.7815363Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-25T11:04:47.7825955Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-25T11:04:47.7896068Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-25T11:04:47.7897950Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-25T11:04:47.7899185Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-25T11:04:47.7900010Z hint: call: 2026-08-25T11:04:47.7900662Z hint: 2026-08-25T11:04:47.7901301Z hint: git config --global init.defaultBranch <name> 2026-08-25T11:04:47.7901982Z hint: 2026-08-25T11:04:47.7902766Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-25T11:04:47.7903790Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-25T11:04:47.7904665Z hint: 2026-08-25T11:04:47.7905208Z hint: git branch -m <name> 2026-08-25T11:04:47.7905779Z hint: 2026-08-25T11:04:47.7906595Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-25T11:04:47.7908071Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-25T11:04:47.7910110Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-25T11:04:47.7951457Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-25T11:04:47.7987334Z Removing SSH command configuration 2026-08-25T11:04:47.7988727Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-25T11:04:47.8016723Z [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-08-25T11:04:47.8301851Z Removing HTTP extra header 2026-08-25T11:04:47.8303023Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-25T11:04:47.8330251Z [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-08-25T11:04:47.8522069Z Removing includeIf entries pointing to credentials config files 2026-08-25T11:04:47.8526129Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-25T11:04:47.8558712Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-25T11:04:47.8748432Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-a730b461-2fbe-4ea2-adca-114ab1629437.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-25T11:04:47.8784707Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-a730b461-2fbe-4ea2-adca-114ab1629437.config 2026-08-25T11:04:47.8814199Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-a730b461-2fbe-4ea2-adca-114ab1629437.config 2026-08-25T11:04:47.8845753Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-a730b461-2fbe-4ea2-adca-114ab1629437.config 2026-08-25T11:04:47.8875627Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-a730b461-2fbe-4ea2-adca-114ab1629437.config
Fetching the repository
2026-08-25T11:04:47.8910265Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +385734e085927ada615e82f6ab4b35613b361c4d:refs/remotes/origin/py3.12 2026-08-25T11:04:51.9136538Z From https://github.com/pypy/pypy 2026-08-25T11:04:51.9138127Z * [new ref] 385734e085927ada615e82f6ab4b35613b361c4d -> origin/py3.12 2026-08-25T11:04:51.9148086Z [command]/usr/bin/git branch --list --remote origin/py3.12 2026-08-25T11:04:51.9197190Z origin/py3.12 2026-08-25T11:04:51.9203887Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.12 2026-08-25T11:04:51.9225338Z 385734e085927ada615e82f6ab4b35613b361c4d
Determining the checkout info
2026-08-25T11:04:51.9239148Z [command]/usr/bin/git sparse-checkout disable 2026-08-25T11:04:51.9272417Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-25T11:04:51.9299949Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-08-25T11:04:52.3288325Z Switched to a new branch 'py3.12' 2026-08-25T11:04:52.3289417Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-25T11:04:52.3340677Z [command]/usr/bin/git log -1 --format=%H 2026-08-25T11:04:52.3362678Z 385734e085927ada615e82f6ab4b35613b361c4d