Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-16T09:27:22.5235900Z with: 2026-09-16T09:27:22.5236336Z repository: pypy/pypy 2026-09-16T09:27:22.5240396Z token: *** 2026-09-16T09:27:22.5240839Z ssh-strict: true 2026-09-16T09:27:22.5241280Z ssh-user: git 2026-09-16T09:27:22.5241724Z persist-credentials: true 2026-09-16T09:27:22.5242206Z clean: true 2026-09-16T09:27:22.5242644Z sparse-checkout-cone-mode: true 2026-09-16T09:27:22.5243164Z fetch-depth: 1 2026-09-16T09:27:22.5243597Z fetch-tags: false 2026-09-16T09:27:22.5244042Z show-progress: true 2026-09-16T09:27:22.5244483Z lfs: false 2026-09-16T09:27:22.5244887Z submodules: false 2026-09-16T09:27:22.5245332Z set-safe-directory: true
2026-09-16T09:27:22.6300232Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-16T09:27:22.6304123Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-16T09:27:22.6305342Z [command]/usr/bin/git version 2026-09-16T09:27:22.6389827Z git version 2.55.0
2026-09-16T09:27:22.6426446Z Temporarily overriding HOME='/home/runner/work/_temp/bf3af4db-debc-4773-b44a-923f4ad048dc' before making global git config changes 2026-09-16T09:27:22.6429147Z Adding repository directory to the temporary git global config as a safe directory 2026-09-16T09:27:22.6431274Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-16T09:27:22.6494610Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-16T09:27:22.6507645Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-16T09:27:22.6596164Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-16T09:27:22.6598120Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-16T09:27:22.6599825Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-16T09:27:22.6601007Z hint: call: 2026-09-16T09:27:22.6601636Z hint: 2026-09-16T09:27:22.6602831Z hint: git config --global init.defaultBranch <name> 2026-09-16T09:27:22.6603810Z hint: 2026-09-16T09:27:22.6604736Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-16T09:27:22.6606225Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-16T09:27:22.6607405Z hint: 2026-09-16T09:27:22.6608056Z hint: git branch -m <name> 2026-09-16T09:27:22.6609060Z hint: 2026-09-16T09:27:22.6610064Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-16T09:27:22.6611599Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-16T09:27:22.6614002Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-16T09:27:22.6664634Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-16T09:27:22.6699581Z Removing SSH command configuration 2026-09-16T09:27:22.6704810Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-16T09:27:22.6740785Z [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-16T09:27:22.7108777Z Removing HTTP extra header 2026-09-16T09:27:22.7115310Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-16T09:27:22.7160563Z [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-16T09:27:22.7406545Z Removing includeIf entries pointing to credentials config files 2026-09-16T09:27:22.7419912Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-16T09:27:22.7461921Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-16T09:27:22.7705759Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-c56599e0-fd66-402b-ab61-955829710354.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-16T09:27:22.7748793Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-c56599e0-fd66-402b-ab61-955829710354.config 2026-09-16T09:27:22.7785503Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-c56599e0-fd66-402b-ab61-955829710354.config 2026-09-16T09:27:22.7826570Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-c56599e0-fd66-402b-ab61-955829710354.config 2026-09-16T09:27:22.7868048Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-c56599e0-fd66-402b-ab61-955829710354.config
Fetching the repository
2026-09-16T09:27:22.7917952Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0bc2c96f9702a392018d734113c621785bb71422:refs/remotes/origin/main 2026-09-16T09:27:25.6931516Z From https://github.com/pypy/pypy 2026-09-16T09:27:25.6933231Z * [new ref] 0bc2c96f9702a392018d734113c621785bb71422 -> origin/main 2026-09-16T09:27:25.6944164Z [command]/usr/bin/git branch --list --remote origin/main 2026-09-16T09:27:25.6974309Z origin/main 2026-09-16T09:27:25.6989629Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-09-16T09:27:25.7013671Z 0bc2c96f9702a392018d734113c621785bb71422
Determining the checkout info
2026-09-16T09:27:25.7024802Z [command]/usr/bin/git sparse-checkout disable 2026-09-16T09:27:25.7082097Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-16T09:27:25.7119855Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-09-16T09:27:26.2087732Z Switched to a new branch 'main' 2026-09-16T09:27:26.2091337Z branch 'main' set up to track 'origin/main'.
2026-09-16T09:27:26.2163263Z [command]/usr/bin/git log -1 --format=%H 2026-09-16T09:27:26.2192960Z 0bc2c96f9702a392018d734113c621785bb71422