Skip to content

Instantly share code, notes, and snippets.

@nrmancuso
Created November 28, 2022 06:29
Show Gist options
  • Save nrmancuso/7e3e88951736ad3689440a537b5a71d2 to your computer and use it in GitHub Desktop.
Save nrmancuso/7e3e88951736ad3689440a537b5a71d2 to your computer and use it in GitHub Desktop.
2022-11-27T14:55:25.2038123Z Requested labels: ubuntu-latest
2022-11-27T14:55:25.2038171Z Job defined at: checkstyle/checkstyle/.github/workflows/releasenotes-gen.yml@refs/heads/master
2022-11-27T14:55:25.2038195Z Waiting for a runner to pick up this job...
2022-11-27T15:06:03.7957375Z Job is waiting for a hosted runner to come online.
2022-11-27T15:06:07.3222852Z Job is about to start running on the hosted runner: GitHub Actions 11 (hosted)
2022-11-27T15:06:09.5190622Z Current runner version: '2.299.1'
2022-11-27T15:06:09.5214637Z ##[group]Operating System
2022-11-27T15:06:09.5215150Z Ubuntu
2022-11-27T15:06:09.5215421Z 20.04.5
2022-11-27T15:06:09.5215634Z LTS
2022-11-27T15:06:09.5215995Z ##[endgroup]
2022-11-27T15:06:09.5216291Z ##[group]Runner Image
2022-11-27T15:06:09.5216572Z Image: ubuntu-20.04
2022-11-27T15:06:09.5216866Z Version: 20221119.2
2022-11-27T15:06:09.5217374Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20221119.2/images/linux/Ubuntu2004-Readme.md
2022-11-27T15:06:09.5217989Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20221119.2
2022-11-27T15:06:09.5218357Z ##[endgroup]
2022-11-27T15:06:09.5218680Z ##[group]Runner Image Provisioner
2022-11-27T15:06:09.5218990Z 2.0.91.1
2022-11-27T15:06:09.5219252Z ##[endgroup]
2022-11-27T15:06:09.5219846Z ##[group]GITHUB_TOKEN Permissions
2022-11-27T15:06:09.5220314Z Contents: read
2022-11-27T15:06:09.5220576Z Metadata: read
2022-11-27T15:06:09.5221052Z ##[endgroup]
2022-11-27T15:06:09.5224516Z Secret source: Actions
2022-11-27T15:06:09.5224983Z Prepare workflow directory
2022-11-27T15:06:09.6066930Z Prepare all required actions
2022-11-27T15:06:09.6250284Z Getting action download info
2022-11-27T15:06:09.9151863Z Download action repository 'actions/checkout@v3' (SHA:93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8)
2022-11-27T15:06:10.7413243Z ##[group]Run actions/checkout@v3
2022-11-27T15:06:10.7413645Z with:
2022-11-27T15:06:10.7413968Z repository: checkstyle/checkstyle
2022-11-27T15:06:10.7414557Z token: ***
2022-11-27T15:06:10.7414879Z ssh-strict: true
2022-11-27T15:06:10.7415157Z persist-credentials: true
2022-11-27T15:06:10.7415473Z clean: true
2022-11-27T15:06:10.7415760Z fetch-depth: 1
2022-11-27T15:06:10.7416035Z lfs: false
2022-11-27T15:06:10.7416326Z submodules: false
2022-11-27T15:06:10.7416642Z set-safe-directory: true
2022-11-27T15:06:10.7416910Z ##[endgroup]
2022-11-27T15:06:10.9895822Z Syncing repository: checkstyle/checkstyle
2022-11-27T15:06:10.9898126Z ##[group]Getting Git version info
2022-11-27T15:06:10.9898758Z Working directory is '/home/runner/work/checkstyle/checkstyle'
2022-11-27T15:06:10.9907897Z [command]/usr/bin/git version
2022-11-27T15:06:10.9979837Z git version 2.38.1
2022-11-27T15:06:11.0005258Z ##[endgroup]
2022-11-27T15:06:11.0022194Z Temporarily overriding HOME='/home/runner/work/_temp/9eac33cf-c09a-4637-b5dc-1bc8a87c3f9c' before making global git config changes
2022-11-27T15:06:11.0022926Z Adding repository directory to the temporary git global config as a safe directory
2022-11-27T15:06:11.0027857Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/checkstyle/checkstyle
2022-11-27T15:06:11.0073445Z Deleting the contents of '/home/runner/work/checkstyle/checkstyle'
2022-11-27T15:06:11.0080743Z ##[group]Initializing the repository
2022-11-27T15:06:11.0086464Z [command]/usr/bin/git init /home/runner/work/checkstyle/checkstyle
2022-11-27T15:06:11.0141401Z hint: Using 'master' as the name for the initial branch. This default branch name
2022-11-27T15:06:11.0142045Z hint: is subject to change. To configure the initial branch name to use in all
2022-11-27T15:06:11.0142625Z hint: of your new repositories, which will suppress this warning, call:
2022-11-27T15:06:11.0143034Z hint:
2022-11-27T15:06:11.0143548Z hint: git config --global init.defaultBranch <name>
2022-11-27T15:06:11.0143966Z hint:
2022-11-27T15:06:11.0144402Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2022-11-27T15:06:11.0144980Z hint: 'development'. The just-created branch can be renamed via this command:
2022-11-27T15:06:11.0145434Z hint:
2022-11-27T15:06:11.0145886Z hint: git branch -m <name>
2022-11-27T15:06:11.0151434Z Initialized empty Git repository in /home/runner/work/checkstyle/checkstyle/.git/
2022-11-27T15:06:11.0161692Z [command]/usr/bin/git remote add origin https://github.com/checkstyle/checkstyle
2022-11-27T15:06:11.0200953Z ##[endgroup]
2022-11-27T15:06:11.0201726Z ##[group]Disabling automatic garbage collection
2022-11-27T15:06:11.0206366Z [command]/usr/bin/git config --local gc.auto 0
2022-11-27T15:06:11.0236282Z ##[endgroup]
2022-11-27T15:06:11.0237045Z ##[group]Setting up auth
2022-11-27T15:06:11.0245100Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2022-11-27T15:06:11.0278809Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2022-11-27T15:06:11.0575361Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2022-11-27T15:06:11.0605578Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2022-11-27T15:06:11.0817856Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2022-11-27T15:06:11.0853862Z ##[endgroup]
2022-11-27T15:06:11.0854632Z ##[group]Fetching the repository
2022-11-27T15:06:11.0862966Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +e9e79c310024480b0487fcfd0bd864a97bfc2d30:refs/remotes/origin/master
2022-11-27T15:06:11.4840867Z remote: Enumerating objects: 5662, done.
2022-11-27T15:06:11.4841382Z remote: Counting objects: 0% (1/5662)
2022-11-27T15:06:11.4845499Z remote: Counting objects: 1% (57/5662)
2022-11-27T15:06:11.4845921Z remote: Counting objects: 2% (114/5662)
2022-11-27T15:06:11.4846333Z remote: Counting objects: 3% (170/5662)
2022-11-27T15:06:11.4846896Z remote: Counting objects: 4% (227/5662)
2022-11-27T15:06:11.4847295Z remote: Counting objects: 5% (284/5662)
2022-11-27T15:06:11.4847858Z remote: Counting objects: 6% (340/5662)
2022-11-27T15:06:11.4900297Z remote: Counting objects: 7% (397/5662)
2022-11-27T15:06:11.4900773Z remote: Counting objects: 8% (453/5662)
2022-11-27T15:06:11.4901280Z remote: Counting objects: 9% (510/5662)
2022-11-27T15:06:11.4902041Z remote: Counting objects: 10% (567/5662)
2022-11-27T15:06:11.4902458Z remote: Counting objects: 11% (623/5662)
2022-11-27T15:06:11.4903114Z remote: Counting objects: 12% (680/5662)
2022-11-27T15:06:11.4903768Z remote: Counting objects: 13% (737/5662)
2022-11-27T15:06:11.4904203Z remote: Counting objects: 14% (793/5662)
2022-11-27T15:06:11.4904808Z remote: Counting objects: 15% (850/5662)
2022-11-27T15:06:11.4905164Z remote: Counting objects: 16% (906/5662)
2022-11-27T15:06:11.4905764Z remote: Counting objects: 17% (963/5662)
2022-11-27T15:06:11.4906219Z remote: Counting objects: 18% (1020/5662)
2022-11-27T15:06:11.4906646Z remote: Counting objects: 19% (1076/5662)
2022-11-27T15:06:11.4907123Z remote: Counting objects: 20% (1133/5662)
2022-11-27T15:06:11.4907753Z remote: Counting objects: 21% (1190/5662)
2022-11-27T15:06:11.4908196Z remote: Counting objects: 22% (1246/5662)
2022-11-27T15:06:11.4910067Z remote: Counting objects: 23% (1303/5662)
2022-11-27T15:06:11.4910574Z remote: Counting objects: 24% (1359/5662)
2022-11-27T15:06:11.4911033Z remote: Counting objects: 25% (1416/5662)
2022-11-27T15:06:11.4911583Z remote: Counting objects: 26% (1473/5662)
2022-11-27T15:06:11.4912404Z remote: Counting objects: 27% (1529/5662)
2022-11-27T15:06:11.4913031Z remote: Counting objects: 28% (1586/5662)
2022-11-27T15:06:11.4913539Z remote: Counting objects: 29% (1642/5662)
2022-11-27T15:06:11.4913958Z remote: Counting objects: 30% (1699/5662)
2022-11-27T15:06:11.4914411Z remote: Counting objects: 31% (1756/5662)
2022-11-27T15:06:11.4915090Z remote: Counting objects: 32% (1812/5662)
2022-11-27T15:06:11.4915617Z remote: Counting objects: 33% (1869/5662)
2022-11-27T15:06:11.4916218Z remote: Counting objects: 34% (1926/5662)
2022-11-27T15:06:11.4916713Z remote: Counting objects: 35% (1982/5662)
2022-11-27T15:06:11.4917230Z remote: Counting objects: 36% (2039/5662)
2022-11-27T15:06:11.4917853Z remote: Counting objects: 37% (2095/5662)
2022-11-27T15:06:11.4918532Z remote: Counting objects: 38% (2152/5662)
2022-11-27T15:06:11.4919009Z remote: Counting objects: 39% (2209/5662)
2022-11-27T15:06:11.4919773Z remote: Counting objects: 40% (2265/5662)
2022-11-27T15:06:11.4920184Z remote: Counting objects: 41% (2322/5662)
2022-11-27T15:06:11.4920848Z remote: Counting objects: 42% (2379/5662)
2022-11-27T15:06:11.4921404Z remote: Counting objects: 43% (2435/5662)
2022-11-27T15:06:11.4922122Z remote: Counting objects: 44% (2492/5662)
2022-11-27T15:06:11.4922575Z remote: Counting objects: 45% (2548/5662)
2022-11-27T15:06:11.4923152Z remote: Counting objects: 46% (2605/5662)
2022-11-27T15:06:11.4923512Z remote: Counting objects: 47% (2662/5662)
2022-11-27T15:06:11.4924110Z remote: Counting objects: 48% (2718/5662)
2022-11-27T15:06:11.4924595Z remote: Counting objects: 49% (2775/5662)
2022-11-27T15:06:11.4924997Z remote: Counting objects: 50% (2831/5662)
2022-11-27T15:06:11.4925722Z remote: Counting objects: 51% (2888/5662)
2022-11-27T15:06:11.4926131Z remote: Counting objects: 52% (2945/5662)
2022-11-27T15:06:11.4926681Z remote: Counting objects: 53% (3001/5662)
2022-11-27T15:06:11.4927122Z remote: Counting objects: 54% (3058/5662)
2022-11-27T15:06:11.4927875Z remote: Counting objects: 55% (3115/5662)
2022-11-27T15:06:11.4928495Z remote: Counting objects: 56% (3171/5662)
2022-11-27T15:06:11.4929114Z remote: Counting objects: 57% (3228/5662)
2022-11-27T15:06:11.4982298Z remote: Counting objects: 58% (3284/5662)
2022-11-27T15:06:11.4982595Z remote: Counting objects: 59% (3341/5662)
2022-11-27T15:06:11.4982936Z remote: Counting objects: 60% (3398/5662)
2022-11-27T15:06:11.4983258Z remote: Counting objects: 61% (3454/5662)
2022-11-27T15:06:11.4983587Z remote: Counting objects: 62% (3511/5662)
2022-11-27T15:06:11.4983907Z remote: Counting objects: 63% (3568/5662)
2022-11-27T15:06:11.4984222Z remote: Counting objects: 64% (3624/5662)
2022-11-27T15:06:11.4984552Z remote: Counting objects: 65% (3681/5662)
2022-11-27T15:06:11.4984895Z remote: Counting objects: 66% (3737/5662)
2022-11-27T15:06:11.4985161Z remote: Counting objects: 67% (3794/5662)
2022-11-27T15:06:11.4985469Z remote: Counting objects: 68% (3851/5662)
2022-11-27T15:06:11.4985797Z remote: Counting objects: 69% (3907/5662)
2022-11-27T15:06:11.4986066Z remote: Counting objects: 70% (3964/5662)
2022-11-27T15:06:11.4986399Z remote: Counting objects: 71% (4021/5662)
2022-11-27T15:06:11.4986715Z remote: Counting objects: 72% (4077/5662)
2022-11-27T15:06:11.4986980Z remote: Counting objects: 73% (4134/5662)
2022-11-27T15:06:11.4987307Z remote: Counting objects: 74% (4190/5662)
2022-11-27T15:06:11.4987619Z remote: Counting objects: 75% (4247/5662)
2022-11-27T15:06:11.4987915Z remote: Counting objects: 76% (4304/5662)
2022-11-27T15:06:11.4988281Z remote: Counting objects: 77% (4360/5662)
2022-11-27T15:06:11.4988721Z remote: Counting objects: 78% (4417/5662)
2022-11-27T15:06:11.4989034Z remote: Counting objects: 79% (4473/5662)
2022-11-27T15:06:11.4989299Z remote: Counting objects: 80% (4530/5662)
2022-11-27T15:06:11.4989636Z remote: Counting objects: 81% (4587/5662)
2022-11-27T15:06:11.4989950Z remote: Counting objects: 82% (4643/5662)
2022-11-27T15:06:11.4990216Z remote: Counting objects: 83% (4700/5662)
2022-11-27T15:06:11.4990588Z remote: Counting objects: 84% (4757/5662)
2022-11-27T15:06:11.4991077Z remote: Counting objects: 85% (4813/5662)
2022-11-27T15:06:11.4991365Z remote: Counting objects: 86% (4870/5662)
2022-11-27T15:06:11.4991685Z remote: Counting objects: 87% (4926/5662)
2022-11-27T15:06:11.4992000Z remote: Counting objects: 88% (4983/5662)
2022-11-27T15:06:11.4992312Z remote: Counting objects: 89% (5040/5662)
2022-11-27T15:06:11.4992606Z remote: Counting objects: 90% (5096/5662)
2022-11-27T15:06:11.4992926Z remote: Counting objects: 91% (5153/5662)
2022-11-27T15:06:11.4993236Z remote: Counting objects: 92% (5210/5662)
2022-11-27T15:06:11.4993501Z remote: Counting objects: 93% (5266/5662)
2022-11-27T15:06:11.5180576Z remote: Counting objects: 94% (5323/5662)
2022-11-27T15:06:11.5181032Z remote: Counting objects: 95% (5379/5662)
2022-11-27T15:06:11.5181294Z remote: Counting objects: 96% (5436/5662)
2022-11-27T15:06:11.5181535Z remote: Counting objects: 97% (5493/5662)
2022-11-27T15:06:11.5181795Z remote: Counting objects: 98% (5549/5662)
2022-11-27T15:06:11.5182026Z remote: Counting objects: 99% (5606/5662)
2022-11-27T15:06:11.5182274Z remote: Counting objects: 100% (5662/5662)
2022-11-27T15:06:11.5182530Z remote: Counting objects: 100% (5662/5662), done.
2022-11-27T15:06:11.5232160Z remote: Compressing objects: 0% (1/3909)
2022-11-27T15:06:11.5248732Z remote: Compressing objects: 1% (40/3909)
2022-11-27T15:06:11.5281180Z remote: Compressing objects: 2% (79/3909)
2022-11-27T15:06:11.5366885Z remote: Compressing objects: 3% (118/3909)
2022-11-27T15:06:11.5367643Z remote: Compressing objects: 4% (157/3909)
2022-11-27T15:06:11.5368256Z remote: Compressing objects: 5% (196/3909)
2022-11-27T15:06:11.5372830Z remote: Compressing objects: 6% (235/3909)
2022-11-27T15:06:11.5442126Z remote: Compressing objects: 7% (274/3909)
2022-11-27T15:06:11.5479596Z remote: Compressing objects: 8% (313/3909)
2022-11-27T15:06:11.5875191Z remote: Compressing objects: 9% (352/3909)
2022-11-27T15:06:11.6099691Z remote: Compressing objects: 10% (391/3909)
2022-11-27T15:06:11.6225020Z remote: Compressing objects: 11% (430/3909)
2022-11-27T15:06:11.6292529Z remote: Compressing objects: 12% (470/3909)
2022-11-27T15:06:11.6389820Z remote: Compressing objects: 13% (509/3909)
2022-11-27T15:06:11.6455818Z remote: Compressing objects: 14% (548/3909)
2022-11-27T15:06:11.6918184Z remote: Compressing objects: 15% (587/3909)
2022-11-27T15:06:11.6918545Z remote: Compressing objects: 16% (626/3909)
2022-11-27T15:06:11.6970692Z remote: Compressing objects: 17% (665/3909)
2022-11-27T15:06:11.6980698Z remote: Compressing objects: 18% (704/3909)
2022-11-27T15:06:11.7036099Z remote: Compressing objects: 19% (743/3909)
2022-11-27T15:06:11.7036419Z remote: Compressing objects: 20% (782/3909)
2022-11-27T15:06:11.7073937Z remote: Compressing objects: 21% (821/3909)
2022-11-27T15:06:11.7096458Z remote: Compressing objects: 22% (860/3909)
2022-11-27T15:06:11.7206012Z remote: Compressing objects: 23% (900/3909)
2022-11-27T15:06:11.7500648Z remote: Compressing objects: 24% (939/3909)
2022-11-27T15:06:11.7764323Z remote: Compressing objects: 25% (978/3909)
2022-11-27T15:06:11.8193970Z remote: Compressing objects: 26% (1017/3909)
2022-11-27T15:06:11.8768591Z remote: Compressing objects: 27% (1056/3909)
2022-11-27T15:06:11.9006358Z remote: Compressing objects: 28% (1095/3909)
2022-11-27T15:06:11.9099817Z remote: Compressing objects: 29% (1134/3909)
2022-11-27T15:06:11.9137159Z remote: Compressing objects: 30% (1173/3909)
2022-11-27T15:06:11.9175946Z remote: Compressing objects: 31% (1212/3909)
2022-11-27T15:06:11.9222265Z remote: Compressing objects: 32% (1251/3909)
2022-11-27T15:06:11.9253930Z remote: Compressing objects: 33% (1290/3909)
2022-11-27T15:06:11.9320747Z remote: Compressing objects: 34% (1330/3909)
2022-11-27T15:06:11.9323087Z remote: Compressing objects: 35% (1369/3909)
2022-11-27T15:06:11.9349339Z remote: Compressing objects: 36% (1408/3909)
2022-11-27T15:06:11.9375115Z remote: Compressing objects: 37% (1447/3909)
2022-11-27T15:06:11.9429347Z remote: Compressing objects: 38% (1486/3909)
2022-11-27T15:06:11.9474727Z remote: Compressing objects: 39% (1525/3909)
2022-11-27T15:06:11.9503675Z remote: Compressing objects: 40% (1564/3909)
2022-11-27T15:06:11.9542702Z remote: Compressing objects: 41% (1603/3909)
2022-11-27T15:06:11.9632123Z remote: Compressing objects: 42% (1642/3909)
2022-11-27T15:06:11.9678287Z remote: Compressing objects: 43% (1681/3909)
2022-11-27T15:06:11.9697032Z remote: Compressing objects: 44% (1720/3909)
2022-11-27T15:06:11.9710205Z remote: Compressing objects: 45% (1760/3909)
2022-11-27T15:06:11.9791279Z remote: Compressing objects: 46% (1799/3909)
2022-11-27T15:06:11.9873406Z remote: Compressing objects: 47% (1838/3909)
2022-11-27T15:06:11.9954200Z remote: Compressing objects: 48% (1877/3909)
2022-11-27T15:06:11.9964803Z remote: Compressing objects: 49% (1916/3909)
2022-11-27T15:06:11.9965133Z remote: Compressing objects: 50% (1955/3909)
2022-11-27T15:06:12.0035628Z remote: Compressing objects: 51% (1994/3909)
2022-11-27T15:06:12.0180761Z remote: Compressing objects: 52% (2033/3909)
2022-11-27T15:06:12.0220407Z remote: Compressing objects: 53% (2072/3909)
2022-11-27T15:06:12.0417589Z remote: Compressing objects: 54% (2111/3909)
2022-11-27T15:06:12.0757739Z remote: Compressing objects: 55% (2150/3909)
2022-11-27T15:06:12.1050546Z remote: Compressing objects: 56% (2190/3909)
2022-11-27T15:06:12.1396226Z remote: Compressing objects: 57% (2229/3909)
2022-11-27T15:06:12.1598558Z remote: Compressing objects: 58% (2268/3909)
2022-11-27T15:06:12.1625253Z remote: Compressing objects: 59% (2307/3909)
2022-11-27T15:06:12.1645141Z remote: Compressing objects: 60% (2346/3909)
2022-11-27T15:06:12.1661703Z remote: Compressing objects: 61% (2385/3909)
2022-11-27T15:06:12.1703805Z remote: Compressing objects: 62% (2424/3909)
2022-11-27T15:06:12.1720313Z remote: Compressing objects: 63% (2463/3909)
2022-11-27T15:06:12.1746692Z remote: Compressing objects: 64% (2502/3909)
2022-11-27T15:06:12.1763288Z remote: Compressing objects: 65% (2541/3909)
2022-11-27T15:06:12.1771195Z remote: Compressing objects: 66% (2580/3909)
2022-11-27T15:06:12.1785920Z remote: Compressing objects: 67% (2620/3909)
2022-11-27T15:06:12.1877504Z remote: Compressing objects: 68% (2659/3909)
2022-11-27T15:06:12.1877834Z remote: Compressing objects: 69% (2698/3909)
2022-11-27T15:06:12.1883088Z remote: Compressing objects: 70% (2737/3909)
2022-11-27T15:06:12.1896635Z remote: Compressing objects: 71% (2776/3909)
2022-11-27T15:06:12.1922515Z remote: Compressing objects: 72% (2815/3909)
2022-11-27T15:06:12.1946410Z remote: Compressing objects: 73% (2854/3909)
2022-11-27T15:06:12.1971629Z remote: Compressing objects: 74% (2893/3909)
2022-11-27T15:06:12.1991858Z remote: Compressing objects: 75% (2932/3909)
2022-11-27T15:06:12.2008265Z remote: Compressing objects: 76% (2971/3909)
2022-11-27T15:06:12.2039340Z remote: Compressing objects: 77% (3010/3909)
2022-11-27T15:06:12.2055629Z remote: Compressing objects: 78% (3050/3909)
2022-11-27T15:06:12.2076606Z remote: Compressing objects: 79% (3089/3909)
2022-11-27T15:06:12.2123670Z remote: Compressing objects: 80% (3128/3909)
2022-11-27T15:06:12.2126710Z remote: Compressing objects: 81% (3167/3909)
2022-11-27T15:06:12.2131827Z remote: Compressing objects: 82% (3206/3909)
2022-11-27T15:06:12.2132391Z remote: Compressing objects: 83% (3245/3909)
2022-11-27T15:06:12.2135648Z remote: Compressing objects: 84% (3284/3909)
2022-11-27T15:06:12.2146740Z remote: Compressing objects: 85% (3323/3909)
2022-11-27T15:06:12.2147045Z remote: Compressing objects: 86% (3362/3909)
2022-11-27T15:06:12.2213680Z remote: Compressing objects: 87% (3401/3909)
2022-11-27T15:06:12.2213971Z remote: Compressing objects: 88% (3440/3909)
2022-11-27T15:06:12.2214214Z remote: Compressing objects: 89% (3480/3909)
2022-11-27T15:06:12.2214478Z remote: Compressing objects: 90% (3519/3909)
2022-11-27T15:06:12.2214728Z remote: Compressing objects: 91% (3558/3909)
2022-11-27T15:06:12.2214973Z remote: Compressing objects: 92% (3597/3909)
2022-11-27T15:06:12.2215232Z remote: Compressing objects: 93% (3636/3909)
2022-11-27T15:06:12.2215480Z remote: Compressing objects: 94% (3675/3909)
2022-11-27T15:06:12.2215729Z remote: Compressing objects: 95% (3714/3909)
2022-11-27T15:06:12.2215980Z remote: Compressing objects: 96% (3753/3909)
2022-11-27T15:06:12.2216225Z remote: Compressing objects: 97% (3792/3909)
2022-11-27T15:06:12.2216457Z remote: Compressing objects: 98% (3831/3909)
2022-11-27T15:06:12.2216841Z remote: Compressing objects: 99% (3870/3909)
2022-11-27T15:06:12.2217094Z remote: Compressing objects: 100% (3909/3909)
2022-11-27T15:06:12.2217362Z remote: Compressing objects: 100% (3909/3909), done.
2022-11-27T15:06:12.2545457Z Receiving objects: 0% (1/5662)
2022-11-27T15:06:12.3241021Z Receiving objects: 1% (57/5662)
2022-11-27T15:06:12.3541552Z Receiving objects: 2% (114/5662)
2022-11-27T15:06:12.3729197Z Receiving objects: 3% (170/5662)
2022-11-27T15:06:12.3740556Z Receiving objects: 4% (227/5662)
2022-11-27T15:06:12.3745380Z Receiving objects: 5% (284/5662)
2022-11-27T15:06:12.3764875Z Receiving objects: 6% (340/5662)
2022-11-27T15:06:12.3805442Z Receiving objects: 7% (397/5662)
2022-11-27T15:06:12.3828770Z Receiving objects: 8% (453/5662)
2022-11-27T15:06:12.3860031Z Receiving objects: 9% (510/5662)
2022-11-27T15:06:12.3878042Z Receiving objects: 10% (567/5662)
2022-11-27T15:06:12.3917274Z Receiving objects: 11% (623/5662)
2022-11-27T15:06:12.3945287Z Receiving objects: 12% (680/5662)
2022-11-27T15:06:12.3949781Z Receiving objects: 13% (737/5662)
2022-11-27T15:06:12.3954631Z Receiving objects: 14% (793/5662)
2022-11-27T15:06:12.3958427Z Receiving objects: 15% (850/5662)
2022-11-27T15:06:12.3962294Z Receiving objects: 16% (906/5662)
2022-11-27T15:06:12.3988879Z Receiving objects: 17% (963/5662)
2022-11-27T15:06:12.3993354Z Receiving objects: 18% (1020/5662)
2022-11-27T15:06:12.3996649Z Receiving objects: 19% (1076/5662)
2022-11-27T15:06:12.3999451Z Receiving objects: 20% (1133/5662)
2022-11-27T15:06:12.4201618Z Receiving objects: 21% (1190/5662)
2022-11-27T15:06:12.4261387Z Receiving objects: 22% (1246/5662)
2022-11-27T15:06:12.4310655Z Receiving objects: 23% (1303/5662)
2022-11-27T15:06:12.4402962Z Receiving objects: 24% (1359/5662)
2022-11-27T15:06:12.4443799Z Receiving objects: 25% (1416/5662)
2022-11-27T15:06:12.4494989Z Receiving objects: 26% (1473/5662)
2022-11-27T15:06:12.4563673Z Receiving objects: 27% (1529/5662)
2022-11-27T15:06:12.4686544Z Receiving objects: 28% (1586/5662)
2022-11-27T15:06:12.4703601Z Receiving objects: 29% (1642/5662)
2022-11-27T15:06:12.4716628Z Receiving objects: 30% (1699/5662)
2022-11-27T15:06:12.4725269Z Receiving objects: 31% (1756/5662)
2022-11-27T15:06:12.4747144Z Receiving objects: 32% (1812/5662)
2022-11-27T15:06:12.4760551Z Receiving objects: 33% (1869/5662)
2022-11-27T15:06:12.4774646Z Receiving objects: 34% (1926/5662)
2022-11-27T15:06:12.4787402Z Receiving objects: 35% (1982/5662)
2022-11-27T15:06:12.4796087Z Receiving objects: 36% (2039/5662)
2022-11-27T15:06:12.5370914Z Receiving objects: 37% (2095/5662)
2022-11-27T15:06:12.5423110Z Receiving objects: 38% (2152/5662)
2022-11-27T15:06:12.5459351Z Receiving objects: 39% (2209/5662)
2022-11-27T15:06:12.5475646Z Receiving objects: 40% (2265/5662)
2022-11-27T15:06:12.5491653Z Receiving objects: 41% (2322/5662)
2022-11-27T15:06:12.5506172Z Receiving objects: 42% (2379/5662)
2022-11-27T15:06:12.5523330Z Receiving objects: 43% (2435/5662)
2022-11-27T15:06:12.5557942Z Receiving objects: 44% (2492/5662)
2022-11-27T15:06:12.5574032Z Receiving objects: 45% (2548/5662)
2022-11-27T15:06:12.5583008Z Receiving objects: 46% (2605/5662)
2022-11-27T15:06:12.5589458Z Receiving objects: 47% (2662/5662)
2022-11-27T15:06:12.5595344Z Receiving objects: 48% (2718/5662)
2022-11-27T15:06:12.5605145Z Receiving objects: 49% (2775/5662)
2022-11-27T15:06:12.5612498Z Receiving objects: 50% (2831/5662)
2022-11-27T15:06:12.5647255Z Receiving objects: 51% (2888/5662)
2022-11-27T15:06:12.5678361Z Receiving objects: 52% (2945/5662)
2022-11-27T15:06:12.5690372Z Receiving objects: 53% (3001/5662)
2022-11-27T15:06:12.5696991Z Receiving objects: 54% (3058/5662)
2022-11-27T15:06:12.5912909Z Receiving objects: 55% (3115/5662)
2022-11-27T15:06:12.6176440Z Receiving objects: 56% (3171/5662)
2022-11-27T15:06:12.6186319Z Receiving objects: 57% (3228/5662)
2022-11-27T15:06:12.6203945Z Receiving objects: 58% (3284/5662)
2022-11-27T15:06:12.6212261Z Receiving objects: 59% (3341/5662)
2022-11-27T15:06:12.6219576Z Receiving objects: 60% (3398/5662)
2022-11-27T15:06:12.6227035Z Receiving objects: 61% (3454/5662)
2022-11-27T15:06:12.6238897Z Receiving objects: 62% (3511/5662)
2022-11-27T15:06:12.6259022Z Receiving objects: 63% (3568/5662)
2022-11-27T15:06:12.6264375Z Receiving objects: 64% (3624/5662)
2022-11-27T15:06:12.6270212Z Receiving objects: 65% (3681/5662)
2022-11-27T15:06:12.6276218Z Receiving objects: 66% (3737/5662)
2022-11-27T15:06:12.6279006Z Receiving objects: 67% (3794/5662)
2022-11-27T15:06:12.6287225Z Receiving objects: 68% (3851/5662)
2022-11-27T15:06:12.6301762Z Receiving objects: 69% (3907/5662)
2022-11-27T15:06:12.6315041Z Receiving objects: 70% (3964/5662)
2022-11-27T15:06:12.6324792Z Receiving objects: 71% (4021/5662)
2022-11-27T15:06:12.6331662Z Receiving objects: 72% (4077/5662)
2022-11-27T15:06:12.6341765Z Receiving objects: 73% (4134/5662)
2022-11-27T15:06:12.6347340Z Receiving objects: 74% (4190/5662)
2022-11-27T15:06:12.6351035Z Receiving objects: 75% (4247/5662)
2022-11-27T15:06:12.6359991Z Receiving objects: 76% (4304/5662)
2022-11-27T15:06:12.6368786Z Receiving objects: 77% (4360/5662)
2022-11-27T15:06:12.6410114Z Receiving objects: 78% (4417/5662)
2022-11-27T15:06:12.6416918Z Receiving objects: 79% (4473/5662)
2022-11-27T15:06:12.6449661Z Receiving objects: 80% (4530/5662)
2022-11-27T15:06:12.6457295Z Receiving objects: 81% (4587/5662)
2022-11-27T15:06:12.6463450Z Receiving objects: 82% (4643/5662)
2022-11-27T15:06:12.6470198Z Receiving objects: 83% (4700/5662)
2022-11-27T15:06:12.6476254Z Receiving objects: 84% (4757/5662)
2022-11-27T15:06:12.6486324Z Receiving objects: 85% (4813/5662)
2022-11-27T15:06:12.6496421Z Receiving objects: 86% (4870/5662)
2022-11-27T15:06:12.6505885Z Receiving objects: 87% (4926/5662)
2022-11-27T15:06:12.6513592Z Receiving objects: 88% (4983/5662)
2022-11-27T15:06:12.6519878Z Receiving objects: 89% (5040/5662)
2022-11-27T15:06:12.6550254Z Receiving objects: 90% (5096/5662)
2022-11-27T15:06:12.6644365Z Receiving objects: 91% (5153/5662)
2022-11-27T15:06:12.6690832Z Receiving objects: 92% (5210/5662)
2022-11-27T15:06:12.6705098Z Receiving objects: 93% (5266/5662)
2022-11-27T15:06:12.6719686Z Receiving objects: 94% (5323/5662)
2022-11-27T15:06:12.6730278Z Receiving objects: 95% (5379/5662)
2022-11-27T15:06:12.6735446Z Receiving objects: 96% (5436/5662)
2022-11-27T15:06:12.6762172Z Receiving objects: 97% (5493/5662)
2022-11-27T15:06:12.6765393Z Receiving objects: 98% (5549/5662)
2022-11-27T15:06:12.7375035Z Receiving objects: 99% (5606/5662)
2022-11-27T15:06:12.7375782Z remote: Total 5662 (delta 2105), reused 3071 (delta 1589), pack-reused 0
2022-11-27T15:06:12.7379842Z Receiving objects: 100% (5662/5662), 6.55 MiB | 13.09 MiB/s
2022-11-27T15:06:12.7380455Z Receiving objects: 100% (5662/5662), 6.67 MiB | 13.02 MiB/s, done.
2022-11-27T15:06:12.7497400Z Resolving deltas: 0% (0/2105)
2022-11-27T15:06:12.7511468Z Resolving deltas: 1% (22/2105)
2022-11-27T15:06:12.7523301Z Resolving deltas: 2% (43/2105)
2022-11-27T15:06:12.7530851Z Resolving deltas: 3% (64/2105)
2022-11-27T15:06:12.7538736Z Resolving deltas: 4% (85/2105)
2022-11-27T15:06:12.7546387Z Resolving deltas: 5% (106/2105)
2022-11-27T15:06:12.7553506Z Resolving deltas: 6% (127/2105)
2022-11-27T15:06:12.7562453Z Resolving deltas: 7% (148/2105)
2022-11-27T15:06:12.7568637Z Resolving deltas: 8% (169/2105)
2022-11-27T15:06:12.7572728Z Resolving deltas: 9% (190/2105)
2022-11-27T15:06:12.7579668Z Resolving deltas: 10% (211/2105)
2022-11-27T15:06:12.7584722Z Resolving deltas: 11% (232/2105)
2022-11-27T15:06:12.7594511Z Resolving deltas: 12% (253/2105)
2022-11-27T15:06:12.7600724Z Resolving deltas: 13% (274/2105)
2022-11-27T15:06:12.7606141Z Resolving deltas: 14% (295/2105)
2022-11-27T15:06:12.7610672Z Resolving deltas: 15% (316/2105)
2022-11-27T15:06:12.7614966Z Resolving deltas: 16% (337/2105)
2022-11-27T15:06:12.7621102Z Resolving deltas: 17% (358/2105)
2022-11-27T15:06:12.7627695Z Resolving deltas: 18% (379/2105)
2022-11-27T15:06:12.7633479Z Resolving deltas: 19% (400/2105)
2022-11-27T15:06:12.7641025Z Resolving deltas: 20% (421/2105)
2022-11-27T15:06:12.7645447Z Resolving deltas: 21% (443/2105)
2022-11-27T15:06:12.7647638Z Resolving deltas: 22% (464/2105)
2022-11-27T15:06:12.7650705Z Resolving deltas: 23% (485/2105)
2022-11-27T15:06:12.7654294Z Resolving deltas: 24% (506/2105)
2022-11-27T15:06:12.7656823Z Resolving deltas: 25% (527/2105)
2022-11-27T15:06:12.7659688Z Resolving deltas: 26% (548/2105)
2022-11-27T15:06:12.7664079Z Resolving deltas: 27% (569/2105)
2022-11-27T15:06:12.7678505Z Resolving deltas: 28% (590/2105)
2022-11-27T15:06:12.7685744Z Resolving deltas: 29% (611/2105)
2022-11-27T15:06:12.7690658Z Resolving deltas: 30% (632/2105)
2022-11-27T15:06:12.7700938Z Resolving deltas: 31% (653/2105)
2022-11-27T15:06:12.7714254Z Resolving deltas: 32% (674/2105)
2022-11-27T15:06:12.7730340Z Resolving deltas: 33% (695/2105)
2022-11-27T15:06:12.7747610Z Resolving deltas: 34% (716/2105)
2022-11-27T15:06:12.7773590Z Resolving deltas: 35% (737/2105)
2022-11-27T15:06:12.7777308Z Resolving deltas: 36% (758/2105)
2022-11-27T15:06:12.7801726Z Resolving deltas: 37% (779/2105)
2022-11-27T15:06:12.7808846Z Resolving deltas: 38% (800/2105)
2022-11-27T15:06:12.7815929Z Resolving deltas: 39% (821/2105)
2022-11-27T15:06:12.7823363Z Resolving deltas: 40% (842/2105)
2022-11-27T15:06:12.7837828Z Resolving deltas: 41% (864/2105)
2022-11-27T15:06:12.7842179Z Resolving deltas: 42% (885/2105)
2022-11-27T15:06:12.7846491Z Resolving deltas: 43% (906/2105)
2022-11-27T15:06:12.7866030Z Resolving deltas: 44% (927/2105)
2022-11-27T15:06:12.7880453Z Resolving deltas: 45% (948/2105)
2022-11-27T15:06:12.7891161Z Resolving deltas: 46% (969/2105)
2022-11-27T15:06:12.7901958Z Resolving deltas: 47% (990/2105)
2022-11-27T15:06:12.7918722Z Resolving deltas: 48% (1011/2105)
2022-11-27T15:06:12.7936686Z Resolving deltas: 49% (1032/2105)
2022-11-27T15:06:12.7940824Z Resolving deltas: 50% (1053/2105)
2022-11-27T15:06:12.7949667Z Resolving deltas: 51% (1074/2105)
2022-11-27T15:06:12.7954206Z Resolving deltas: 52% (1095/2105)
2022-11-27T15:06:12.7958086Z Resolving deltas: 53% (1116/2105)
2022-11-27T15:06:12.7961435Z Resolving deltas: 54% (1137/2105)
2022-11-27T15:06:12.7967398Z Resolving deltas: 55% (1158/2105)
2022-11-27T15:06:12.7974197Z Resolving deltas: 56% (1179/2105)
2022-11-27T15:06:12.8017477Z Resolving deltas: 57% (1200/2105)
2022-11-27T15:06:12.8053412Z Resolving deltas: 58% (1221/2105)
2022-11-27T15:06:12.8096999Z Resolving deltas: 59% (1242/2105)
2022-11-27T15:06:12.8103997Z Resolving deltas: 60% (1264/2105)
2022-11-27T15:06:12.8108244Z Resolving deltas: 61% (1285/2105)
2022-11-27T15:06:12.8115838Z Resolving deltas: 62% (1306/2105)
2022-11-27T15:06:12.8122126Z Resolving deltas: 63% (1327/2105)
2022-11-27T15:06:12.8127485Z Resolving deltas: 64% (1348/2105)
2022-11-27T15:06:12.8130913Z Resolving deltas: 65% (1369/2105)
2022-11-27T15:06:12.8135261Z Resolving deltas: 66% (1390/2105)
2022-11-27T15:06:12.8141329Z Resolving deltas: 67% (1411/2105)
2022-11-27T15:06:12.8146968Z Resolving deltas: 68% (1432/2105)
2022-11-27T15:06:12.8153381Z Resolving deltas: 69% (1453/2105)
2022-11-27T15:06:12.8157770Z Resolving deltas: 70% (1474/2105)
2022-11-27T15:06:12.8161994Z Resolving deltas: 71% (1495/2105)
2022-11-27T15:06:12.8166452Z Resolving deltas: 72% (1516/2105)
2022-11-27T15:06:12.8168443Z Resolving deltas: 73% (1537/2105)
2022-11-27T15:06:12.8172415Z Resolving deltas: 74% (1558/2105)
2022-11-27T15:06:12.8179239Z Resolving deltas: 75% (1579/2105)
2022-11-27T15:06:12.8184980Z Resolving deltas: 76% (1600/2105)
2022-11-27T15:06:12.8192183Z Resolving deltas: 77% (1621/2105)
2022-11-27T15:06:12.8198194Z Resolving deltas: 78% (1642/2105)
2022-11-27T15:06:12.8202429Z Resolving deltas: 79% (1663/2105)
2022-11-27T15:06:12.8208050Z Resolving deltas: 80% (1684/2105)
2022-11-27T15:06:12.8212996Z Resolving deltas: 81% (1706/2105)
2022-11-27T15:06:12.8218368Z Resolving deltas: 82% (1727/2105)
2022-11-27T15:06:12.8223148Z Resolving deltas: 83% (1748/2105)
2022-11-27T15:06:12.8229137Z Resolving deltas: 84% (1769/2105)
2022-11-27T15:06:12.8233188Z Resolving deltas: 85% (1790/2105)
2022-11-27T15:06:12.8238327Z Resolving deltas: 86% (1811/2105)
2022-11-27T15:06:12.8240933Z Resolving deltas: 87% (1832/2105)
2022-11-27T15:06:12.8247028Z Resolving deltas: 88% (1853/2105)
2022-11-27T15:06:12.8252687Z Resolving deltas: 89% (1874/2105)
2022-11-27T15:06:12.8257834Z Resolving deltas: 90% (1895/2105)
2022-11-27T15:06:12.8262735Z Resolving deltas: 91% (1916/2105)
2022-11-27T15:06:12.8264857Z Resolving deltas: 92% (1937/2105)
2022-11-27T15:06:12.8268022Z Resolving deltas: 93% (1958/2105)
2022-11-27T15:06:12.8271784Z Resolving deltas: 94% (1979/2105)
2022-11-27T15:06:12.8279361Z Resolving deltas: 95% (2000/2105)
2022-11-27T15:06:12.8282597Z Resolving deltas: 96% (2021/2105)
2022-11-27T15:06:12.8312025Z Resolving deltas: 97% (2042/2105)
2022-11-27T15:06:12.8325530Z Resolving deltas: 98% (2063/2105)
2022-11-27T15:06:12.8372863Z Resolving deltas: 99% (2084/2105)
2022-11-27T15:06:12.8388881Z Resolving deltas: 100% (2105/2105)
2022-11-27T15:06:12.8395662Z Resolving deltas: 100% (2105/2105), done.
2022-11-27T15:06:12.8579095Z From https://github.com/checkstyle/checkstyle
2022-11-27T15:06:12.8579816Z * [new ref] e9e79c310024480b0487fcfd0bd864a97bfc2d30 -> origin/master
2022-11-27T15:06:12.8616654Z ##[endgroup]
2022-11-27T15:06:12.8617201Z ##[group]Determining the checkout info
2022-11-27T15:06:12.8617654Z ##[endgroup]
2022-11-27T15:06:12.8618096Z ##[group]Checking out the ref
2022-11-27T15:06:12.8618663Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2022-11-27T15:06:13.1345383Z Reset branch 'master'
2022-11-27T15:06:13.1346462Z branch 'master' set up to track 'origin/master'.
2022-11-27T15:06:13.1352788Z ##[endgroup]
2022-11-27T15:06:13.1394242Z [command]/usr/bin/git log -1 --format='%H'
2022-11-27T15:06:13.1422164Z 'e9e79c310024480b0487fcfd0bd864a97bfc2d30'
2022-11-27T15:06:13.1764898Z ##[group]Run ./.ci/releasenotes-gen.sh
2022-11-27T15:06:13.1765226Z ./.ci/releasenotes-gen.sh
2022-11-27T15:06:13.1820227Z shell: /usr/bin/bash -e {0}
2022-11-27T15:06:13.1820439Z env:
2022-11-27T15:06:13.1820951Z READ_ONLY_TOKEN: ***
2022-11-27T15:06:13.1821159Z ##[endgroup]
2022-11-27T15:06:13.1990814Z PULL_REQUEST:
2022-11-27T15:06:13.2018233Z Cloning into 'contribution'...
2022-11-27T15:06:15.9267818Z [INFO] Error stacktraces are turned on.
2022-11-27T15:06:15.9659867Z [INFO] Scanning for projects...
2022-11-27T15:06:16.0407981Z [INFO]
2022-11-27T15:06:16.0431313Z [INFO] -------------< com.github.checkstyle:releasenotes-builder >-------------
2022-11-27T15:06:16.0432452Z [INFO] Building releasenotes-builder 1.0
2022-11-27T15:06:16.0468123Z [INFO] --------------------------------[ jar ]---------------------------------
2022-11-27T15:06:19.7740809Z [INFO]
2022-11-27T15:06:19.7744043Z [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ releasenotes-builder ---
2022-11-27T15:06:20.0790813Z [INFO]
2022-11-27T15:06:20.0793661Z [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ releasenotes-builder ---
2022-11-27T15:06:21.6343484Z [INFO] Using 'UTF-8' encoding to copy filtered resources.
2022-11-27T15:06:21.6385597Z [INFO] Copying 5 resources
2022-11-27T15:06:21.6470440Z [INFO]
2022-11-27T15:06:21.6471475Z [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ releasenotes-builder ---
2022-11-27T15:06:22.5724700Z [INFO] Changes detected - recompiling the module!
2022-11-27T15:06:22.5752550Z [INFO] Compiling 18 source files to /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/releasenotes-builder/target/classes
2022-11-27T15:06:23.8287422Z [INFO]
2022-11-27T15:06:23.8288401Z [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ releasenotes-builder ---
2022-11-27T15:06:23.8343062Z [INFO] Using 'UTF-8' encoding to copy filtered resources.
2022-11-27T15:06:23.8358960Z [INFO] Copying 5 resources
2022-11-27T15:06:23.8360596Z [INFO]
2022-11-27T15:06:23.8361471Z [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ releasenotes-builder ---
2022-11-27T15:06:23.8388300Z [INFO] Changes detected - recompiling the module!
2022-11-27T15:06:23.8438130Z [INFO] Compiling 18 source files to /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/releasenotes-builder/target/classes
2022-11-27T15:06:24.2776502Z [INFO]
2022-11-27T15:06:24.2777560Z [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ releasenotes-builder ---
2022-11-27T15:06:24.2797117Z [INFO] Using 'UTF-8' encoding to copy filtered resources.
2022-11-27T15:06:24.2811339Z [INFO] Copying 20 resources
2022-11-27T15:06:24.2837800Z [INFO]
2022-11-27T15:06:24.2838624Z [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ releasenotes-builder ---
2022-11-27T15:06:24.2871350Z [INFO] Changes detected - recompiling the module!
2022-11-27T15:06:24.2876104Z [INFO] Compiling 2 source files to /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/releasenotes-builder/target/test-classes
2022-11-27T15:06:24.5331283Z [INFO] /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/releasenotes-builder/src/test/java/com/github/checkstyle/templates/TemplateProcessorTest.java: /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/releasenotes-builder/src/test/java/com/github/checkstyle/templates/TemplateProcessorTest.java uses or overrides a deprecated API.
2022-11-27T15:06:24.5336469Z [INFO] /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/releasenotes-builder/src/test/java/com/github/checkstyle/templates/TemplateProcessorTest.java: Recompile with -Xlint:deprecation for details.
2022-11-27T15:06:24.5340847Z [INFO]
2022-11-27T15:06:24.5344290Z [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ releasenotes-builder ---
2022-11-27T15:06:25.8868607Z [INFO] Surefire report directory: /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/releasenotes-builder/target/surefire-reports
2022-11-27T15:06:26.0444259Z
2022-11-27T15:06:26.0445283Z -------------------------------------------------------
2022-11-27T15:06:26.0445792Z T E S T S
2022-11-27T15:06:26.0446648Z -------------------------------------------------------
2022-11-27T15:06:26.3551007Z Running com.github.checkstyle.github.CommitMessageTest
2022-11-27T15:06:26.4724646Z Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
2022-11-27T15:06:26.4832162Z Running com.github.checkstyle.templates.TemplateProcessorTest
2022-11-27T15:06:27.0489576Z Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 sec
2022-11-27T15:06:27.0754553Z
2022-11-27T15:06:27.0755253Z Results :
2022-11-27T15:06:27.0755632Z
2022-11-27T15:06:27.0756573Z Tests run: 43, Failures: 0, Errors: 0, Skipped: 0
2022-11-27T15:06:27.0756854Z
2022-11-27T15:06:27.0798569Z [INFO]
2022-11-27T15:06:27.0802172Z [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ releasenotes-builder ---
2022-11-27T15:06:27.5501726Z [INFO] Building jar: /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/releasenotes-builder/target/releasenotes-builder-1.0.jar
2022-11-27T15:06:27.5649474Z [INFO]
2022-11-27T15:06:27.5653331Z [INFO] --- maven-shade-plugin:3.4.1:shade (default) @ releasenotes-builder ---
2022-11-27T15:06:29.7240488Z [INFO] Including org.kohsuke:github-api:jar:1.313 in the shaded jar.
2022-11-27T15:06:29.7241007Z [INFO] Including org.apache.commons:commons-lang3:jar:3.9 in the shaded jar.
2022-11-27T15:06:29.7244348Z [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.13.3 in the shaded jar.
2022-11-27T15:06:29.7246590Z [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.13.3 in the shaded jar.
2022-11-27T15:06:29.7248681Z [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.13.3 in the shaded jar.
2022-11-27T15:06:29.7250682Z [INFO] Including commons-io:commons-io:jar:2.8.0 in the shaded jar.
2022-11-27T15:06:29.7252734Z [INFO] Including org.eclipse.jgit:org.eclipse.jgit:jar:6.3.0.202209071007-r in the shaded jar.
2022-11-27T15:06:29.7254660Z [INFO] Including com.googlecode.javaewah:JavaEWAH:jar:1.1.13 in the shaded jar.
2022-11-27T15:06:29.7256635Z [INFO] Including org.slf4j:slf4j-api:jar:1.7.30 in the shaded jar.
2022-11-27T15:06:29.7258574Z [INFO] Including org.slf4j:slf4j-simple:jar:2.0.4 in the shaded jar.
2022-11-27T15:06:29.7260521Z [INFO] Including com.google.guava:guava:jar:31.1-jre in the shaded jar.
2022-11-27T15:06:29.7262404Z [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
2022-11-27T15:06:29.7264908Z [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
2022-11-27T15:06:29.7272454Z [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
2022-11-27T15:06:29.7274623Z [INFO] Including org.checkerframework:checker-qual:jar:3.12.0 in the shaded jar.
2022-11-27T15:06:29.7276613Z [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.11.0 in the shaded jar.
2022-11-27T15:06:29.7278625Z [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar.
2022-11-27T15:06:29.7280485Z [INFO] Including org.freemarker:freemarker:jar:2.3.31 in the shaded jar.
2022-11-27T15:06:29.7282401Z [INFO] Including commons-cli:commons-cli:jar:1.5.0 in the shaded jar.
2022-11-27T15:06:29.7284332Z [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
2022-11-27T15:06:29.7286299Z [INFO] Including org.twitter4j:twitter4j-core:jar:4.1.2 in the shaded jar.
2022-11-27T15:06:29.7288131Z [INFO] Including org.jetbrains:annotations:jar:23.0.0 in the shaded jar.
2022-11-27T15:06:29.7290050Z [INFO] Including javax.mail:mail:jar:1.5.0-b01 in the shaded jar.
2022-11-27T15:06:29.7291882Z [INFO] Including javax.activation:activation:jar:1.1 in the shaded jar.
2022-11-27T15:06:30.0648536Z [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
2022-11-27T15:06:31.1053289Z [WARNING] jackson-core-2.13.3.jar, jackson-databind-2.13.3.jar define 1 overlapping resource:
2022-11-27T15:06:31.1055535Z [WARNING] - META-INF/NOTICE
2022-11-27T15:06:31.1057702Z [WARNING] commons-cli-1.5.0.jar, commons-io-2.8.0.jar, commons-lang-2.6.jar, commons-lang3-3.9.jar define 1 overlapping resource:
2022-11-27T15:06:31.1059321Z [WARNING] - META-INF/NOTICE.txt
2022-11-27T15:06:31.1061591Z [WARNING] annotations-23.0.0.jar, jackson-core-2.13.3.jar, jackson-databind-2.13.3.jar, slf4j-simple-2.0.4.jar, twitter4j-core-4.1.2.jar define 1 overlapping classes:
2022-11-27T15:06:31.1063369Z [WARNING] - META-INF.versions.9.module-info
2022-11-27T15:06:31.1065812Z [WARNING] activation-1.1.jar, checker-qual-3.12.0.jar, commons-cli-1.5.0.jar, commons-io-2.8.0.jar, commons-lang-2.6.jar, commons-lang3-3.9.jar, mail-1.5.0-b01.jar, twitter4j-core-4.1.2.jar define 1 overlapping resource:
2022-11-27T15:06:31.1067725Z [WARNING] - META-INF/LICENSE.txt
2022-11-27T15:06:31.1071868Z [WARNING] JavaEWAH-1.1.13.jar, activation-1.1.jar, annotations-23.0.0.jar, checker-qual-3.12.0.jar, commons-cli-1.5.0.jar, commons-io-2.8.0.jar, commons-lang-2.6.jar, commons-lang3-3.9.jar, error_prone_annotations-2.11.0.jar, failureaccess-1.0.1.jar, freemarker-2.3.31.jar, github-api-1.313.jar, guava-31.1-jre.jar, j2objc-annotations-1.3.jar, jackson-annotations-2.13.3.jar, jackson-core-2.13.3.jar, jackson-databind-2.13.3.jar, jsr305-3.0.2.jar, listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, mail-1.5.0-b01.jar, org.eclipse.jgit-6.3.0.202209071007-r.jar, releasenotes-builder-1.0.jar, slf4j-api-1.7.30.jar, slf4j-simple-2.0.4.jar, twitter4j-core-4.1.2.jar define 1 overlapping resource:
2022-11-27T15:06:31.1074260Z [WARNING] - META-INF/MANIFEST.MF
2022-11-27T15:06:31.1076298Z [WARNING] freemarker-2.3.31.jar, jackson-annotations-2.13.3.jar, jackson-core-2.13.3.jar, jackson-databind-2.13.3.jar define 1 overlapping resource:
2022-11-27T15:06:31.1077902Z [WARNING] - META-INF/LICENSE
2022-11-27T15:06:31.1079475Z [WARNING] maven-shade-plugin has detected that some class files are
2022-11-27T15:06:31.1081556Z [WARNING] present in two or more JARs. When this happens, only one
2022-11-27T15:06:31.1083082Z [WARNING] single version of the class is copied to the uber jar.
2022-11-27T15:06:31.1084673Z [WARNING] Usually this is not harmful and you can skip these warnings,
2022-11-27T15:06:31.1086315Z [WARNING] otherwise try to manually exclude artifacts based on
2022-11-27T15:06:31.1087847Z [WARNING] mvn dependency:tree -Ddetail=true and the above output.
2022-11-27T15:06:31.1089405Z [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
2022-11-27T15:06:31.1209066Z [INFO] Attaching shaded artifact.
2022-11-27T15:06:31.1242742Z [INFO] ------------------------------------------------------------------------
2022-11-27T15:06:31.1245939Z [INFO] BUILD SUCCESS
2022-11-27T15:06:31.1248970Z [INFO] ------------------------------------------------------------------------
2022-11-27T15:06:31.1264496Z [INFO] Total time: 15.178 s
2022-11-27T15:06:31.1269385Z [INFO] Finished at: 2022-11-27T15:06:31Z
2022-11-27T15:06:31.1272464Z [INFO] ------------------------------------------------------------------------
2022-11-27T15:06:31.1514006Z Cloning into 'checkstyle'...
2022-11-27T15:07:43.0076524Z LATEST_RELEASE_TAG=checkstyle-10.4
2022-11-27T15:07:43.0077198Z CS_RELEASE_VERSION=10.5.0
2022-11-27T15:07:44.2613584Z SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
2022-11-27T15:07:44.2614445Z SLF4J: Defaulting to no-operation (NOP) logger implementation
2022-11-27T15:07:44.2615227Z SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2022-11-27T15:07:51.9546034Z
2022-11-27T15:07:51.9547106Z [WARN] Issue #11446 "Update Tests to use new 'verifyXxxxxx' method or 'execute' that use inlined config in Input files" is not closed! Please review issue https://github.com/checkstyle/checkstyle/issues/11446
2022-11-27T15:07:51.9547838Z [WARN] Issue #11163 "Enforce file size on Java inputs" is not closed! Please review issue https://github.com/checkstyle/checkstyle/issues/11163
2022-11-27T15:07:51.9549046Z [WARN] Issue #11214 "Specify violation messages in input files." is not closed! Please review issue https://github.com/checkstyle/checkstyle/issues/11214
2022-11-27T15:07:52.1464310Z
2022-11-27T15:07:52.1467387Z Execution succeeded!
2022-11-27T15:07:52.1643982Z ==============================================
2022-11-27T15:07:52.1644479Z
2022-11-27T15:07:52.1686687Z xdoc segment:
2022-11-27T15:07:52.1687085Z ==============================================
2022-11-27T15:07:52.1687270Z
2022-11-27T15:07:52.1687453Z <section name="Release 10.5.0">
2022-11-27T15:07:52.1687702Z <div class="releaseDate">27.11.2022</div>
2022-11-27T15:07:52.1688488Z <p>New:</p>
2022-11-27T15:07:52.1688671Z <ul>
2022-11-27T15:07:52.1688933Z <li>
2022-11-27T15:07:52.1689345Z Allow 3rd party Check providers to group modules under custom parent module.
2022-11-27T15:07:52.1689624Z Author: rnveach
2022-11-27T15:07:52.1689925Z <a href="https://github.com/checkstyle/checkstyle/issues/11644">#11644</a>
2022-11-27T15:07:52.1690189Z </li>
2022-11-27T15:07:52.1690349Z </ul>
2022-11-27T15:07:52.1690531Z <p>Bug fixes:</p>
2022-11-27T15:07:52.1690710Z <ul>
2022-11-27T15:07:52.1690867Z <li>
2022-11-27T15:07:52.1691589Z checkstyle 10.3.3 and newer throws NullPointerException on annotated generic types from
2022-11-27T15:07:52.1691897Z IllegalType rule.
2022-11-27T15:07:52.1692109Z Author: Nick Mancuso
2022-11-27T15:07:52.1692393Z <a href="https://github.com/checkstyle/checkstyle/issues/12443">#12443</a>
2022-11-27T15:07:52.1692648Z </li>
2022-11-27T15:07:52.1692818Z <li>
2022-11-27T15:07:52.1693032Z False positive in NoWhiteSpaceAfter.
2022-11-27T15:07:52.1693281Z Author: Andrei Paikin
2022-11-27T15:07:52.1693573Z <a href="https://github.com/checkstyle/checkstyle/issues/12345">#12345</a>
2022-11-27T15:07:52.1693810Z </li>
2022-11-27T15:07:52.1693976Z <li>
2022-11-27T15:07:52.1694250Z EmptyForInitializerPad: ArrayIndexOutOfBoundsException.
2022-11-27T15:07:52.1694530Z Author: Andrei Paikin
2022-11-27T15:07:52.1694818Z <a href="https://github.com/checkstyle/checkstyle/issues/12291">#12291</a>
2022-11-27T15:07:52.1695064Z </li>
2022-11-27T15:07:52.1695219Z </ul>
2022-11-27T15:07:52.1695397Z <p>Notes:</p>
2022-11-27T15:07:52.1695571Z <ul>
2022-11-27T15:07:52.1695727Z <li>
2022-11-27T15:07:52.1695968Z Resolve Pitest suppression for RightCurlyCheck.
2022-11-27T15:07:52.1696215Z Author: Arin Modi
2022-11-27T15:07:52.1696498Z <a href="https://github.com/checkstyle/checkstyle/issues/12441">#12441</a>
2022-11-27T15:07:52.1696743Z </li>
2022-11-27T15:07:52.1696906Z <li>
2022-11-27T15:07:52.1697153Z Remove new curl parameter from all GitHub actions for release .
2022-11-27T15:07:52.1697408Z Author: stoyanK7
2022-11-27T15:07:52.1697687Z <a href="https://github.com/checkstyle/checkstyle/issues/12456">#12456</a>
2022-11-27T15:07:52.1697930Z </li>
2022-11-27T15:07:52.1698081Z <li>
2022-11-27T15:07:52.1698340Z Update Tests to use new &#39;verifyXxxxxx&#39; method or &#39;execute&#39; that use
2022-11-27T15:07:52.1698635Z inlined config in Input files.
2022-11-27T15:07:52.1698877Z Author: Arin Modi, Shubh Srivastava
2022-11-27T15:07:52.1699179Z <a href="https://github.com/checkstyle/checkstyle/issues/11446">#11446</a>
2022-11-27T15:07:52.1699429Z </li>
2022-11-27T15:07:52.1699585Z <li>
2022-11-27T15:07:52.1699815Z Github action &quot;Copy site to sourceforge&quot;.
2022-11-27T15:07:52.1700060Z Author: stoyanK7
2022-11-27T15:07:52.1700343Z <a href="https://github.com/checkstyle/checkstyle/issues/12081">#12081</a>
2022-11-27T15:07:52.1700693Z </li>
2022-11-27T15:07:52.1700861Z <li>
2022-11-27T15:07:52.1701088Z Issue #11604: separates detail ast from xpath.
2022-11-27T15:07:52.1701312Z Author: rnveach
2022-11-27T15:07:52.1701594Z <a href="https://github.com/checkstyle/checkstyle/issues/11617">#11617</a>
2022-11-27T15:07:52.1701842Z </li>
2022-11-27T15:07:52.1701995Z <li>
2022-11-27T15:07:52.1702197Z PMD warning in execution logs.
2022-11-27T15:07:52.1702410Z Author: rnveach
2022-11-27T15:07:52.1702669Z <a href="https://github.com/checkstyle/checkstyle/issues/12448">#12448</a>
2022-11-27T15:07:52.1702975Z </li>
2022-11-27T15:07:52.1703137Z <li>
2022-11-27T15:07:52.1703379Z failure of update github.io to clone checkstyle.github.io.
2022-11-27T15:07:52.1703639Z Author: stoyanK7
2022-11-27T15:07:52.1703921Z <a href="https://github.com/checkstyle/checkstyle/issues/12168">#12168</a>
2022-11-27T15:07:52.1704177Z </li>
2022-11-27T15:07:52.1704333Z <li>
2022-11-27T15:07:52.1704538Z Enforce file size on Java inputs.
2022-11-27T15:07:52.1704758Z Author: Arin Modi
2022-11-27T15:07:52.1705021Z <a href="https://github.com/checkstyle/checkstyle/issues/11163">#11163</a>
2022-11-27T15:07:52.1705268Z </li>
2022-11-27T15:07:52.1705426Z <li>
2022-11-27T15:07:52.1705676Z failure to publish github release notes &#39; R: Publish GitHub Page&#39;.
2022-11-27T15:07:52.1705936Z Author: stoyanK7
2022-11-27T15:07:52.1706212Z <a href="https://github.com/checkstyle/checkstyle/issues/12169">#12169</a>
2022-11-27T15:07:52.1706451Z </li>
2022-11-27T15:07:52.1706613Z <li>
2022-11-27T15:07:52.1706859Z Resolve Pitest suppression for AccessModifierOption.
2022-11-27T15:07:52.1707119Z Author: Shubh Srivastava
2022-11-27T15:07:52.1707408Z <a href="https://github.com/checkstyle/checkstyle/issues/12326">#12326</a>
2022-11-27T15:07:52.1707653Z </li>
2022-11-27T15:07:52.1707805Z <li>
2022-11-27T15:07:52.1708045Z Resolve Pitest suppression for SeparatorWrapCheck.
2022-11-27T15:07:52.1708297Z Author: Arin Modi
2022-11-27T15:07:52.1708733Z <a href="https://github.com/checkstyle/checkstyle/issues/12430">#12430</a>
2022-11-27T15:07:52.1708972Z </li>
2022-11-27T15:07:52.1709135Z <li>
2022-11-27T15:07:52.1709524Z Re-enable sonar .
2022-11-27T15:07:52.1709727Z Author: Nick Mancuso
2022-11-27T15:07:52.1710005Z <a href="https://github.com/checkstyle/checkstyle/issues/12431">#12431</a>
2022-11-27T15:07:52.1710257Z </li>
2022-11-27T15:07:52.1710411Z <li>
2022-11-27T15:07:52.1710649Z Investigate why GITHUB token has no access to issues .
2022-11-27T15:07:52.1710898Z Author: stoyanK7
2022-11-27T15:07:52.1711169Z <a href="https://github.com/checkstyle/checkstyle/issues/12182">#12182</a>
2022-11-27T15:07:52.1711412Z </li>
2022-11-27T15:07:52.1711574Z <li>
2022-11-27T15:07:52.1711777Z Update doc for MutableException.
2022-11-27T15:07:52.1712002Z Author: Arin Modi
2022-11-27T15:07:52.1712282Z <a href="https://github.com/checkstyle/checkstyle/issues/7613">#7613</a>
2022-11-27T15:07:52.1712517Z </li>
2022-11-27T15:07:52.1712680Z <li>
2022-11-27T15:07:52.1712943Z Update Test Configuration To Support Adding TreeWalker Property.
2022-11-27T15:07:52.1713214Z Author: Arin Modi
2022-11-27T15:07:52.1713487Z <a href="https://github.com/checkstyle/checkstyle/issues/12395">#12395</a>
2022-11-27T15:07:52.1713730Z </li>
2022-11-27T15:07:52.1713892Z <li>
2022-11-27T15:07:52.1714282Z Missing Link found on Checkstyle docs.
2022-11-27T15:07:52.1714793Z Author: anchitbhuhan
2022-11-27T15:07:52.1715173Z <a href="https://github.com/checkstyle/checkstyle/issues/12393">#12393</a>
2022-11-27T15:07:52.1715414Z </li>
2022-11-27T15:07:52.1715576Z <li>
2022-11-27T15:07:52.1715885Z doc: archive release notes for 8.0-8.34.
2022-11-27T15:07:52.1716106Z Author: Nick Mancuso
2022-11-27T15:07:52.1716289Z </li>
2022-11-27T15:07:52.1716451Z <li>
2022-11-27T15:07:52.1716642Z add release number validation.
2022-11-27T15:07:52.1716863Z Author: stoyanK7
2022-11-27T15:07:52.1717138Z <a href="https://github.com/checkstyle/checkstyle/issues/12316">#12316</a>
2022-11-27T15:07:52.1717432Z </li>
2022-11-27T15:07:52.1717619Z <li>
2022-11-27T15:07:52.1717992Z Create instance of regexp check to enforce usage of &#39;fail-with-body&#39; in curl
2022-11-27T15:07:52.1718264Z commands.
2022-11-27T15:07:52.1718455Z Author: rnveach
2022-11-27T15:07:52.1718728Z <a href="https://github.com/checkstyle/checkstyle/issues/12389">#12389</a>
2022-11-27T15:07:52.1718974Z </li>
2022-11-27T15:07:52.1719135Z <li>
2022-11-27T15:07:52.1719389Z Action &#39;Bump version/Update Milestone&#39; is failing to update milestones.
2022-11-27T15:07:52.1719665Z Author: stoyanK7
2022-11-27T15:07:52.1719943Z <a href="https://github.com/checkstyle/checkstyle/issues/12351">#12351</a>
2022-11-27T15:07:52.1720188Z </li>
2022-11-27T15:07:52.1720338Z <li>
2022-11-27T15:07:52.1720565Z Specify violation messages in input files..
2022-11-27T15:07:52.1720886Z Author: Arin Modi, Shaman20
2022-11-27T15:07:52.1721173Z <a href="https://github.com/checkstyle/checkstyle/issues/11214">#11214</a>
2022-11-27T15:07:52.1721420Z </li>
2022-11-27T15:07:52.1721586Z <li>
2022-11-27T15:07:52.1721853Z &#39;R: Publish GitHub Page&#39; failing at perform curl command but action status is
2022-11-27T15:07:52.1722119Z succcess.
2022-11-27T15:07:52.1722304Z Author: stoyanK7
2022-11-27T15:07:52.1722567Z <a href="https://github.com/checkstyle/checkstyle/issues/12181">#12181</a>
2022-11-27T15:07:52.1722815Z </li>
2022-11-27T15:07:52.1722976Z <li>
2022-11-27T15:07:52.1723176Z Debug documentation is not clear.
2022-11-27T15:07:52.1723413Z Author: NitishKumar06
2022-11-27T15:07:52.1723706Z <a href="https://github.com/checkstyle/checkstyle/issues/12207">#12207</a>
2022-11-27T15:07:52.1723947Z </li>
2022-11-27T15:07:52.1724103Z <li>
2022-11-27T15:07:52.1724361Z Improper text in NewLineAtEndOfFileCheck documentation.
2022-11-27T15:07:52.1724636Z Author: NitishKumar06
2022-11-27T15:07:52.1724907Z <a href="https://github.com/checkstyle/checkstyle/issues/12370">#12370</a>
2022-11-27T15:07:52.1725147Z </li>
2022-11-27T15:07:52.1725310Z <li>
2022-11-27T15:07:52.1725527Z doc: expanded documentation on severities.
2022-11-27T15:07:52.1725753Z Author: rnveach
2022-11-27T15:07:52.1725935Z </li>
2022-11-27T15:07:52.1726084Z <li>
2022-11-27T15:07:52.1726361Z Resolve Pitest for Block Profile-2.
2022-11-27T15:07:52.1726594Z Author: Kevin222004
2022-11-27T15:07:52.1726869Z <a href="https://github.com/checkstyle/checkstyle/issues/12330">#12330</a>
2022-11-27T15:07:52.1727114Z </li>
2022-11-27T15:07:52.1727275Z </ul>
2022-11-27T15:07:52.1727433Z </section>
2022-11-27T15:07:52.1727620Z ==============================================
2022-11-27T15:07:52.1727752Z
2022-11-27T15:07:52.1727828Z twitter post:
2022-11-27T15:07:52.1728001Z ==============================================
2022-11-27T15:07:52.1728385Z Checkstyle 10.5.0 - https://checkstyle.org/releasenotes.html#Release_10.5.0
2022-11-27T15:07:52.1728593Z
2022-11-27T15:07:52.1728731Z New functionality: 1
2022-11-27T15:07:52.1728923Z Bug fixes: 3
2022-11-27T15:07:52.1729097Z ==============================================
2022-11-27T15:07:52.1729223Z
2022-11-27T15:07:52.1729292Z GitHub post:
2022-11-27T15:07:52.1729475Z ==============================================
2022-11-27T15:07:52.1729833Z Checkstyle 10.5.0 - https://checkstyle.org/releasenotes.html#Release_10.5.0
2022-11-27T15:07:52.1730031Z
2022-11-27T15:07:52.1730036Z
2022-11-27T15:07:52.1730096Z New:
2022-11-27T15:07:52.1730197Z
2022-11-27T15:07:52.1730463Z #11644 - Allow 3rd party Check providers to group modules under custom parent module
2022-11-27T15:07:52.1730663Z
2022-11-27T15:07:52.1730781Z Bug fixes:
2022-11-27T15:07:52.1730883Z
2022-11-27T15:07:52.1731211Z #12443 - checkstyle 10.3.3 and newer throws NullPointerException on annotated generic types from IllegalType rule
2022-11-27T15:07:52.1731633Z #12345 - False positive in NoWhiteSpaceAfter
2022-11-27T15:07:52.1732024Z #12291 - EmptyForInitializerPad: ArrayIndexOutOfBoundsException
2022-11-27T15:07:52.1732229Z
2022-11-27T15:07:52.1732288Z <details>
2022-11-27T15:07:52.1732482Z <summary>Other Changes:</summary>
2022-11-27T15:07:52.1732682Z <br/>
2022-11-27T15:07:52.1732911Z Resolve Pitest suppression for RightCurlyCheck <br/>
2022-11-27T15:07:52.1733228Z Remove new curl parameter from all GitHub actions for release <br/>
2022-11-27T15:07:52.1733709Z Update Tests to use new 'verifyXxxxxx' method or 'execute' that use inlined config in Input files <br/>
2022-11-27T15:07:52.1734054Z Github action "Copy site to sourceforge" <br/>
2022-11-27T15:07:52.1734322Z Issue #11604: separates detail ast from xpath <br/>
2022-11-27T15:07:52.1734579Z PMD warning in execution logs <br/>
2022-11-27T15:07:52.1734870Z failure of update github.io to clone checkstyle.github.io <br/>
2022-11-27T15:07:52.1735147Z Enforce file size on Java inputs <br/>
2022-11-27T15:07:52.1735524Z failure to publish github release notes ' R: Publish GitHub Page' <br/>
2022-11-27T15:07:52.1735868Z Resolve Pitest suppression for AccessModifierOption <br/>
2022-11-27T15:07:52.1736182Z Resolve Pitest suppression for SeparatorWrapCheck <br/>
2022-11-27T15:07:52.1736484Z Re-enable sonar <br/>
2022-11-27T15:07:52.1736746Z Investigate why GITHUB token has no access to issues <br/>
2022-11-27T15:07:52.1737022Z Update doc for MutableException <br/>
2022-11-27T15:07:52.1737318Z Update Test Configuration To Support Adding TreeWalker Property <br/>
2022-11-27T15:07:52.1737627Z Missing Link found on Checkstyle docs <br/>
2022-11-27T15:07:52.1737953Z doc: archive release notes for 8.0-8.34 <br/>
2022-11-27T15:07:52.1738191Z add release number validation <br/>
2022-11-27T15:07:52.1738612Z Create instance of regexp check to enforce usage of 'fail-with-body' in curl commands <br/>
2022-11-27T15:07:52.1739063Z Action 'Bump version/Update Milestone' is failing to update milestones <br/>
2022-11-27T15:07:52.1739373Z Specify violation messages in input files. <br/>
2022-11-27T15:07:52.1739803Z 'R: Publish GitHub Page' failing at perform curl command but action status is succcess <br/>
2022-11-27T15:07:52.1740120Z Debug documentation is not clear <br/>
2022-11-27T15:07:52.1740421Z Improper text in NewLineAtEndOfFileCheck documentation <br/>
2022-11-27T15:07:52.1740716Z doc: expanded documentation on severities <br/>
2022-11-27T15:07:52.1741044Z Resolve Pitest for Block Profile-2 <br/>
2022-11-27T15:07:52.1741263Z </details>
2022-11-27T15:07:52.1741438Z ==============================================
2022-11-27T15:07:52.1741563Z
2022-11-27T15:07:52.1741641Z Plain text post:
2022-11-27T15:07:52.1741834Z ==============================================
2022-11-27T15:07:52.1742202Z Checkstyle 10.5.0 - https://checkstyle.org/releasenotes.html#Release_10.5.0
2022-11-27T15:07:52.1742411Z
2022-11-27T15:07:52.1742417Z
2022-11-27T15:07:52.1742479Z New:
2022-11-27T15:07:52.1742577Z
2022-11-27T15:07:52.1742783Z Allow 3rd party Check providers to group modules under custom parent module
2022-11-27T15:07:52.1742982Z
2022-11-27T15:07:52.1743049Z Bug fixes:
2022-11-27T15:07:52.1743149Z
2022-11-27T15:07:52.1743357Z checkstyle 10.3.3 and newer throws NullPointerException on annotated generic types from IllegalType rule
2022-11-27T15:07:52.1743699Z False positive in NoWhiteSpaceAfter
2022-11-27T15:07:52.1744000Z EmptyForInitializerPad: ArrayIndexOutOfBoundsException
2022-11-27T15:07:52.1744193Z
2022-11-27T15:07:52.1744245Z Notes:
2022-11-27T15:07:52.1744346Z
2022-11-27T15:07:52.1744479Z Resolve Pitest suppression for RightCurlyCheck
2022-11-27T15:07:52.1744781Z Remove new curl parameter from all GitHub actions for release
2022-11-27T15:07:52.1745283Z Update Tests to use new 'verifyXxxxxx' method or 'execute' that use inlined config in Input files
2022-11-27T15:07:52.1745606Z Github action "Copy site to sourceforge"
2022-11-27T15:07:52.1745868Z Issue #11604: separates detail ast from xpath
2022-11-27T15:07:52.1746109Z PMD warning in execution logs
2022-11-27T15:07:52.1746376Z failure of update github.io to clone checkstyle.github.io
2022-11-27T15:07:52.1746691Z Enforce file size on Java inputs
2022-11-27T15:07:52.1747049Z failure to publish github release notes ' R: Publish GitHub Page'
2022-11-27T15:07:52.1747359Z Resolve Pitest suppression for AccessModifierOption
2022-11-27T15:07:52.1747659Z Resolve Pitest suppression for SeparatorWrapCheck
2022-11-27T15:07:52.1747940Z Re-enable sonar
2022-11-27T15:07:52.1748174Z Investigate why GITHUB token has no access to issues
2022-11-27T15:07:52.1754401Z Update doc for MutableException
2022-11-27T15:07:52.1754777Z Update Test Configuration To Support Adding TreeWalker Property
2022-11-27T15:07:52.1755082Z Missing Link found on Checkstyle docs
2022-11-27T15:07:52.1755490Z doc: archive release notes for 8.0-8.34
2022-11-27T15:07:52.1755725Z add release number validation
2022-11-27T15:07:52.1756138Z Create instance of regexp check to enforce usage of 'fail-with-body' in curl commands
2022-11-27T15:07:52.1756591Z Action 'Bump version/Update Milestone' is failing to update milestones
2022-11-27T15:07:52.1756904Z Specify violation messages in input files.
2022-11-27T15:07:52.1757320Z 'R: Publish GitHub Page' failing at perform curl command but action status is succcess
2022-11-27T15:07:52.1757620Z Debug documentation is not clear
2022-11-27T15:07:52.1757908Z Improper text in NewLineAtEndOfFileCheck documentation
2022-11-27T15:07:52.1758200Z doc: expanded documentation on severities
2022-11-27T15:07:52.1758486Z Resolve Pitest for Block Profile-2
2022-11-27T15:07:52.1758707Z ==============================================
2022-11-27T15:07:52.1758839Z
2022-11-27T15:07:52.1758939Z releasenotes.xml after commit:
2022-11-27T15:07:52.1765173Z <?xml version="1.0" encoding="UTF-8"?>
2022-11-27T15:07:52.1765333Z
2022-11-27T15:07:52.1765488Z <document xmlns="http://maven.apache.org/XDOC/2.0"
2022-11-27T15:07:52.1765887Z xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2022-11-27T15:07:52.1766378Z xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
2022-11-27T15:07:52.1766624Z
2022-11-27T15:07:52.1766691Z <head>
2022-11-27T15:07:52.1766875Z <title>Release Notes</title>
2022-11-27T15:07:52.1767069Z </head>
2022-11-27T15:07:52.1767174Z
2022-11-27T15:07:52.1767235Z <body>
2022-11-27T15:07:52.1767489Z <!-- placeholder for a new section -->
2022-11-27T15:07:52.1767725Z <section name="Release 10.4">
2022-11-27T15:07:52.1767962Z <div class="releaseDate">30.10.2022</div>
2022-11-27T15:07:52.1768226Z <p>Breaking backward compatibility:</p>
2022-11-27T15:07:52.1768438Z <ul>
2022-11-27T15:07:52.1768616Z <li>
2022-11-27T15:07:52.1768911Z Checker.localeLanguage property work strange with system property user.language.
2022-11-27T15:07:52.1769197Z Author: rnveach
2022-11-27T15:07:52.1769485Z <a href="https://github.com/checkstyle/checkstyle/issues/12101">#12101</a>
2022-11-27T15:07:52.1769883Z </li>
2022-11-27T15:07:52.1770046Z <li>
2022-11-27T15:07:52.1770291Z Remove custom cache in Violation.java. It was extra cache for
2022-11-27T15:07:52.1770585Z resource bundle cache for messages..
2022-11-27T15:07:52.1770799Z Author: rnveach
2022-11-27T15:07:52.1771082Z <a href="https://github.com/checkstyle/checkstyle/issues/12102">#12102</a>
2022-11-27T15:07:52.1771340Z </li>
2022-11-27T15:07:52.1771497Z </ul>
2022-11-27T15:07:52.1771684Z <p>Bug fixes:</p>
2022-11-27T15:07:52.1771865Z <ul>
2022-11-27T15:07:52.1772019Z <li>
2022-11-27T15:07:52.1772250Z False Positive: UnusedLocalVariableCheck.
2022-11-27T15:07:52.1772581Z Author: Kirill Zuev
2022-11-27T15:07:52.1772864Z <a href="https://github.com/checkstyle/checkstyle/issues/11920">#11920</a>
2022-11-27T15:07:52.1773105Z </li>
2022-11-27T15:07:52.1773266Z </ul>
2022-11-27T15:07:52.1773441Z <p>Notes:</p>
2022-11-27T15:07:52.1773606Z <ul>
2022-11-27T15:07:52.1773773Z <li>
2022-11-27T15:07:52.1773985Z Overview Section is quite confusing.
2022-11-27T15:07:52.1774210Z Author: NitishKumar06
2022-11-27T15:07:52.1774495Z <a href="https://github.com/checkstyle/checkstyle/issues/12228">#12228</a>
2022-11-27T15:07:52.1774746Z </li>
2022-11-27T15:07:52.1774901Z <li>
2022-11-27T15:07:52.1775107Z Move codenarc to non GitHub CI.
2022-11-27T15:07:52.1775392Z Author: Vyom-Yadav
2022-11-27T15:07:52.1775665Z <a href="https://github.com/checkstyle/checkstyle/issues/11747">#11747</a>
2022-11-27T15:07:52.1775909Z </li>
2022-11-27T15:07:52.1776068Z <li>
2022-11-27T15:07:52.1776288Z CI: validate PR number when commit is for PR.
2022-11-27T15:07:52.1776528Z Author: Nick Mancuso
2022-11-27T15:07:52.1776813Z <a href="https://github.com/checkstyle/checkstyle/issues/12319">#12319</a>
2022-11-27T15:07:52.1777051Z </li>
2022-11-27T15:07:52.1777215Z <li>
2022-11-27T15:07:52.1777444Z Create CI task to fail PR if merge commit exists.
2022-11-27T15:07:52.1777682Z Author: Nick Mancuso
2022-11-27T15:07:52.1777949Z <a href="https://github.com/checkstyle/checkstyle/issues/12259">#12259</a>
2022-11-27T15:07:52.1778187Z </li>
2022-11-27T15:07:52.1778347Z <li>
2022-11-27T15:07:52.1778673Z checker-framework.groovy depends too much on name of repo.
2022-11-27T15:07:52.1778943Z Author: Nick Mancuso
2022-11-27T15:07:52.1779222Z <a href="https://github.com/checkstyle/checkstyle/issues/12311">#12311</a>
2022-11-27T15:07:52.1779460Z </li>
2022-11-27T15:07:52.1779621Z <li>
2022-11-27T15:07:52.1779847Z Resolve Switch case mutation for ParenPad.
2022-11-27T15:07:52.1780077Z Author: Kevin222004
2022-11-27T15:07:52.1780352Z <a href="https://github.com/checkstyle/checkstyle/issues/12327">#12327</a>
2022-11-27T15:07:52.1780601Z </li>
2022-11-27T15:07:52.1780755Z <li>
2022-11-27T15:07:52.1781084Z Rename all &#39;Checker-Framework / checker-..&#39; actions .
2022-11-27T15:07:52.1781345Z Author: Roman Ivanov
2022-11-27T15:07:52.1781619Z <a href="https://github.com/checkstyle/checkstyle/issues/12229">#12229</a>
2022-11-27T15:07:52.1781859Z </li>
2022-11-27T15:07:52.1782022Z <li>
2022-11-27T15:07:52.1782307Z Resolve Pitest suppression for ParenPad.
2022-11-27T15:07:52.1782542Z Author: Kevin222004
2022-11-27T15:07:52.1782824Z <a href="https://github.com/checkstyle/checkstyle/issues/12282">#12282</a>
2022-11-27T15:07:52.1783069Z </li>
2022-11-27T15:07:52.1783220Z <li>
2022-11-27T15:07:52.1783454Z Resolve Pitest suppression for Javadoc profile.
2022-11-27T15:07:52.1783753Z Author: Kevin222004
2022-11-27T15:07:52.1784024Z <a href="https://github.com/checkstyle/checkstyle/issues/12315">#12315</a>
2022-11-27T15:07:52.1784267Z </li>
2022-11-27T15:07:52.1784427Z <li>
2022-11-27T15:07:52.1784647Z Resolve Pitest suppression for misc profile.
2022-11-27T15:07:52.1784886Z Author: Kevin222004
2022-11-27T15:07:52.1785157Z <a href="https://github.com/checkstyle/checkstyle/issues/12314">#12314</a>
2022-11-27T15:07:52.1785391Z </li>
2022-11-27T15:07:52.1785554Z <li>
2022-11-27T15:07:52.1785867Z dependency: bump mockito-inline from 4.8.0 to 4.8.1.
2022-11-27T15:07:52.1786222Z Author: Vyom-Yadav
2022-11-27T15:07:52.1786490Z <a href="https://github.com/checkstyle/checkstyle/issues/12312">#12312</a>
2022-11-27T15:07:52.1786734Z </li>
2022-11-27T15:07:52.1786896Z <li>
2022-11-27T15:07:52.1787229Z UnusedImports doc: add limitation regarding same-name imports.
2022-11-27T15:07:52.1787496Z Author: stoyanK7
2022-11-27T15:07:52.1787771Z <a href="https://github.com/checkstyle/checkstyle/issues/12224">#12224</a>
2022-11-27T15:07:52.1788009Z </li>
2022-11-27T15:07:52.1788165Z <li>
2022-11-27T15:07:52.1792723Z Update doc for EmptyLineSeparator.
2022-11-27T15:07:52.3172564Z Post job cleanup.
2022-11-27T15:07:52.4438135Z [command]/usr/bin/git version
2022-11-27T15:07:52.4484873Z git version 2.38.1
2022-11-27T15:07:52.4536375Z Temporarily overriding HOME='/home/runner/work/_temp/0f4e91db-7b99-4399-a422-eb30f9888c32' before making global git config changes
2022-11-27T15:07:52.4539683Z Adding repository directory to the temporary git global config as a safe directory
2022-11-27T15:07:52.4546023Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/checkstyle/checkstyle
2022-11-27T15:07:52.4585543Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2022-11-27T15:07:52.4621014Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2022-11-27T15:07:52.4849261Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2022-11-27T15:07:52.4873029Z http.https://github.com/.extraheader
2022-11-27T15:07:52.4882905Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2022-11-27T15:07:52.4916428Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2022-11-27T15:07:52.5369695Z Cleaning up orphan processes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment