Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-31T07:21:53.7791060Z with: 2026-07-31T07:21:53.7791450Z repository: pypy/pypy 2026-07-31T07:21:53.7795740Z token: *** 2026-07-31T07:21:53.7796130Z ssh-strict: true 2026-07-31T07:21:53.7796690Z ssh-user: git 2026-07-31T07:21:53.7797120Z persist-credentials: true 2026-07-31T07:21:53.7797640Z clean: true 2026-07-31T07:21:53.7798020Z sparse-checkout-cone-mode: true 2026-07-31T07:21:53.7798460Z fetch-depth: 1 2026-07-31T07:21:53.7798900Z fetch-tags: false 2026-07-31T07:21:53.7799270Z show-progress: true 2026-07-31T07:21:53.7799740Z lfs: false 2026-07-31T07:21:53.7800140Z submodules: false 2026-07-31T07:21:53.7800660Z set-safe-directory: true
2026-07-31T07:21:54.2668880Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-31T07:21:54.2671080Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-31T07:21:54.2671980Z [command]/opt/homebrew/bin/git version 2026-07-31T07:21:54.2942070Z git version 2.55.0
2026-07-31T07:21:54.2968960Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/ffa7e61a-0bf1-4421-84eb-13598043c661/.gitconfig' 2026-07-31T07:21:54.2976450Z Temporarily overriding HOME='/Users/runner/work/_temp/ffa7e61a-0bf1-4421-84eb-13598043c661' before making global git config changes 2026-07-31T07:21:54.2977570Z Adding repository directory to the temporary git global config as a safe directory 2026-07-31T07:21:54.2981560Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-31T07:21:54.3094170Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-31T07:21:54.3100820Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-07-31T07:21:54.3444030Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-31T07:21:54.3451230Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-31T07:21:54.3459710Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-31T07:21:54.3461750Z hint: call: 2026-07-31T07:21:54.3462760Z hint: 2026-07-31T07:21:54.3464060Z hint: git config --global init.defaultBranch <name> 2026-07-31T07:21:54.3465520Z hint: 2026-07-31T07:21:54.3466910Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-31T07:21:54.3469030Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-31T07:21:54.3470800Z hint: 2026-07-31T07:21:54.3471850Z hint: git branch -m <name> 2026-07-31T07:21:54.3473020Z hint: 2026-07-31T07:21:54.3474510Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-31T07:21:54.3476940Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-31T07:21:54.3481740Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-31T07:21:54.3623250Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-07-31T07:21:54.3782580Z Removing SSH command configuration 2026-07-31T07:21:54.3789560Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-31T07:21:54.3884860Z [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-31T07:21:54.5657150Z Removing HTTP extra header 2026-07-31T07:21:54.5665590Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-31T07:21:54.5756850Z [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-31T07:21:54.7323020Z Removing includeIf entries pointing to credentials config files 2026-07-31T07:21:54.7327560Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-31T07:21:54.7335510Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-31T07:21:54.8804840Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-29a261fe-d8ff-4a75-9e87-6b4a77384646.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-31T07:21:54.8886670Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-29a261fe-d8ff-4a75-9e87-6b4a77384646.config 2026-07-31T07:21:54.8960500Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-29a261fe-d8ff-4a75-9e87-6b4a77384646.config 2026-07-31T07:21:54.9042040Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-29a261fe-d8ff-4a75-9e87-6b4a77384646.config 2026-07-31T07:21:54.9169110Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-29a261fe-d8ff-4a75-9e87-6b4a77384646.config
Fetching the repository
2026-07-31T07:21:54.9302950Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1ecc04ee176605ce297ea9918e81dfc88bc12b72:refs/remotes/pull/5548/merge 2026-07-31T07:21:57.9577360Z From https://github.com/pypy/pypy 2026-07-31T07:21:57.9579840Z * [new ref] 1ecc04ee176605ce297ea9918e81dfc88bc12b72 -> pull/5548/merge
Determining the checkout info
2026-07-31T07:21:57.9586820Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-07-31T07:21:57.9680330Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-31T07:21:57.9808990Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5548/merge 2026-07-31T07:21:59.0828610Z Updating files: 92% (5540/6014) 2026-07-31T07:21:59.0928900Z Updating files: 93% (5594/6014) 2026-07-31T07:21:59.1031170Z Updating files: 94% (5654/6014) 2026-07-31T07:21:59.1133140Z Updating files: 95% (5714/6014) 2026-07-31T07:21:59.1233400Z Updating files: 96% (5774/6014) 2026-07-31T07:21:59.1329240Z Updating files: 97% (5834/6014) 2026-07-31T07:21:59.1395990Z Updating files: 98% (5894/6014) 2026-07-31T07:21:59.1420640Z Updating files: 99% (5954/6014) 2026-07-31T07:21:59.1452520Z Updating files: 100% (6014/6014) 2026-07-31T07:21:59.1453440Z Updating files: 100% (6014/6014), done. 2026-07-31T07:21:59.1465330Z HEAD is now at 1ecc04e Merge 044df9c86b8382cfec0ba0f0412651c777bce83a into e6faa48a5f66f9046ba59ee1ff92ff16ba07bcb3
2026-07-31T07:21:59.1526930Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-07-31T07:21:59.1581110Z 1ecc04ee176605ce297ea9918e81dfc88bc12b72