Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-26T03:11:26.8954968Z with: 2026-08-26T03:11:26.8956118Z repository: pypy/pypy 2026-08-26T03:11:26.8960213Z token: *** 2026-08-26T03:11:26.8960950Z ssh-strict: true 2026-08-26T03:11:26.8961603Z ssh-user: git 2026-08-26T03:11:26.8962229Z persist-credentials: true 2026-08-26T03:11:26.8963010Z clean: true 2026-08-26T03:11:26.8963629Z sparse-checkout-cone-mode: true 2026-08-26T03:11:26.8964422Z fetch-depth: 1 2026-08-26T03:11:26.8965087Z fetch-tags: false 2026-08-26T03:11:26.8965756Z show-progress: true 2026-08-26T03:11:26.8966800Z lfs: false 2026-08-26T03:11:26.8967431Z submodules: false 2026-08-26T03:11:26.8968166Z set-safe-directory: true
2026-08-26T03:11:26.9903463Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-26T03:11:26.9910627Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-26T03:11:26.9913776Z [command]/usr/bin/git version 2026-08-26T03:11:26.9921296Z git version 2.55.0
2026-08-26T03:11:26.9973559Z Temporarily overriding HOME='/home/runner/work/_temp/bcc9be4c-de00-453a-935d-354b80783db8' before making global git config changes 2026-08-26T03:11:26.9976121Z Adding repository directory to the temporary git global config as a safe directory 2026-08-26T03:11:26.9977492Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-26T03:11:26.9997175Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-26T03:11:27.0006931Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-26T03:11:27.0081955Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-26T03:11:27.0084022Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-26T03:11:27.0085251Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-26T03:11:27.0086436Z hint: call: 2026-08-26T03:11:27.0087249Z hint: 2026-08-26T03:11:27.0088393Z hint: git config --global init.defaultBranch <name> 2026-08-26T03:11:27.0089350Z hint: 2026-08-26T03:11:27.0090204Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-26T03:11:27.0091412Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-26T03:11:27.0092448Z hint: 2026-08-26T03:11:27.0093060Z hint: git branch -m <name> 2026-08-26T03:11:27.0093812Z hint: 2026-08-26T03:11:27.0095326Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-26T03:11:27.0096735Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-26T03:11:27.0099699Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-26T03:11:27.0129517Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-26T03:11:27.0159826Z Removing SSH command configuration 2026-08-26T03:11:27.0163206Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-26T03:11:27.0196581Z [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-26T03:11:27.0488666Z Removing HTTP extra header 2026-08-26T03:11:27.0493322Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-26T03:11:27.0522555Z [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-26T03:11:27.0724231Z Removing includeIf entries pointing to credentials config files 2026-08-26T03:11:27.0729451Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-26T03:11:27.0952234Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-26T03:11:27.0964216Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-80787254-f0d0-4f4d-ad18-a5dab94e21de.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-26T03:11:27.1000924Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-80787254-f0d0-4f4d-ad18-a5dab94e21de.config 2026-08-26T03:11:27.1029775Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-80787254-f0d0-4f4d-ad18-a5dab94e21de.config 2026-08-26T03:11:27.1058053Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-80787254-f0d0-4f4d-ad18-a5dab94e21de.config 2026-08-26T03:11:27.1087366Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-80787254-f0d0-4f4d-ad18-a5dab94e21de.config
Fetching the repository
2026-08-26T03:11:27.1122310Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4264ac893dff953a1d6e39b952d33889c4790fdc:refs/remotes/origin/py3.11 2026-08-26T03:11:29.2839654Z From https://github.com/pypy/pypy 2026-08-26T03:11:29.2842160Z * [new ref] 4264ac893dff953a1d6e39b952d33889c4790fdc -> origin/py3.11 2026-08-26T03:11:29.2848928Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-08-26T03:11:29.2878368Z origin/py3.11 2026-08-26T03:11:29.2886578Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-26T03:11:29.2907821Z 4264ac893dff953a1d6e39b952d33889c4790fdc
Determining the checkout info
2026-08-26T03:11:29.2924493Z [command]/usr/bin/git sparse-checkout disable 2026-08-26T03:11:29.2952936Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-26T03:11:29.2984317Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-26T03:11:29.6995794Z Switched to a new branch 'py3.11' 2026-08-26T03:11:29.6996697Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-26T03:11:29.7052493Z [command]/usr/bin/git log -1 --format=%H 2026-08-26T03:11:29.7075755Z 4264ac893dff953a1d6e39b952d33889c4790fdc