Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-03T10:15:59.4936077Z with: 2026-08-03T10:15:59.4936704Z repository: pypy/pypy 2026-08-03T10:15:59.4941097Z token: *** 2026-08-03T10:15:59.4941652Z ssh-strict: true 2026-08-03T10:15:59.4942185Z ssh-user: git 2026-08-03T10:15:59.4942815Z persist-credentials: true 2026-08-03T10:15:59.4943424Z clean: true 2026-08-03T10:15:59.4944015Z sparse-checkout-cone-mode: true 2026-08-03T10:15:59.4944680Z fetch-depth: 1 2026-08-03T10:15:59.4945224Z fetch-tags: false 2026-08-03T10:15:59.4945846Z show-progress: true 2026-08-03T10:15:59.4946422Z lfs: false 2026-08-03T10:15:59.4946927Z submodules: false 2026-08-03T10:15:59.4947539Z set-safe-directory: true
2026-08-03T10:15:59.5873753Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-03T10:15:59.5877958Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-03T10:15:59.5879896Z [command]/usr/bin/git version 2026-08-03T10:15:59.5900053Z git version 2.54.0
2026-08-03T10:15:59.5933668Z Temporarily overriding HOME='/home/runner/work/_temp/90a5cad1-4543-4779-93e9-587c706e1fd0' before making global git config changes 2026-08-03T10:15:59.5935362Z Adding repository directory to the temporary git global config as a safe directory 2026-08-03T10:15:59.5938111Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-03T10:15:59.5979322Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-03T10:15:59.5990476Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-03T10:15:59.6121124Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-03T10:15:59.6130241Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-03T10:15:59.6132173Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-03T10:15:59.6133309Z hint: call: 2026-08-03T10:15:59.6133828Z hint: 2026-08-03T10:15:59.6134476Z hint: git config --global init.defaultBranch <name> 2026-08-03T10:15:59.6135215Z hint: 2026-08-03T10:15:59.6135901Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-03T10:15:59.6137075Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-03T10:15:59.6137858Z hint: 2026-08-03T10:15:59.6138344Z hint: git branch -m <name> 2026-08-03T10:15:59.6139202Z hint: 2026-08-03T10:15:59.6139988Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-03T10:15:59.6141089Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-03T10:15:59.6143042Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-03T10:15:59.6166886Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-03T10:15:59.6210677Z Removing SSH command configuration 2026-08-03T10:15:59.6211742Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-03T10:15:59.6246910Z [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-03T10:15:59.6560317Z Removing HTTP extra header 2026-08-03T10:15:59.6566795Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-03T10:15:59.6604063Z [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-03T10:15:59.6812011Z Removing includeIf entries pointing to credentials config files 2026-08-03T10:15:59.6813576Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-03T10:15:59.6847167Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-03T10:15:59.7056526Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-cfe7db0c-7aca-4826-92b5-1980c5737547.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-03T10:15:59.7096923Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-cfe7db0c-7aca-4826-92b5-1980c5737547.config 2026-08-03T10:15:59.7130045Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-cfe7db0c-7aca-4826-92b5-1980c5737547.config 2026-08-03T10:15:59.7162986Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-cfe7db0c-7aca-4826-92b5-1980c5737547.config 2026-08-03T10:15:59.7196962Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-cfe7db0c-7aca-4826-92b5-1980c5737547.config
Fetching the repository
2026-08-03T10:15:59.7235625Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +32ecadc175ee84bf1f54f353740192c740a2fcb5:refs/remotes/origin/py3.12 2026-08-03T10:16:03.7182700Z From https://github.com/pypy/pypy 2026-08-03T10:16:03.7184311Z * [new ref] 32ecadc175ee84bf1f54f353740192c740a2fcb5 -> origin/py3.12 2026-08-03T10:16:03.7212018Z [command]/usr/bin/git branch --list --remote origin/py3.12 2026-08-03T10:16:03.7244954Z origin/py3.12 2026-08-03T10:16:03.7252488Z [command]/usr/bin/git rev-parse refs/remotes/origin/py3.12 2026-08-03T10:16:03.7284846Z 32ecadc175ee84bf1f54f353740192c740a2fcb5
Determining the checkout info
2026-08-03T10:16:03.7293066Z [command]/usr/bin/git sparse-checkout disable 2026-08-03T10:16:03.7331611Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-03T10:16:03.7361757Z [command]/usr/bin/git checkout --progress --force -B py3.12 refs/remotes/origin/py3.12 2026-08-03T10:16:04.1393365Z Switched to a new branch 'py3.12' 2026-08-03T10:16:04.1394421Z branch 'py3.12' set up to track 'origin/py3.12'.
2026-08-03T10:16:04.1451094Z [command]/usr/bin/git log -1 --format=%H 2026-08-03T10:16:04.1476534Z 32ecadc175ee84bf1f54f353740192c740a2fcb5