Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-31T16:08:40.3186714Z with: 2026-08-31T16:08:40.3187061Z repository: pypy/pypy 2026-08-31T16:08:40.3189976Z token: *** 2026-08-31T16:08:40.3190350Z ssh-strict: true 2026-08-31T16:08:40.3190798Z ssh-user: git 2026-08-31T16:08:40.3191293Z persist-credentials: true 2026-08-31T16:08:40.3191697Z clean: true 2026-08-31T16:08:40.3192108Z sparse-checkout-cone-mode: true 2026-08-31T16:08:40.3192602Z fetch-depth: 1 2026-08-31T16:08:40.3193052Z fetch-tags: false 2026-08-31T16:08:40.3193604Z show-progress: true 2026-08-31T16:08:40.3194182Z lfs: false 2026-08-31T16:08:40.3194478Z submodules: false 2026-08-31T16:08:40.3194828Z set-safe-directory: true
2026-08-31T16:08:40.4211308Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T16:08:40.4214658Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-31T16:08:40.4215838Z [command]/usr/bin/git version 2026-08-31T16:08:40.4786706Z git version 2.55.0
2026-08-31T16:08:40.4824351Z Temporarily overriding HOME='/home/runner/work/_temp/fa5e5da2-4822-4f8e-81e7-a10549327d7c' before making global git config changes 2026-08-31T16:08:40.4825949Z Adding repository directory to the temporary git global config as a safe directory 2026-08-31T16:08:40.4829548Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-31T16:08:40.4892604Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T16:08:40.4913244Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-31T16:08:40.5192109Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-31T16:08:40.5193162Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-31T16:08:40.5193754Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-31T16:08:40.5194607Z hint: call: 2026-08-31T16:08:40.5194975Z hint: 2026-08-31T16:08:40.5195378Z hint: git config --global init.defaultBranch <name> 2026-08-31T16:08:40.5196108Z hint: 2026-08-31T16:08:40.5196489Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-31T16:08:40.5197120Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-31T16:08:40.5197778Z hint: 2026-08-31T16:08:40.5198269Z hint: git branch -m <name> 2026-08-31T16:08:40.5198703Z hint: 2026-08-31T16:08:40.5199291Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-31T16:08:40.5199998Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-31T16:08:40.5203410Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-31T16:08:40.5624466Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-31T16:08:40.5770832Z Removing SSH command configuration 2026-08-31T16:08:40.5778542Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-31T16:08:40.5811387Z [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-31T16:08:40.7319860Z Removing HTTP extra header 2026-08-31T16:08:40.7325989Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-31T16:08:40.7362016Z [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-31T16:08:40.7551505Z Removing includeIf entries pointing to credentials config files 2026-08-31T16:08:40.7558486Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-31T16:08:40.7591901Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-31T16:08:40.7785646Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-1d8d88ef-4220-40ff-bd31-d236b3ec12c0.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-31T16:08:40.7939570Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-1d8d88ef-4220-40ff-bd31-d236b3ec12c0.config 2026-08-31T16:08:40.9278330Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-1d8d88ef-4220-40ff-bd31-d236b3ec12c0.config 2026-08-31T16:08:41.0465942Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-1d8d88ef-4220-40ff-bd31-d236b3ec12c0.config 2026-08-31T16:08:41.0966818Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-1d8d88ef-4220-40ff-bd31-d236b3ec12c0.config
Fetching the repository
2026-08-31T16:08:41.1267683Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +72213c383274190bf987728791ab94297c0ec13d:refs/remotes/origin/py3.11 2026-08-31T16:08:45.9593447Z From https://github.com/pypy/pypy 2026-08-31T16:08:45.9594117Z * [new ref] 72213c383274190bf987728791ab94297c0ec13d -> origin/py3.11 2026-08-31T16:08:45.9602822Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-08-31T16:08:45.9628256Z origin/py3.11 2026-08-31T16:08:45.9635614Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-31T16:08:45.9658942Z 72213c383274190bf987728791ab94297c0ec13d
Determining the checkout info
2026-08-31T16:08:45.9673024Z [command]/usr/bin/git sparse-checkout disable 2026-08-31T16:08:45.9708109Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T16:08:45.9737126Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-31T16:08:46.5453201Z Switched to a new branch 'py3.11' 2026-08-31T16:08:46.5455014Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-31T16:08:46.5558777Z [command]/usr/bin/git log -1 --format=%H 2026-08-31T16:08:46.5561940Z 72213c383274190bf987728791ab94297c0ec13d