Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-31T03:20:52.4505130Z with: 2026-07-31T03:20:52.4505450Z repository: pypy/pypy 2026-07-31T03:20:52.4508300Z token: *** 2026-07-31T03:20:52.4508630Z ssh-strict: true 2026-07-31T03:20:52.4508950Z ssh-user: git 2026-07-31T03:20:52.4509320Z persist-credentials: true 2026-07-31T03:20:52.4509710Z clean: true 2026-07-31T03:20:52.4510020Z sparse-checkout-cone-mode: true 2026-07-31T03:20:52.4510390Z fetch-depth: 1 2026-07-31T03:20:52.4510810Z fetch-tags: false 2026-07-31T03:20:52.4511200Z show-progress: true 2026-07-31T03:20:52.4511510Z lfs: false 2026-07-31T03:20:52.4511800Z submodules: false 2026-07-31T03:20:52.4512110Z set-safe-directory: true
2026-07-31T03:20:52.9487380Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-31T03:20:52.9493790Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-31T03:20:52.9494690Z [command]/opt/homebrew/bin/git version 2026-07-31T03:20:52.9892820Z git version 2.55.0
2026-07-31T03:20:52.9920270Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/b4785b5e-3b3d-4571-b828-13ee762df978/.gitconfig' 2026-07-31T03:20:52.9935810Z Temporarily overriding HOME='/Users/runner/work/_temp/b4785b5e-3b3d-4571-b828-13ee762df978' before making global git config changes 2026-07-31T03:20:52.9939560Z Adding repository directory to the temporary git global config as a safe directory 2026-07-31T03:20:52.9942350Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-31T03:20:53.0133220Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-31T03:20:53.0149250Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-07-31T03:20:53.0501500Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-31T03:20:53.0507940Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-31T03:20:53.0510660Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-31T03:20:53.0512390Z hint: call: 2026-07-31T03:20:53.0513380Z hint: 2026-07-31T03:20:53.0514740Z hint: git config --global init.defaultBranch <name> 2026-07-31T03:20:53.0515510Z hint: 2026-07-31T03:20:53.0516060Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-31T03:20:53.0516930Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-31T03:20:53.0517700Z hint: 2026-07-31T03:20:53.0518170Z hint: git branch -m <name> 2026-07-31T03:20:53.0518570Z hint: 2026-07-31T03:20:53.0519170Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-31T03:20:53.0520130Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-31T03:20:53.0522090Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-31T03:20:53.0616040Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-07-31T03:20:53.0711810Z Removing SSH command configuration 2026-07-31T03:20:53.0720310Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-31T03:20:53.0809320Z [command]/opt/homebrew/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2026-07-31T03:20:53.2503690Z Removing HTTP extra header 2026-07-31T03:20:53.2510570Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-31T03:20:53.2664080Z [command]/opt/homebrew/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-07-31T03:20:53.3826290Z Removing includeIf entries pointing to credentials config files 2026-07-31T03:20:53.3829190Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-31T03:20:53.3919480Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-31T03:20:53.5603070Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-180a66eb-1269-4bf8-b487-281c013059e6.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-31T03:20:53.5675010Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-180a66eb-1269-4bf8-b487-281c013059e6.config 2026-07-31T03:20:53.5737250Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-180a66eb-1269-4bf8-b487-281c013059e6.config 2026-07-31T03:20:53.5798210Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-180a66eb-1269-4bf8-b487-281c013059e6.config 2026-07-31T03:20:53.5874660Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-180a66eb-1269-4bf8-b487-281c013059e6.config
Fetching the repository
2026-07-31T03:20:53.5964530Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +553b2b7de6373d275cf9f74cb82f30784254fd90:refs/remotes/pull/5541/merge 2026-07-31T03:20:56.9589600Z From https://github.com/pypy/pypy 2026-07-31T03:20:56.9591330Z * [new ref] 553b2b7de6373d275cf9f74cb82f30784254fd90 -> pull/5541/merge
Determining the checkout info
2026-07-31T03:20:56.9598690Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-31T03:20:56.9678910Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-31T03:20:56.9740630Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5541/merge 2026-07-31T03:20:58.1549050Z Updating files: 96% (5802/6014) 2026-07-31T03:20:58.1619830Z Updating files: 97% (5834/6014) 2026-07-31T03:20:58.1690150Z Updating files: 98% (5894/6014) 2026-07-31T03:20:58.1776380Z Updating files: 99% (5954/6014) 2026-07-31T03:20:58.1781030Z Updating files: 100% (6014/6014) 2026-07-31T03:20:58.1781770Z Updating files: 100% (6014/6014), done. 2026-07-31T03:20:58.1885120Z HEAD is now at 553b2b7 Merge 8dda6246ab8851992ed379076448c91386242f2a into e6faa48a5f66f9046ba59ee1ff92ff16ba07bcb3
2026-07-31T03:20:58.2102010Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-31T03:20:58.2229620Z 553b2b7de6373d275cf9f74cb82f30784254fd90