Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-05T12:21:20.2866657Z with: 2026-08-05T12:21:20.2867095Z repository: pypy/pypy 2026-08-05T12:21:20.2870874Z token: *** 2026-08-05T12:21:20.2871304Z ssh-strict: true 2026-08-05T12:21:20.2871727Z ssh-user: git 2026-08-05T12:21:20.2872169Z persist-credentials: true 2026-08-05T12:21:20.2873001Z clean: true 2026-08-05T12:21:20.2873444Z sparse-checkout-cone-mode: true 2026-08-05T12:21:20.2873976Z fetch-depth: 1 2026-08-05T12:21:20.2874402Z fetch-tags: false 2026-08-05T12:21:20.2874884Z show-progress: true 2026-08-05T12:21:20.2875325Z lfs: false 2026-08-05T12:21:20.2875726Z submodules: false 2026-08-05T12:21:20.2876183Z set-safe-directory: true
2026-08-05T12:21:20.3905637Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-05T12:21:20.3910153Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-05T12:21:20.3915734Z [command]/usr/bin/git version 2026-08-05T12:21:20.4045130Z git version 2.54.0
2026-08-05T12:21:20.4131922Z Temporarily overriding HOME='/home/runner/work/_temp/998108a5-f197-4c52-98f8-760bc334a79a' before making global git config changes 2026-08-05T12:21:20.4135061Z Adding repository directory to the temporary git global config as a safe directory 2026-08-05T12:21:20.4138222Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-05T12:21:20.4203001Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-05T12:21:20.4214742Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-05T12:21:20.4374788Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-05T12:21:20.4377627Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-05T12:21:20.4379884Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-05T12:21:20.4381680Z hint: call: 2026-08-05T12:21:20.4383011Z hint: 2026-08-05T12:21:20.4384344Z hint: git config --global init.defaultBranch <name> 2026-08-05T12:21:20.4385718Z hint: 2026-08-05T12:21:20.4386996Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-05T12:21:20.4388935Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-05T12:21:20.4390530Z hint: 2026-08-05T12:21:20.4391445Z hint: git branch -m <name> 2026-08-05T12:21:20.4392691Z hint: 2026-08-05T12:21:20.4394042Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-05T12:21:20.4395981Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-05T12:21:20.4400128Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-05T12:21:20.4503417Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-05T12:21:20.4536083Z Removing SSH command configuration 2026-08-05T12:21:20.4537964Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-05T12:21:20.4577404Z [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-05T12:21:20.4974380Z Removing HTTP extra header 2026-08-05T12:21:20.4981022Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-05T12:21:20.5018699Z [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-05T12:21:20.5237235Z Removing includeIf entries pointing to credentials config files 2026-08-05T12:21:20.5244302Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-05T12:21:20.5279275Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-05T12:21:20.5504168Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-1a969307-15e1-420b-a484-94e6353f3cab.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-05T12:21:20.5545782Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-1a969307-15e1-420b-a484-94e6353f3cab.config 2026-08-05T12:21:20.5581966Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-1a969307-15e1-420b-a484-94e6353f3cab.config 2026-08-05T12:21:20.5620513Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-1a969307-15e1-420b-a484-94e6353f3cab.config 2026-08-05T12:21:20.5655914Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-1a969307-15e1-420b-a484-94e6353f3cab.config
Fetching the repository
2026-08-05T12:21:20.5697001Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4eeb73ca9598d4743be0c8e452bf7850b7a17630:refs/remotes/origin/main 2026-08-05T12:21:23.6161470Z From https://github.com/pypy/pypy 2026-08-05T12:21:23.6163871Z * [new ref] 4eeb73ca9598d4743be0c8e452bf7850b7a17630 -> origin/main 2026-08-05T12:21:23.6218389Z [command]/usr/bin/git branch --list --remote origin/main 2026-08-05T12:21:23.6253707Z origin/main 2026-08-05T12:21:23.6264424Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-08-05T12:21:23.6295429Z 4eeb73ca9598d4743be0c8e452bf7850b7a17630
Determining the checkout info
2026-08-05T12:21:23.6306009Z [command]/usr/bin/git sparse-checkout disable 2026-08-05T12:21:23.6360580Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-05T12:21:23.6400108Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-08-05T12:21:24.1799817Z Switched to a new branch 'main' 2026-08-05T12:21:24.1800967Z branch 'main' set up to track 'origin/main'.
2026-08-05T12:21:24.1876964Z [command]/usr/bin/git log -1 --format=%H 2026-08-05T12:21:24.1904709Z 4eeb73ca9598d4743be0c8e452bf7850b7a17630