Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-23T06:35:35.8386220Z with: 2026-07-23T06:35:35.8386894Z repository: pypy/pypy 2026-07-23T06:35:35.8391107Z token: *** 2026-07-23T06:35:35.8391629Z ssh-strict: true 2026-07-23T06:35:35.8392253Z ssh-user: git 2026-07-23T06:35:35.8392828Z persist-credentials: true 2026-07-23T06:35:35.8393395Z clean: true 2026-07-23T06:35:35.8394008Z sparse-checkout-cone-mode: true 2026-07-23T06:35:35.8394634Z fetch-depth: 1 2026-07-23T06:35:35.8395554Z fetch-tags: false 2026-07-23T06:35:35.8396135Z show-progress: true 2026-07-23T06:35:35.8396646Z lfs: false 2026-07-23T06:35:35.8397219Z submodules: false 2026-07-23T06:35:35.8397787Z set-safe-directory: true
2026-07-23T06:35:35.9261927Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-23T06:35:35.9264967Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-23T06:35:35.9266425Z [command]/usr/bin/git version 2026-07-23T06:35:35.9342182Z git version 2.54.0
2026-07-23T06:35:35.9382422Z Temporarily overriding HOME='/home/runner/work/_temp/2a573c9d-ae41-40b9-8265-e72feece76e1' before making global git config changes 2026-07-23T06:35:35.9384119Z Adding repository directory to the temporary git global config as a safe directory 2026-07-23T06:35:35.9401345Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-23T06:35:35.9429144Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-23T06:35:35.9440354Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-23T06:35:35.9561702Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-23T06:35:35.9579694Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-23T06:35:35.9586303Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-23T06:35:35.9587969Z hint: call: 2026-07-23T06:35:35.9588783Z hint: 2026-07-23T06:35:35.9590290Z hint: git config --global init.defaultBranch <name> 2026-07-23T06:35:35.9591494Z hint: 2026-07-23T06:35:35.9593011Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-23T06:35:35.9594541Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-23T06:35:35.9595828Z hint: 2026-07-23T06:35:35.9596746Z hint: git branch -m <name> 2026-07-23T06:35:35.9598145Z hint: 2026-07-23T06:35:35.9599310Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-23T06:35:35.9605702Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-23T06:35:35.9608591Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-23T06:35:35.9620869Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-23T06:35:35.9667188Z Removing SSH command configuration 2026-07-23T06:35:35.9668624Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-23T06:35:35.9720336Z [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-23T06:35:35.9999012Z Removing HTTP extra header 2026-07-23T06:35:36.0005183Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-23T06:35:36.0035942Z [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-23T06:35:36.0219808Z Removing includeIf entries pointing to credentials config files 2026-07-23T06:35:36.0231553Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-23T06:35:36.0257993Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-23T06:35:36.0450738Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-86acf3b0-9948-4911-81b2-308af7ca1ea0.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-23T06:35:36.0488592Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-86acf3b0-9948-4911-81b2-308af7ca1ea0.config 2026-07-23T06:35:36.0516335Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-86acf3b0-9948-4911-81b2-308af7ca1ea0.config 2026-07-23T06:35:36.0545917Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-86acf3b0-9948-4911-81b2-308af7ca1ea0.config 2026-07-23T06:35:36.0574511Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-86acf3b0-9948-4911-81b2-308af7ca1ea0.config
Fetching the repository
2026-07-23T06:35:36.0607513Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +957a1668020efd831bb1ff17660a0e80e9cb02e1:refs/remotes/origin/main 2026-07-23T06:35:38.9257960Z From https://github.com/pypy/pypy 2026-07-23T06:35:38.9259311Z * [new ref] 957a1668020efd831bb1ff17660a0e80e9cb02e1 -> origin/main 2026-07-23T06:35:38.9285788Z [command]/usr/bin/git branch --list --remote origin/main 2026-07-23T06:35:38.9314720Z origin/main 2026-07-23T06:35:38.9321363Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-07-23T06:35:38.9342237Z 957a1668020efd831bb1ff17660a0e80e9cb02e1
Determining the checkout info
2026-07-23T06:35:38.9350372Z [command]/usr/bin/git sparse-checkout disable 2026-07-23T06:35:38.9386186Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-23T06:35:38.9414282Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-23T06:35:39.2755288Z Switched to a new branch 'main' 2026-07-23T06:35:39.2756810Z branch 'main' set up to track 'origin/main'.
2026-07-23T06:35:39.2808218Z [command]/usr/bin/git log -1 --format=%H 2026-07-23T06:35:39.2830996Z 957a1668020efd831bb1ff17660a0e80e9cb02e1