Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-30T20:57:23.6692430Z with: 2026-08-30T20:57:23.6692990Z repository: pypy/pypy 2026-08-30T20:57:23.6696764Z token: *** 2026-08-30T20:57:23.6697284Z ssh-strict: true 2026-08-30T20:57:23.6697824Z ssh-user: git 2026-08-30T20:57:23.6698454Z persist-credentials: true 2026-08-30T20:57:23.6699046Z clean: true 2026-08-30T20:57:23.6699643Z sparse-checkout-cone-mode: true 2026-08-30T20:57:23.6700540Z fetch-depth: 1 2026-08-30T20:57:23.6701081Z fetch-tags: false 2026-08-30T20:57:23.6701706Z show-progress: true 2026-08-30T20:57:23.6702243Z lfs: false 2026-08-30T20:57:23.6702790Z submodules: false 2026-08-30T20:57:23.6703343Z set-safe-directory: true
2026-08-30T20:57:23.7578358Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-30T20:57:23.7582046Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-30T20:57:23.7583459Z [command]/usr/bin/git version 2026-08-30T20:57:23.7618447Z git version 2.55.0
2026-08-30T20:57:23.7669289Z Temporarily overriding HOME='/home/runner/work/_temp/95552d0a-ca1c-47ee-a9e0-68623475c294' before making global git config changes 2026-08-30T20:57:23.7671970Z Adding repository directory to the temporary git global config as a safe directory 2026-08-30T20:57:23.7677328Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-30T20:57:23.7713970Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-30T20:57:23.7723840Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-30T20:57:23.7808093Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-30T20:57:23.7810529Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-30T20:57:23.7811888Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-30T20:57:23.7813065Z hint: call: 2026-08-30T20:57:23.7814229Z hint: 2026-08-30T20:57:23.7815092Z hint: git config --global init.defaultBranch <name> 2026-08-30T20:57:23.7816717Z hint: 2026-08-30T20:57:23.7817730Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-30T20:57:23.7819078Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-30T20:57:23.7820395Z hint: 2026-08-30T20:57:23.7821180Z hint: git branch -m <name> 2026-08-30T20:57:23.7822084Z hint: 2026-08-30T20:57:23.7823179Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-30T20:57:23.7824604Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-30T20:57:23.7827335Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-30T20:57:23.7851029Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-30T20:57:23.7893726Z Removing SSH command configuration 2026-08-30T20:57:23.7894651Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-30T20:57:23.7923030Z [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-30T20:57:23.8205512Z Removing HTTP extra header 2026-08-30T20:57:23.8211433Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-30T20:57:23.8241557Z [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-30T20:57:23.8432502Z Removing includeIf entries pointing to credentials config files 2026-08-30T20:57:23.8437003Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-30T20:57:23.8467972Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-30T20:57:23.8671328Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-325668e5-265e-462b-8959-801a11d87511.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-30T20:57:23.8697710Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-325668e5-265e-462b-8959-801a11d87511.config 2026-08-30T20:57:23.8726039Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-325668e5-265e-462b-8959-801a11d87511.config 2026-08-30T20:57:23.8755112Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-325668e5-265e-462b-8959-801a11d87511.config 2026-08-30T20:57:23.8784101Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-325668e5-265e-462b-8959-801a11d87511.config
Fetching the repository
2026-08-30T20:57:23.8817860Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ec9fb38c21a680b5564a188c331680b376b1ce93:refs/remotes/origin/py3.11 2026-08-30T20:57:27.3816845Z From https://github.com/pypy/pypy 2026-08-30T20:57:27.3819408Z * [new ref] ec9fb38c21a680b5564a188c331680b376b1ce93 -> origin/py3.11 2026-08-30T20:57:27.3826588Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-08-30T20:57:27.3854751Z origin/py3.11 2026-08-30T20:57:27.3861421Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-30T20:57:27.3883439Z ec9fb38c21a680b5564a188c331680b376b1ce93
Determining the checkout info
2026-08-30T20:57:27.3903306Z [command]/usr/bin/git sparse-checkout disable 2026-08-30T20:57:27.3932600Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-30T20:57:27.3959568Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-30T20:57:27.7915258Z Switched to a new branch 'py3.11' 2026-08-30T20:57:27.7916233Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-30T20:57:27.7968400Z [command]/usr/bin/git log -1 --format=%H 2026-08-30T20:57:27.7991935Z ec9fb38c21a680b5564a188c331680b376b1ce93