Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-28T15:30:23.8397892Z with: 2026-08-28T15:30:23.8398999Z repository: pypy/pypy 2026-08-28T15:30:23.8403622Z token: *** 2026-08-28T15:30:23.8404243Z ssh-strict: true 2026-08-28T15:30:23.8404970Z ssh-user: git 2026-08-28T15:30:23.8405646Z persist-credentials: true 2026-08-28T15:30:23.8406295Z clean: true 2026-08-28T15:30:23.8406995Z sparse-checkout-cone-mode: true 2026-08-28T15:30:23.8407701Z fetch-depth: 1 2026-08-28T15:30:23.8408535Z fetch-tags: false 2026-08-28T15:30:23.8409331Z show-progress: true 2026-08-28T15:30:23.8410000Z lfs: false 2026-08-28T15:30:23.8410645Z submodules: false 2026-08-28T15:30:23.8411315Z set-safe-directory: true
2026-08-28T15:30:23.9263062Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-28T15:30:23.9266666Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-28T15:30:23.9268527Z [command]/usr/bin/git version 2026-08-28T15:30:24.0480941Z git version 2.55.0
2026-08-28T15:30:24.0514450Z Temporarily overriding HOME='/home/runner/work/_temp/5ae43cb9-7a09-4321-82c6-0a8d38dbed49' before making global git config changes 2026-08-28T15:30:24.0516409Z Adding repository directory to the temporary git global config as a safe directory 2026-08-28T15:30:24.0519150Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-28T15:30:24.0551211Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-28T15:30:24.0561596Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-28T15:30:24.1175560Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-28T15:30:24.1177319Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-28T15:30:24.1178926Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-28T15:30:24.1180107Z hint: call: 2026-08-28T15:30:24.1180721Z hint: 2026-08-28T15:30:24.1181552Z hint: git config --global init.defaultBranch <name> 2026-08-28T15:30:24.1182563Z hint: 2026-08-28T15:30:24.1183440Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-28T15:30:24.1184751Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-28T15:30:24.1185712Z hint: 2026-08-28T15:30:24.1186894Z hint: git branch -m <name> 2026-08-28T15:30:24.1187634Z hint: 2026-08-28T15:30:24.1188993Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-28T15:30:24.1190263Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-28T15:30:24.1192523Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-28T15:30:24.1300154Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-28T15:30:24.1329357Z Removing SSH command configuration 2026-08-28T15:30:24.1333451Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-28T15:30:24.1363049Z [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-28T15:30:24.3159127Z Removing HTTP extra header 2026-08-28T15:30:24.3164687Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-28T15:30:24.3193979Z [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-28T15:30:24.3368279Z Removing includeIf entries pointing to credentials config files 2026-08-28T15:30:24.3371501Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-28T15:30:24.3399276Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-28T15:30:24.3577743Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-1b49623c-a0a5-4652-98a8-da3ef6d443de.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-28T15:30:24.3611538Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-1b49623c-a0a5-4652-98a8-da3ef6d443de.config 2026-08-28T15:30:24.3643661Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-1b49623c-a0a5-4652-98a8-da3ef6d443de.config 2026-08-28T15:30:24.3671046Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-1b49623c-a0a5-4652-98a8-da3ef6d443de.config 2026-08-28T15:30:24.3698534Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-1b49623c-a0a5-4652-98a8-da3ef6d443de.config
Fetching the repository
2026-08-28T15:30:24.3731122Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +642158d1b3d7514bf3af4cc6118b15809d01d560:refs/remotes/origin/py3.12 2026-08-28T15:30:28.5057925Z From https://github.com/pypy/pypy 2026-08-28T15:30:28.5059770Z * [new ref] 642158d1b3d7514bf3af4cc6118b15809d01d560 -> origin/py3.12 2026-08-28T15:30:28.5067986Z [command]/usr/bin/git branch --list --remote origin/py3.12 2026-08-28T15:30:28.5096439Z origin/py3.12 2026-08-28T15:30:28.5103644Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.12 2026-08-28T15:30:28.5125451Z 642158d1b3d7514bf3af4cc6118b15809d01d560
Determining the checkout info
2026-08-28T15:30:28.5133585Z [command]/usr/bin/git sparse-checkout disable 2026-08-28T15:30:28.5213498Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-28T15:30:28.5240257Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-08-28T15:30:28.9204810Z Switched to a new branch 'py3.12' 2026-08-28T15:30:28.9205557Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-28T15:30:28.9295923Z [command]/usr/bin/git log -1 --format=%H 2026-08-28T15:30:28.9317005Z 642158d1b3d7514bf3af4cc6118b15809d01d560