Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-28T15:57:44.8682428Z with: 2026-08-28T15:57:44.8682863Z repository: pypy/pypy 2026-08-28T15:57:44.8687157Z token: *** 2026-08-28T15:57:44.8687655Z ssh-strict: true 2026-08-28T15:57:44.8688103Z ssh-user: git 2026-08-28T15:57:44.8688562Z persist-credentials: true 2026-08-28T15:57:44.8689066Z clean: true 2026-08-28T15:57:44.8689524Z sparse-checkout-cone-mode: true 2026-08-28T15:57:44.8690052Z fetch-depth: 1 2026-08-28T15:57:44.8690487Z fetch-tags: false 2026-08-28T15:57:44.8690934Z show-progress: true 2026-08-28T15:57:44.8691389Z lfs: false 2026-08-28T15:57:44.8691808Z submodules: false 2026-08-28T15:57:44.8692288Z set-safe-directory: true
2026-08-28T15:57:44.9737939Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-28T15:57:44.9741629Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-28T15:57:44.9743533Z [command]/usr/bin/git version 2026-08-28T15:57:44.9811035Z git version 2.55.0
2026-08-28T15:57:44.9865721Z Temporarily overriding HOME='/home/runner/work/_temp/e7af112f-68b0-481e-8e1e-bb6e1744f4bd' before making global git config changes 2026-08-28T15:57:44.9868280Z Adding repository directory to the temporary git global config as a safe directory 2026-08-28T15:57:44.9870432Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-28T15:57:44.9918361Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-28T15:57:44.9929581Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-28T15:57:45.0072739Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-28T15:57:45.0075544Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-28T15:57:45.0082939Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-28T15:57:45.0084937Z hint: call: 2026-08-28T15:57:45.0085996Z hint: 2026-08-28T15:57:45.0087431Z hint: git config --global init.defaultBranch <name> 2026-08-28T15:57:45.0088905Z hint: 2026-08-28T15:57:45.0090305Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-28T15:57:45.0092327Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-28T15:57:45.0094518Z hint: 2026-08-28T15:57:45.0095986Z hint: git branch -m <name> 2026-08-28T15:57:45.0097215Z hint: 2026-08-28T15:57:45.0098995Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-28T15:57:45.0101245Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-28T15:57:45.0105691Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-28T15:57:45.0162434Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-28T15:57:45.0196983Z Removing SSH command configuration 2026-08-28T15:57:45.0204343Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-28T15:57:45.0252514Z [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-28T15:57:45.0641291Z Removing HTTP extra header 2026-08-28T15:57:45.0651066Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-28T15:57:45.0687686Z [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-28T15:57:45.0917603Z Removing includeIf entries pointing to credentials config files 2026-08-28T15:57:45.0925489Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-28T15:57:45.0967110Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-28T15:57:45.1226092Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-6cd8d2da-85c4-44c8-823f-c5670be082b4.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-28T15:57:45.1270391Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-6cd8d2da-85c4-44c8-823f-c5670be082b4.config 2026-08-28T15:57:45.1306991Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-6cd8d2da-85c4-44c8-823f-c5670be082b4.config 2026-08-28T15:57:45.1346726Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-6cd8d2da-85c4-44c8-823f-c5670be082b4.config 2026-08-28T15:57:45.1384030Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-6cd8d2da-85c4-44c8-823f-c5670be082b4.config
Fetching the repository
2026-08-28T15:57:45.1426744Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +642158d1b3d7514bf3af4cc6118b15809d01d560:refs/remotes/origin/py3.12 2026-08-28T15:57:49.2740397Z From https://github.com/pypy/pypy 2026-08-28T15:57:49.2742756Z * [new ref] 642158d1b3d7514bf3af4cc6118b15809d01d560 -> origin/py3.12 2026-08-28T15:57:49.2752706Z [command]/usr/bin/git branch --list --remote origin/py3.12 2026-08-28T15:57:49.2782924Z origin/py3.12 2026-08-28T15:57:49.2791156Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.12 2026-08-28T15:57:49.2818546Z 642158d1b3d7514bf3af4cc6118b15809d01d560
Determining the checkout info
2026-08-28T15:57:49.2828219Z [command]/usr/bin/git sparse-checkout disable 2026-08-28T15:57:49.2878746Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-28T15:57:49.2911967Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-08-28T15:57:49.9360070Z Switched to a new branch 'py3.12' 2026-08-28T15:57:49.9365903Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-28T15:57:49.9438420Z [command]/usr/bin/git log -1 --format=%H 2026-08-28T15:57:49.9465989Z 642158d1b3d7514bf3af4cc6118b15809d01d560