Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-27T09:29:12.8709997Z with: 2026-07-27T09:29:12.8710605Z repository: pypy/pypy 2026-07-27T09:29:12.8714477Z token: *** 2026-07-27T09:29:12.8715071Z ssh-strict: true 2026-07-27T09:29:12.8715639Z ssh-user: git 2026-07-27T09:29:12.8716275Z persist-credentials: true 2026-07-27T09:29:12.8716856Z clean: true 2026-07-27T09:29:12.8717536Z sparse-checkout-cone-mode: true 2026-07-27T09:29:12.8718162Z fetch-depth: 1 2026-07-27T09:29:12.8718714Z fetch-tags: false 2026-07-27T09:29:12.8719310Z show-progress: true 2026-07-27T09:29:12.8719848Z lfs: false 2026-07-27T09:29:12.8720346Z submodules: false 2026-07-27T09:29:12.8721046Z set-safe-directory: true
2026-07-27T09:29:12.9568273Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-27T09:29:12.9571693Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-27T09:29:12.9573256Z [command]/usr/bin/git version 2026-07-27T09:29:12.9606160Z git version 2.54.0
2026-07-27T09:29:12.9642489Z Temporarily overriding HOME='/home/runner/work/_temp/0aa2225a-f36b-446b-8a94-278e9c7d5bfe' before making global git config changes 2026-07-27T09:29:12.9644109Z Adding repository directory to the temporary git global config as a safe directory 2026-07-27T09:29:12.9645536Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-27T09:29:12.9679894Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-27T09:29:12.9702596Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-27T09:29:12.9768048Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-27T09:29:12.9770363Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-27T09:29:12.9772228Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-27T09:29:12.9773312Z hint: call: 2026-07-27T09:29:12.9773823Z hint: 2026-07-27T09:29:12.9775068Z hint: git config --global init.defaultBranch <name> 2026-07-27T09:29:12.9775975Z hint: 2026-07-27T09:29:12.9776663Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-27T09:29:12.9777910Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-27T09:29:12.9778783Z hint: 2026-07-27T09:29:12.9779317Z hint: git branch -m <name> 2026-07-27T09:29:12.9779960Z hint: 2026-07-27T09:29:12.9780672Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-27T09:29:12.9781706Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-27T09:29:12.9788960Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-27T09:29:12.9821256Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-27T09:29:12.9850014Z Removing SSH command configuration 2026-07-27T09:29:12.9855106Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-27T09:29:12.9888620Z [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-27T09:29:13.0156255Z Removing HTTP extra header 2026-07-27T09:29:13.0161723Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-27T09:29:13.0191407Z [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-27T09:29:13.0378356Z Removing includeIf entries pointing to credentials config files 2026-07-27T09:29:13.0382907Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-27T09:29:13.0415270Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-27T09:29:13.0613958Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-57687a25-9282-4641-a456-a5227dc1200f.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-27T09:29:13.0650023Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-57687a25-9282-4641-a456-a5227dc1200f.config 2026-07-27T09:29:13.0679210Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-57687a25-9282-4641-a456-a5227dc1200f.config 2026-07-27T09:29:13.0707855Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-57687a25-9282-4641-a456-a5227dc1200f.config 2026-07-27T09:29:13.0738486Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-57687a25-9282-4641-a456-a5227dc1200f.config
Fetching the repository
2026-07-27T09:29:13.0774092Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1118b727b9787232f32278a337750d3aa3e676c4:refs/remotes/origin/main 2026-07-27T09:29:16.3117671Z From https://github.com/pypy/pypy 2026-07-27T09:29:16.3119060Z * [new ref] 1118b727b9787232f32278a337750d3aa3e676c4 -> origin/main 2026-07-27T09:29:16.3148845Z [command]/usr/bin/git branch --list --remote origin/main 2026-07-27T09:29:16.3178953Z origin/main 2026-07-27T09:29:16.3186278Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-07-27T09:29:16.3217223Z 1118b727b9787232f32278a337750d3aa3e676c4
Determining the checkout info
2026-07-27T09:29:16.3225371Z [command]/usr/bin/git sparse-checkout disable 2026-07-27T09:29:16.3260234Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-27T09:29:16.3289547Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-27T09:29:16.6625587Z Switched to a new branch 'main' 2026-07-27T09:29:16.6627035Z branch 'main' set up to track 'origin/main'.
2026-07-27T09:29:16.6680592Z [command]/usr/bin/git log -1 --format=%H 2026-07-27T09:29:16.6703632Z 1118b727b9787232f32278a337750d3aa3e676c4