Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-09T07:25:20.4359856Z with: 2026-09-09T07:25:20.4360643Z repository: pypy/pypy 2026-09-09T07:25:20.4365114Z token: *** 2026-09-09T07:25:20.4365809Z ssh-strict: true 2026-09-09T07:25:20.4366412Z ssh-user: git 2026-09-09T07:25:20.4367051Z persist-credentials: true 2026-09-09T07:25:20.4367744Z clean: true 2026-09-09T07:25:20.4368348Z sparse-checkout-cone-mode: true 2026-09-09T07:25:20.4369014Z fetch-depth: 1 2026-09-09T07:25:20.4369671Z fetch-tags: false 2026-09-09T07:25:20.4370280Z show-progress: true 2026-09-09T07:25:20.4370897Z lfs: false 2026-09-09T07:25:20.4371506Z submodules: false 2026-09-09T07:25:20.4372076Z set-safe-directory: true
2026-09-09T07:25:20.5280071Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-09T07:25:20.5283959Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-09T07:25:20.5285941Z [command]/usr/bin/git version 2026-09-09T07:25:20.5336254Z git version 2.55.0
2026-09-09T07:25:20.5358814Z Temporarily overriding HOME='/home/runner/work/_temp/10b7b47e-4941-4d83-b4f6-e3540fb57e9c' before making global git config changes 2026-09-09T07:25:20.5360489Z Adding repository directory to the temporary git global config as a safe directory 2026-09-09T07:25:20.5365331Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-09T07:25:20.5398567Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-09T07:25:20.5410940Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-09T07:25:20.5484421Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-09T07:25:20.5487034Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-09T07:25:20.5488535Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-09T07:25:20.5489877Z hint: call: 2026-09-09T07:25:20.5490773Z hint: 2026-09-09T07:25:20.5492237Z hint: git config --global init.defaultBranch <name> 2026-09-09T07:25:20.5495697Z hint: 2026-09-09T07:25:20.5496845Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-09T07:25:20.5498373Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-09T07:25:20.5499672Z hint: 2026-09-09T07:25:20.5500598Z hint: git branch -m <name> 2026-09-09T07:25:20.5501526Z hint: 2026-09-09T07:25:20.5502596Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-09T07:25:20.5504335Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-09T07:25:20.5507577Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-09T07:25:20.5533295Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-09T07:25:20.5567054Z Removing SSH command configuration 2026-09-09T07:25:20.5569951Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-09T07:25:20.5603060Z [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-09T07:25:20.5913401Z Removing HTTP extra header 2026-09-09T07:25:20.5918662Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-09T07:25:20.5951112Z [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-09T07:25:20.6158865Z Removing includeIf entries pointing to credentials config files 2026-09-09T07:25:20.6163132Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-09T07:25:20.6196659Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-09T07:25:20.6408751Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-c16bbfcc-edb1-4c3f-a6b3-88e71c2d77cb.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-09T07:25:20.6449456Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-c16bbfcc-edb1-4c3f-a6b3-88e71c2d77cb.config 2026-09-09T07:25:20.6481851Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-c16bbfcc-edb1-4c3f-a6b3-88e71c2d77cb.config 2026-09-09T07:25:20.6513768Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-c16bbfcc-edb1-4c3f-a6b3-88e71c2d77cb.config 2026-09-09T07:25:20.6546415Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-c16bbfcc-edb1-4c3f-a6b3-88e71c2d77cb.config
Fetching the repository
2026-09-09T07:25:20.6585259Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +8af342c58d8bebe8edc291a2d256f8e9da36b399:refs/remotes/origin/py3.12 2026-09-09T07:25:24.8380942Z From https://github.com/pypy/pypy 2026-09-09T07:25:24.8381750Z * [new ref] 8af342c58d8bebe8edc291a2d256f8e9da36b399 -> origin/py3.12 2026-09-09T07:25:24.8391257Z [command]/usr/bin/git branch --list --remote origin/py3.12 2026-09-09T07:25:24.8415165Z origin/py3.12 2026-09-09T07:25:24.8423353Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.12 2026-09-09T07:25:24.8446519Z 8af342c58d8bebe8edc291a2d256f8e9da36b399
Determining the checkout info
2026-09-09T07:25:24.8455949Z [command]/usr/bin/git sparse-checkout disable 2026-09-09T07:25:24.8494700Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-09T07:25:24.8526184Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-09-09T07:25:25.2517736Z Switched to a new branch 'py3.12' 2026-09-09T07:25:25.2518643Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-09-09T07:25:25.2572977Z [command]/usr/bin/git log -1 --format=%H 2026-09-09T07:25:25.2596062Z 8af342c58d8bebe8edc291a2d256f8e9da36b399