Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-26T06:42:37.8923382Z with: 2026-07-26T06:42:37.8923863Z repository: pypy/pypy 2026-07-26T06:42:37.8931402Z token: *** 2026-07-26T06:42:37.8931885Z ssh-strict: true 2026-07-26T06:42:37.8932389Z ssh-user: git 2026-07-26T06:42:37.8932901Z persist-credentials: true 2026-07-26T06:42:37.8933498Z clean: true 2026-07-26T06:42:37.8934007Z sparse-checkout-cone-mode: true 2026-07-26T06:42:37.8934676Z fetch-depth: 1 2026-07-26T06:42:37.8935159Z fetch-tags: false 2026-07-26T06:42:37.8935679Z show-progress: true 2026-07-26T06:42:37.8936194Z lfs: false 2026-07-26T06:42:37.8936661Z submodules: false 2026-07-26T06:42:37.8937201Z set-safe-directory: true
2026-07-26T06:42:37.9996565Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-26T06:42:38.0001382Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-26T06:42:38.0002955Z [command]/usr/bin/git version 2026-07-26T06:42:38.0072998Z git version 2.54.0
2026-07-26T06:42:38.0148247Z Temporarily overriding HOME='/home/runner/work/_temp/a9682d2c-c186-48a5-8728-34933fb7f615' before making global git config changes 2026-07-26T06:42:38.0152062Z Adding repository directory to the temporary git global config as a safe directory 2026-07-26T06:42:38.0156210Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-26T06:42:38.0215399Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-26T06:42:38.0224965Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-26T06:42:38.0317101Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-26T06:42:38.0320788Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-26T06:42:38.0323607Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-26T06:42:38.0327811Z hint: call: 2026-07-26T06:42:38.0328964Z hint: 2026-07-26T06:42:38.0330733Z hint: git config --global init.defaultBranch <name> 2026-07-26T06:42:38.0332102Z hint: 2026-07-26T06:42:38.0333306Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-26T06:42:38.0335579Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-26T06:42:38.0337258Z hint: 2026-07-26T06:42:38.0337806Z hint: git branch -m <name> 2026-07-26T06:42:38.0338402Z hint: 2026-07-26T06:42:38.0339250Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-26T06:42:38.0341154Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-26T06:42:38.0344953Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-26T06:42:38.0387240Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-26T06:42:38.0430207Z Removing SSH command configuration 2026-07-26T06:42:38.0437298Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-26T06:42:38.0479624Z [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-26T06:42:38.0864367Z Removing HTTP extra header 2026-07-26T06:42:38.0868595Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-26T06:42:38.0917351Z [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-26T06:42:38.1159190Z Removing includeIf entries pointing to credentials config files 2026-07-26T06:42:38.1165007Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-26T06:42:38.1204781Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-26T06:42:38.1459740Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-019405dc-0b63-4899-bb67-1f81e8a41105.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-26T06:42:38.1505613Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-019405dc-0b63-4899-bb67-1f81e8a41105.config 2026-07-26T06:42:38.1543838Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-019405dc-0b63-4899-bb67-1f81e8a41105.config 2026-07-26T06:42:38.1583265Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-019405dc-0b63-4899-bb67-1f81e8a41105.config 2026-07-26T06:42:38.1620399Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-019405dc-0b63-4899-bb67-1f81e8a41105.config
Fetching the repository
2026-07-26T06:42:38.1662837Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6b0115782e5fffc1a8dedc09fcc62c4500514691:refs/remotes/origin/main 2026-07-26T06:42:41.1535132Z From https://github.com/pypy/pypy 2026-07-26T06:42:41.1540386Z * [new ref] 6b0115782e5fffc1a8dedc09fcc62c4500514691 -> origin/main 2026-07-26T06:42:41.1581760Z [command]/usr/bin/git branch --list --remote origin/main 2026-07-26T06:42:41.1620337Z origin/main 2026-07-26T06:42:41.1630101Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-07-26T06:42:41.1662399Z 6b0115782e5fffc1a8dedc09fcc62c4500514691
Determining the checkout info
2026-07-26T06:42:41.1672922Z [command]/usr/bin/git sparse-checkout disable 2026-07-26T06:42:41.1726784Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-26T06:42:41.1766247Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-26T06:42:41.7418474Z Switched to a new branch 'main' 2026-07-26T06:42:41.7419743Z branch 'main' set up to track 'origin/main'.
2026-07-26T06:42:41.7506386Z [command]/usr/bin/git log -1 --format=%H 2026-07-26T06:42:41.7541936Z 6b0115782e5fffc1a8dedc09fcc62c4500514691