Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-05T20:27:18.5086268Z with: 2026-09-05T20:27:18.5087060Z repository: pypy/pypy 2026-09-05T20:27:18.5091431Z token: *** 2026-09-05T20:27:18.5092485Z ssh-strict: true 2026-09-05T20:27:18.5093183Z ssh-user: git 2026-09-05T20:27:18.5093924Z persist-credentials: true 2026-09-05T20:27:18.5094610Z clean: true 2026-09-05T20:27:18.5095257Z sparse-checkout-cone-mode: true 2026-09-05T20:27:18.5096059Z fetch-depth: 1 2026-09-05T20:27:18.5096714Z fetch-tags: false 2026-09-05T20:27:18.5097472Z show-progress: true 2026-09-05T20:27:18.5098146Z lfs: false 2026-09-05T20:27:18.5098770Z submodules: false 2026-09-05T20:27:18.5099494Z set-safe-directory: true
2026-09-05T20:27:18.5947179Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-05T20:27:18.5951373Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-05T20:27:18.5960760Z [command]/usr/bin/git version 2026-09-05T20:27:18.5991991Z git version 2.55.0
2026-09-05T20:27:18.6038548Z Temporarily overriding HOME='/home/runner/work/_temp/4fa59830-65fd-4b7f-9cb5-892363d26c86' before making global git config changes 2026-09-05T20:27:18.6040328Z Adding repository directory to the temporary git global config as a safe directory 2026-09-05T20:27:18.6042079Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-05T20:27:18.6058074Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-05T20:27:18.6068118Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-05T20:27:18.6152211Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-05T20:27:18.6154270Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-05T20:27:18.6156187Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-05T20:27:18.6158038Z hint: call: 2026-09-05T20:27:18.6159042Z hint: 2026-09-05T20:27:18.6159848Z hint: git config --global init.defaultBranch <name> 2026-09-05T20:27:18.6160758Z hint: 2026-09-05T20:27:18.6161764Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-05T20:27:18.6163158Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-05T20:27:18.6164136Z hint: 2026-09-05T20:27:18.6164741Z hint: git branch -m <name> 2026-09-05T20:27:18.6165456Z hint: 2026-09-05T20:27:18.6166314Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-05T20:27:18.6167642Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-05T20:27:18.6169787Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-05T20:27:18.6209679Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-05T20:27:18.6237449Z Removing SSH command configuration 2026-09-05T20:27:18.6249758Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-05T20:27:18.6307066Z [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-05T20:27:18.6558205Z Removing HTTP extra header 2026-09-05T20:27:18.6563951Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-05T20:27:18.6592520Z [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-05T20:27:18.6770200Z Removing includeIf entries pointing to credentials config files 2026-09-05T20:27:18.6775628Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-05T20:27:18.6803779Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-05T20:27:18.6990808Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-177b479a-1c6b-4fc7-aa3d-a31f3e355f6c.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-05T20:27:18.7027687Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-177b479a-1c6b-4fc7-aa3d-a31f3e355f6c.config 2026-09-05T20:27:18.7054750Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-177b479a-1c6b-4fc7-aa3d-a31f3e355f6c.config 2026-09-05T20:27:18.7086532Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-177b479a-1c6b-4fc7-aa3d-a31f3e355f6c.config 2026-09-05T20:27:18.7114371Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-177b479a-1c6b-4fc7-aa3d-a31f3e355f6c.config
Fetching the repository
2026-09-05T20:27:18.7146891Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +dd257e8ae70acf213b723fbbd8e37e27a163a8ef:refs/remotes/origin/py3.12 2026-09-05T20:27:22.6205171Z From https://github.com/pypy/pypy 2026-09-05T20:27:22.6207494Z * [new ref] dd257e8ae70acf213b723fbbd8e37e27a163a8ef -> origin/py3.12 2026-09-05T20:27:22.6214386Z [command]/usr/bin/git branch --list --remote origin/py3.12 2026-09-05T20:27:22.6242624Z origin/py3.12 2026-09-05T20:27:22.6249941Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.12 2026-09-05T20:27:22.6271413Z dd257e8ae70acf213b723fbbd8e37e27a163a8ef
Determining the checkout info
2026-09-05T20:27:22.6279272Z [command]/usr/bin/git sparse-checkout disable 2026-09-05T20:27:22.6317384Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-05T20:27:22.6348361Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-09-05T20:27:23.0361794Z Switched to a new branch 'py3.12' 2026-09-05T20:27:23.0362513Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-09-05T20:27:23.0411666Z [command]/usr/bin/git log -1 --format=%H 2026-09-05T20:27:23.0433765Z dd257e8ae70acf213b723fbbd8e37e27a163a8ef