Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-25T11:09:57.9653331Z with: 2026-08-25T11:09:57.9653772Z repository: pypy/pypy 2026-08-25T11:09:57.9657877Z token: *** 2026-08-25T11:09:57.9658316Z ssh-strict: true 2026-08-25T11:09:57.9658759Z ssh-user: git 2026-08-25T11:09:57.9659212Z persist-credentials: true 2026-08-25T11:09:57.9659712Z clean: true 2026-08-25T11:09:57.9660156Z sparse-checkout-cone-mode: true 2026-08-25T11:09:57.9660683Z fetch-depth: 1 2026-08-25T11:09:57.9661117Z fetch-tags: false 2026-08-25T11:09:57.9661568Z show-progress: true 2026-08-25T11:09:57.9662028Z lfs: false 2026-08-25T11:09:57.9662443Z submodules: false 2026-08-25T11:09:57.9662897Z set-safe-directory: true
2026-08-25T11:09:58.0792872Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-25T11:09:58.0796891Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-25T11:09:58.0798561Z [command]/usr/bin/git version 2026-08-25T11:09:58.0850822Z git version 2.55.0
2026-08-25T11:09:58.0900527Z Temporarily overriding HOME='/home/runner/work/_temp/0c92b71f-f28e-4ea7-abe4-962f53fbe590' before making global git config changes 2026-08-25T11:09:58.0906202Z Adding repository directory to the temporary git global config as a safe directory 2026-08-25T11:09:58.0908193Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-25T11:09:58.0962740Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-25T11:09:58.0972952Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-25T11:09:58.1091483Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-25T11:09:58.1095256Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-25T11:09:58.1097300Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-25T11:09:58.1098430Z hint: call: 2026-08-25T11:09:58.1099016Z hint: 2026-08-25T11:09:58.1100189Z hint: git config --global init.defaultBranch <name> 2026-08-25T11:09:58.1101399Z hint: 2026-08-25T11:09:58.1102824Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-25T11:09:58.1104448Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-25T11:09:58.1105316Z hint: 2026-08-25T11:09:58.1105777Z hint: git branch -m <name> 2026-08-25T11:09:58.1106331Z hint: 2026-08-25T11:09:58.1107042Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-25T11:09:58.1108147Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-25T11:09:58.1110206Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-25T11:09:58.1161839Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-25T11:09:58.1197106Z Removing SSH command configuration 2026-08-25T11:09:58.1203559Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-25T11:09:58.1238188Z [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:09:58.1751839Z Removing HTTP extra header 2026-08-25T11:09:58.1753625Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-25T11:09:58.1820733Z [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:09:58.2083938Z Removing includeIf entries pointing to credentials config files 2026-08-25T11:09:58.2091193Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-25T11:09:58.2128588Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-25T11:09:58.2361362Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-a3a52a6b-6eb7-4001-9631-1754101f9475.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-25T11:09:58.2404669Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-a3a52a6b-6eb7-4001-9631-1754101f9475.config 2026-08-25T11:09:58.2439624Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-a3a52a6b-6eb7-4001-9631-1754101f9475.config 2026-08-25T11:09:58.2477529Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-a3a52a6b-6eb7-4001-9631-1754101f9475.config 2026-08-25T11:09:58.2515301Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-a3a52a6b-6eb7-4001-9631-1754101f9475.config
Fetching the repository
2026-08-25T11:09:58.2557179Z [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:10:02.4468032Z From https://github.com/pypy/pypy 2026-08-25T11:10:02.4469957Z * [new ref] 385734e085927ada615e82f6ab4b35613b361c4d -> origin/py3.12 2026-08-25T11:10:02.4480571Z [command]/usr/bin/git branch --list --remote origin/py3.12 2026-08-25T11:10:02.4511636Z origin/py3.12 2026-08-25T11:10:02.4521641Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.12 2026-08-25T11:10:02.4549395Z 385734e085927ada615e82f6ab4b35613b361c4d
Determining the checkout info
2026-08-25T11:10:02.4559452Z [command]/usr/bin/git sparse-checkout disable 2026-08-25T11:10:02.4625557Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-25T11:10:02.4660236Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-08-25T11:10:03.1126817Z Switched to a new branch 'py3.12' 2026-08-25T11:10:03.1129981Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-25T11:10:03.1203189Z [command]/usr/bin/git log -1 --format=%H 2026-08-25T11:10:03.1231931Z 385734e085927ada615e82f6ab4b35613b361c4d