Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-07-31T03:02:41.9350550Z with: 2026-07-31T03:02:41.9351580Z repository: pypy/pypy 2026-07-31T03:02:41.9362610Z token: *** 2026-07-31T03:02:41.9363890Z ssh-strict: true 2026-07-31T03:02:41.9365430Z ssh-user: git 2026-07-31T03:02:41.9366520Z persist-credentials: true 2026-07-31T03:02:41.9367790Z clean: true 2026-07-31T03:02:41.9368820Z sparse-checkout-cone-mode: true 2026-07-31T03:02:41.9370190Z fetch-depth: 1 2026-07-31T03:02:41.9371270Z fetch-tags: false 2026-07-31T03:02:41.9372690Z show-progress: true 2026-07-31T03:02:41.9374550Z lfs: false 2026-07-31T03:02:41.9376200Z submodules: false 2026-07-31T03:02:41.9377950Z set-safe-directory: true
2026-07-31T03:02:42.9949440Z Syncing repository: pypy/pypy
Getting Git version info
2026-07-31T03:02:42.9956950Z Working directory is '/Users/runner/work/pypy/pypy' 2026-07-31T03:02:42.9960500Z [command]/usr/local/bin/git version 2026-07-31T03:02:43.0619820Z git version 2.55.0
2026-07-31T03:02:43.1157890Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/376e9bae-829a-4e65-b2b2-cd53b50d313b/.gitconfig' 2026-07-31T03:02:43.1176890Z Temporarily overriding HOME='/Users/runner/work/_temp/376e9bae-829a-4e65-b2b2-cd53b50d313b' before making global git config changes 2026-07-31T03:02:43.1209280Z Adding repository directory to the temporary git global config as a safe directory 2026-07-31T03:02:43.1275260Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-07-31T03:02:43.1432550Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-07-31T03:02:43.1445790Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-07-31T03:02:43.1767030Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-07-31T03:02:43.2042050Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-07-31T03:02:43.2273030Z hint: to use in all of your new repositories, which will suppress this warning, 2026-07-31T03:02:43.2493780Z hint: call: 2026-07-31T03:02:43.3083910Z hint: 2026-07-31T03:02:43.3085890Z hint: git config --global init.defaultBranch <name> 2026-07-31T03:02:43.3128750Z hint: 2026-07-31T03:02:43.3140900Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-07-31T03:02:43.3221060Z hint: 'development'. The just-created branch can be renamed via this command: 2026-07-31T03:02:43.3223830Z hint: 2026-07-31T03:02:43.3225310Z hint: git branch -m <name> 2026-07-31T03:02:43.3226740Z hint: 2026-07-31T03:02:43.3228590Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-07-31T03:02:43.3231520Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-07-31T03:02:43.3238880Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-07-31T03:02:43.3253920Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-07-31T03:02:43.3270070Z Removing SSH command configuration 2026-07-31T03:02:43.3272870Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-07-31T03:02:43.3281520Z [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-07-31T03:02:44.2334620Z Removing HTTP extra header 2026-07-31T03:02:44.2471890Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-07-31T03:02:44.2737910Z [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-07-31T03:02:44.7034220Z Removing includeIf entries pointing to credentials config files 2026-07-31T03:02:44.7106820Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-07-31T03:02:44.7857200Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-07-31T03:02:45.3095400Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-8c0ec1cd-f88b-4490-8edc-2d9f396a7cd4.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-07-31T03:02:45.3433490Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-8c0ec1cd-f88b-4490-8edc-2d9f396a7cd4.config 2026-07-31T03:02:45.3754020Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-8c0ec1cd-f88b-4490-8edc-2d9f396a7cd4.config 2026-07-31T03:02:45.4016930Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-8c0ec1cd-f88b-4490-8edc-2d9f396a7cd4.config 2026-07-31T03:02:45.4288240Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-8c0ec1cd-f88b-4490-8edc-2d9f396a7cd4.config
Fetching the repository
2026-07-31T03:02:45.5070480Z [command]/usr/local/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:02:49.8167760Z From https://github.com/pypy/pypy 2026-07-31T03:02:49.8314310Z * [new ref] 553b2b7de6373d275cf9f74cb82f30784254fd90 -> pull/5541/merge
Determining the checkout info
2026-07-31T03:02:49.8357960Z [command]/usr/local/bin/git sparse-checkout disable 2026-07-31T03:02:49.8368140Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-07-31T03:02:49.8389870Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5541/merge 2026-07-31T03:02:51.0413290Z Updating files: 30% (1814/6014) 2026-07-31T03:02:51.0915580Z Updating files: 31% (1865/6014) 2026-07-31T03:02:51.1109560Z Updating files: 32% (1925/6014) 2026-07-31T03:02:51.1156340Z Updating files: 33% (1985/6014) 2026-07-31T03:02:51.1190990Z Updating files: 34% (2045/6014) 2026-07-31T03:02:51.1525490Z Updating files: 35% (2105/6014) 2026-07-31T03:02:51.1958980Z Updating files: 36% (2166/6014) 2026-07-31T03:02:51.2967690Z Updating files: 37% (2226/6014) 2026-07-31T03:02:51.5112400Z Updating files: 38% (2286/6014) 2026-07-31T03:02:51.5684920Z Updating files: 39% (2346/6014) 2026-07-31T03:02:51.6271520Z Updating files: 40% (2406/6014) 2026-07-31T03:02:51.6360770Z Updating files: 41% (2466/6014) 2026-07-31T03:02:51.6728450Z Updating files: 42% (2526/6014) 2026-07-31T03:02:51.7789760Z Updating files: 43% (2587/6014) 2026-07-31T03:02:51.7974700Z Updating files: 44% (2647/6014) 2026-07-31T03:02:51.8407820Z Updating files: 45% (2707/6014) 2026-07-31T03:02:51.9485140Z Updating files: 46% (2767/6014) 2026-07-31T03:02:52.0490950Z Updating files: 46% (2816/6014) 2026-07-31T03:02:52.0733050Z Updating files: 47% (2827/6014) 2026-07-31T03:02:52.1131550Z Updating files: 48% (2887/6014) 2026-07-31T03:02:52.1254350Z Updating files: 49% (2947/6014) 2026-07-31T03:02:52.1340630Z Updating files: 50% (3007/6014) 2026-07-31T03:02:52.1512510Z Updating files: 51% (3068/6014) 2026-07-31T03:02:52.2080040Z Updating files: 52% (3128/6014) 2026-07-31T03:02:52.2849100Z Updating files: 53% (3188/6014) 2026-07-31T03:02:52.4518170Z Updating files: 54% (3248/6014) 2026-07-31T03:02:52.4932320Z Updating files: 55% (3308/6014) 2026-07-31T03:02:52.5133510Z Updating files: 56% (3368/6014) 2026-07-31T03:02:52.5308740Z Updating files: 57% (3428/6014) 2026-07-31T03:02:52.5568800Z Updating files: 58% (3489/6014) 2026-07-31T03:02:52.6569490Z Updating files: 59% (3549/6014) 2026-07-31T03:02:52.6837190Z Updating files: 60% (3609/6014) 2026-07-31T03:02:52.6938780Z Updating files: 61% (3669/6014) 2026-07-31T03:02:52.6992420Z Updating files: 62% (3729/6014) 2026-07-31T03:02:52.7062180Z Updating files: 63% (3789/6014) 2026-07-31T03:02:52.7492860Z Updating files: 64% (3849/6014) 2026-07-31T03:02:52.7923310Z Updating files: 65% (3910/6014) 2026-07-31T03:02:52.8810930Z Updating files: 66% (3970/6014) 2026-07-31T03:02:52.8819460Z Updating files: 67% (4030/6014) 2026-07-31T03:02:52.8824560Z Updating files: 68% (4090/6014) 2026-07-31T03:02:52.8863510Z Updating files: 68% (4116/6014) 2026-07-31T03:02:52.9181870Z Updating files: 69% (4150/6014) 2026-07-31T03:02:52.9663080Z Updating files: 70% (4210/6014) 2026-07-31T03:02:52.9956550Z Updating files: 71% (4270/6014) 2026-07-31T03:02:53.0233460Z Updating files: 72% (4331/6014) 2026-07-31T03:02:53.0489820Z Updating files: 73% (4391/6014) 2026-07-31T03:02:53.0705820Z Updating files: 74% (4451/6014) 2026-07-31T03:02:53.0897560Z Updating files: 75% (4511/6014) 2026-07-31T03:02:53.1112630Z Updating files: 76% (4571/6014) 2026-07-31T03:02:53.2023130Z Updating files: 77% (4631/6014) 2026-07-31T03:02:53.2229300Z Updating files: 78% (4691/6014) 2026-07-31T03:02:53.2435240Z Updating files: 79% (4752/6014) 2026-07-31T03:02:53.2652920Z Updating files: 80% (4812/6014) 2026-07-31T03:02:53.2948660Z Updating files: 81% (4872/6014) 2026-07-31T03:02:53.3420330Z Updating files: 82% (4932/6014) 2026-07-31T03:02:53.3620500Z Updating files: 83% (4992/6014) 2026-07-31T03:02:53.3894680Z Updating files: 84% (5052/6014) 2026-07-31T03:02:53.4141860Z Updating files: 85% (5112/6014) 2026-07-31T03:02:53.4367880Z Updating files: 86% (5173/6014) 2026-07-31T03:02:53.4589230Z Updating files: 87% (5233/6014) 2026-07-31T03:02:53.4850800Z Updating files: 88% (5293/6014) 2026-07-31T03:02:53.5066380Z Updating files: 89% (5353/6014) 2026-07-31T03:02:53.5586090Z Updating files: 90% (5413/6014) 2026-07-31T03:02:53.8024440Z Updating files: 91% (5473/6014) 2026-07-31T03:02:53.8939970Z Updating files: 92% (5533/6014) 2026-07-31T03:02:53.9307110Z Updating files: 92% (5542/6014) 2026-07-31T03:02:53.9729810Z Updating files: 93% (5594/6014) 2026-07-31T03:02:54.0645830Z Updating files: 94% (5654/6014) 2026-07-31T03:02:54.0848730Z Updating files: 95% (5714/6014) 2026-07-31T03:02:54.1058340Z Updating files: 96% (5774/6014) 2026-07-31T03:02:54.1269010Z Updating files: 97% (5834/6014) 2026-07-31T03:02:54.1461250Z Updating files: 98% (5894/6014) 2026-07-31T03:02:54.1655940Z Updating files: 99% (5954/6014) 2026-07-31T03:02:54.1657520Z Updating files: 100% (6014/6014) 2026-07-31T03:02:54.1662400Z Updating files: 100% (6014/6014), done. 2026-07-31T03:02:54.1802990Z HEAD is now at 553b2b7 Merge 8dda6246ab8851992ed379076448c91386242f2a into e6faa48a5f66f9046ba59ee1ff92ff16ba07bcb3
2026-07-31T03:02:54.2037110Z [command]/usr/local/bin/git log -1 --format=%H 2026-07-31T03:02:54.2187040Z 553b2b7de6373d275cf9f74cb82f30784254fd90