Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-31T19:42:44.3176677Z with: 2026-07-31T19:42:44.3177108Z repository: pypy/pypy 2026-07-31T19:42:44.3181370Z token: *** 2026-07-31T19:42:44.3181808Z ssh-strict: true 2026-07-31T19:42:44.3182245Z ssh-user: git 2026-07-31T19:42:44.3182680Z persist-credentials: true 2026-07-31T19:42:44.3183151Z clean: true 2026-07-31T19:42:44.3183583Z sparse-checkout-cone-mode: true 2026-07-31T19:42:44.3184148Z fetch-depth: 1 2026-07-31T19:42:44.3184572Z fetch-tags: false 2026-07-31T19:42:44.3185008Z show-progress: true 2026-07-31T19:42:44.3185454Z lfs: false 2026-07-31T19:42:44.3185855Z submodules: false 2026-07-31T19:42:44.3186288Z set-safe-directory: true
2026-07-31T19:42:44.4187325Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-31T19:42:44.4189919Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-31T19:42:44.4191216Z [command]/usr/bin/git version 2026-07-31T19:42:44.4243007Z git version 2.54.0
2026-07-31T19:42:44.4325611Z Temporarily overriding HOME='/home/runner/work/_temp/005e4364-15d6-4b04-9638-fa813a45d355' before making global git config changes 2026-07-31T19:42:44.4328028Z Adding repository directory to the temporary git global config as a safe directory 2026-07-31T19:42:44.4333412Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-31T19:42:44.4386216Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-31T19:42:44.4395397Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-31T19:42:44.4507085Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-31T19:42:44.4508669Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-31T19:42:44.4509640Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-31T19:42:44.4510364Z hint: call: 2026-07-31T19:42:44.4511223Z hint: 2026-07-31T19:42:44.4511749Z hint: git config --global init.defaultBranch <name> 2026-07-31T19:42:44.4512374Z hint: 2026-07-31T19:42:44.4512938Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-31T19:42:44.4513864Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-31T19:42:44.4514592Z hint: 2026-07-31T19:42:44.4514998Z hint: git branch -m <name> 2026-07-31T19:42:44.4515458Z hint: 2026-07-31T19:42:44.4516066Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-31T19:42:44.4525593Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-31T19:42:44.4536301Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-31T19:42:44.4588392Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-31T19:42:44.4623557Z Removing SSH command configuration 2026-07-31T19:42:44.4630028Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-31T19:42:44.4683929Z [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-31T19:42:44.5073354Z Removing HTTP extra header 2026-07-31T19:42:44.5081376Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-31T19:42:44.5122770Z [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-31T19:42:44.5382949Z Removing includeIf entries pointing to credentials config files 2026-07-31T19:42:44.5389838Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-31T19:42:44.5433430Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-31T19:42:44.5706644Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-bdc2edb2-d80e-40b1-8599-c4281e33a349.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-31T19:42:44.5751315Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-bdc2edb2-d80e-40b1-8599-c4281e33a349.config 2026-07-31T19:42:44.5789996Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-bdc2edb2-d80e-40b1-8599-c4281e33a349.config 2026-07-31T19:42:44.5829026Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-bdc2edb2-d80e-40b1-8599-c4281e33a349.config 2026-07-31T19:42:44.5864674Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-bdc2edb2-d80e-40b1-8599-c4281e33a349.config
Fetching the repository
2026-07-31T19:42:44.5917092Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +fe58333c4102f75f7d2e8bf620b0a1c9ef68404b:refs/remotes/origin/main 2026-07-31T19:42:45.6450661Z From https://github.com/pypy/pypy 2026-07-31T19:42:45.6452536Z * [new ref] fe58333c4102f75f7d2e8bf620b0a1c9ef68404b -> origin/main 2026-07-31T19:42:45.6503167Z [command]/usr/bin/git branch --list --remote origin/main 2026-07-31T19:42:45.6539323Z origin/main 2026-07-31T19:42:45.6550485Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-07-31T19:42:45.6582765Z fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
Determining the checkout info
2026-07-31T19:42:45.6602306Z [command]/usr/bin/git sparse-checkout disable 2026-07-31T19:42:45.6649359Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-31T19:42:45.6688263Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-07-31T19:42:46.3153381Z Switched to a new branch 'main' 2026-07-31T19:42:46.3162751Z branch 'main' set up to track 'origin/main'.
2026-07-31T19:42:46.3619668Z [command]/usr/bin/git log -1 --format=%H 2026-07-31T19:42:46.3651157Z fe58333c4102f75f7d2e8bf620b0a1c9ef68404b