Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T06:58:18.3690982Z with: 2026-09-09T06:58:18.3691584Z repository: pypy/pypy 2026-09-09T06:58:18.3695700Z token: *** 2026-09-09T06:58:18.3696243Z ssh-strict: true 2026-09-09T06:58:18.3696865Z ssh-user: git 2026-09-09T06:58:18.3697484Z persist-credentials: true 2026-09-09T06:58:18.3698099Z clean: true 2026-09-09T06:58:18.3698678Z sparse-checkout-cone-mode: true 2026-09-09T06:58:18.3699623Z fetch-depth: 1 2026-09-09T06:58:18.3700182Z fetch-tags: false 2026-09-09T06:58:18.3700786Z show-progress: true 2026-09-09T06:58:18.3701353Z lfs: false 2026-09-09T06:58:18.3701907Z submodules: false 2026-09-09T06:58:18.3702585Z set-safe-directory: true
2026-09-09T06:58:18.4565981Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T06:58:18.4569548Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-09T06:58:18.4571016Z [command]/usr/bin/git version 2026-09-09T06:58:18.5839487Z git version 2.55.0
2026-09-09T06:58:18.5876464Z Temporarily overriding HOME='/home/runner/work/_temp/b8e19627-0919-4487-8ace-4670a1afddfd' before making global git config changes 2026-09-09T06:58:18.5878121Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T06:58:18.5881699Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-09T06:58:18.5917031Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T06:58:18.5927434Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-09T06:58:18.6509612Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T06:58:18.6511278Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T06:58:18.6512377Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T06:58:18.6513293Z hint: call: 2026-09-09T06:58:18.6513841Z hint: 2026-09-09T06:58:18.6514516Z hint: git config --global init.defaultBranch <name> 2026-09-09T06:58:18.6515309Z hint: 2026-09-09T06:58:18.6515999Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T06:58:18.6517153Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T06:58:18.6517999Z hint: 2026-09-09T06:58:18.6518559Z hint: git branch -m <name> 2026-09-09T06:58:18.6519585Z hint: 2026-09-09T06:58:18.6520356Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T06:58:18.6521514Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-09T06:58:18.6523943Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T06:58:18.6656062Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T06:58:18.6688524Z Removing SSH command configuration 2026-09-09T06:58:18.6693086Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T06:58:18.6724035Z [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-09-09T06:58:18.8620033Z Removing HTTP extra header 2026-09-09T06:58:18.8621331Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T06:58:18.8651066Z [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-09-09T06:58:18.8831671Z Removing includeIf entries pointing to credentials config files 2026-09-09T06:58:18.8835688Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T06:58:18.8867028Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T06:58:18.9054771Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-dd3698ef-6d74-402e-9713-a8e020abdce9.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T06:58:18.9090311Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-dd3698ef-6d74-402e-9713-a8e020abdce9.config 2026-09-09T06:58:18.9117904Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-dd3698ef-6d74-402e-9713-a8e020abdce9.config 2026-09-09T06:58:18.9146095Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-dd3698ef-6d74-402e-9713-a8e020abdce9.config 2026-09-09T06:58:18.9174224Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-dd3698ef-6d74-402e-9713-a8e020abdce9.config
Fetching the repository
2026-09-09T06:58:18.9211318Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +807a08335ed3be1990e0c02a23fcaf26ef6784de:refs/remotes/origin/py3.11 2026-09-09T06:58:23.1508883Z From https://github.com/pypy/pypy 2026-09-09T06:58:23.1510382Z * [new ref] 807a08335ed3be1990e0c02a23fcaf26ef6784de -> origin/py3.11 2026-09-09T06:58:23.1519281Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-09-09T06:58:23.1541873Z origin/py3.11 2026-09-09T06:58:23.1549637Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-09-09T06:58:23.1573288Z 807a08335ed3be1990e0c02a23fcaf26ef6784de
Determining the checkout info
2026-09-09T06:58:23.1582183Z [command]/usr/bin/git sparse-checkout disable 2026-09-09T06:58:23.1673827Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T06:58:23.1703764Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-09-09T06:58:23.5644762Z Switched to a new branch 'py3.11' 2026-09-09T06:58:23.5645331Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-09-09T06:58:23.5748633Z [command]/usr/bin/git log -1 --format=%H 2026-09-09T06:58:23.5770909Z 807a08335ed3be1990e0c02a23fcaf26ef6784de