Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-05T12:48:42.7492109Z with: 2026-08-05T12:48:42.7492747Z repository: pypy/pypy 2026-08-05T12:48:42.7497203Z token: *** 2026-08-05T12:48:42.7497712Z ssh-strict: true 2026-08-05T12:48:42.7498279Z ssh-user: git 2026-08-05T12:48:42.7498865Z persist-credentials: true 2026-08-05T12:48:42.7499476Z clean: true 2026-08-05T12:48:42.7500129Z sparse-checkout-cone-mode: true 2026-08-05T12:48:42.7500751Z fetch-depth: 1 2026-08-05T12:48:42.7501267Z fetch-tags: false 2026-08-05T12:48:42.7501928Z show-progress: true 2026-08-05T12:48:42.7502505Z lfs: false 2026-08-05T12:48:42.7503102Z submodules: false 2026-08-05T12:48:42.7503682Z set-safe-directory: true
2026-08-05T12:48:42.8376724Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-05T12:48:42.8379929Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-05T12:48:42.8381793Z [command]/usr/bin/git version 2026-08-05T12:48:42.8470697Z git version 2.54.0
2026-08-05T12:48:42.8507110Z Temporarily overriding HOME='/home/runner/work/_temp/f94329c6-ab99-4c46-8911-bd462a3ddb9f' before making global git config changes 2026-08-05T12:48:42.8515791Z Adding repository directory to the temporary git global config as a safe directory 2026-08-05T12:48:42.8517431Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-05T12:48:42.8550842Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-05T12:48:42.8560586Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-05T12:48:42.8665135Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-05T12:48:42.8666985Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-05T12:48:42.8668124Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-05T12:48:42.8668970Z hint: call: 2026-08-05T12:48:42.8669871Z hint: 2026-08-05T12:48:42.8670517Z hint: git config --global init.defaultBranch <name> 2026-08-05T12:48:42.8671171Z hint: 2026-08-05T12:48:42.8671977Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-05T12:48:42.8673004Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-05T12:48:42.8673877Z hint: 2026-08-05T12:48:42.8674724Z hint: git branch -m <name> 2026-08-05T12:48:42.8675301Z hint: 2026-08-05T12:48:42.8676155Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-05T12:48:42.8677215Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-05T12:48:42.8679142Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-05T12:48:42.8708863Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-05T12:48:42.8739670Z Removing SSH command configuration 2026-08-05T12:48:42.8746129Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-05T12:48:42.8776355Z [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-05T12:48:42.9077834Z Removing HTTP extra header 2026-08-05T12:48:42.9082465Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-05T12:48:42.9112807Z [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-05T12:48:42.9302689Z Removing includeIf entries pointing to credentials config files 2026-08-05T12:48:42.9305461Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-05T12:48:42.9339808Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-05T12:48:42.9535620Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-d949ff56-b7e9-48a3-ad43-a3c24c24c74f.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-05T12:48:42.9574557Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-d949ff56-b7e9-48a3-ad43-a3c24c24c74f.config 2026-08-05T12:48:42.9603605Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-d949ff56-b7e9-48a3-ad43-a3c24c24c74f.config 2026-08-05T12:48:42.9632311Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-d949ff56-b7e9-48a3-ad43-a3c24c24c74f.config 2026-08-05T12:48:42.9661876Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-d949ff56-b7e9-48a3-ad43-a3c24c24c74f.config
Fetching the repository
2026-08-05T12:48:42.9695975Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5d555bd0eeaa460449944387c0c5dd635dd3aa6e:refs/remotes/origin/py3.11 2026-08-05T12:48:46.9590140Z From https://github.com/pypy/pypy 2026-08-05T12:48:46.9592870Z * [new ref] 5d555bd0eeaa460449944387c0c5dd635dd3aa6e -> origin/py3.11 2026-08-05T12:48:46.9618380Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-08-05T12:48:46.9647759Z origin/py3.11 2026-08-05T12:48:46.9655456Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-05T12:48:46.9677231Z 5d555bd0eeaa460449944387c0c5dd635dd3aa6e
Determining the checkout info
2026-08-05T12:48:46.9685299Z [command]/usr/bin/git sparse-checkout disable 2026-08-05T12:48:46.9719877Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-05T12:48:46.9748548Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-05T12:48:47.3692680Z Switched to a new branch 'py3.11' 2026-08-05T12:48:47.3707098Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-05T12:48:47.3749233Z [command]/usr/bin/git log -1 --format=%H 2026-08-05T12:48:47.3772555Z 5d555bd0eeaa460449944387c0c5dd635dd3aa6e