Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-26T12:04:32.0390049Z with: 2026-07-26T12:04:32.0390268Z repository: pypy/pypy 2026-07-26T12:04:32.0392386Z token: *** 2026-07-26T12:04:32.0392710Z ssh-strict: true 2026-07-26T12:04:32.0393198Z ssh-user: git 2026-07-26T12:04:32.0393532Z persist-credentials: true 2026-07-26T12:04:32.0393807Z clean: true 2026-07-26T12:04:32.0394033Z sparse-checkout-cone-mode: true 2026-07-26T12:04:32.0394293Z fetch-depth: 1 2026-07-26T12:04:32.0394509Z fetch-tags: false 2026-07-26T12:04:32.0394733Z show-progress: true 2026-07-26T12:04:32.0394953Z lfs: false 2026-07-26T12:04:32.0395156Z submodules: false 2026-07-26T12:04:32.0395378Z set-safe-directory: true
2026-07-26T12:04:32.1013644Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-26T12:04:32.1015354Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-26T12:04:32.1015909Z [command]/usr/bin/git version 2026-07-26T12:04:32.1050546Z git version 2.54.0
2026-07-26T12:04:32.1106909Z Temporarily overriding HOME='/home/runner/work/_temp/6a400cb0-f1d1-47e7-99ce-d7b1becab049' before making global git config changes 2026-07-26T12:04:32.1108177Z Adding repository directory to the temporary git global config as a safe directory 2026-07-26T12:04:32.1111005Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-26T12:04:32.1141049Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-26T12:04:32.1148260Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-26T12:04:32.1229332Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-26T12:04:32.1230556Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-26T12:04:32.1231452Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-26T12:04:32.1232049Z hint: call: 2026-07-26T12:04:32.1232370Z hint: 2026-07-26T12:04:32.1233001Z hint: git config --global init.defaultBranch <name> 2026-07-26T12:04:32.1233637Z hint: 2026-07-26T12:04:32.1234098Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-26T12:04:32.1234842Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-26T12:04:32.1235430Z hint: 2026-07-26T12:04:32.1235756Z hint: git branch -m <name> 2026-07-26T12:04:32.1236124Z hint: 2026-07-26T12:04:32.1236623Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-26T12:04:32.1237438Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-26T12:04:32.1238665Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-26T12:04:32.1284696Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-26T12:04:32.1308320Z Removing SSH command configuration 2026-07-26T12:04:32.1312649Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-26T12:04:32.1354222Z [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-07-26T12:04:32.1600324Z Removing HTTP extra header 2026-07-26T12:04:32.1604813Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-26T12:04:32.1632380Z [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-07-26T12:04:32.1798070Z Removing includeIf entries pointing to credentials config files 2026-07-26T12:04:32.1801448Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-26T12:04:32.1826852Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-26T12:04:32.1995103Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-de6028f3-5f66-4b1b-8742-4a3c903edfe7.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-26T12:04:32.2024301Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-de6028f3-5f66-4b1b-8742-4a3c903edfe7.config 2026-07-26T12:04:32.2049380Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-de6028f3-5f66-4b1b-8742-4a3c903edfe7.config 2026-07-26T12:04:32.2076415Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-de6028f3-5f66-4b1b-8742-4a3c903edfe7.config 2026-07-26T12:04:32.2102651Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-de6028f3-5f66-4b1b-8742-4a3c903edfe7.config
Fetching the repository
2026-07-26T12:04:32.2130654Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0b9de5713f7addda19bd317874c11a1a7f722f25:refs/remotes/origin/py3.11 2026-07-26T12:04:36.4107273Z From https://github.com/pypy/pypy 2026-07-26T12:04:36.4108086Z * [new ref] 0b9de5713f7addda19bd317874c11a1a7f722f25 -> origin/py3.11 2026-07-26T12:04:36.4132596Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-07-26T12:04:36.4155302Z origin/py3.11 2026-07-26T12:04:36.4161150Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-07-26T12:04:36.4183848Z 0b9de5713f7addda19bd317874c11a1a7f722f25
Determining the checkout info
2026-07-26T12:04:36.4190260Z [command]/usr/bin/git sparse-checkout disable 2026-07-26T12:04:36.4220067Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-26T12:04:36.4245399Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-07-26T12:04:36.8674299Z Switched to a new branch 'py3.11' 2026-07-26T12:04:36.8675325Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-07-26T12:04:36.8731952Z [command]/usr/bin/git log -1 --format=%H 2026-07-26T12:04:36.8753348Z 0b9de5713f7addda19bd317874c11a1a7f722f25