Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-26T06:06:45.6452369Z with: 2026-08-26T06:06:45.6452810Z repository: pypy/pypy 2026-08-26T06:06:45.6456432Z token: *** 2026-08-26T06:06:45.6456869Z ssh-strict: true 2026-08-26T06:06:45.6457323Z ssh-user: git 2026-08-26T06:06:45.6457765Z persist-credentials: true 2026-08-26T06:06:45.6458256Z clean: true 2026-08-26T06:06:45.6458699Z sparse-checkout-cone-mode: true 2026-08-26T06:06:45.6459215Z fetch-depth: 1 2026-08-26T06:06:45.6459645Z fetch-tags: false 2026-08-26T06:06:45.6460272Z show-progress: true 2026-08-26T06:06:45.6460722Z lfs: false 2026-08-26T06:06:45.6461134Z submodules: false 2026-08-26T06:06:45.6461588Z set-safe-directory: true
2026-08-26T06:06:45.7468458Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-26T06:06:45.7472640Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-26T06:06:45.7474302Z [command]/usr/bin/git version 2026-08-26T06:06:45.7493519Z git version 2.55.0
2026-08-26T06:06:45.7566095Z Temporarily overriding HOME='/home/runner/work/_temp/75408c44-6ae8-46b9-8ef2-c96ddc4f3f4c' before making global git config changes 2026-08-26T06:06:45.7568503Z Adding repository directory to the temporary git global config as a safe directory 2026-08-26T06:06:45.7570859Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-26T06:06:45.7618864Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-26T06:06:45.7628178Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-26T06:06:45.7723432Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-26T06:06:45.7725571Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-26T06:06:45.7726710Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-26T06:06:45.7727586Z hint: call: 2026-08-26T06:06:45.7728054Z hint: 2026-08-26T06:06:45.7728644Z hint: git config --global init.defaultBranch <name> 2026-08-26T06:06:45.7729355Z hint: 2026-08-26T06:06:45.7730298Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-26T06:06:45.7731420Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-26T06:06:45.7732287Z hint: 2026-08-26T06:06:45.7732765Z hint: git branch -m <name> 2026-08-26T06:06:45.7733315Z hint: 2026-08-26T06:06:45.7734035Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-26T06:06:45.7739709Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-26T06:06:45.7757434Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-26T06:06:45.7799251Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-26T06:06:45.7834673Z Removing SSH command configuration 2026-08-26T06:06:45.7840777Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-26T06:06:45.7876086Z [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-26T06:06:45.8223177Z Removing HTTP extra header 2026-08-26T06:06:45.8232679Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-26T06:06:45.8272166Z [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-26T06:06:45.8515423Z Removing includeIf entries pointing to credentials config files 2026-08-26T06:06:45.8523190Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-26T06:06:45.8563743Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-26T06:06:45.8806124Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-4d0e69ba-dd1a-4cd7-a666-52089d79ca45.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-26T06:06:45.8850452Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-4d0e69ba-dd1a-4cd7-a666-52089d79ca45.config 2026-08-26T06:06:45.8886591Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-4d0e69ba-dd1a-4cd7-a666-52089d79ca45.config 2026-08-26T06:06:45.8924409Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-4d0e69ba-dd1a-4cd7-a666-52089d79ca45.config 2026-08-26T06:06:45.8961388Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-4d0e69ba-dd1a-4cd7-a666-52089d79ca45.config
Fetching the repository
2026-08-26T06:06:45.9002413Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +422c71813a7913bbc389a9f9a788506a4f1efac2:refs/remotes/origin/py3.12 2026-08-26T06:06:49.8951910Z From https://github.com/pypy/pypy 2026-08-26T06:06:49.8971575Z * [new ref] 422c71813a7913bbc389a9f9a788506a4f1efac2 -> origin/py3.12 2026-08-26T06:06:49.8974375Z [command]/usr/bin/git branch --list --remote origin/py3.12 2026-08-26T06:06:49.8993771Z origin/py3.12 2026-08-26T06:06:49.9005334Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.12 2026-08-26T06:06:49.9034281Z 422c71813a7913bbc389a9f9a788506a4f1efac2
Determining the checkout info
2026-08-26T06:06:49.9056566Z [command]/usr/bin/git sparse-checkout disable 2026-08-26T06:06:49.9119320Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-26T06:06:49.9156065Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-08-26T06:06:50.5634669Z Switched to a new branch 'py3.12' 2026-08-26T06:06:50.5638450Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-26T06:06:50.5712240Z [command]/usr/bin/git log -1 --format=%H 2026-08-26T06:06:50.5739700Z 422c71813a7913bbc389a9f9a788506a4f1efac2