Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-26T07:10:07.7897286Z with: 2026-07-26T07:10:07.7897833Z repository: pypy/pypy 2026-07-26T07:10:07.7907906Z token: *** 2026-07-26T07:10:07.7908464Z ssh-strict: true 2026-07-26T07:10:07.7909025Z ssh-user: git 2026-07-26T07:10:07.7909608Z persist-credentials: true 2026-07-26T07:10:07.7910279Z clean: true 2026-07-26T07:10:07.7910857Z sparse-checkout-cone-mode: true 2026-07-26T07:10:07.7912056Z fetch-depth: 1 2026-07-26T07:10:07.7912661Z fetch-tags: false 2026-07-26T07:10:07.7913237Z show-progress: true 2026-07-26T07:10:07.7913819Z lfs: false 2026-07-26T07:10:07.7914353Z submodules: false 2026-07-26T07:10:07.7914919Z set-safe-directory: true
2026-07-26T07:10:07.9086659Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-26T07:10:07.9091689Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-26T07:10:07.9093832Z [command]/usr/bin/git version 2026-07-26T07:10:07.9133787Z git version 2.54.0
2026-07-26T07:10:07.9214450Z Temporarily overriding HOME='/home/runner/work/_temp/5116e5f6-357a-4e74-a4df-cfae40bec59e' before making global git config changes 2026-07-26T07:10:07.9217322Z Adding repository directory to the temporary git global config as a safe directory 2026-07-26T07:10:07.9220484Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-26T07:10:07.9274292Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-26T07:10:07.9294118Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-26T07:10:07.9392026Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-26T07:10:07.9395988Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-26T07:10:07.9399795Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-26T07:10:07.9402714Z hint: call: 2026-07-26T07:10:07.9403737Z hint: 2026-07-26T07:10:07.9405751Z hint: git config --global init.defaultBranch <name> 2026-07-26T07:10:07.9407726Z hint: 2026-07-26T07:10:07.9409092Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-26T07:10:07.9412515Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-26T07:10:07.9414458Z hint: 2026-07-26T07:10:07.9415428Z hint: git branch -m <name> 2026-07-26T07:10:07.9416468Z hint: 2026-07-26T07:10:07.9417907Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-26T07:10:07.9420408Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-26T07:10:07.9424915Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-26T07:10:07.9473526Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-26T07:10:07.9514612Z Removing SSH command configuration 2026-07-26T07:10:07.9518665Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-26T07:10:07.9562753Z [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-26T07:10:07.9912056Z Removing HTTP extra header 2026-07-26T07:10:07.9920239Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-26T07:10:07.9963854Z [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-26T07:10:08.0212781Z Removing includeIf entries pointing to credentials config files 2026-07-26T07:10:08.0219533Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-26T07:10:08.0260153Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-26T07:10:08.0500093Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-ca1fafc5-2249-4829-96e3-6ca4e200f5e1.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-26T07:10:08.0548655Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-ca1fafc5-2249-4829-96e3-6ca4e200f5e1.config 2026-07-26T07:10:08.0584236Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-ca1fafc5-2249-4829-96e3-6ca4e200f5e1.config 2026-07-26T07:10:08.0621198Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-ca1fafc5-2249-4829-96e3-6ca4e200f5e1.config 2026-07-26T07:10:08.0658784Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-ca1fafc5-2249-4829-96e3-6ca4e200f5e1.config
Fetching the repository
2026-07-26T07:10:08.0700559Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d218730c1e8d42690be18a0167d09bd6027ecb82:refs/remotes/origin/main 2026-07-26T07:10:10.8316327Z From https://github.com/pypy/pypy 2026-07-26T07:10:10.8319487Z * [new ref] d218730c1e8d42690be18a0167d09bd6027ecb82 -> origin/main 2026-07-26T07:10:10.8363387Z [command]/usr/bin/git branch --list --remote origin/main 2026-07-26T07:10:10.8407722Z origin/main 2026-07-26T07:10:10.8417587Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-07-26T07:10:10.8448032Z d218730c1e8d42690be18a0167d09bd6027ecb82
Determining the checkout info
2026-07-26T07:10:10.8458289Z [command]/usr/bin/git sparse-checkout disable 2026-07-26T07:10:10.8518117Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-26T07:10:10.8554744Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-26T07:10:11.3949721Z Switched to a new branch 'main' 2026-07-26T07:10:11.3950821Z branch 'main' set up to track 'origin/main'.
2026-07-26T07:10:11.4038216Z [command]/usr/bin/git log -1 --format=%H 2026-07-26T07:10:11.4071690Z d218730c1e8d42690be18a0167d09bd6027ecb82