Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-24T11:34:19.3337270Z with: 2026-07-24T11:34:19.3337721Z repository: pypy/pypy 2026-07-24T11:34:19.3342011Z token: *** 2026-07-24T11:34:19.3342470Z ssh-strict: true 2026-07-24T11:34:19.3342906Z ssh-user: git 2026-07-24T11:34:19.3343357Z persist-credentials: true 2026-07-24T11:34:19.3343852Z clean: true 2026-07-24T11:34:19.3344304Z sparse-checkout-cone-mode: true 2026-07-24T11:34:19.3344840Z fetch-depth: 1 2026-07-24T11:34:19.3345280Z fetch-tags: false 2026-07-24T11:34:19.3345726Z show-progress: true 2026-07-24T11:34:19.3346175Z lfs: false 2026-07-24T11:34:19.3346590Z submodules: false 2026-07-24T11:34:19.3347043Z set-safe-directory: true
2026-07-24T11:34:19.4365157Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-24T11:34:19.4368131Z Working directory is '/home/runner/work/pypy/pypy' 2026-07-24T11:34:19.4369415Z [command]/usr/bin/git version 2026-07-24T11:34:19.4455038Z git version 2.54.0
2026-07-24T11:34:19.4554365Z Temporarily overriding HOME='/home/runner/work/_temp/a2cc7daa-afbb-49e9-b314-9a285ee93f54' before making global git config changes 2026-07-24T11:34:19.4557139Z Adding repository directory to the temporary git global config as a safe directory 2026-07-24T11:34:19.4559696Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-07-24T11:34:19.4600254Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-07-24T11:34:19.4610086Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-07-24T11:34:19.4747885Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-24T11:34:19.4750652Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-24T11:34:19.4752623Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-24T11:34:19.4754153Z hint: call: 2026-07-24T11:34:19.4755058Z hint: 2026-07-24T11:34:19.4756235Z hint: git config --global init.defaultBranch <name> 2026-07-24T11:34:19.4757646Z hint: 2026-07-24T11:34:19.4759308Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-24T11:34:19.4761404Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-24T11:34:19.4763134Z hint: 2026-07-24T11:34:19.4764252Z hint: git branch -m <name> 2026-07-24T11:34:19.4765485Z hint: 2026-07-24T11:34:19.4766951Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-24T11:34:19.4769409Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-07-24T11:34:19.4773024Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-24T11:34:19.4825876Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-07-24T11:34:19.4890981Z Removing SSH command configuration 2026-07-24T11:34:19.4896328Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-24T11:34:19.4920964Z [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-07-24T11:34:19.5317232Z Removing HTTP extra header 2026-07-24T11:34:19.5325211Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-24T11:34:19.5364245Z [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-07-24T11:34:19.5622047Z Removing includeIf entries pointing to credentials config files 2026-07-24T11:34:19.5628114Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-24T11:34:19.5663899Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-24T11:34:19.5890334Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-1c528bb7-0afe-4673-bc09-69ae4fe5c3b1.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-24T11:34:19.5931374Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-1c528bb7-0afe-4673-bc09-69ae4fe5c3b1.config 2026-07-24T11:34:19.5966860Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-1c528bb7-0afe-4673-bc09-69ae4fe5c3b1.config 2026-07-24T11:34:19.6004331Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-1c528bb7-0afe-4673-bc09-69ae4fe5c3b1.config 2026-07-24T11:34:19.6039662Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-1c528bb7-0afe-4673-bc09-69ae4fe5c3b1.config
Fetching the repository
2026-07-24T11:34:19.6080844Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5d812b903b7a75500e371b0bdd19538d2713597e:refs/remotes/origin/py3.11 2026-07-24T11:34:23.6500685Z From https://github.com/pypy/pypy 2026-07-24T11:34:23.6502921Z * [new ref] 5d812b903b7a75500e371b0bdd19538d2713597e -> origin/py3.11 2026-07-24T11:34:23.7304859Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-07-24T11:34:23.7801394Z origin/py3.11 2026-07-24T11:34:23.7805844Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-07-24T11:34:23.7841992Z 5d812b903b7a75500e371b0bdd19538d2713597e
Determining the checkout info
2026-07-24T11:34:23.7867096Z [command]/usr/bin/git sparse-checkout disable 2026-07-24T11:34:23.7924249Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-24T11:34:23.7991456Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-07-24T11:34:24.5823718Z Switched to a new branch 'py3.11' 2026-07-24T11:34:24.5827033Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-07-24T11:34:24.8842517Z [command]/usr/bin/git log -1 --format=%H 2026-07-24T11:34:24.8873211Z 5d812b903b7a75500e371b0bdd19538d2713597e