Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-05T20:27:17.3905415Z with: 2026-09-05T20:27:17.3905822Z repository: pypy/pypy 2026-09-05T20:27:17.3909257Z token: *** 2026-09-05T20:27:17.3909668Z ssh-strict: true 2026-09-05T20:27:17.3910093Z ssh-user: git 2026-09-05T20:27:17.3910550Z persist-credentials: true 2026-09-05T20:27:17.3911028Z clean: true 2026-09-05T20:27:17.3911477Z sparse-checkout-cone-mode: true 2026-09-05T20:27:17.3911959Z fetch-depth: 1 2026-09-05T20:27:17.3912368Z fetch-tags: false 2026-09-05T20:27:17.3912974Z show-progress: true 2026-09-05T20:27:17.3913403Z lfs: false 2026-09-05T20:27:17.3913814Z submodules: false 2026-09-05T20:27:17.3914239Z set-safe-directory: true
2026-09-05T20:27:17.4736338Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-05T20:27:17.4738974Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-05T20:27:17.4740085Z [command]/usr/bin/git version 2026-09-05T20:27:17.4815730Z git version 2.55.0
2026-09-05T20:27:17.4848981Z Temporarily overriding HOME='/home/runner/work/_temp/1fa93cd1-8d51-4a6e-8bdf-4db89c1f041a' before making global git config changes 2026-09-05T20:27:17.4850646Z Adding repository directory to the temporary git global config as a safe directory 2026-09-05T20:27:17.4853758Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-05T20:27:17.4896386Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-05T20:27:17.4903278Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-05T20:27:17.4979322Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-05T20:27:17.4980617Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-05T20:27:17.4981576Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-05T20:27:17.4982238Z hint: call: 2026-09-05T20:27:17.4982931Z hint: 2026-09-05T20:27:17.4983640Z hint: git config --global init.defaultBranch <name> 2026-09-05T20:27:17.4984201Z hint: 2026-09-05T20:27:17.4984771Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-05T20:27:17.4985570Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-05T20:27:17.4986265Z hint: 2026-09-05T20:27:17.4986687Z hint: git branch -m <name> 2026-09-05T20:27:17.4987118Z hint: 2026-09-05T20:27:17.4987706Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-05T20:27:17.4991743Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-05T20:27:17.5000642Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-05T20:27:17.5041927Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-05T20:27:17.5148859Z Removing SSH command configuration 2026-09-05T20:27:17.5153953Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-05T20:27:17.5178536Z [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-05T20:27:17.5483755Z Removing HTTP extra header 2026-09-05T20:27:17.5488970Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-05T20:27:17.5515694Z [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-05T20:27:17.5681329Z Removing includeIf entries pointing to credentials config files 2026-09-05T20:27:17.5686497Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-05T20:27:17.5711798Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-05T20:27:17.5867464Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-e3b433e0-21f2-4310-af00-89646c0643b0.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-05T20:27:17.5894580Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-e3b433e0-21f2-4310-af00-89646c0643b0.config 2026-09-05T20:27:17.5916649Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-e3b433e0-21f2-4310-af00-89646c0643b0.config 2026-09-05T20:27:17.5944057Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-e3b433e0-21f2-4310-af00-89646c0643b0.config 2026-09-05T20:27:17.5968903Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-e3b433e0-21f2-4310-af00-89646c0643b0.config
Fetching the repository
2026-09-05T20:27:17.6000432Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +dd257e8ae70acf213b723fbbd8e37e27a163a8ef:refs/remotes/origin/py3.12 2026-09-05T20:27:21.8414454Z From https://github.com/pypy/pypy 2026-09-05T20:27:21.8416017Z * [new ref] dd257e8ae70acf213b723fbbd8e37e27a163a8ef -> origin/py3.12 2026-09-05T20:27:21.8424285Z [command]/usr/bin/git branch --list --remote origin/py3.12 2026-09-05T20:27:21.8456617Z origin/py3.12 2026-09-05T20:27:21.8464952Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.12 2026-09-05T20:27:21.8482011Z dd257e8ae70acf213b723fbbd8e37e27a163a8ef
Determining the checkout info
2026-09-05T20:27:21.8490188Z [command]/usr/bin/git sparse-checkout disable 2026-09-05T20:27:21.8601593Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-05T20:27:21.8624304Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-09-05T20:27:22.3644425Z Switched to a new branch 'py3.12' 2026-09-05T20:27:22.3646401Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-09-05T20:27:22.3698449Z [command]/usr/bin/git log -1 --format=%H 2026-09-05T20:27:22.3718489Z dd257e8ae70acf213b723fbbd8e37e27a163a8ef