Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-01T11:41:01.4764176Z with: 2026-08-01T11:41:01.4764522Z repository: pypy/pypy 2026-08-01T11:41:01.4768439Z token: *** 2026-08-01T11:41:01.4768790Z ssh-strict: true 2026-08-01T11:41:01.4769148Z ssh-user: git 2026-08-01T11:41:01.4769519Z persist-credentials: true 2026-08-01T11:41:01.4769928Z clean: true 2026-08-01T11:41:01.4770286Z sparse-checkout-cone-mode: true 2026-08-01T11:41:01.4770730Z fetch-depth: 1 2026-08-01T11:41:01.4771073Z fetch-tags: false 2026-08-01T11:41:01.4771441Z show-progress: true 2026-08-01T11:41:01.4771811Z lfs: false 2026-08-01T11:41:01.4772135Z submodules: false 2026-08-01T11:41:01.4772501Z set-safe-directory: true
2026-08-01T11:41:01.5552186Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-01T11:41:01.5554750Z Working directory is '/home/runner/work/pypy/pypy' 2026-08-01T11:41:01.5556110Z [command]/usr/bin/git version 2026-08-01T11:41:01.5600854Z git version 2.54.0
2026-08-01T11:41:01.5632769Z Temporarily overriding HOME='/home/runner/work/_temp/1d52a437-3e9e-4c9f-90ce-ffb63ab18437' before making global git config changes 2026-08-01T11:41:01.5637313Z Adding repository directory to the temporary git global config as a safe directory 2026-08-01T11:41:01.5638405Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/pypy/pypy 2026-08-01T11:41:01.5670623Z Deleting the contents of '/home/runner/work/pypy/pypy'
Initializing the repository
2026-08-01T11:41:01.5678821Z [command]/usr/bin/git init /home/runner/work/pypy/pypy 2026-08-01T11:41:01.6210248Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-01T11:41:01.6211864Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-01T11:41:01.6213588Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-01T11:41:01.6214648Z hint: call: 2026-08-01T11:41:01.6215350Z hint: 2026-08-01T11:41:01.6216310Z hint: git config --global init.defaultBranch <name> 2026-08-01T11:41:01.6217107Z hint: 2026-08-01T11:41:01.6217687Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-01T11:41:01.6218749Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-01T11:41:01.6219454Z hint: 2026-08-01T11:41:01.6219798Z hint: git branch -m <name> 2026-08-01T11:41:01.6220209Z hint: 2026-08-01T11:41:01.6220785Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-01T11:41:01.6222087Z Initialized empty Git repository in /home/runner/work/pypy/pypy/.git/ 2026-08-01T11:41:01.6223779Z [command]/usr/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-01T11:41:01.6265142Z [command]/usr/bin/git config --local gc.auto 0
Setting up auth
2026-08-01T11:41:01.6295818Z Removing SSH command configuration 2026-08-01T11:41:01.6301395Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-01T11:41:01.6333437Z [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-01T11:41:01.6576006Z Removing HTTP extra header 2026-08-01T11:41:01.6582640Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-01T11:41:01.6614429Z [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-01T11:41:01.6804297Z Removing includeIf entries pointing to credentials config files 2026-08-01T11:41:01.6809762Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-01T11:41:01.6841999Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-01T11:41:01.7035983Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-5e197bf6-46a4-493c-9f5b-75cce30142f4.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-01T11:41:01.7071413Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git.path /home/runner/work/_temp/git-credentials-5e197bf6-46a4-493c-9f5b-75cce30142f4.config 2026-08-01T11:41:01.7099649Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/pypy/pypy/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-5e197bf6-46a4-493c-9f5b-75cce30142f4.config 2026-08-01T11:41:01.7128057Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-5e197bf6-46a4-493c-9f5b-75cce30142f4.config 2026-08-01T11:41:01.7164103Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-5e197bf6-46a4-493c-9f5b-75cce30142f4.config
Fetching the repository
2026-08-01T11:41:01.7196346Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ace31a994f7fb5c866c086089400a68f1467581a:refs/remotes/pull/5549/merge 2026-08-01T11:41:04.0087253Z From https://github.com/pypy/pypy 2026-08-01T11:41:04.0088152Z * [new ref] ace31a994f7fb5c866c086089400a68f1467581a -> pull/5549/merge
Determining the checkout info
2026-08-01T11:41:04.0115069Z [command]/usr/bin/git sparse-checkout disable 2026-08-01T11:41:04.1646747Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-01T11:41:04.2129846Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/5549/merge 2026-08-01T11:41:04.6880062Z Note: switching to 'refs/remotes/pull/5549/merge'. 2026-08-01T11:41:04.6880995Z 2026-08-01T11:41:04.6890503Z You are in 'detached HEAD' state. You can look around, make experimental 2026-08-01T11:41:04.6891520Z changes and commit them, and you can discard any commits you make in this 2026-08-01T11:41:04.6909465Z state without impacting any branches by switching back to a branch. 2026-08-01T11:41:04.6910199Z 2026-08-01T11:41:04.6917580Z If you want to create a new branch to retain commits you create, you may 2026-08-01T11:41:04.6918139Z do so (now or later) by using -c with the switch command. Example: 2026-08-01T11:41:04.6918584Z 2026-08-01T11:41:04.6918818Z git switch -c <new-branch-name> 2026-08-01T11:41:04.6919080Z 2026-08-01T11:41:04.6919280Z Or undo this operation with: 2026-08-01T11:41:04.6919534Z 2026-08-01T11:41:04.6919733Z git switch - 2026-08-01T11:41:04.6920181Z 2026-08-01T11:41:04.6920488Z Turn off this advice by setting config variable advice.detachedHead to false 2026-08-01T11:41:04.6920856Z 2026-08-01T11:41:04.6921309Z HEAD is now at ace31a9 Merge f8e532471eedc1c9902e06eebeecd335828fc170 into fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
2026-08-01T11:41:04.6950576Z [command]/usr/bin/git log -1 --format=%H 2026-08-01T11:41:04.6975534Z ace31a994f7fb5c866c086089400a68f1467581a