Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-10T05:25:16.3734545Z with: 2026-09-10T05:25:16.3735194Z repository: pypy/pypy 2026-09-10T05:25:16.3739428Z token: *** 2026-09-10T05:25:16.3739873Z ssh-strict: true 2026-09-10T05:25:16.3740334Z ssh-user: git 2026-09-10T05:25:16.3740779Z persist-credentials: true 2026-09-10T05:25:16.3741269Z clean: true 2026-09-10T05:25:16.3741710Z sparse-checkout-cone-mode: true 2026-09-10T05:25:16.3742231Z fetch-depth: 1 2026-09-10T05:25:16.3742657Z fetch-tags: false 2026-09-10T05:25:16.3743110Z show-progress: true 2026-09-10T05:25:16.3743550Z lfs: false 2026-09-10T05:25:16.3743961Z submodules: false 2026-09-10T05:25:16.3744409Z set-safe-directory: true
2026-09-10T05:25:16.4832907Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-10T05:25:16.4836731Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-10T05:25:16.4838414Z [command]/usr/bin/git version 2026-09-10T05:25:16.4865543Z git version 2.55.0
2026-09-10T05:25:16.4904019Z Temporarily overriding HOME='/home/runner/work/_temp/95b78344-7ad3-4b9b-8d21-fc76f16b743c' before making global git config changes 2026-09-10T05:25:16.4911226Z Adding repository directory to the temporary git global config as a safe directory 2026-09-10T05:25:16.4912557Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-10T05:25:16.4976577Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-10T05:25:16.4986634Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-10T05:25:16.5070370Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-10T05:25:16.5072587Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-10T05:25:16.5075518Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-10T05:25:16.5076978Z hint: call: 2026-09-10T05:25:16.5077614Z hint: 2026-09-10T05:25:16.5078857Z hint: git config --global init.defaultBranch <name> 2026-09-10T05:25:16.5079653Z hint: 2026-09-10T05:25:16.5080246Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-10T05:25:16.5081193Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-10T05:25:16.5081951Z hint: 2026-09-10T05:25:16.5082556Z hint: git branch -m <name> 2026-09-10T05:25:16.5083047Z hint: 2026-09-10T05:25:16.5084014Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-10T05:25:16.5085545Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-10T05:25:16.5087218Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-10T05:25:16.5138794Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-10T05:25:16.5175727Z Removing SSH command configuration 2026-09-10T05:25:16.5182728Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-10T05:25:16.5222778Z [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-10T05:25:16.5598741Z Removing HTTP extra header 2026-09-10T05:25:16.5608802Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-10T05:25:16.5642173Z [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-10T05:25:16.5919838Z Removing includeIf entries pointing to credentials config files 2026-09-10T05:25:16.5930184Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-10T05:25:16.5980173Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-10T05:25:16.6262414Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-65a19e24-3fe5-4d07-be92-2a8fef52271f.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-10T05:25:16.6317739Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-65a19e24-3fe5-4d07-be92-2a8fef52271f.config 2026-09-10T05:25:16.6361271Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-65a19e24-3fe5-4d07-be92-2a8fef52271f.config 2026-09-10T05:25:16.6409616Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-65a19e24-3fe5-4d07-be92-2a8fef52271f.config 2026-09-10T05:25:16.6452942Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-65a19e24-3fe5-4d07-be92-2a8fef52271f.config
Fetching the repository
2026-09-10T05:25:16.6501683Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7cdcf8cd12e8ff5bac28e70af7a7d78dc72ca710:refs/remotes/origin/py3.11 2026-09-10T05:25:20.2379568Z From https://github.com/pypy/pypy 2026-09-10T05:25:20.2381323Z * [new ref] 7cdcf8cd12e8ff5bac28e70af7a7d78dc72ca710 -> origin/py3.11 2026-09-10T05:25:20.2393063Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-09-10T05:25:20.2427812Z origin/py3.11 2026-09-10T05:25:20.2438162Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-09-10T05:25:20.2470154Z 7cdcf8cd12e8ff5bac28e70af7a7d78dc72ca710
Determining the checkout info
2026-09-10T05:25:20.2482167Z [command]/usr/bin/git sparse-checkout disable 2026-09-10T05:25:20.2538435Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-10T05:25:20.2578447Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-09-10T05:25:20.8626010Z Switched to a new branch 'py3.11' 2026-09-10T05:25:20.8629118Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-09-10T05:25:20.8701980Z [command]/usr/bin/git log -1 --format=%H 2026-09-10T05:25:20.8733502Z 7cdcf8cd12e8ff5bac28e70af7a7d78dc72ca710