Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-09-10T18:56:13.1589439Z with: 2026-09-10T18:56:13.1590034Z repository: pypy/pypy 2026-09-10T18:56:13.1594136Z token: *** 2026-09-10T18:56:13.1594683Z ssh-strict: true 2026-09-10T18:56:13.1595218Z ssh-user: git 2026-09-10T18:56:13.1595919Z persist-credentials: true 2026-09-10T18:56:13.1596518Z clean: true 2026-09-10T18:56:13.1597120Z sparse-checkout-cone-mode: true 2026-09-10T18:56:13.1597757Z fetch-depth: 1 2026-09-10T18:56:13.1598296Z fetch-tags: false 2026-09-10T18:56:13.1599219Z show-progress: true 2026-09-10T18:56:13.1599825Z lfs: false 2026-09-10T18:56:13.1600395Z submodules: false 2026-09-10T18:56:13.1600979Z set-safe-directory: true
2026-09-10T18:56:13.2513210Z Syncing repository: pypy/pypy
Getting Git version info
2026-09-10T18:56:13.2516497Z Working directory is '/home/runner/work/pypy/pypy' 2026-09-10T18:56:13.2518087Z [command]/usr/bin/git version 2026-09-10T18:56:13.2565970Z git version 2.55.0
2026-09-10T18:56:13.2619686Z Temporarily overriding HOME='/home/runner/work/_temp/7edb50a2-49c7-4522-b6c6-fd395f9a6718' before making global git config changes 2026-09-10T18:56:13.2621813Z Adding repository directory to the temporary git global config as a safe directory 2026-09-10T18:56:13.2624737Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-09-10T18:56:13.2658094Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-09-10T18:56:13.2668896Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-09-10T18:56:13.2777685Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-09-10T18:56:13.2787933Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-09-10T18:56:13.2789606Z hint: to use in all of your new repositories, which will suppress this warning, 2026-09-10T18:56:13.2790915Z hint: call: 2026-09-10T18:56:13.2791621Z hint: 2026-09-10T18:56:13.2792894Z hint: git config --global init.defaultBranch <name> 2026-09-10T18:56:13.2797316Z hint: 2026-09-10T18:56:13.2798315Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-09-10T18:56:13.2799908Z hint: 'development'. The just-created branch can be renamed via this command: 2026-09-10T18:56:13.2800930Z hint: 2026-09-10T18:56:13.2801798Z hint: git branch -m <name> 2026-09-10T18:56:13.2802610Z hint: 2026-09-10T18:56:13.2803617Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-09-10T18:56:13.2805089Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-09-10T18:56:13.2807598Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-09-10T18:56:13.2870265Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-09-10T18:56:13.2928825Z Removing SSH command configuration 2026-09-10T18:56:13.2930587Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-09-10T18:56:13.2934030Z [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-10T18:56:13.3240169Z Removing HTTP extra header 2026-09-10T18:56:13.3241441Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-09-10T18:56:13.3273617Z [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-10T18:56:13.3459966Z Removing includeIf entries pointing to credentials config files 2026-09-10T18:56:13.3465239Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-09-10T18:56:13.3497957Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-09-10T18:56:13.3694484Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-77adb8c8-fe89-4ff0-9e0e-5824f182ef95.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-09-10T18:56:13.3732398Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-77adb8c8-fe89-4ff0-9e0e-5824f182ef95.config 2026-09-10T18:56:13.3761745Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-77adb8c8-fe89-4ff0-9e0e-5824f182ef95.config 2026-09-10T18:56:13.3791807Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-77adb8c8-fe89-4ff0-9e0e-5824f182ef95.config 2026-09-10T18:56:13.3822572Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-77adb8c8-fe89-4ff0-9e0e-5824f182ef95.config
Fetching the repository
2026-09-10T18:56:13.3858134Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +b152743357c9029a3d502521f9fee613c53c85bf:refs/remotes/origin/py3.12 2026-09-10T18:56:17.1246407Z From https://github.com/pypy/pypy 2026-09-10T18:56:17.1247760Z * [new ref] b152743357c9029a3d502521f9fee613c53c85bf -> origin/py3.12 2026-09-10T18:56:17.1255760Z [command]/usr/bin/git branch --list --remote origin/py3.12 2026-09-10T18:56:17.1281270Z origin/py3.12 2026-09-10T18:56:17.1288421Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.12 2026-09-10T18:56:17.1310894Z b152743357c9029a3d502521f9fee613c53c85bf
Determining the checkout info
2026-09-10T18:56:17.1329989Z [command]/usr/bin/git sparse-checkout disable 2026-09-10T18:56:17.1360463Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-09-10T18:56:17.1388703Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-09-10T18:56:17.4958126Z Switched to a new branch 'py3.12' 2026-09-10T18:56:17.4959481Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-09-10T18:56:17.5012362Z [command]/usr/bin/git log -1 --format=%H 2026-09-10T18:56:17.5038687Z b152743357c9029a3d502521f9fee613c53c85bf