Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-22T06:49:52.5811219Z with: 2026-08-22T06:49:52.5811788Z repository: pypy/pypy 2026-08-22T06:49:52.5815956Z token: *** 2026-08-22T06:49:52.5816606Z ssh-strict: true 2026-08-22T06:49:52.5817165Z ssh-user: git 2026-08-22T06:49:52.5817724Z persist-credentials: true 2026-08-22T06:49:52.5818283Z clean: true 2026-08-22T06:49:52.5818803Z sparse-checkout-cone-mode: true 2026-08-22T06:49:52.5819501Z fetch-depth: 1 2026-08-22T06:49:52.5820023Z fetch-tags: false 2026-08-22T06:49:52.5820520Z show-progress: true 2026-08-22T06:49:52.5821106Z lfs: false 2026-08-22T06:49:52.5821606Z submodules: false 2026-08-22T06:49:52.5822223Z set-safe-directory: true
2026-08-22T06:49:52.6700402Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-22T06:49:52.6703943Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-22T06:49:52.6705453Z [command]/usr/bin/git version 2026-08-22T06:49:52.6772931Z git version 2.55.0
2026-08-22T06:49:52.6806149Z Temporarily overriding HOME='/home/runner/work/_temp/9782ba85-312b-44fd-bc96-bd0b4d5830ad' before making global git config changes 2026-08-22T06:49:52.6810173Z Adding repository directory to the temporary git global config as a safe directory 2026-08-22T06:49:52.6811381Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-22T06:49:52.6844186Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-22T06:49:52.6854610Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-22T06:49:52.6919960Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-22T06:49:52.6922035Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-22T06:49:52.6923870Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-22T06:49:52.6925308Z hint: call: 2026-08-22T06:49:52.6926782Z hint: 2026-08-22T06:49:52.6927579Z hint: git config --global init.defaultBranch <name> 2026-08-22T06:49:52.6928483Z hint: 2026-08-22T06:49:52.6929211Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-22T06:49:52.6930308Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-22T06:49:52.6931132Z hint: 2026-08-22T06:49:52.6931650Z hint: git branch -m <name> 2026-08-22T06:49:52.6932288Z hint: 2026-08-22T06:49:52.6933898Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-22T06:49:52.6935149Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-22T06:49:52.6936941Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-22T06:49:52.6976016Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-22T06:49:52.7004998Z Removing SSH command configuration 2026-08-22T06:49:52.7010853Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-22T06:49:52.7041376Z [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-22T06:49:52.7325567Z Removing HTTP extra header 2026-08-22T06:49:52.7331606Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-22T06:49:52.7362233Z [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-22T06:49:52.7556335Z Removing includeIf entries pointing to credentials config files 2026-08-22T06:49:52.7557672Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-22T06:49:52.7590134Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-22T06:49:52.7782896Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-42d0cd68-7232-4b09-b3cd-4511f57f1d50.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-22T06:49:52.7820522Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-42d0cd68-7232-4b09-b3cd-4511f57f1d50.config 2026-08-22T06:49:52.7848839Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-42d0cd68-7232-4b09-b3cd-4511f57f1d50.config 2026-08-22T06:49:52.7877997Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-42d0cd68-7232-4b09-b3cd-4511f57f1d50.config 2026-08-22T06:49:52.7906958Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-42d0cd68-7232-4b09-b3cd-4511f57f1d50.config
Fetching the repository
2026-08-22T06:49:52.7945140Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +bc4cf7b66c8c1bff6b7d2990988d6cfd0bfb4f78:refs/remotes/pull/5572/merge 2026-08-22T06:49:55.7080940Z From https://github.com/pypy/pypy 2026-08-22T06:49:55.7082819Z * [new ref] bc4cf7b66c8c1bff6b7d2990988d6cfd0bfb4f78 -> pull/5572/merge
Determining the checkout info
2026-08-22T06:49:55.7103052Z [command]/usr/bin/git sparse-checkout disable 2026-08-22T06:49:55.7129133Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-22T06:49:55.7159637Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5572/merge 2026-08-22T06:49:56.0498310Z Note: switching to 'refs/remotes/pull/5572/merge'. 2026-08-22T06:49:56.0499213Z 2026-08-22T06:49:56.0499885Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-22T06:49:56.0501175Z changes and commit them, and you can discard any commits you make in this 2026-08-22T06:49:56.0502903Z state without impacting any branches by switching back to a branch. 2026-08-22T06:49:56.0503702Z 2026-08-22T06:49:56.0504238Z If you want to create a new branch to retain commits you create, you may 2026-08-22T06:49:56.0514263Z do so (now or later) by using -c with the switch command. Example: 2026-08-22T06:49:56.0515126Z 2026-08-22T06:49:56.0515420Z git switch -c <new-branch-name> 2026-08-22T06:49:56.0515956Z 2026-08-22T06:49:56.0516230Z Or undo this operation with: 2026-08-22T06:49:56.0516736Z 2026-08-22T06:49:56.0516981Z git switch - 2026-08-22T06:49:56.0517314Z 2026-08-22T06:49:56.0517885Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-22T06:49:56.0518726Z 2026-08-22T06:49:56.0519752Z HEAD is now at bc4cf7b Merge bf2cdd900afba04a7ad092a9b41c0060f3a41db0 into f4e4349c4e8ec30db0c8ab147a0d4ad65486713f
2026-08-22T06:49:56.0548526Z [command]/usr/bin/git log -1 --format=%H 2026-08-22T06:49:56.0571614Z bc4cf7b66c8c1bff6b7d2990988d6cfd0bfb4f78