Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-16T19:42:04.6996577Z with: 2026-08-16T19:42:04.6997408Z repository: pypy/pypy 2026-08-16T19:42:04.7001141Z token: *** 2026-08-16T19:42:04.7001706Z ssh-strict: true 2026-08-16T19:42:04.7002233Z ssh-user: git 2026-08-16T19:42:04.7002862Z persist-credentials: true 2026-08-16T19:42:04.7003467Z clean: true 2026-08-16T19:42:04.7003985Z sparse-checkout-cone-mode: true 2026-08-16T19:42:04.7004678Z fetch-depth: 1 2026-08-16T19:42:04.7005223Z fetch-tags: false 2026-08-16T19:42:04.7005829Z show-progress: true 2026-08-16T19:42:04.7006406Z lfs: false 2026-08-16T19:42:04.7006920Z submodules: false 2026-08-16T19:42:04.7007724Z set-safe-directory: true
2026-08-16T19:42:04.7854347Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-16T19:42:04.7858115Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-16T19:42:04.7859496Z [command]/usr/bin/git version 2026-08-16T19:42:04.7888409Z git version 2.54.0
2026-08-16T19:42:04.7918426Z Temporarily overriding HOME='/home/runner/work/_temp/ce67f1b1-b7db-42cd-a693-5dcf28fd1c95' before making global git config changes 2026-08-16T19:42:04.7919904Z Adding repository directory to the temporary git global config as a safe directory 2026-08-16T19:42:04.7921249Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-16T19:42:04.7949415Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-16T19:42:04.7957411Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-16T19:42:04.8019174Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-16T19:42:04.8020998Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-16T19:42:04.8022443Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-16T19:42:04.8023467Z hint: call: 2026-08-16T19:42:04.8024122Z hint: 2026-08-16T19:42:04.8025301Z hint: git config --global init.defaultBranch <name> 2026-08-16T19:42:04.8026230Z hint: 2026-08-16T19:42:04.8027399Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-16T19:42:04.8028473Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-16T19:42:04.8029537Z hint: 2026-08-16T19:42:04.8030503Z hint: git branch -m <name> 2026-08-16T19:42:04.8031142Z hint: 2026-08-16T19:42:04.8032016Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-16T19:42:04.8033078Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-16T19:42:04.8034941Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-16T19:42:04.8062963Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-16T19:42:04.8094158Z Removing SSH command configuration 2026-08-16T19:42:04.8095281Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-16T19:42:04.8122623Z [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-16T19:42:04.8375390Z Removing HTTP extra header 2026-08-16T19:42:04.8380568Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-16T19:42:04.8409568Z [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-16T19:42:04.8586643Z Removing includeIf entries pointing to credentials config files 2026-08-16T19:42:04.8590844Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-16T19:42:04.8622010Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-16T19:42:04.8809675Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-566089c7-d3e2-487b-ba2a-529c5ce8ad3b.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-16T19:42:04.8844334Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-566089c7-d3e2-487b-ba2a-529c5ce8ad3b.config 2026-08-16T19:42:04.8872314Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-566089c7-d3e2-487b-ba2a-529c5ce8ad3b.config 2026-08-16T19:42:04.8908256Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-566089c7-d3e2-487b-ba2a-529c5ce8ad3b.config 2026-08-16T19:42:04.8935147Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-566089c7-d3e2-487b-ba2a-529c5ce8ad3b.config
Fetching the repository
2026-08-16T19:42:04.8968376Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +606bb7c3f91dbc3971b80b614638a47061842422:refs/remotes/origin/py3.11 2026-08-16T19:42:09.0387162Z From https://github.com/pypy/pypy 2026-08-16T19:42:09.0388798Z * [new ref] 606bb7c3f91dbc3971b80b614638a47061842422 -> origin/py3.11 2026-08-16T19:42:09.0412555Z [command]/usr/bin/git branch --list --remote origin/py3.11 2026-08-16T19:42:09.0437612Z origin/py3.11 2026-08-16T19:42:09.0445248Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.11 2026-08-16T19:42:09.0467897Z 606bb7c3f91dbc3971b80b614638a47061842422
Determining the checkout info
2026-08-16T19:42:09.0475913Z [command]/usr/bin/git sparse-checkout disable 2026-08-16T19:42:09.0508851Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-16T19:42:09.0535928Z [command]/usr/bin/git checkout --progress --force -B py3.11 refs/remotes/origin/py3.11 2026-08-16T19:42:09.4434095Z Switched to a new branch 'py3.11' 2026-08-16T19:42:09.4434966Z branch 'py3.11' set up to track 'origin/py3.11'.
2026-08-16T19:42:09.4486699Z [command]/usr/bin/git log -1 --format=%H 2026-08-16T19:42:09.4508820Z 606bb7c3f91dbc3971b80b614638a47061842422