Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-03T09:50:49.4069598Z with: 2026-08-03T09:50:49.4069944Z repository: pypy/pypy 2026-08-03T09:50:49.4073152Z token: *** 2026-08-03T09:50:49.4073494Z ssh-strict: true 2026-08-03T09:50:49.4074032Z ssh-user: git 2026-08-03T09:50:49.4074382Z persist-credentials: true 2026-08-03T09:50:49.4074763Z clean: true 2026-08-03T09:50:49.4075108Z sparse-checkout-cone-mode: true 2026-08-03T09:50:49.4075506Z fetch-depth: 1 2026-08-03T09:50:49.4075842Z fetch-tags: false 2026-08-03T09:50:49.4076187Z show-progress: true 2026-08-03T09:50:49.4076531Z lfs: false 2026-08-03T09:50:49.4076853Z submodules: false 2026-08-03T09:50:49.4077201Z set-safe-directory: true
2026-08-03T09:50:49.4897334Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-03T09:50:49.4899581Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-03T09:50:49.4900495Z [command]/usr/bin/git version 2026-08-03T09:50:49.4917958Z git version 2.54.0
2026-08-03T09:50:49.4949733Z Temporarily overriding HOME='/home/runner/work/_temp/656f5075-e30a-4551-ac36-5ef9680add2f' before making global git config changes 2026-08-03T09:50:49.4951443Z Adding repository directory to the temporary git global config as a safe directory 2026-08-03T09:50:49.4954667Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-03T09:50:49.4987106Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-03T09:50:49.4995003Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-03T09:50:49.5061015Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-03T09:50:49.5062723Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-03T09:50:49.5064130Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-03T09:50:49.5064870Z hint: call: 2026-08-03T09:50:49.5065299Z hint: 2026-08-03T09:50:49.5066077Z hint: git config --global init.defaultBranch <name> 2026-08-03T09:50:49.5066674Z hint: 2026-08-03T09:50:49.5067243Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-03T09:50:49.5068112Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-03T09:50:49.5069182Z hint: 2026-08-03T09:50:49.5069850Z hint: git branch -m <name> 2026-08-03T09:50:49.5070415Z hint: 2026-08-03T09:50:49.5071022Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-03T09:50:49.5071780Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-03T09:50:49.5073003Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-03T09:50:49.5102518Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-03T09:50:49.5129500Z Removing SSH command configuration 2026-08-03T09:50:49.5135024Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-03T09:50:49.5162728Z [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-03T09:50:49.5420559Z Removing HTTP extra header 2026-08-03T09:50:49.5427646Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-03T09:50:49.5460434Z [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-03T09:50:49.5664715Z Removing includeIf entries pointing to credentials config files 2026-08-03T09:50:49.5669455Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-03T09:50:49.5700763Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-03T09:50:49.5926691Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-b9cf8e6d-961b-4c49-a5f9-a55d9a21da7b.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-03T09:50:49.5961837Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-b9cf8e6d-961b-4c49-a5f9-a55d9a21da7b.config 2026-08-03T09:50:49.5989666Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-b9cf8e6d-961b-4c49-a5f9-a55d9a21da7b.config 2026-08-03T09:50:49.6017281Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-b9cf8e6d-961b-4c49-a5f9-a55d9a21da7b.config 2026-08-03T09:50:49.6045220Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-b9cf8e6d-961b-4c49-a5f9-a55d9a21da7b.config
Fetching the repository
2026-08-03T09:50:49.6079047Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +39f186bda46c5f656f8e496bbd4c13a517d6627d:refs/remotes/origin/py3.11 2026-08-03T09:50:53.6833369Z From https://github.com/pypy/pypy 2026-08-03T09:50:53.6834916Z * [new ref] 39f186bda46c5f656f8e496bbd4c13a517d6627d -> origin/py3.11 2026-08-03T09:50:53.6861135Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-08-03T09:50:53.6885343Z origin/py3.11 2026-08-03T09:50:53.6892651Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-03T09:50:53.6917474Z 39f186bda46c5f656f8e496bbd4c13a517d6627d
Determining the checkout info
2026-08-03T09:50:53.6934528Z [command]/usr/bin/git sparse-checkout disable 2026-08-03T09:50:53.6962915Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-03T09:50:53.6993731Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-03T09:50:54.2066631Z Switched to a new branch 'py3.11' 2026-08-03T09:50:54.2069900Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-03T09:50:54.2127347Z [command]/usr/bin/git log -1 --format=%H 2026-08-03T09:50:54.2151078Z 39f186bda46c5f656f8e496bbd4c13a517d6627d