Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-23T08:50:46.6809796Z with: 2026-08-23T08:50:46.6810412Z repository: pypy/pypy 2026-08-23T08:50:46.6813983Z token: *** 2026-08-23T08:50:46.6814616Z ssh-strict: true 2026-08-23T08:50:46.6815216Z ssh-user: git 2026-08-23T08:50:46.6816235Z persist-credentials: true 2026-08-23T08:50:46.6816826Z clean: true 2026-08-23T08:50:46.6817382Z sparse-checkout-cone-mode: true 2026-08-23T08:50:46.6818383Z fetch-depth: 1 2026-08-23T08:50:46.6818984Z fetch-tags: false 2026-08-23T08:50:46.6819517Z show-progress: true 2026-08-23T08:50:46.6820165Z lfs: false 2026-08-23T08:50:46.6820657Z submodules: false 2026-08-23T08:50:46.6821277Z set-safe-directory: true
2026-08-23T08:50:46.7715649Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T08:50:46.7718992Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-23T08:50:46.7720497Z [command]/usr/bin/git version 2026-08-23T08:50:46.7772412Z git version 2.55.0
2026-08-23T08:50:46.7808692Z Temporarily overriding HOME='/home/runner/work/_temp/6a88b9ba-bc88-426a-baf8-829c49db7310' before making global git config changes 2026-08-23T08:50:46.7810317Z Adding repository directory to the temporary git global config as a safe directory 2026-08-23T08:50:46.7813185Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-23T08:50:46.7844576Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T08:50:46.7855544Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-23T08:50:46.7937478Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-23T08:50:46.7939865Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-23T08:50:46.7941386Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-23T08:50:46.7942460Z hint: call: 2026-08-23T08:50:46.7943338Z hint: 2026-08-23T08:50:46.7944232Z hint: git config --global init.defaultBranch <name> 2026-08-23T08:50:46.7945071Z hint: 2026-08-23T08:50:46.7946528Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-23T08:50:46.7947921Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-23T08:50:46.7948906Z hint: 2026-08-23T08:50:46.7949685Z hint: git branch -m <name> 2026-08-23T08:50:46.7950425Z hint: 2026-08-23T08:50:46.7951358Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-23T08:50:46.7952828Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-23T08:50:46.7955502Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-23T08:50:46.7981241Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-23T08:50:46.8012222Z Removing SSH command configuration 2026-08-23T08:50:46.8016453Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-23T08:50:46.8052005Z [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-08-23T08:50:46.8321493Z Removing HTTP extra header 2026-08-23T08:50:46.8328867Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-23T08:50:46.8360050Z [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-08-23T08:50:46.8559747Z Removing includeIf entries pointing to credentials config files 2026-08-23T08:50:46.8564399Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-23T08:50:46.8598231Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-23T08:50:46.8796137Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-6f7cb040-1052-46e0-92bb-d48821bc8cab.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-23T08:50:46.8833317Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-6f7cb040-1052-46e0-92bb-d48821bc8cab.config 2026-08-23T08:50:46.8862659Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-6f7cb040-1052-46e0-92bb-d48821bc8cab.config 2026-08-23T08:50:46.8891979Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-6f7cb040-1052-46e0-92bb-d48821bc8cab.config 2026-08-23T08:50:46.8921540Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-6f7cb040-1052-46e0-92bb-d48821bc8cab.config
Fetching the repository
2026-08-23T08:50:46.8957434Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +433692af8423dc07878148fc116240cf418f51ed:refs/remotes/origin/main 2026-08-23T08:50:49.8846527Z From https://github.com/pypy/pypy 2026-08-23T08:50:49.8848052Z * [new ref] 433692af8423dc07878148fc116240cf418f51ed -> origin/main 2026-08-23T08:50:49.8858790Z [command]/usr/bin/git branch --list --remote origin/main 2026-08-23T08:50:49.8889981Z origin/main 2026-08-23T08:50:49.8896754Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-08-23T08:50:49.8919186Z 433692af8423dc07878148fc116240cf418f51ed
Determining the checkout info
2026-08-23T08:50:49.8939018Z [command]/usr/bin/git sparse-checkout disable 2026-08-23T08:50:49.8963401Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T08:50:49.8991125Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-08-23T08:50:50.2340794Z Switched to a new branch 'main' 2026-08-23T08:50:50.2342249Z branch 'main' set up to track 'origin/main'.
2026-08-23T08:50:50.2393282Z [command]/usr/bin/git log -1 --format=%H 2026-08-23T08:50:50.2416247Z 433692af8423dc07878148fc116240cf418f51ed