Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-23T09:08:49.5542826Z with: 2026-08-23T09:08:49.5543536Z repository: pypy/pypy 2026-08-23T09:08:49.5547995Z token: *** 2026-08-23T09:08:49.5548653Z ssh-strict: true 2026-08-23T09:08:49.5549268Z ssh-user: git 2026-08-23T09:08:49.5549808Z persist-credentials: true 2026-08-23T09:08:49.5550434Z clean: true 2026-08-23T09:08:49.5551005Z sparse-checkout-cone-mode: true 2026-08-23T09:08:49.5551589Z fetch-depth: 1 2026-08-23T09:08:49.5552196Z fetch-tags: false 2026-08-23T09:08:49.5552761Z show-progress: true 2026-08-23T09:08:49.5553344Z lfs: false 2026-08-23T09:08:49.5554094Z submodules: false 2026-08-23T09:08:49.5554888Z set-safe-directory: true
2026-08-23T09:08:49.6416689Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-23T09:08:49.6420217Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-23T09:08:49.6421792Z [command]/usr/bin/git version 2026-08-23T09:08:49.6447373Z git version 2.55.0
2026-08-23T09:08:49.6491788Z Temporarily overriding HOME='/home/runner/work/_temp/44ee4bf5-4b3c-4f90-b308-3876dbfd5e5b' before making global git config changes 2026-08-23T09:08:49.6493338Z Adding repository directory to the temporary git global config as a safe directory 2026-08-23T09:08:49.6496881Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-23T09:08:49.6530652Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-23T09:08:49.6545954Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-23T09:08:49.6606330Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-23T09:08:49.6608321Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-23T09:08:49.6609899Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-23T09:08:49.6611064Z hint: call: 2026-08-23T09:08:49.6612187Z hint: 2026-08-23T09:08:49.6613178Z hint: git config --global init.defaultBranch <name> 2026-08-23T09:08:49.6614045Z hint: 2026-08-23T09:08:49.6615309Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-23T09:08:49.6616614Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-23T09:08:49.6617633Z hint: 2026-08-23T09:08:49.6618446Z hint: git branch -m <name> 2026-08-23T09:08:49.6619197Z hint: 2026-08-23T09:08:49.6620100Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-23T09:08:49.6621723Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-23T09:08:49.6624303Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-23T09:08:49.6654717Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-23T09:08:49.6685205Z Removing SSH command configuration 2026-08-23T09:08:49.6689375Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-23T09:08:49.6723806Z [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-23T09:08:49.6994701Z Removing HTTP extra header 2026-08-23T09:08:49.7006805Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-23T09:08:49.7034748Z [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-23T09:08:49.7236006Z Removing includeIf entries pointing to credentials config files 2026-08-23T09:08:49.7237452Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-23T09:08:49.7258630Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-23T09:08:49.7460402Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-883a2829-8d9f-4fd1-aefe-455f0b07f8a2.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-23T09:08:49.7497790Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-883a2829-8d9f-4fd1-aefe-455f0b07f8a2.config 2026-08-23T09:08:49.7525879Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-883a2829-8d9f-4fd1-aefe-455f0b07f8a2.config 2026-08-23T09:08:49.7558292Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-883a2829-8d9f-4fd1-aefe-455f0b07f8a2.config 2026-08-23T09:08:49.7586661Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-883a2829-8d9f-4fd1-aefe-455f0b07f8a2.config
Fetching the repository
2026-08-23T09:08:49.7620153Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ed59aae997dd98e0b808e76e3e8ccfaddb0c4915:refs/remotes/origin/py3.11 2026-08-23T09:08:53.8848109Z From https://github.com/pypy/pypy 2026-08-23T09:08:53.8849634Z * [new ref] ed59aae997dd98e0b808e76e3e8ccfaddb0c4915 -> origin/py3.11 2026-08-23T09:08:53.8857582Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-08-23T09:08:53.8885847Z origin/py3.11 2026-08-23T09:08:53.8892516Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-23T09:08:53.8916167Z ed59aae997dd98e0b808e76e3e8ccfaddb0c4915
Determining the checkout info
2026-08-23T09:08:53.8931951Z [command]/usr/bin/git sparse-checkout disable 2026-08-23T09:08:53.8966202Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-23T09:08:53.8996151Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-23T09:08:54.2995914Z Switched to a new branch 'py3.11' 2026-08-23T09:08:54.2997198Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-23T09:08:54.3030217Z [command]/usr/bin/git log -1 --format=%H 2026-08-23T09:08:54.3053847Z ed59aae997dd98e0b808e76e3e8ccfaddb0c4915