Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-31T21:43:39.3362684Z with: 2026-08-31T21:43:39.3363114Z repository: pypy/pypy 2026-08-31T21:43:39.3366809Z token: *** 2026-08-31T21:43:39.3367230Z ssh-strict: true 2026-08-31T21:43:39.3367663Z ssh-user: git 2026-08-31T21:43:39.3368097Z persist-credentials: true 2026-08-31T21:43:39.3368575Z clean: true 2026-08-31T21:43:39.3369025Z sparse-checkout-cone-mode: true 2026-08-31T21:43:39.3369763Z fetch-depth: 1 2026-08-31T21:43:39.3370185Z fetch-tags: false 2026-08-31T21:43:39.3370619Z show-progress: true 2026-08-31T21:43:39.3371051Z lfs: false 2026-08-31T21:43:39.3371445Z submodules: false 2026-08-31T21:43:39.3371888Z set-safe-directory: true
2026-08-31T21:43:39.4428407Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-31T21:43:39.4432430Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-31T21:43:39.4433980Z [command]/usr/bin/git version 2026-08-31T21:43:39.4510634Z git version 2.55.0
2026-08-31T21:43:39.4565187Z Temporarily overriding HOME='/home/runner/work/_temp/49daa93c-0418-43a2-8a65-d382718d66c7' before making global git config changes 2026-08-31T21:43:39.4570700Z Adding repository directory to the temporary git global config as a safe directory 2026-08-31T21:43:39.4572844Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-31T21:43:39.4632036Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-31T21:43:39.4643695Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-31T21:43:39.4774376Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-31T21:43:39.4778401Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-31T21:43:39.4780853Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-31T21:43:39.4784462Z hint: call: 2026-08-31T21:43:39.4785358Z hint: 2026-08-31T21:43:39.4786302Z hint: git config --global init.defaultBranch <name> 2026-08-31T21:43:39.4787432Z hint: 2026-08-31T21:43:39.4788537Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-31T21:43:39.4790921Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-31T21:43:39.4792405Z hint: 2026-08-31T21:43:39.4793213Z hint: git branch -m <name> 2026-08-31T21:43:39.4794126Z hint: 2026-08-31T21:43:39.4795288Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-31T21:43:39.4798357Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-31T21:43:39.4803493Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-31T21:43:39.4873051Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-31T21:43:39.4922399Z Removing SSH command configuration 2026-08-31T21:43:39.4928753Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-31T21:43:39.4977689Z [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-31T21:43:39.5403356Z Removing HTTP extra header 2026-08-31T21:43:39.5434560Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-31T21:43:39.5493570Z [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-31T21:43:39.5742680Z Removing includeIf entries pointing to credentials config files 2026-08-31T21:43:39.5749278Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-31T21:43:39.5785868Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-31T21:43:39.6017950Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-b8d50826-272a-4959-8130-7e45f0b6cf02.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-31T21:43:39.6062838Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-b8d50826-272a-4959-8130-7e45f0b6cf02.config 2026-08-31T21:43:39.6098988Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-b8d50826-272a-4959-8130-7e45f0b6cf02.config 2026-08-31T21:43:39.6138363Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-b8d50826-272a-4959-8130-7e45f0b6cf02.config 2026-08-31T21:43:39.6175189Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-b8d50826-272a-4959-8130-7e45f0b6cf02.config
Fetching the repository
2026-08-31T21:43:39.6216219Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +8b4bd53847884259c2eb523c2b89321822a6d85d:refs/remotes/origin/py3.11 2026-08-31T21:43:43.9061879Z From https://github.com/pypy/pypy 2026-08-31T21:43:43.9064327Z * [new ref] 8b4bd53847884259c2eb523c2b89321822a6d85d -> origin/py3.11 2026-08-31T21:43:43.9066804Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-08-31T21:43:43.9086211Z origin/py3.11 2026-08-31T21:43:43.9095493Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-31T21:43:43.9121530Z 8b4bd53847884259c2eb523c2b89321822a6d85d
Determining the checkout info
2026-08-31T21:43:43.9132044Z [command]/usr/bin/git sparse-checkout disable 2026-08-31T21:43:43.9186076Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-31T21:43:43.9219928Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-31T21:43:44.5861746Z Switched to a new branch 'py3.11' 2026-08-31T21:43:44.5883548Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-31T21:43:44.5937159Z [command]/usr/bin/git log -1 --format=%H 2026-08-31T21:43:44.5966458Z 8b4bd53847884259c2eb523c2b89321822a6d85d