Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-23T08:32:38.0330640Z with: 2026-08-23T08:32:38.0331081Z repository: pypy/pypy 2026-08-23T08:32:38.0335391Z token: *** 2026-08-23T08:32:38.0335848Z ssh-strict: true 2026-08-23T08:32:38.0336300Z ssh-user: git 2026-08-23T08:32:38.0336755Z persist-credentials: true 2026-08-23T08:32:38.0337249Z clean: true 2026-08-23T08:32:38.0337700Z sparse-checkout-cone-mode: true 2026-08-23T08:32:38.0338233Z fetch-depth: 1 2026-08-23T08:32:38.0338666Z fetch-tags: false 2026-08-23T08:32:38.0339113Z show-progress: true 2026-08-23T08:32:38.0339556Z lfs: false 2026-08-23T08:32:38.0339967Z submodules: false 2026-08-23T08:32:38.0340468Z set-safe-directory: true
2026-08-23T08:32:38.1404324Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T08:32:38.1407917Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-23T08:32:38.1409509Z [command]/usr/bin/git version 2026-08-23T08:32:38.1493793Z git version 2.55.0
2026-08-23T08:32:38.1539115Z Temporarily overriding HOME='/home/runner/work/_temp/bd7cfa2c-23f3-4445-8dd0-fa68e2a21897' before making global git config changes 2026-08-23T08:32:38.1541283Z Adding repository directory to the temporary git global config as a safe directory 2026-08-23T08:32:38.1544778Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-23T08:32:38.1603544Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T08:32:38.1614215Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-23T08:32:38.1723539Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-23T08:32:38.1725718Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-23T08:32:38.1732516Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-23T08:32:38.1734245Z hint: call: 2026-08-23T08:32:38.1736788Z hint: 2026-08-23T08:32:38.1737968Z hint: git config --global init.defaultBranch <name> 2026-08-23T08:32:38.1739268Z hint: 2026-08-23T08:32:38.1740383Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-23T08:32:38.1742125Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-23T08:32:38.1743763Z hint: 2026-08-23T08:32:38.1744652Z hint: git branch -m <name> 2026-08-23T08:32:38.1745581Z hint: 2026-08-23T08:32:38.1746720Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-23T08:32:38.1748561Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-23T08:32:38.1751771Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-23T08:32:38.1814151Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-23T08:32:38.1856663Z Removing SSH command configuration 2026-08-23T08:32:38.1863279Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-23T08:32:38.1913680Z [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:32:38.2279934Z Removing HTTP extra header 2026-08-23T08:32:38.2287865Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-23T08:32:38.2326935Z [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:32:38.2589480Z Removing includeIf entries pointing to credentials config files 2026-08-23T08:32:38.2597865Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-23T08:32:38.2639009Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-23T08:32:38.2879848Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-41f8c11d-034e-43ff-b286-2c0d596c58c9.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-23T08:32:38.2927733Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-41f8c11d-034e-43ff-b286-2c0d596c58c9.config 2026-08-23T08:32:38.2963483Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-41f8c11d-034e-43ff-b286-2c0d596c58c9.config 2026-08-23T08:32:38.3002056Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-41f8c11d-034e-43ff-b286-2c0d596c58c9.config 2026-08-23T08:32:38.3038593Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-41f8c11d-034e-43ff-b286-2c0d596c58c9.config
Fetching the repository
2026-08-23T08:32:38.3079128Z [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:32:41.5074478Z From https://github.com/pypy/pypy 2026-08-23T08:32:41.5076211Z * [new ref] 433692af8423dc07878148fc116240cf418f51ed -> origin/main 2026-08-23T08:32:41.5084631Z [command]/usr/bin/git branch --list --remote origin/main 2026-08-23T08:32:41.5126920Z origin/main 2026-08-23T08:32:41.5136952Z [command]/usr/bin/git rev-parse refs/remotes/origin/main 2026-08-23T08:32:41.5169987Z 433692af8423dc07878148fc116240cf418f51ed
Determining the checkout info
2026-08-23T08:32:41.5184702Z [command]/usr/bin/git sparse-checkout disable 2026-08-23T08:32:41.5253804Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T08:32:41.5288632Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2026-08-23T08:32:42.0952569Z Switched to a new branch 'main' 2026-08-23T08:32:42.0957748Z branch 'main' set up to track 'origin/main'.
2026-08-23T08:32:42.1031882Z [command]/usr/bin/git log -1 --format=%H 2026-08-23T08:32:42.1068808Z 433692af8423dc07878148fc116240cf418f51ed