Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-02T07:29:46.6967490Z with: 2026-08-02T07:29:46.6967900Z repository: pypy/pypy 2026-08-02T07:29:46.6971300Z token: *** 2026-08-02T07:29:46.6971680Z ssh-strict: true 2026-08-02T07:29:46.6972050Z ssh-user: git 2026-08-02T07:29:46.6972530Z persist-credentials: true 2026-08-02T07:29:46.6972980Z clean: true 2026-08-02T07:29:46.6973390Z sparse-checkout-cone-mode: true 2026-08-02T07:29:46.6973820Z fetch-depth: 1 2026-08-02T07:29:46.6974220Z fetch-tags: false 2026-08-02T07:29:46.6975170Z show-progress: true 2026-08-02T07:29:46.6976060Z lfs: false 2026-08-02T07:29:46.6976440Z submodules: false 2026-08-02T07:29:46.6976890Z set-safe-directory: true
2026-08-02T07:29:47.4808430Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-02T07:29:47.4811580Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-02T07:29:47.4812680Z [command]/opt/homebrew/bin/git version 2026-08-02T07:29:47.5327260Z git version 2.55.0
2026-08-02T07:29:47.5400170Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/f87cdd04-55a6-40ba-b520-6cb00ed6c3a7/.gitconfig' 2026-08-02T07:29:47.5411840Z Temporarily overriding HOME='/Users/runner/work/_temp/f87cdd04-55a6-40ba-b520-6cb00ed6c3a7' before making global git config changes 2026-08-02T07:29:47.5414920Z Adding repository directory to the temporary git global config as a safe directory 2026-08-02T07:29:47.5418820Z [command]/opt/homebrew/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-02T07:29:47.5615450Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-02T07:29:47.5630210Z [command]/opt/homebrew/bin/git init /Users/runner/work/pypy/pypy 2026-08-02T07:29:47.6174720Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-02T07:29:47.6183070Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-02T07:29:47.6190050Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-02T07:29:47.6193990Z hint: call: 2026-08-02T07:29:47.6201680Z hint: 2026-08-02T07:29:47.6206050Z hint: git config --global init.defaultBranch <name> 2026-08-02T07:29:47.6208450Z hint: 2026-08-02T07:29:47.6209740Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-02T07:29:47.6214970Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-02T07:29:47.6218690Z hint: 2026-08-02T07:29:47.6220870Z hint: git branch -m <name> 2026-08-02T07:29:47.6223230Z hint: 2026-08-02T07:29:47.6226280Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-02T07:29:47.6230740Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-02T07:29:47.6239440Z [command]/opt/homebrew/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-02T07:29:47.6360320Z [command]/opt/homebrew/bin/git config --local gc.auto 0
Setting up auth
2026-08-02T07:29:47.6500590Z Removing SSH command configuration 2026-08-02T07:29:47.6507910Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-02T07:29:47.6623710Z [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-08-02T07:29:47.8504420Z Removing HTTP extra header 2026-08-02T07:29:47.8510380Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-02T07:29:47.8665070Z [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-08-02T07:29:47.9960310Z Removing includeIf entries pointing to credentials config files 2026-08-02T07:29:47.9965060Z [command]/opt/homebrew/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-02T07:29:48.0049530Z [command]/opt/homebrew/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-02T07:29:48.2033570Z [command]/opt/homebrew/bin/git config --file /Users/runner/work/_temp/git-credentials-25a5ff30-7611-4f91-b24c-f4d77166917b.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-02T07:29:48.2039320Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-25a5ff30-7611-4f91-b24c-f4d77166917b.config 2026-08-02T07:29:48.2122720Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-25a5ff30-7611-4f91-b24c-f4d77166917b.config 2026-08-02T07:29:48.2239670Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-25a5ff30-7611-4f91-b24c-f4d77166917b.config 2026-08-02T07:29:48.2383440Z [command]/opt/homebrew/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-25a5ff30-7611-4f91-b24c-f4d77166917b.config
Fetching the repository
2026-08-02T07:29:48.2476190Z [command]/opt/homebrew/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c435da7b49143c884c2bef0da14d72d6bb4aeccc:refs/remotes/pull/5550/merge 2026-08-02T07:29:51.5235020Z From https://github.com/pypy/pypy 2026-08-02T07:29:51.5236450Z * [new ref] c435da7b49143c884c2bef0da14d72d6bb4aeccc -> pull/5550/merge
Determining the checkout info
2026-08-02T07:29:51.5242680Z [command]/opt/homebrew/bin/git sparse-checkout disable 2026-08-02T07:29:51.5358590Z [command]/opt/homebrew/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-02T07:29:51.5497750Z [command]/opt/homebrew/bin/git checkout --progress --force refs/remotes/pull/5550/merge 2026-08-02T07:29:52.7387830Z Updating files: 70% (4224/6014) 2026-08-02T07:29:52.7489880Z Updating files: 71% (4270/6014) 2026-08-02T07:29:52.7649880Z Updating files: 72% (4331/6014) 2026-08-02T07:29:52.7731020Z Updating files: 73% (4391/6014) 2026-08-02T07:29:52.7810910Z Updating files: 74% (4451/6014) 2026-08-02T07:29:52.7944130Z Updating files: 75% (4511/6014) 2026-08-02T07:29:52.8081580Z Updating files: 76% (4571/6014) 2026-08-02T07:29:52.8176190Z Updating files: 77% (4631/6014) 2026-08-02T07:29:52.8322980Z Updating files: 78% (4691/6014) 2026-08-02T07:29:52.8443680Z Updating files: 79% (4752/6014) 2026-08-02T07:29:52.8603270Z Updating files: 80% (4812/6014) 2026-08-02T07:29:52.8820500Z Updating files: 81% (4872/6014) 2026-08-02T07:29:52.9023990Z Updating files: 82% (4932/6014) 2026-08-02T07:29:52.9125980Z Updating files: 83% (4992/6014) 2026-08-02T07:29:52.9234390Z Updating files: 84% (5052/6014) 2026-08-02T07:29:52.9336420Z Updating files: 85% (5112/6014) 2026-08-02T07:29:52.9439360Z Updating files: 86% (5173/6014) 2026-08-02T07:29:52.9556800Z Updating files: 87% (5233/6014) 2026-08-02T07:29:52.9788760Z Updating files: 88% (5293/6014) 2026-08-02T07:29:52.9890140Z Updating files: 89% (5353/6014) 2026-08-02T07:29:53.0094380Z Updating files: 90% (5413/6014) 2026-08-02T07:29:53.0900100Z Updating files: 91% (5473/6014) 2026-08-02T07:29:53.1203160Z Updating files: 92% (5533/6014) 2026-08-02T07:29:53.1305000Z Updating files: 93% (5594/6014) 2026-08-02T07:29:53.1406770Z Updating files: 94% (5654/6014) 2026-08-02T07:29:53.1532990Z Updating files: 95% (5714/6014) 2026-08-02T07:29:53.1662930Z Updating files: 96% (5774/6014) 2026-08-02T07:29:53.1915760Z Updating files: 97% (5834/6014) 2026-08-02T07:29:53.2062250Z Updating files: 98% (5894/6014) 2026-08-02T07:29:53.2273030Z Updating files: 99% (5954/6014) 2026-08-02T07:29:53.2286730Z Updating files: 100% (6014/6014) 2026-08-02T07:29:53.2321190Z Updating files: 100% (6014/6014), done. 2026-08-02T07:29:53.2436020Z HEAD is now at c435da7 Merge c78e9378e16a7b3c56d18f50b676b01754a8891e into fe58333c4102f75f7d2e8bf620b0a1c9ef68404b
2026-08-02T07:29:53.2696280Z [command]/opt/homebrew/bin/git log -1 --format=%H 2026-08-02T07:29:53.2792700Z c435da7b49143c884c2bef0da14d72d6bb4aeccc