Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-27T04:01:42.2963612Z with: 2026-07-27T04:01:42.2964694Z repository: pypy/pypy 2026-07-27T04:01:42.2973176Z token: *** 2026-07-27T04:01:42.2974037Z ssh-strict: true 2026-07-27T04:01:42.2975067Z ssh-user: git 2026-07-27T04:01:42.2975963Z persist-credentials: true 2026-07-27T04:01:42.2976959Z clean: true 2026-07-27T04:01:42.2977855Z sparse-checkout-cone-mode: true 2026-07-27T04:01:42.2978921Z fetch-depth: 1 2026-07-27T04:01:42.2979800Z fetch-tags: false 2026-07-27T04:01:42.2980697Z show-progress: true 2026-07-27T04:01:42.2981614Z lfs: false 2026-07-27T04:01:42.2982446Z submodules: false 2026-07-27T04:01:42.2983372Z set-safe-directory: true
2026-07-27T04:01:42.4056826Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-27T04:01:42.4060815Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-27T04:01:42.4062843Z [command]/usr/bin/git version 2026-07-27T04:01:42.5343294Z git version 2.54.0
2026-07-27T04:01:42.5417375Z Temporarily overriding HOME='/home/runner/work/_temp/fe200278-7c40-4926-bfbc-5c580af6fa97' before making global git config changes 2026-07-27T04:01:42.5420428Z Adding repository directory to the temporary git global config as a safe directory 2026-07-27T04:01:42.5423227Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-27T04:01:42.5654549Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-27T04:01:42.5664356Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-27T04:01:42.6201238Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-27T04:01:42.6205964Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-27T04:01:42.6209034Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-27T04:01:42.6211413Z hint: call: 2026-07-27T04:01:42.6212444Z hint: 2026-07-27T04:01:42.6213608Z hint: git config --global init.defaultBranch <name> 2026-07-27T04:01:42.6215283Z hint: 2026-07-27T04:01:42.6217170Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-27T04:01:42.6220487Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-27T04:01:42.6222086Z hint: 2026-07-27T04:01:42.6222921Z hint: git branch -m <name> 2026-07-27T04:01:42.6223982Z hint: 2026-07-27T04:01:42.6225609Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-27T04:01:42.6227621Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-27T04:01:42.6230705Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-27T04:01:42.6460880Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-27T04:01:42.6526353Z Removing SSH command configuration 2026-07-27T04:01:42.6528950Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-27T04:01:42.6546577Z [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-27T04:01:42.8692788Z Removing HTTP extra header 2026-07-27T04:01:42.8699626Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-27T04:01:42.8747750Z [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-27T04:01:42.9029265Z Removing includeIf entries pointing to credentials config files 2026-07-27T04:01:42.9036291Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-27T04:01:42.9073652Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-27T04:01:42.9307534Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-c16f7f7c-b3e0-40ef-a580-529b26f66616.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-27T04:01:42.9348450Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-c16f7f7c-b3e0-40ef-a580-529b26f66616.config 2026-07-27T04:01:42.9383894Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-c16f7f7c-b3e0-40ef-a580-529b26f66616.config 2026-07-27T04:01:42.9465230Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-c16f7f7c-b3e0-40ef-a580-529b26f66616.config 2026-07-27T04:01:42.9502081Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-c16f7f7c-b3e0-40ef-a580-529b26f66616.config
Fetching the repository
2026-07-27T04:01:42.9543429Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +64cc81eacfd9bbc5fd2187fa4fc00e7bde871052:refs/remotes/origin/main 2026-07-27T04:01:44.4365711Z From https://github.com/pypy/pypy 2026-07-27T04:01:44.4366961Z * [new ref] 64cc81eacfd9bbc5fd2187fa4fc00e7bde871052 -> origin/main 2026-07-27T04:01:44.4547209Z [command]/usr/bin/git branch --list --remote origin/main 2026-07-27T04:01:44.4633500Z origin/main 2026-07-27T04:01:44.4654524Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-07-27T04:01:44.4685036Z 64cc81eacfd9bbc5fd2187fa4fc00e7bde871052
Determining the checkout info
2026-07-27T04:01:44.4725063Z [command]/usr/bin/git sparse-checkout disable 2026-07-27T04:01:44.4797130Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-27T04:01:44.4851372Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-27T04:01:45.0294648Z Switched to a new branch 'main' 2026-07-27T04:01:45.0297441Z branch 'main' set up to track 'origin/main'.
2026-07-27T04:01:45.0380331Z [command]/usr/bin/git log -1 --format=%H 2026-07-27T04:01:45.0407766Z 64cc81eacfd9bbc5fd2187fa4fc00e7bde871052