Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-10T00:26:57.3565004Z with: 2026-09-10T00:26:57.3565584Z repository: pypy/pypy 2026-09-10T00:26:57.3569686Z token: *** 2026-09-10T00:26:57.3570219Z ssh-strict: true 2026-09-10T00:26:57.3570899Z ssh-user: git 2026-09-10T00:26:57.3571482Z persist-credentials: true 2026-09-10T00:26:57.3572354Z clean: true 2026-09-10T00:26:57.3573013Z sparse-checkout-cone-mode: true 2026-09-10T00:26:57.3573636Z fetch-depth: 1 2026-09-10T00:26:57.3574266Z fetch-tags: false 2026-09-10T00:26:57.3574891Z show-progress: true 2026-09-10T00:26:57.3575440Z lfs: false 2026-09-10T00:26:57.3576063Z submodules: false 2026-09-10T00:26:57.3576645Z set-safe-directory: true
2026-09-10T00:26:57.4413265Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-10T00:26:57.4416349Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-10T00:26:57.4417702Z [command]/usr/bin/git version 2026-09-10T00:26:57.4452978Z git version 2.55.0
2026-09-10T00:26:57.4489390Z Temporarily overriding HOME='/home/runner/work/_temp/4f7bae83-6b4e-450a-be20-a59b11a0624c' before making global git config changes 2026-09-10T00:26:57.4491277Z Adding repository directory to the temporary git global config as a safe directory 2026-09-10T00:26:57.4493466Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-10T00:26:57.4517878Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-10T00:26:57.4542284Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-10T00:26:57.4623174Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-10T00:26:57.4624725Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-10T00:26:57.4626054Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-10T00:26:57.4626890Z hint: call: 2026-09-10T00:26:57.4627450Z hint: 2026-09-10T00:26:57.4628112Z hint: git config --global init.defaultBranch <name> 2026-09-10T00:26:57.4628808Z hint: 2026-09-10T00:26:57.4629609Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-10T00:26:57.4630638Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-10T00:26:57.4631450Z hint: 2026-09-10T00:26:57.4632268Z hint: git branch -m <name> 2026-09-10T00:26:57.4632867Z hint: 2026-09-10T00:26:57.4633728Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-10T00:26:57.4634793Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-10T00:26:57.4636760Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-10T00:26:57.4670338Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-10T00:26:57.4705258Z Removing SSH command configuration 2026-09-10T00:26:57.4706462Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-10T00:26:57.4721214Z [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-10T00:26:57.5011001Z Removing HTTP extra header 2026-09-10T00:26:57.5023468Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-10T00:26:57.5043522Z [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-10T00:26:57.5216830Z Removing includeIf entries pointing to credentials config files 2026-09-10T00:26:57.5220827Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-10T00:26:57.5249812Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-10T00:26:57.5424801Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-c06ed889-f5b6-4b42-af26-f36a169c238e.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-10T00:26:57.5456645Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-c06ed889-f5b6-4b42-af26-f36a169c238e.config 2026-09-10T00:26:57.5482849Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-c06ed889-f5b6-4b42-af26-f36a169c238e.config 2026-09-10T00:26:57.5509481Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-c06ed889-f5b6-4b42-af26-f36a169c238e.config 2026-09-10T00:26:57.5535937Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-c06ed889-f5b6-4b42-af26-f36a169c238e.config
Fetching the repository
2026-09-10T00:26:57.5567179Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +fa55757300e3c68eec3c6051177ebef794e28bfe:refs/remotes/origin/py3.11 2026-09-10T00:27:01.2004183Z From https://github.com/pypy/pypy 2026-09-10T00:27:01.2007144Z * [new ref] fa55757300e3c68eec3c6051177ebef794e28bfe -> origin/py3.11 2026-09-10T00:27:01.2013446Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-09-10T00:27:01.2041734Z origin/py3.11 2026-09-10T00:27:01.2048515Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-09-10T00:27:01.2069200Z fa55757300e3c68eec3c6051177ebef794e28bfe
Determining the checkout info
2026-09-10T00:27:01.2077409Z [command]/usr/bin/git sparse-checkout disable 2026-09-10T00:27:01.2112867Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-10T00:27:01.2139516Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-09-10T00:27:01.5695170Z Switched to a new branch 'py3.11' 2026-09-10T00:27:01.5696206Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-09-10T00:27:01.5743381Z [command]/usr/bin/git log -1 --format=%H 2026-09-10T00:27:01.5765302Z fa55757300e3c68eec3c6051177ebef794e28bfe