Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-10T05:25:16.1816056Z with: 2026-09-10T05:25:16.1816499Z repository: pypy/pypy 2026-09-10T05:25:16.1820719Z token: *** 2026-09-10T05:25:16.1821173Z ssh-strict: true 2026-09-10T05:25:16.1821650Z ssh-user: git 2026-09-10T05:25:16.1822104Z persist-credentials: true 2026-09-10T05:25:16.1822586Z clean: true 2026-09-10T05:25:16.1823026Z sparse-checkout-cone-mode: true 2026-09-10T05:25:16.1823547Z fetch-depth: 1 2026-09-10T05:25:16.1823980Z fetch-tags: false 2026-09-10T05:25:16.1824434Z show-progress: true 2026-09-10T05:25:16.1824878Z lfs: false 2026-09-10T05:25:16.1825294Z submodules: false 2026-09-10T05:25:16.1825738Z set-safe-directory: true
2026-09-10T05:25:16.2813557Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-10T05:25:16.2817194Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-10T05:25:16.2819051Z [command]/usr/bin/git version 2026-09-10T05:25:16.2864443Z git version 2.55.0
2026-09-10T05:25:16.2905371Z Temporarily overriding HOME='/home/runner/work/_temp/4ed60065-4850-4dcd-809c-0fb5ac5fe283' before making global git config changes 2026-09-10T05:25:16.2907349Z Adding repository directory to the temporary git global config as a safe directory 2026-09-10T05:25:16.2910538Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-10T05:25:16.2957592Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-10T05:25:16.2980998Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-10T05:25:16.3071228Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-10T05:25:16.3073386Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-10T05:25:16.3076770Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-10T05:25:16.3078095Z hint: call: 2026-09-10T05:25:16.3078978Z hint: 2026-09-10T05:25:16.3080152Z hint: git config --global init.defaultBranch <name> 2026-09-10T05:25:16.3080958Z hint: 2026-09-10T05:25:16.3081559Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-10T05:25:16.3082527Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-10T05:25:16.3083263Z hint: 2026-09-10T05:25:16.3083686Z hint: git branch -m <name> 2026-09-10T05:25:16.3084301Z hint: 2026-09-10T05:25:16.3085155Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-10T05:25:16.3086552Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-10T05:25:16.3088164Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-10T05:25:16.3136034Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-10T05:25:16.3170997Z Removing SSH command configuration 2026-09-10T05:25:16.3177175Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-10T05:25:16.3209969Z [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-10T05:25:16.3554958Z Removing HTTP extra header 2026-09-10T05:25:16.3562564Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-10T05:25:16.3604336Z [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-10T05:25:16.3857717Z Removing includeIf entries pointing to credentials config files 2026-09-10T05:25:16.3864796Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-10T05:25:16.3907439Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-10T05:25:16.4148075Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-13931a8e-223f-42cf-bfa8-b01ca6f0d6e6.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-10T05:25:16.4190657Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-13931a8e-223f-42cf-bfa8-b01ca6f0d6e6.config 2026-09-10T05:25:16.4226497Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-13931a8e-223f-42cf-bfa8-b01ca6f0d6e6.config 2026-09-10T05:25:16.4263442Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-13931a8e-223f-42cf-bfa8-b01ca6f0d6e6.config 2026-09-10T05:25:16.4299263Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-13931a8e-223f-42cf-bfa8-b01ca6f0d6e6.config
Fetching the repository
2026-09-10T05:25:16.4376934Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7cdcf8cd12e8ff5bac28e70af7a7d78dc72ca710:refs/remotes/origin/py3.11 2026-09-10T05:25:20.0886531Z From https://github.com/pypy/pypy 2026-09-10T05:25:20.0887800Z * [new ref] 7cdcf8cd12e8ff5bac28e70af7a7d78dc72ca710 -> origin/py3.11 2026-09-10T05:25:20.0901409Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-09-10T05:25:20.0932570Z origin/py3.11 2026-09-10T05:25:20.0945421Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-09-10T05:25:20.0974498Z 7cdcf8cd12e8ff5bac28e70af7a7d78dc72ca710
Determining the checkout info
2026-09-10T05:25:20.0993062Z [command]/usr/bin/git sparse-checkout disable 2026-09-10T05:25:20.1044967Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-10T05:25:20.1081455Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-09-10T05:25:20.6921250Z Switched to a new branch 'py3.11' 2026-09-10T05:25:20.6924848Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-09-10T05:25:20.6992686Z [command]/usr/bin/git log -1 --format=%H 2026-09-10T05:25:20.7021273Z 7cdcf8cd12e8ff5bac28e70af7a7d78dc72ca710