timestamps Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2026-05-29T08:46:48.5610760Z with:
2026-05-29T08:46:48.5611430Z repository: pypy/pypy
2026-05-29T08:46:48.5618870Z token: ***
2026-05-29T08:46:48.5619530Z ssh-strict: true
2026-05-29T08:46:48.5620200Z ssh-user: git
2026-05-29T08:46:48.5620890Z persist-credentials: true
2026-05-29T08:46:48.5621640Z clean: true
2026-05-29T08:46:48.5622330Z sparse-checkout-cone-mode: true
2026-05-29T08:46:48.5623150Z fetch-depth: 1
2026-05-29T08:46:48.5623820Z fetch-tags: false
2026-05-29T08:46:48.5624520Z show-progress: true
2026-05-29T08:46:48.5625220Z lfs: false
2026-05-29T08:46:48.5625870Z submodules: false
2026-05-29T08:46:48.5626570Z set-safe-directory: true
2026-05-29T08:46:48.8458660Z Syncing repository: pypy/pypy
Getting Git version info
2026-05-29T08:46:48.8462890Z Working directory is '/Users/runner/work/pypy/pypy'
2026-05-29T08:46:48.8464670Z [command]/usr/local/bin/git version
2026-05-29T08:46:48.8669180Z git version 2.54.0
2026-05-29T08:46:48.8710400Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/7be43c40-246b-4573-a331-93a2e157f105/.gitconfig'
2026-05-29T08:46:48.8725930Z Temporarily overriding HOME='/Users/runner/work/_temp/7be43c40-246b-4573-a331-93a2e157f105' before making global git config changes
2026-05-29T08:46:48.8728640Z Adding repository directory to the temporary git global config as a safe directory
2026-05-29T08:46:48.8731770Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy
2026-05-29T08:46:48.8870730Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-05-29T08:46:48.8881850Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy
2026-05-29T08:46:48.9195700Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-29T08:46:48.9197640Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-29T08:46:48.9199900Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-29T08:46:48.9201300Z hint: call:
2026-05-29T08:46:48.9202110Z hint:
2026-05-29T08:46:48.9203070Z hint: git config --global init.defaultBranch <name>
2026-05-29T08:46:48.9204180Z hint:
2026-05-29T08:46:48.9205180Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-29T08:46:48.9206730Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-29T08:46:48.9207990Z hint:
2026-05-29T08:46:48.9208710Z hint: git branch -m <name>
2026-05-29T08:46:48.9209510Z hint:
2026-05-29T08:46:48.9210570Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-29T08:46:48.9212170Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/
2026-05-29T08:46:48.9215000Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-05-29T08:46:48.9333310Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-05-29T08:46:48.9430020Z Removing SSH command configuration
2026-05-29T08:46:48.9434450Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-29T08:46:48.9530500Z [command]/usr/local/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-29T08:46:49.0865090Z Removing HTTP extra header
2026-05-29T08:46:49.0871400Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-29T08:46:49.0971190Z [command]/usr/local/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-05-29T08:46:49.2145080Z Removing includeIf entries pointing to credentials config files
2026-05-29T08:46:49.2149740Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-29T08:46:49.2238310Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-29T08:46:49.3627100Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-46aab394-25a7-4f63-a01e-f5939c23182f.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-29T08:46:49.3671430Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-46aab394-25a7-4f63-a01e-f5939c23182f.config
2026-05-29T08:46:49.3911970Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-46aab394-25a7-4f63-a01e-f5939c23182f.config
2026-05-29T08:46:49.4228800Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-46aab394-25a7-4f63-a01e-f5939c23182f.config
2026-05-29T08:46:49.4400700Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-46aab394-25a7-4f63-a01e-f5939c23182f.config
Fetching the repository
2026-05-29T08:46:49.4423290Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +9bc18912c805c13c9f0d92b2e6e76cd4d684f6e1:refs/remotes/pull/5488/merge
2026-05-29T08:46:52.9453000Z From https://github.com/pypy/pypy
2026-05-29T08:46:52.9455320Z * [new ref] 9bc18912c805c13c9f0d92b2e6e76cd4d684f6e1 -> pull/5488/merge
Determining the checkout info
2026-05-29T08:46:52.9581780Z [command]/usr/local/bin/git sparse-checkout disable
2026-05-29T08:46:52.9698960Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-05-29T08:46:52.9793500Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5488/merge
2026-05-29T08:46:54.1167500Z Updating files: 50% (3054/6013)
2026-05-29T08:46:54.1296020Z Updating files: 51% (3067/6013)
2026-05-29T08:46:54.1434870Z Updating files: 52% (3127/6013)
2026-05-29T08:46:54.1575360Z Updating files: 53% (3187/6013)
2026-05-29T08:46:54.1712930Z Updating files: 54% (3248/6013)
2026-05-29T08:46:54.1871780Z Updating files: 55% (3308/6013)
2026-05-29T08:46:54.2001630Z Updating files: 56% (3368/6013)
2026-05-29T08:46:54.2129680Z Updating files: 57% (3428/6013)
2026-05-29T08:46:54.2263790Z Updating files: 58% (3488/6013)
2026-05-29T08:46:54.2395050Z Updating files: 59% (3548/6013)
2026-05-29T08:46:54.2533340Z Updating files: 60% (3608/6013)
2026-05-29T08:46:54.2682280Z Updating files: 61% (3668/6013)
2026-05-29T08:46:54.2813620Z Updating files: 62% (3729/6013)
2026-05-29T08:46:54.2947040Z Updating files: 63% (3789/6013)
2026-05-29T08:46:54.3092790Z Updating files: 64% (3849/6013)
2026-05-29T08:46:54.3222400Z Updating files: 65% (3909/6013)
2026-05-29T08:46:54.3343870Z Updating files: 66% (3969/6013)
2026-05-29T08:46:54.3477980Z Updating files: 67% (4029/6013)
2026-05-29T08:46:54.3627840Z Updating files: 68% (4089/6013)
2026-05-29T08:46:54.3777660Z Updating files: 69% (4149/6013)
2026-05-29T08:46:54.3953060Z Updating files: 70% (4210/6013)
2026-05-29T08:46:54.4103980Z Updating files: 71% (4270/6013)
2026-05-29T08:46:54.4259220Z Updating files: 72% (4330/6013)
2026-05-29T08:46:54.4399240Z Updating files: 73% (4390/6013)
2026-05-29T08:46:54.5241430Z Updating files: 74% (4450/6013)
2026-05-29T08:46:54.5392930Z Updating files: 75% (4510/6013)
2026-05-29T08:46:54.5541340Z Updating files: 76% (4570/6013)
2026-05-29T08:46:54.5689010Z Updating files: 77% (4631/6013)
2026-05-29T08:46:54.5832450Z Updating files: 78% (4691/6013)
2026-05-29T08:46:54.5967410Z Updating files: 79% (4751/6013)
2026-05-29T08:46:54.6118870Z Updating files: 80% (4811/6013)
2026-05-29T08:46:54.6512900Z Updating files: 81% (4871/6013)
2026-05-29T08:46:54.7292780Z Updating files: 82% (4931/6013)
2026-05-29T08:46:54.7294880Z Updating files: 83% (4991/6013)
2026-05-29T08:46:54.7298530Z Updating files: 84% (5051/6013)
2026-05-29T08:46:54.7311340Z Updating files: 85% (5112/6013)
2026-05-29T08:46:54.7476730Z Updating files: 86% (5172/6013)
2026-05-29T08:46:54.7633580Z Updating files: 87% (5232/6013)
2026-05-29T08:46:54.7779100Z Updating files: 88% (5292/6013)
2026-05-29T08:46:54.7947690Z Updating files: 89% (5352/6013)
2026-05-29T08:46:54.8175510Z Updating files: 90% (5412/6013)
2026-05-29T08:46:54.9246570Z Updating files: 91% (5472/6013)
2026-05-29T08:46:54.9751580Z Updating files: 92% (5532/6013)
2026-05-29T08:46:54.9917070Z Updating files: 93% (5593/6013)
2026-05-29T08:46:54.9969330Z Updating files: 94% (5653/6013)
2026-05-29T08:46:55.0055700Z Updating files: 94% (5675/6013)
2026-05-29T08:46:55.0200060Z Updating files: 95% (5713/6013)
2026-05-29T08:46:55.0340420Z Updating files: 96% (5773/6013)
2026-05-29T08:46:55.0485290Z Updating files: 97% (5833/6013)
2026-05-29T08:46:55.0618300Z Updating files: 98% (5893/6013)
2026-05-29T08:46:55.0757310Z Updating files: 99% (5953/6013)
2026-05-29T08:46:55.0758480Z Updating files: 100% (6013/6013)
2026-05-29T08:46:55.0759200Z Updating files: 100% (6013/6013), done.
2026-05-29T08:46:55.0962160Z HEAD is now at 9bc1891 Merge ef6841b8d2ca430b5918e135a0f38f367da9d427 into 89d59559f278da492b27b562dc812789a3bbbf0f
2026-05-29T08:46:55.1133080Z [command]/usr/local/bin/git log -1 --format=%H
2026-05-29T08:46:55.1236470Z 9bc18912c805c13c9f0d92b2e6e76cd4d684f6e1