Run actions/checkout
Run actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd 2026-08-19T20:33:10.2620580Z with: 2026-08-19T20:33:10.2621900Z repository: pypy/pypy 2026-08-19T20:33:10.2635170Z token: *** 2026-08-19T20:33:10.2636540Z ssh-strict: true 2026-08-19T20:33:10.2637830Z ssh-user: git 2026-08-19T20:33:10.2639160Z persist-credentials: true 2026-08-19T20:33:10.2640600Z clean: true 2026-08-19T20:33:10.2641920Z sparse-checkout-cone-mode: true 2026-08-19T20:33:10.2643490Z fetch-depth: 1 2026-08-19T20:33:10.2644820Z fetch-tags: false 2026-08-19T20:33:10.2646180Z show-progress: true 2026-08-19T20:33:10.2647570Z lfs: false 2026-08-19T20:33:10.2648820Z submodules: false 2026-08-19T20:33:10.2650200Z set-safe-directory: true
2026-08-19T20:33:10.9628110Z Syncing repository: pypy/pypy
Getting Git version info
2026-08-19T20:33:10.9635630Z Working directory is '/Users/runner/work/pypy/pypy' 2026-08-19T20:33:10.9638950Z [command]/usr/local/bin/git version 2026-08-19T20:33:10.9796220Z git version 2.55.0
2026-08-19T20:33:10.9895070Z Copying '/Users/runner/.gitconfig' to '/Users/runner/work/_temp/9c1bf2f1-b7a1-4afe-be65-192fe7b05031/.gitconfig' 2026-08-19T20:33:10.9915370Z Temporarily overriding HOME='/Users/runner/work/_temp/9c1bf2f1-b7a1-4afe-be65-192fe7b05031' before making global git config changes 2026-08-19T20:33:10.9935020Z Adding repository directory to the temporary git global config as a safe directory 2026-08-19T20:33:10.9938540Z [command]/usr/local/bin/git config --global --add safe.directory /Users/runner/work/pypy/pypy 2026-08-19T20:33:11.0164460Z Deleting the contents of '/Users/runner/work/pypy/pypy'
Initializing the repository
2026-08-19T20:33:11.0448670Z [command]/usr/local/bin/git init /Users/runner/work/pypy/pypy 2026-08-19T20:33:11.0860170Z hint: Using 'master' as the name for the initial branch. This default branch name 2026-08-19T20:33:11.0863570Z hint: will change to "main" in Git 3.0. To configure the initial branch name 2026-08-19T20:33:11.0866810Z hint: to use in all of your new repositories, which will suppress this warning, 2026-08-19T20:33:11.0869470Z hint: call: 2026-08-19T20:33:11.0871120Z hint: 2026-08-19T20:33:11.0873150Z hint: git config --global init.defaultBranch <name> 2026-08-19T20:33:11.0875370Z hint: 2026-08-19T20:33:11.0877530Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2026-08-19T20:33:11.0881000Z hint: 'development'. The just-created branch can be renamed via this command: 2026-08-19T20:33:11.0883510Z hint: 2026-08-19T20:33:11.0884970Z hint: git branch -m <name> 2026-08-19T20:33:11.0886570Z hint: 2026-08-19T20:33:11.0888760Z hint: Disable this message with "git config set advice.defaultBranchName false" 2026-08-19T20:33:11.0892470Z Initialized empty Git repository in /Users/runner/work/pypy/pypy/.git/ 2026-08-19T20:33:11.0899160Z [command]/usr/local/bin/git remote add origin https://github.com/pypy/pypy
Disabling automatic garbage collection
2026-08-19T20:33:11.1104940Z [command]/usr/local/bin/git config --local gc.auto 0
Setting up auth
2026-08-19T20:33:11.1280460Z Removing SSH command configuration 2026-08-19T20:33:11.1294780Z [command]/usr/local/bin/git config --local --name-only --get-regexp core\.sshCommand 2026-08-19T20:33:11.1470510Z [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-08-19T20:33:11.4023600Z Removing HTTP extra header 2026-08-19T20:33:11.4027030Z [command]/usr/local/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2026-08-19T20:33:11.4096190Z [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-08-19T20:33:11.6569440Z Removing includeIf entries pointing to credentials config files 2026-08-19T20:33:11.6577210Z [command]/usr/local/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: 2026-08-19T20:33:11.6741990Z [command]/usr/local/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url 2026-08-19T20:33:11.8821900Z [command]/usr/local/bin/git config --file /Users/runner/work/_temp/git-credentials-511da475-ce54-4132-b2fe-cc43f7e5ecdb.config http.https://github.com/.extraheader AUTHORIZATION: basic *** 2026-08-19T20:33:11.9033230Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git.path /Users/runner/work/_temp/git-credentials-511da475-ce54-4132-b2fe-cc43f7e5ecdb.config 2026-08-19T20:33:11.9193980Z [command]/usr/local/bin/git config --local includeIf.gitdir:/Users/runner/work/pypy/pypy/.git/worktrees/*.path /Users/runner/work/_temp/git-credentials-511da475-ce54-4132-b2fe-cc43f7e5ecdb.config 2026-08-19T20:33:11.9342700Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-511da475-ce54-4132-b2fe-cc43f7e5ecdb.config 2026-08-19T20:33:11.9518260Z [command]/usr/local/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-511da475-ce54-4132-b2fe-cc43f7e5ecdb.config
Fetching the repository
2026-08-19T20:33:11.9688410Z [command]/usr/local/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2b2f5d84cf6bbc93cfdb8735199f72c520f1398b:refs/remotes/pull/5570/merge 2026-08-19T20:33:17.5265950Z From https://github.com/pypy/pypy 2026-08-19T20:33:17.5269830Z * [new ref] 2b2f5d84cf6bbc93cfdb8735199f72c520f1398b -> pull/5570/merge
Determining the checkout info
2026-08-19T20:33:17.5413460Z [command]/usr/local/bin/git sparse-checkout disable 2026-08-19T20:33:17.5501390Z [command]/usr/local/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
2026-08-19T20:33:17.5653850Z [command]/usr/local/bin/git checkout --progress --force refs/remotes/pull/5570/merge 2026-08-19T20:33:18.7709760Z Updating files: 21% (1531/7087) 2026-08-19T20:33:18.8048590Z Updating files: 22% (1560/7087) 2026-08-19T20:33:18.8400440Z Updating files: 23% (1631/7087) 2026-08-19T20:33:18.8777710Z Updating files: 24% (1701/7087) 2026-08-19T20:33:18.9167470Z Updating files: 25% (1772/7087) 2026-08-19T20:33:18.9468010Z Updating files: 26% (1843/7087) 2026-08-19T20:33:18.9830290Z Updating files: 27% (1914/7087) 2026-08-19T20:33:19.0158000Z Updating files: 28% (1985/7087) 2026-08-19T20:33:19.0555740Z Updating files: 29% (2056/7087) 2026-08-19T20:33:19.0909400Z Updating files: 30% (2127/7087) 2026-08-19T20:33:19.1304090Z Updating files: 31% (2197/7087) 2026-08-19T20:33:19.1630640Z Updating files: 32% (2268/7087) 2026-08-19T20:33:19.1996950Z Updating files: 33% (2339/7087) 2026-08-19T20:33:19.2378590Z Updating files: 34% (2410/7087) 2026-08-19T20:33:19.2895790Z Updating files: 35% (2481/7087) 2026-08-19T20:33:19.3249460Z Updating files: 36% (2552/7087) 2026-08-19T20:33:19.3646390Z Updating files: 37% (2623/7087) 2026-08-19T20:33:19.4080810Z Updating files: 38% (2694/7087) 2026-08-19T20:33:19.6577430Z Updating files: 39% (2764/7087) 2026-08-19T20:33:19.7310590Z Updating files: 40% (2835/7087) 2026-08-19T20:33:19.8314100Z Updating files: 40% (2899/7087) 2026-08-19T20:33:19.8807580Z Updating files: 41% (2906/7087) 2026-08-19T20:33:19.9337180Z Updating files: 42% (2977/7087) 2026-08-19T20:33:19.9401160Z Updating files: 43% (3048/7087) 2026-08-19T20:33:19.9684610Z Updating files: 44% (3119/7087) 2026-08-19T20:33:19.9743600Z Updating files: 45% (3190/7087) 2026-08-19T20:33:19.9804510Z Updating files: 46% (3261/7087) 2026-08-19T20:33:19.9826690Z Updating files: 47% (3331/7087) 2026-08-19T20:33:19.9855810Z Updating files: 48% (3402/7087) 2026-08-19T20:33:19.9861780Z Updating files: 49% (3473/7087) 2026-08-19T20:33:20.0840930Z Updating files: 50% (3544/7087) 2026-08-19T20:33:20.1715210Z Updating files: 51% (3615/7087) 2026-08-19T20:33:20.2077160Z Updating files: 52% (3686/7087) 2026-08-19T20:33:20.2453290Z Updating files: 53% (3757/7087) 2026-08-19T20:33:20.2810720Z Updating files: 54% (3827/7087) 2026-08-19T20:33:20.4092480Z Updating files: 55% (3898/7087) 2026-08-19T20:33:20.4355520Z Updating files: 56% (3969/7087) 2026-08-19T20:33:20.4698330Z Updating files: 57% (4040/7087) 2026-08-19T20:33:20.5025460Z Updating files: 58% (4111/7087) 2026-08-19T20:33:20.5609900Z Updating files: 59% (4182/7087) 2026-08-19T20:33:20.5841110Z Updating files: 60% (4253/7087) 2026-08-19T20:33:20.5991630Z Updating files: 61% (4324/7087) 2026-08-19T20:33:20.6108050Z Updating files: 61% (4364/7087) 2026-08-19T20:33:20.6393150Z Updating files: 62% (4394/7087) 2026-08-19T20:33:20.7438840Z Updating files: 63% (4465/7087) 2026-08-19T20:33:20.7781770Z Updating files: 64% (4536/7087) 2026-08-19T20:33:20.8130310Z Updating files: 65% (4607/7087) 2026-08-19T20:33:20.8880650Z Updating files: 66% (4678/7087) 2026-08-19T20:33:20.9391700Z Updating files: 67% (4749/7087) 2026-08-19T20:33:20.9839070Z Updating files: 68% (4820/7087) 2026-08-19T20:33:21.0185560Z Updating files: 69% (4891/7087) 2026-08-19T20:33:21.0844620Z Updating files: 70% (4961/7087) 2026-08-19T20:33:21.1429720Z Updating files: 71% (5032/7087) 2026-08-19T20:33:21.1922480Z Updating files: 72% (5103/7087) 2026-08-19T20:33:21.2277730Z Updating files: 73% (5174/7087) 2026-08-19T20:33:21.2837500Z Updating files: 74% (5245/7087) 2026-08-19T20:33:21.3417860Z Updating files: 75% (5316/7087) 2026-08-19T20:33:21.5433610Z Updating files: 76% (5387/7087) 2026-08-19T20:33:21.6091800Z Updating files: 77% (5457/7087) 2026-08-19T20:33:21.6177550Z Updating files: 77% (5509/7087) 2026-08-19T20:33:21.6741490Z Updating files: 78% (5528/7087) 2026-08-19T20:33:21.7042920Z Updating files: 79% (5599/7087) 2026-08-19T20:33:21.7427620Z Updating files: 80% (5670/7087) 2026-08-19T20:33:21.7736030Z Updating files: 81% (5741/7087) 2026-08-19T20:33:21.8379880Z Updating files: 82% (5812/7087) 2026-08-19T20:33:21.8551890Z Updating files: 83% (5883/7087) 2026-08-19T20:33:21.8911520Z Updating files: 84% (5954/7087) 2026-08-19T20:33:21.9635520Z Updating files: 85% (6024/7087) 2026-08-19T20:33:22.0634030Z Updating files: 86% (6095/7087) 2026-08-19T20:33:22.1728620Z Updating files: 87% (6166/7087) 2026-08-19T20:33:22.2108060Z Updating files: 88% (6237/7087) 2026-08-19T20:33:22.2438540Z Updating files: 89% (6308/7087) 2026-08-19T20:33:22.2749740Z Updating files: 90% (6379/7087) 2026-08-19T20:33:22.3083790Z Updating files: 91% (6450/7087) 2026-08-19T20:33:22.5132090Z Updating files: 92% (6521/7087) 2026-08-19T20:33:22.6280730Z Updating files: 93% (6591/7087) 2026-08-19T20:33:22.6654180Z Updating files: 93% (6617/7087) 2026-08-19T20:33:22.7078300Z Updating files: 94% (6662/7087) 2026-08-19T20:33:22.7409620Z Updating files: 95% (6733/7087) 2026-08-19T20:33:22.7793630Z Updating files: 96% (6804/7087) 2026-08-19T20:33:22.8844200Z Updating files: 97% (6875/7087) 2026-08-19T20:33:22.8987090Z Updating files: 98% (6946/7087) 2026-08-19T20:33:22.9554550Z Updating files: 99% (7017/7087) 2026-08-19T20:33:22.9578400Z Updating files: 100% (7087/7087) 2026-08-19T20:33:22.9581570Z Updating files: 100% (7087/7087), done. 2026-08-19T20:33:22.9618910Z HEAD is now at 2b2f5d8 Merge 2de194e831f6722e2e780f2128e496e7d84cff13 into 6e3bd5ac14702a5da1b342f340664da6c1ad6b95
2026-08-19T20:33:23.0817960Z [command]/usr/local/bin/git log -1 --format=%H 2026-08-19T20:33:23.0856670Z 2b2f5d84cf6bbc93cfdb8735199f72c520f1398b