Skip to content

Instantly share code, notes, and snippets.

@rotty3000
Created June 24, 2020 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rotty3000/475d92ece3f41123e7092ab31ce30f53 to your computer and use it in GitHub Desktop.
Save rotty3000/475d92ece3f41123e7092ab31ce30f53 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
2020-06-24T14:19:31.1352888Z ##[section]Starting: Request a runner to run this job
2020-06-24T14:19:32.0169225Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest'
2020-06-24T14:19:32.0169268Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2020-06-24T14:19:32.0169297Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2020-06-24T14:19:32.1776012Z ##[section]Finishing: Request a runner to run this job
2020-06-24T14:19:39.3194034Z Current runner version: '2.263.0'
2020-06-24T14:19:39.3218136Z ##[group]Operating System
2020-06-24T14:19:39.3218757Z Ubuntu
2020-06-24T14:19:39.3218925Z 18.04.4
2020-06-24T14:19:39.3219133Z LTS
2020-06-24T14:19:39.3219356Z ##[endgroup]
2020-06-24T14:19:39.3219595Z ##[group]Virtual Environment
2020-06-24T14:19:39.3219826Z Environment: ubuntu-18.04
2020-06-24T14:19:39.3220036Z Version: 20200621.1
2020-06-24T14:19:39.3220338Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu18/20200621.1/images/linux/Ubuntu1804-README.md
2020-06-24T14:19:39.3220601Z ##[endgroup]
2020-06-24T14:19:39.3221511Z Prepare workflow directory
2020-06-24T14:19:39.3451316Z Prepare all required actions
2020-06-24T14:19:39.3461774Z Download action repository 'actions/checkout@v2'
2020-06-24T14:19:41.3463475Z Download action repository 'actions/setup-java@v1'
2020-06-24T14:19:41.6002846Z ##[group]Run actions/checkout@v2
2020-06-24T14:19:41.6003140Z with:
2020-06-24T14:19:41.6003274Z repository: rotty3000/tomcat
2020-06-24T14:19:41.6003612Z token: ***
2020-06-24T14:19:41.6003743Z ssh-strict: true
2020-06-24T14:19:41.6003853Z persist-credentials: true
2020-06-24T14:19:41.6003981Z clean: true
2020-06-24T14:19:41.6004104Z fetch-depth: 1
2020-06-24T14:19:41.6004227Z lfs: false
2020-06-24T14:19:41.6004346Z submodules: false
2020-06-24T14:19:41.6004470Z env:
2020-06-24T14:19:41.6004591Z LC_ALL: en_US.UTF-8
2020-06-24T14:19:41.6004699Z ##[endgroup]
2020-06-24T14:19:42.3326190Z Syncing repository: rotty3000/tomcat
2020-06-24T14:19:42.3326547Z ##[group]Getting Git version info
2020-06-24T14:19:42.3327140Z Working directory is '/home/runner/work/tomcat/tomcat'
2020-06-24T14:19:42.3331452Z [command]/usr/bin/git version
2020-06-24T14:19:42.3334513Z git version 2.27.0
2020-06-24T14:19:42.3335741Z ##[endgroup]
2020-06-24T14:19:42.3336256Z Deleting the contents of '/home/runner/work/tomcat/tomcat'
2020-06-24T14:19:42.3337143Z ##[group]Initializing the repository
2020-06-24T14:19:42.3337424Z [command]/usr/bin/git init /home/runner/work/tomcat/tomcat
2020-06-24T14:19:42.3337710Z Initialized empty Git repository in /home/runner/work/tomcat/tomcat/.git/
2020-06-24T14:19:42.3338018Z [command]/usr/bin/git remote add origin https://github.com/rotty3000/tomcat
2020-06-24T14:19:42.3338295Z ##[endgroup]
2020-06-24T14:19:42.3338495Z ##[group]Disabling automatic garbage collection
2020-06-24T14:19:42.3338826Z [command]/usr/bin/git config --local gc.auto 0
2020-06-24T14:19:42.3338982Z ##[endgroup]
2020-06-24T14:19:42.3340868Z ##[group]Setting up auth
2020-06-24T14:19:42.3341290Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2020-06-24T14:19:42.3341709Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2020-06-24T14:19:42.3342199Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2020-06-24T14:19:42.3342743Z [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' || :
2020-06-24T14:19:42.3343193Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2020-06-24T14:19:42.3343381Z ##[endgroup]
2020-06-24T14:19:42.3343518Z ##[group]Fetching the repository
2020-06-24T14:19:42.3343973Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +aa309a68346a944f6c1c4b8497bcf6765400a744:refs/remotes/pull/3/merge
2020-06-24T14:19:42.4606702Z remote: Enumerating objects: 4627, done.
2020-06-24T14:19:42.5185842Z remote: Counting objects: 0% (1/4627)
2020-06-24T14:19:42.5186169Z remote: Counting objects: 1% (47/4627)
2020-06-24T14:19:42.5186366Z remote: Counting objects: 2% (93/4627)
2020-06-24T14:19:42.5186552Z remote: Counting objects: 3% (139/4627)
2020-06-24T14:19:42.5187275Z remote: Counting objects: 4% (186/4627)
2020-06-24T14:19:42.5187442Z remote: Counting objects: 5% (232/4627)
2020-06-24T14:19:42.5187630Z remote: Counting objects: 6% (278/4627)
2020-06-24T14:19:42.5191451Z remote: Counting objects: 7% (324/4627)
2020-06-24T14:19:42.5192237Z remote: Counting objects: 8% (371/4627)
2020-06-24T14:19:42.5192427Z remote: Counting objects: 9% (417/4627)
2020-06-24T14:19:42.5236322Z remote: Counting objects: 10% (463/4627)
2020-06-24T14:19:42.5236525Z remote: Counting objects: 11% (509/4627)
2020-06-24T14:19:42.5236670Z remote: Counting objects: 12% (556/4627)
2020-06-24T14:19:42.5236815Z remote: Counting objects: 13% (602/4627)
2020-06-24T14:19:42.5237177Z remote: Counting objects: 14% (648/4627)
2020-06-24T14:19:42.5237312Z remote: Counting objects: 15% (695/4627)
2020-06-24T14:19:42.5237550Z remote: Counting objects: 16% (741/4627)
2020-06-24T14:19:42.5243757Z remote: Counting objects: 17% (787/4627)
2020-06-24T14:19:42.5244035Z remote: Counting objects: 18% (833/4627)
2020-06-24T14:19:42.5244185Z remote: Counting objects: 19% (880/4627)
2020-06-24T14:19:42.5244994Z remote: Counting objects: 20% (926/4627)
2020-06-24T14:19:42.5245139Z remote: Counting objects: 21% (972/4627)
2020-06-24T14:19:42.5246627Z remote: Counting objects: 22% (1018/4627)
2020-06-24T14:19:42.5246787Z remote: Counting objects: 23% (1065/4627)
2020-06-24T14:19:42.5246935Z remote: Counting objects: 24% (1111/4627)
2020-06-24T14:19:42.5247064Z remote: Counting objects: 25% (1157/4627)
2020-06-24T14:19:42.5247206Z remote: Counting objects: 26% (1204/4627)
2020-06-24T14:19:42.5247367Z remote: Counting objects: 27% (1250/4627)
2020-06-24T14:19:42.5247510Z remote: Counting objects: 28% (1296/4627)
2020-06-24T14:19:42.5247653Z remote: Counting objects: 29% (1342/4627)
2020-06-24T14:19:42.5247800Z remote: Counting objects: 30% (1389/4627)
2020-06-24T14:19:42.5247946Z remote: Counting objects: 31% (1435/4627)
2020-06-24T14:19:42.5248086Z remote: Counting objects: 32% (1481/4627)
2020-06-24T14:19:42.5248331Z remote: Counting objects: 33% (1527/4627)
2020-06-24T14:19:42.5248480Z remote: Counting objects: 34% (1574/4627)
2020-06-24T14:19:42.5248620Z remote: Counting objects: 35% (1620/4627)
2020-06-24T14:19:42.5248760Z remote: Counting objects: 36% (1666/4627)
2020-06-24T14:19:42.5248902Z remote: Counting objects: 37% (1712/4627)
2020-06-24T14:19:42.5249041Z remote: Counting objects: 38% (1759/4627)
2020-06-24T14:19:42.5249205Z remote: Counting objects: 39% (1805/4627)
2020-06-24T14:19:42.5249355Z remote: Counting objects: 40% (1851/4627)
2020-06-24T14:19:42.5250965Z remote: Counting objects: 41% (1898/4627)
2020-06-24T14:19:42.5251180Z remote: Counting objects: 42% (1944/4627)
2020-06-24T14:19:42.5252998Z remote: Counting objects: 43% (1990/4627)
2020-06-24T14:19:42.5253921Z remote: Counting objects: 44% (2036/4627)
2020-06-24T14:19:42.5258352Z remote: Counting objects: 45% (2083/4627)
2020-06-24T14:19:42.5258525Z remote: Counting objects: 46% (2129/4627)
2020-06-24T14:19:42.5262073Z remote: Counting objects: 47% (2175/4627)
2020-06-24T14:19:42.5272217Z remote: Counting objects: 48% (2221/4627)
2020-06-24T14:19:42.5272404Z remote: Counting objects: 49% (2268/4627)
2020-06-24T14:19:42.5272560Z remote: Counting objects: 50% (2314/4627)
2020-06-24T14:19:42.5272715Z remote: Counting objects: 51% (2360/4627)
2020-06-24T14:19:42.5273022Z remote: Counting objects: 52% (2407/4627)
2020-06-24T14:19:42.5276342Z remote: Counting objects: 53% (2453/4627)
2020-06-24T14:19:42.5279933Z remote: Counting objects: 54% (2499/4627)
2020-06-24T14:19:42.5305800Z remote: Counting objects: 55% (2545/4627)
2020-06-24T14:19:42.5307170Z remote: Counting objects: 56% (2592/4627)
2020-06-24T14:19:42.5307563Z remote: Counting objects: 57% (2638/4627)
2020-06-24T14:19:42.5307763Z remote: Counting objects: 58% (2684/4627)
2020-06-24T14:19:42.5307912Z remote: Counting objects: 59% (2730/4627)
2020-06-24T14:19:42.5308160Z remote: Counting objects: 60% (2777/4627)
2020-06-24T14:19:42.5308307Z remote: Counting objects: 61% (2823/4627)
2020-06-24T14:19:42.5308565Z remote: Counting objects: 62% (2869/4627)
2020-06-24T14:19:42.5308748Z remote: Counting objects: 63% (2916/4627)
2020-06-24T14:19:42.5308895Z remote: Counting objects: 64% (2962/4627)
2020-06-24T14:19:42.5310642Z remote: Counting objects: 65% (3008/4627)
2020-06-24T14:19:42.5319333Z remote: Counting objects: 66% (3054/4627)
2020-06-24T14:19:42.5319578Z remote: Counting objects: 67% (3101/4627)
2020-06-24T14:19:42.5319737Z remote: Counting objects: 68% (3147/4627)
2020-06-24T14:19:42.5319940Z remote: Counting objects: 69% (3193/4627)
2020-06-24T14:19:42.5320071Z remote: Counting objects: 70% (3239/4627)
2020-06-24T14:19:42.5320753Z remote: Counting objects: 71% (3286/4627)
2020-06-24T14:19:42.5321117Z remote: Counting objects: 72% (3332/4627)
2020-06-24T14:19:42.5323539Z remote: Counting objects: 73% (3378/4627)
2020-06-24T14:19:42.5324804Z remote: Counting objects: 74% (3424/4627)
2020-06-24T14:19:42.5327138Z remote: Counting objects: 75% (3471/4627)
2020-06-24T14:19:42.5327748Z remote: Counting objects: 76% (3517/4627)
2020-06-24T14:19:42.5336493Z remote: Counting objects: 77% (3563/4627)
2020-06-24T14:19:42.5336751Z remote: Counting objects: 78% (3610/4627)
2020-06-24T14:19:42.5336945Z remote: Counting objects: 79% (3656/4627)
2020-06-24T14:19:42.5339181Z remote: Counting objects: 80% (3702/4627)
2020-06-24T14:19:42.5342294Z remote: Counting objects: 81% (3748/4627)
2020-06-24T14:19:42.5342457Z remote: Counting objects: 82% (3795/4627)
2020-06-24T14:19:42.5342841Z remote: Counting objects: 83% (3841/4627)
2020-06-24T14:19:42.5343132Z remote: Counting objects: 84% (3887/4627)
2020-06-24T14:19:42.5345250Z remote: Counting objects: 85% (3933/4627)
2020-06-24T14:19:42.5345461Z remote: Counting objects: 86% (3980/4627)
2020-06-24T14:19:42.5347982Z remote: Counting objects: 87% (4026/4627)
2020-06-24T14:19:42.5348312Z remote: Counting objects: 88% (4072/4627)
2020-06-24T14:19:42.5349074Z remote: Counting objects: 89% (4119/4627)
2020-06-24T14:19:42.5362033Z remote: Counting objects: 90% (4165/4627)
2020-06-24T14:19:42.5368564Z remote: Counting objects: 91% (4211/4627)
2020-06-24T14:19:42.5376570Z remote: Counting objects: 92% (4257/4627)
2020-06-24T14:19:42.5384327Z remote: Counting objects: 93% (4304/4627)
2020-06-24T14:19:42.5384542Z remote: Counting objects: 94% (4350/4627)
2020-06-24T14:19:42.5384690Z remote: Counting objects: 95% (4396/4627)
2020-06-24T14:19:42.5384830Z remote: Counting objects: 96% (4442/4627)
2020-06-24T14:19:42.5385094Z remote: Counting objects: 97% (4489/4627)
2020-06-24T14:19:42.5385255Z remote: Counting objects: 98% (4535/4627)
2020-06-24T14:19:42.5387592Z remote: Counting objects: 99% (4581/4627)
2020-06-24T14:19:42.5387794Z remote: Counting objects: 100% (4627/4627)
2020-06-24T14:19:42.5387943Z remote: Counting objects: 100% (4627/4627), done.
2020-06-24T14:19:42.5454275Z remote: Compressing objects: 0% (1/3825)
2020-06-24T14:19:42.5494189Z remote: Compressing objects: 1% (39/3825)
2020-06-24T14:19:42.5685948Z remote: Compressing objects: 2% (77/3825)
2020-06-24T14:19:42.5775452Z remote: Compressing objects: 3% (115/3825)
2020-06-24T14:19:42.5868362Z remote: Compressing objects: 4% (153/3825)
2020-06-24T14:19:42.5912237Z remote: Compressing objects: 5% (192/3825)
2020-06-24T14:19:42.6009206Z remote: Compressing objects: 6% (230/3825)
2020-06-24T14:19:42.6150802Z remote: Compressing objects: 7% (268/3825)
2020-06-24T14:19:42.6286445Z remote: Compressing objects: 8% (306/3825)
2020-06-24T14:19:42.6376549Z remote: Compressing objects: 9% (345/3825)
2020-06-24T14:19:42.6426152Z remote: Compressing objects: 10% (383/3825)
2020-06-24T14:19:42.6480629Z remote: Compressing objects: 11% (421/3825)
2020-06-24T14:19:42.6690793Z remote: Compressing objects: 12% (459/3825)
2020-06-24T14:19:42.6737043Z remote: Compressing objects: 13% (498/3825)
2020-06-24T14:19:42.6844338Z remote: Compressing objects: 14% (536/3825)
2020-06-24T14:19:42.6906107Z remote: Compressing objects: 15% (574/3825)
2020-06-24T14:19:42.6963547Z remote: Compressing objects: 16% (612/3825)
2020-06-24T14:19:42.7007741Z remote: Compressing objects: 17% (651/3825)
2020-06-24T14:19:42.7033741Z remote: Compressing objects: 18% (689/3825)
2020-06-24T14:19:42.7099592Z remote: Compressing objects: 19% (727/3825)
2020-06-24T14:19:42.7186674Z remote: Compressing objects: 20% (765/3825)
2020-06-24T14:19:42.7231655Z remote: Compressing objects: 21% (804/3825)
2020-06-24T14:19:42.7325032Z remote: Compressing objects: 22% (842/3825)
2020-06-24T14:19:42.7496531Z remote: Compressing objects: 23% (880/3825)
2020-06-24T14:19:42.7864406Z remote: Compressing objects: 24% (918/3825)
2020-06-24T14:19:42.8042020Z remote: Compressing objects: 25% (957/3825)
2020-06-24T14:19:42.8254135Z remote: Compressing objects: 26% (995/3825)
2020-06-24T14:19:42.8350244Z remote: Compressing objects: 27% (1033/3825)
2020-06-24T14:19:42.8678625Z remote: Compressing objects: 28% (1071/3825)
2020-06-24T14:19:42.9069588Z remote: Compressing objects: 29% (1110/3825)
2020-06-24T14:19:42.9087674Z remote: Compressing objects: 30% (1148/3825)
2020-06-24T14:19:42.9135780Z remote: Compressing objects: 31% (1186/3825)
2020-06-24T14:19:42.9430995Z remote: Compressing objects: 32% (1224/3825)
2020-06-24T14:19:42.9456316Z remote: Compressing objects: 33% (1263/3825)
2020-06-24T14:19:42.9694220Z remote: Compressing objects: 34% (1301/3825)
2020-06-24T14:19:42.9897583Z remote: Compressing objects: 35% (1339/3825)
2020-06-24T14:19:43.0158190Z remote: Compressing objects: 36% (1377/3825)
2020-06-24T14:19:43.0292591Z remote: Compressing objects: 37% (1416/3825)
2020-06-24T14:19:43.0403265Z remote: Compressing objects: 38% (1454/3825)
2020-06-24T14:19:43.0653032Z remote: Compressing objects: 39% (1492/3825)
2020-06-24T14:19:43.0801354Z remote: Compressing objects: 40% (1530/3825)
2020-06-24T14:19:43.0953257Z remote: Compressing objects: 41% (1569/3825)
2020-06-24T14:19:43.1256153Z remote: Compressing objects: 42% (1607/3825)
2020-06-24T14:19:43.1447202Z remote: Compressing objects: 43% (1645/3825)
2020-06-24T14:19:43.1665655Z remote: Compressing objects: 44% (1683/3825)
2020-06-24T14:19:43.1987776Z remote: Compressing objects: 45% (1722/3825)
2020-06-24T14:19:43.2082861Z remote: Compressing objects: 46% (1760/3825)
2020-06-24T14:19:43.2257442Z remote: Compressing objects: 47% (1798/3825)
2020-06-24T14:19:43.2433693Z remote: Compressing objects: 48% (1836/3825)
2020-06-24T14:19:43.2662270Z remote: Compressing objects: 49% (1875/3825)
2020-06-24T14:19:43.2884798Z remote: Compressing objects: 50% (1913/3825)
2020-06-24T14:19:43.3086824Z remote: Compressing objects: 51% (1951/3825)
2020-06-24T14:19:43.3277555Z remote: Compressing objects: 52% (1989/3825)
2020-06-24T14:19:43.3480107Z remote: Compressing objects: 53% (2028/3825)
2020-06-24T14:19:43.3618521Z remote: Compressing objects: 54% (2066/3825)
2020-06-24T14:19:43.3778784Z remote: Compressing objects: 55% (2104/3825)
2020-06-24T14:19:43.4021362Z remote: Compressing objects: 56% (2142/3825)
2020-06-24T14:19:43.4228864Z remote: Compressing objects: 57% (2181/3825)
2020-06-24T14:19:43.4369383Z remote: Compressing objects: 58% (2219/3825)
2020-06-24T14:19:43.4518346Z remote: Compressing objects: 59% (2257/3825)
2020-06-24T14:19:43.4599140Z remote: Compressing objects: 60% (2295/3825)
2020-06-24T14:19:43.4706513Z remote: Compressing objects: 61% (2334/3825)
2020-06-24T14:19:43.4882277Z remote: Compressing objects: 62% (2372/3825)
2020-06-24T14:19:43.5006195Z remote: Compressing objects: 63% (2410/3825)
2020-06-24T14:19:43.5153430Z remote: Compressing objects: 64% (2448/3825)
2020-06-24T14:19:43.5390693Z remote: Compressing objects: 65% (2487/3825)
2020-06-24T14:19:43.5392113Z remote: Compressing objects: 65% (2523/3825)
2020-06-24T14:19:43.5595696Z remote: Compressing objects: 66% (2525/3825)
2020-06-24T14:19:43.5773719Z remote: Compressing objects: 67% (2563/3825)
2020-06-24T14:19:43.5892945Z remote: Compressing objects: 68% (2601/3825)
2020-06-24T14:19:43.6126921Z remote: Compressing objects: 69% (2640/3825)
2020-06-24T14:19:43.6207514Z remote: Compressing objects: 70% (2678/3825)
2020-06-24T14:19:43.6326259Z remote: Compressing objects: 71% (2716/3825)
2020-06-24T14:19:43.6451203Z remote: Compressing objects: 72% (2754/3825)
2020-06-24T14:19:43.6599459Z remote: Compressing objects: 73% (2793/3825)
2020-06-24T14:19:43.6946453Z remote: Compressing objects: 74% (2831/3825)
2020-06-24T14:19:43.7108705Z remote: Compressing objects: 75% (2869/3825)
2020-06-24T14:19:43.7226207Z remote: Compressing objects: 76% (2907/3825)
2020-06-24T14:19:43.7400996Z remote: Compressing objects: 77% (2946/3825)
2020-06-24T14:19:43.7639841Z remote: Compressing objects: 78% (2984/3825)
2020-06-24T14:19:43.7921917Z remote: Compressing objects: 79% (3022/3825)
2020-06-24T14:19:43.8046020Z remote: Compressing objects: 80% (3060/3825)
2020-06-24T14:19:43.8174487Z remote: Compressing objects: 81% (3099/3825)
2020-06-24T14:19:43.8319374Z remote: Compressing objects: 82% (3137/3825)
2020-06-24T14:19:43.8469373Z remote: Compressing objects: 83% (3175/3825)
2020-06-24T14:19:43.8583143Z remote: Compressing objects: 84% (3213/3825)
2020-06-24T14:19:43.8709922Z remote: Compressing objects: 85% (3252/3825)
2020-06-24T14:19:43.8829855Z remote: Compressing objects: 86% (3290/3825)
2020-06-24T14:19:43.8918066Z remote: Compressing objects: 87% (3328/3825)
2020-06-24T14:19:43.9046162Z remote: Compressing objects: 88% (3366/3825)
2020-06-24T14:19:43.9046401Z remote: Compressing objects: 89% (3405/3825)
2020-06-24T14:19:43.9057945Z remote: Compressing objects: 90% (3443/3825)
2020-06-24T14:19:43.9058222Z remote: Compressing objects: 91% (3481/3825)
2020-06-24T14:19:43.9062380Z remote: Compressing objects: 92% (3519/3825)
2020-06-24T14:19:43.9067879Z remote: Compressing objects: 93% (3558/3825)
2020-06-24T14:19:43.9077749Z remote: Compressing objects: 94% (3596/3825)
2020-06-24T14:19:43.9080997Z remote: Compressing objects: 95% (3634/3825)
2020-06-24T14:19:43.9084259Z remote: Compressing objects: 96% (3672/3825)
2020-06-24T14:19:43.9092886Z remote: Compressing objects: 97% (3711/3825)
2020-06-24T14:19:43.9094090Z remote: Compressing objects: 98% (3749/3825)
2020-06-24T14:19:43.9101129Z remote: Compressing objects: 99% (3787/3825)
2020-06-24T14:19:43.9101336Z remote: Compressing objects: 100% (3825/3825)
2020-06-24T14:19:43.9103819Z remote: Compressing objects: 100% (3825/3825), done.
2020-06-24T14:19:43.9266036Z Receiving objects: 0% (1/4627)
2020-06-24T14:19:43.9339184Z Receiving objects: 1% (47/4627)
2020-06-24T14:19:43.9391873Z Receiving objects: 2% (93/4627)
2020-06-24T14:19:43.9429393Z Receiving objects: 3% (139/4627)
2020-06-24T14:19:43.9468475Z Receiving objects: 4% (186/4627)
2020-06-24T14:19:43.9511193Z Receiving objects: 5% (232/4627)
2020-06-24T14:19:43.9577214Z Receiving objects: 6% (278/4627)
2020-06-24T14:19:43.9642363Z Receiving objects: 7% (324/4627)
2020-06-24T14:19:43.9774838Z Receiving objects: 8% (371/4627)
2020-06-24T14:19:43.9839753Z Receiving objects: 9% (417/4627)
2020-06-24T14:19:43.9912011Z Receiving objects: 10% (463/4627)
2020-06-24T14:19:44.0038772Z Receiving objects: 11% (509/4627)
2020-06-24T14:19:44.0105229Z Receiving objects: 12% (556/4627)
2020-06-24T14:19:44.0190488Z Receiving objects: 13% (602/4627)
2020-06-24T14:19:44.0372988Z Receiving objects: 14% (648/4627)
2020-06-24T14:19:44.0590247Z Receiving objects: 15% (695/4627)
2020-06-24T14:19:44.0681785Z Receiving objects: 16% (741/4627)
2020-06-24T14:19:44.0737296Z Receiving objects: 17% (787/4627)
2020-06-24T14:19:44.0802384Z Receiving objects: 18% (833/4627)
2020-06-24T14:19:44.0951039Z Receiving objects: 19% (880/4627)
2020-06-24T14:19:44.1014115Z Receiving objects: 20% (926/4627)
2020-06-24T14:19:44.1151121Z Receiving objects: 21% (972/4627)
2020-06-24T14:19:44.1300134Z Receiving objects: 22% (1018/4627)
2020-06-24T14:19:44.1409055Z Receiving objects: 23% (1065/4627)
2020-06-24T14:19:44.1534379Z Receiving objects: 24% (1111/4627)
2020-06-24T14:19:44.1608295Z Receiving objects: 25% (1157/4627)
2020-06-24T14:19:44.1631562Z Receiving objects: 26% (1204/4627)
2020-06-24T14:19:44.1692537Z Receiving objects: 27% (1250/4627)
2020-06-24T14:19:44.1780701Z Receiving objects: 28% (1296/4627)
2020-06-24T14:19:44.1831313Z Receiving objects: 29% (1342/4627)
2020-06-24T14:19:44.1873854Z Receiving objects: 30% (1389/4627)
2020-06-24T14:19:44.2006066Z Receiving objects: 31% (1435/4627)
2020-06-24T14:19:44.2071202Z Receiving objects: 32% (1481/4627)
2020-06-24T14:19:44.2168569Z Receiving objects: 33% (1527/4627)
2020-06-24T14:19:44.2257740Z Receiving objects: 34% (1574/4627)
2020-06-24T14:19:44.2297687Z Receiving objects: 35% (1620/4627)
2020-06-24T14:19:44.2428244Z Receiving objects: 36% (1666/4627)
2020-06-24T14:19:44.2455520Z Receiving objects: 37% (1712/4627)
2020-06-24T14:19:44.2569509Z Receiving objects: 38% (1759/4627)
2020-06-24T14:19:44.2819713Z Receiving objects: 39% (1805/4627)
2020-06-24T14:19:44.2957666Z Receiving objects: 40% (1851/4627)
2020-06-24T14:19:44.3063312Z Receiving objects: 41% (1898/4627)
2020-06-24T14:19:44.3106221Z Receiving objects: 42% (1944/4627)
2020-06-24T14:19:44.3128722Z Receiving objects: 43% (1990/4627)
2020-06-24T14:19:44.3277445Z Receiving objects: 44% (2036/4627)
2020-06-24T14:19:44.3398876Z Receiving objects: 45% (2083/4627)
2020-06-24T14:19:44.3480985Z Receiving objects: 46% (2129/4627)
2020-06-24T14:19:44.3527843Z Receiving objects: 47% (2175/4627)
2020-06-24T14:19:44.3623761Z Receiving objects: 48% (2221/4627)
2020-06-24T14:19:44.3657421Z Receiving objects: 49% (2268/4627)
2020-06-24T14:19:44.3713250Z Receiving objects: 50% (2314/4627)
2020-06-24T14:19:44.3837110Z Receiving objects: 51% (2360/4627)
2020-06-24T14:19:44.3892363Z Receiving objects: 52% (2407/4627)
2020-06-24T14:19:44.3953050Z Receiving objects: 53% (2453/4627)
2020-06-24T14:19:44.4149561Z Receiving objects: 54% (2499/4627)
2020-06-24T14:19:44.4217491Z Receiving objects: 55% (2545/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.4301594Z Receiving objects: 56% (2592/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.4359034Z Receiving objects: 57% (2638/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.4486387Z Receiving objects: 58% (2684/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.4597852Z Receiving objects: 59% (2730/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.4711114Z Receiving objects: 60% (2777/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.4768872Z Receiving objects: 61% (2823/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.4836682Z Receiving objects: 62% (2869/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.4857419Z Receiving objects: 63% (2916/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.4912784Z Receiving objects: 64% (2962/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.4936316Z Receiving objects: 65% (3008/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.5133164Z Receiving objects: 66% (3054/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.5162444Z Receiving objects: 67% (3101/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.5255073Z Receiving objects: 68% (3147/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.5424121Z Receiving objects: 69% (3193/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.5503772Z Receiving objects: 70% (3239/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.5610580Z Receiving objects: 71% (3286/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.5779341Z Receiving objects: 72% (3332/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.5840312Z Receiving objects: 73% (3378/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.5915665Z Receiving objects: 74% (3424/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.5985507Z Receiving objects: 75% (3471/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.6002364Z Receiving objects: 76% (3517/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.6046683Z Receiving objects: 77% (3563/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.6078454Z Receiving objects: 78% (3610/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.6137241Z Receiving objects: 79% (3656/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.6191940Z Receiving objects: 80% (3702/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.6249869Z Receiving objects: 81% (3748/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.6257855Z Receiving objects: 82% (3795/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.6267653Z Receiving objects: 83% (3841/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.6273514Z Receiving objects: 84% (3887/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.6288644Z Receiving objects: 85% (3933/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.6294178Z Receiving objects: 86% (3980/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.6310639Z Receiving objects: 87% (4026/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.6367324Z Receiving objects: 88% (4072/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.6367534Z Receiving objects: 89% (4119/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.6406047Z Receiving objects: 90% (4165/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.6563169Z Receiving objects: 91% (4211/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.6834475Z Receiving objects: 92% (4257/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.7029516Z Receiving objects: 93% (4304/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.7044794Z Receiving objects: 94% (4350/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.7074627Z Receiving objects: 95% (4396/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.7170915Z Receiving objects: 96% (4442/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.7175616Z Receiving objects: 97% (4489/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.7202957Z Receiving objects: 98% (4535/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.7204211Z remote: Total 4627 (delta 1852), reused 1262 (delta 659), pack-reused 0
2020-06-24T14:19:44.7213396Z Receiving objects: 99% (4581/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.7213664Z Receiving objects: 100% (4627/4627), 4.26 MiB | 8.51 MiB/s
2020-06-24T14:19:44.7213817Z Receiving objects: 100% (4627/4627), 7.07 MiB | 8.76 MiB/s, done.
2020-06-24T14:19:44.7308241Z Resolving deltas: 0% (0/1852)
2020-06-24T14:19:44.7313070Z Resolving deltas: 1% (20/1852)
2020-06-24T14:19:44.7318262Z Resolving deltas: 2% (39/1852)
2020-06-24T14:19:44.7324467Z Resolving deltas: 3% (56/1852)
2020-06-24T14:19:44.7329193Z Resolving deltas: 4% (77/1852)
2020-06-24T14:19:44.7333277Z Resolving deltas: 5% (95/1852)
2020-06-24T14:19:44.7337320Z Resolving deltas: 6% (118/1852)
2020-06-24T14:19:44.7341164Z Resolving deltas: 8% (163/1852)
2020-06-24T14:19:44.7346434Z Resolving deltas: 9% (170/1852)
2020-06-24T14:19:44.7351755Z Resolving deltas: 10% (187/1852)
2020-06-24T14:19:44.7355420Z Resolving deltas: 11% (212/1852)
2020-06-24T14:19:44.7361815Z Resolving deltas: 12% (223/1852)
2020-06-24T14:19:44.7365004Z Resolving deltas: 14% (277/1852)
2020-06-24T14:19:44.7367129Z Resolving deltas: 16% (304/1852)
2020-06-24T14:19:44.7370709Z Resolving deltas: 17% (316/1852)
2020-06-24T14:19:44.7374625Z Resolving deltas: 18% (338/1852)
2020-06-24T14:19:44.7379320Z Resolving deltas: 19% (354/1852)
2020-06-24T14:19:44.7382571Z Resolving deltas: 20% (372/1852)
2020-06-24T14:19:44.7396668Z Resolving deltas: 21% (391/1852)
2020-06-24T14:19:44.7411588Z Resolving deltas: 22% (416/1852)
2020-06-24T14:19:44.7420960Z Resolving deltas: 23% (427/1852)
2020-06-24T14:19:44.7430497Z Resolving deltas: 24% (445/1852)
2020-06-24T14:19:44.7437436Z Resolving deltas: 25% (465/1852)
2020-06-24T14:19:44.7445108Z Resolving deltas: 26% (482/1852)
2020-06-24T14:19:44.7451701Z Resolving deltas: 27% (501/1852)
2020-06-24T14:19:44.7458592Z Resolving deltas: 28% (520/1852)
2020-06-24T14:19:44.7463973Z Resolving deltas: 29% (539/1852)
2020-06-24T14:19:44.7467372Z Resolving deltas: 30% (562/1852)
2020-06-24T14:19:44.7472491Z Resolving deltas: 31% (578/1852)
2020-06-24T14:19:44.7480852Z Resolving deltas: 32% (597/1852)
2020-06-24T14:19:44.7489174Z Resolving deltas: 34% (636/1852)
2020-06-24T14:19:44.7495253Z Resolving deltas: 35% (649/1852)
2020-06-24T14:19:44.7503520Z Resolving deltas: 36% (670/1852)
2020-06-24T14:19:44.7512225Z Resolving deltas: 37% (686/1852)
2020-06-24T14:19:44.7516359Z Resolving deltas: 38% (707/1852)
2020-06-24T14:19:44.7521253Z Resolving deltas: 39% (724/1852)
2020-06-24T14:19:44.7531079Z Resolving deltas: 40% (741/1852)
2020-06-24T14:19:44.7539676Z Resolving deltas: 41% (761/1852)
2020-06-24T14:19:44.7545682Z Resolving deltas: 42% (778/1852)
2020-06-24T14:19:44.7551880Z Resolving deltas: 43% (797/1852)
2020-06-24T14:19:44.7555311Z Resolving deltas: 44% (829/1852)
2020-06-24T14:19:44.7559234Z Resolving deltas: 45% (837/1852)
2020-06-24T14:19:44.7635627Z Resolving deltas: 46% (854/1852)
2020-06-24T14:19:44.7636008Z Resolving deltas: 47% (872/1852)
2020-06-24T14:19:44.7636485Z Resolving deltas: 48% (890/1852)
2020-06-24T14:19:44.7636622Z Resolving deltas: 49% (908/1852)
2020-06-24T14:19:44.7636760Z Resolving deltas: 50% (927/1852)
2020-06-24T14:19:44.7639957Z Resolving deltas: 51% (945/1852)
2020-06-24T14:19:44.7646303Z Resolving deltas: 52% (965/1852)
2020-06-24T14:19:44.7653257Z Resolving deltas: 53% (984/1852)
2020-06-24T14:19:44.7658601Z Resolving deltas: 54% (1001/1852)
2020-06-24T14:19:44.7667702Z Resolving deltas: 55% (1019/1852)
2020-06-24T14:19:44.7680159Z Resolving deltas: 56% (1038/1852)
2020-06-24T14:19:44.7684718Z Resolving deltas: 57% (1057/1852)
2020-06-24T14:19:44.7690444Z Resolving deltas: 58% (1076/1852)
2020-06-24T14:19:44.7701116Z Resolving deltas: 59% (1094/1852)
2020-06-24T14:19:44.7708494Z Resolving deltas: 60% (1112/1852)
2020-06-24T14:19:44.7716298Z Resolving deltas: 61% (1131/1852)
2020-06-24T14:19:44.7723838Z Resolving deltas: 62% (1149/1852)
2020-06-24T14:19:44.7730467Z Resolving deltas: 63% (1168/1852)
2020-06-24T14:19:44.7740444Z Resolving deltas: 64% (1186/1852)
2020-06-24T14:19:44.7746904Z Resolving deltas: 65% (1204/1852)
2020-06-24T14:19:44.7751912Z Resolving deltas: 66% (1223/1852)
2020-06-24T14:19:44.7756868Z Resolving deltas: 67% (1242/1852)
2020-06-24T14:19:44.7759048Z Resolving deltas: 68% (1260/1852)
2020-06-24T14:19:44.7762841Z Resolving deltas: 69% (1279/1852)
2020-06-24T14:19:44.7765217Z Resolving deltas: 71% (1318/1852)
2020-06-24T14:19:44.7767475Z Resolving deltas: 72% (1336/1852)
2020-06-24T14:19:44.7772049Z Resolving deltas: 73% (1353/1852)
2020-06-24T14:19:44.7774823Z Resolving deltas: 74% (1371/1852)
2020-06-24T14:19:44.7780261Z Resolving deltas: 75% (1391/1852)
2020-06-24T14:19:44.7800828Z Resolving deltas: 76% (1408/1852)
2020-06-24T14:19:44.7817494Z Resolving deltas: 77% (1427/1852)
2020-06-24T14:19:44.7829572Z Resolving deltas: 78% (1447/1852)
2020-06-24T14:19:44.7838122Z Resolving deltas: 79% (1465/1852)
2020-06-24T14:19:44.7852641Z Resolving deltas: 80% (1483/1852)
2020-06-24T14:19:44.7852789Z Resolving deltas: 81% (1503/1852)
2020-06-24T14:19:44.7852925Z Resolving deltas: 82% (1520/1852)
2020-06-24T14:19:44.7857676Z Resolving deltas: 83% (1539/1852)
2020-06-24T14:19:44.7866375Z Resolving deltas: 84% (1556/1852)
2020-06-24T14:19:44.7867985Z Resolving deltas: 86% (1605/1852)
2020-06-24T14:19:44.7868118Z Resolving deltas: 87% (1629/1852)
2020-06-24T14:19:44.7871914Z Resolving deltas: 88% (1640/1852)
2020-06-24T14:19:44.7872048Z Resolving deltas: 89% (1654/1852)
2020-06-24T14:19:44.7876167Z Resolving deltas: 90% (1667/1852)
2020-06-24T14:19:44.7876376Z Resolving deltas: 91% (1686/1852)
2020-06-24T14:19:45.2273934Z Resolving deltas: 92% (1710/1852)
2020-06-24T14:19:45.2274176Z Resolving deltas: 93% (1726/1852)
2020-06-24T14:19:45.2274377Z Resolving deltas: 94% (1743/1852)
2020-06-24T14:19:45.2274520Z Resolving deltas: 97% (1805/1852)
2020-06-24T14:19:45.2275623Z Resolving deltas: 98% (1815/1852)
2020-06-24T14:19:45.2275871Z Resolving deltas: 99% (1836/1852)
2020-06-24T14:19:45.2276015Z Resolving deltas: 100% (1852/1852)
2020-06-24T14:19:45.2276245Z Resolving deltas: 100% (1852/1852), done.
2020-06-24T14:19:45.2276431Z From https://github.com/rotty3000/tomcat
2020-06-24T14:19:45.2277268Z * [new ref] aa309a68346a944f6c1c4b8497bcf6765400a744 -> pull/3/merge
2020-06-24T14:19:45.2278027Z ##[endgroup]
2020-06-24T14:19:45.2278326Z ##[group]Determining the checkout info
2020-06-24T14:19:45.2278538Z ##[endgroup]
2020-06-24T14:19:45.2278796Z ##[group]Checking out the ref
2020-06-24T14:19:45.2279163Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/3/merge
2020-06-24T14:19:45.2279579Z Note: switching to 'refs/remotes/pull/3/merge'.
2020-06-24T14:19:45.2279766Z
2020-06-24T14:19:45.2280315Z You are in 'detached HEAD' state. You can look around, make experimental
2020-06-24T14:19:45.2280468Z changes and commit them, and you can discard any commits you make in this
2020-06-24T14:19:45.2280709Z state without impacting any branches by switching back to a branch.
2020-06-24T14:19:45.2280815Z
2020-06-24T14:19:45.2280962Z If you want to create a new branch to retain commits you create, you may
2020-06-24T14:19:45.2281463Z do so (now or later) by using -c with the switch command. Example:
2020-06-24T14:19:45.2281538Z
2020-06-24T14:19:45.2281786Z git switch -c <new-branch-name>
2020-06-24T14:19:45.2281869Z
2020-06-24T14:19:45.2281985Z Or undo this operation with:
2020-06-24T14:19:45.2282049Z
2020-06-24T14:19:45.2282274Z git switch -
2020-06-24T14:19:45.2282438Z
2020-06-24T14:19:45.2282592Z Turn off this advice by setting config variable advice.detachedHead to false
2020-06-24T14:19:45.2282683Z
2020-06-24T14:19:45.2282922Z HEAD is now at aa309a6 Merge 7f0e029334217d1f8574afcbb1e332b06b90a890 into 0be0a6a65fe02ea9e54e7bf5d4dbbd109dc8d837
2020-06-24T14:19:45.2283112Z ##[endgroup]
2020-06-24T14:19:45.2283382Z [command]/usr/bin/git log -1
2020-06-24T14:19:45.2283623Z commit aa309a68346a944f6c1c4b8497bcf6765400a744
2020-06-24T14:19:45.2283915Z Author: Raymond Augé <raymond.auge@liferay.com>
2020-06-24T14:19:45.2284147Z Date: Wed Jun 24 14:19:26 2020 +0000
2020-06-24T14:19:45.2284248Z
2020-06-24T14:19:45.2284402Z Merge 7f0e029334217d1f8574afcbb1e332b06b90a890 into 0be0a6a65fe02ea9e54e7bf5d4dbbd109dc8d837
2020-06-24T14:19:45.2353482Z ##[group]Run actions/setup-java@v1
2020-06-24T14:19:45.2353617Z with:
2020-06-24T14:19:45.2353730Z java-version: 8
2020-06-24T14:19:45.2353841Z java-package: jdk
2020-06-24T14:19:45.2353953Z architecture: x64
2020-06-24T14:19:45.2354119Z env:
2020-06-24T14:19:45.2354224Z LC_ALL: en_US.UTF-8
2020-06-24T14:19:45.2354316Z ##[endgroup]
2020-06-24T14:19:46.0664524Z [command]/bin/tar xzC /home/runner/work/_temp/temp_914359565 -f /home/runner/work/_temp/8bf7c816-8d0e-4ef3-bc3e-d3a9c908b217
2020-06-24T14:19:48.4259139Z creating settings.xml with server-id: github; environment variables: username=$GITHUB_ACTOR and password=$GITHUB_TOKEN
2020-06-24T14:19:48.4259505Z writing /home/runner/.m2/settings.xml
2020-06-24T14:19:48.4353127Z ##[group]Run ant -noinput echoproperties deploy embed test-nio test-status
2020-06-24T14:19:48.4353339Z ant -noinput echoproperties deploy embed test-nio test-status
2020-06-24T14:19:48.4392698Z shell: /bin/bash -e {0}
2020-06-24T14:19:48.4392827Z env:
2020-06-24T14:19:48.4392943Z LC_ALL: en_US.UTF-8
2020-06-24T14:19:48.4393049Z JAVA_HOME: /opt/hostedtoolcache/jdk/8.0.252/x64
2020-06-24T14:19:48.4393181Z JAVA_HOME_8.0.252_x64: /opt/hostedtoolcache/jdk/8.0.252/x64
2020-06-24T14:19:48.4393309Z ANT_OPTS: -Dtest.openssl.exists=false
2020-06-24T14:19:48.4393420Z ##[endgroup]
2020-06-24T14:19:49.1642744Z Buildfile: /home/runner/work/tomcat/tomcat/build.xml
2020-06-24T14:19:49.6433136Z
2020-06-24T14:19:49.6433919Z echoproperties:
2020-06-24T14:19:49.6671122Z [echoproperties] #Ant properties
2020-06-24T14:19:49.6673627Z [echoproperties] #Wed Jun 24 14:19:49 UTC 2020
2020-06-24T14:19:49.6675697Z [echoproperties] DSTAMP=20200624
2020-06-24T14:19:49.6679549Z [echoproperties] TODAY=June 24 2020
2020-06-24T14:19:49.6681393Z [echoproperties] TSTAMP=1419
2020-06-24T14:19:49.6683418Z [echoproperties] annotation.revision=0-M1
2020-06-24T14:19:49.6684940Z [echoproperties] annotation.spec.version=2.0
2020-06-24T14:19:49.6688254Z [echoproperties] annotations-api-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/annotations-api-src.jar
2020-06-24T14:19:49.6692554Z [echoproperties] annotations-api.jar=/home/runner/work/tomcat/tomcat/output/build/lib/annotations-api.jar
2020-06-24T14:19:49.6695546Z [echoproperties] ant.core.lib=/usr/share/ant/lib/ant.jar
2020-06-24T14:19:49.6697212Z [echoproperties] ant.file=/home/runner/work/tomcat/tomcat/build.xml
2020-06-24T14:19:49.6706531Z [echoproperties] ant.file.Tomcat\ 10.0=/home/runner/work/tomcat/tomcat/build.xml
2020-06-24T14:19:49.6708459Z [echoproperties] ant.file.type=file
2020-06-24T14:19:49.6710207Z [echoproperties] ant.file.type.Tomcat\ 10.0=file
2020-06-24T14:19:49.6711636Z [echoproperties] ant.home=/usr/share/ant
2020-06-24T14:19:49.6716938Z [echoproperties] ant.java.version=1.8
2020-06-24T14:19:49.6718866Z [echoproperties] ant.library.dir=/usr/share/ant/lib
2020-06-24T14:19:49.6720637Z [echoproperties] ant.project.default-target=deploy
2020-06-24T14:19:49.6722413Z [echoproperties] ant.project.invoked-targets=echoproperties,deploy,embed,test-nio,test-status
2020-06-24T14:19:49.6723922Z [echoproperties] ant.project.name=Tomcat 10.0
2020-06-24T14:19:49.6727556Z [echoproperties] ant.version=Apache Ant(TM) version 1.10.5 compiled on March 28 2019
2020-06-24T14:19:49.6729176Z [echoproperties] ant.version.required=1.9.8
2020-06-24T14:19:49.6730580Z [echoproperties] awt.toolkit=sun.awt.X11.XToolkit
2020-06-24T14:19:49.6732372Z [echoproperties] base-apache.loc.1=http\://www.apache.org/dyn/closer.lua?action\=download&filename\=
2020-06-24T14:19:49.6734201Z [echoproperties] base-apache.loc.2=https\://archive.apache.org/dist
2020-06-24T14:19:49.6735983Z [echoproperties] base-commons.loc.1=http\://www.apache.org/dyn/closer.lua?action\=download&filename\=/commons
2020-06-24T14:19:49.6737679Z [echoproperties] base-commons.loc.2=https\://archive.apache.org/dist/commons
2020-06-24T14:19:49.6739427Z [echoproperties] base-gh.loc=https\://github.com
2020-06-24T14:19:49.6746532Z [echoproperties] base-maven.loc=https\://repo.maven.apache.org/maven2
2020-06-24T14:19:49.6748648Z [echoproperties] base-sf.loc=https\://downloads.sourceforge.net
2020-06-24T14:19:49.6750502Z [echoproperties] base-tomcat.loc.1=http\://www.apache.org/dyn/closer.lua?action\=download&filename\=/tomcat
2020-06-24T14:19:49.6752236Z [echoproperties] base-tomcat.loc.2=https\://archive.apache.org/dist/tomcat
2020-06-24T14:19:49.6754836Z [echoproperties] base.path=/home/runner/tomcat-build-libs
2020-06-24T14:19:49.6755703Z [echoproperties] basedir=/home/runner/work/tomcat/tomcat
2020-06-24T14:19:49.6756226Z [echoproperties] bnd.checksum.algorithm=MD5|SHA-1
2020-06-24T14:19:49.6756539Z [echoproperties] bnd.checksum.enabled=true
2020-06-24T14:19:49.6757028Z [echoproperties] bnd.checksum.value=0dc5ff0af222ef075b5b0dd488f6aeac|0e542cf0f928107c17ce65f3c68dd2875724fecc
2020-06-24T14:19:49.6757558Z [echoproperties] bnd.home=/home/runner/tomcat-build-libs/bnd-5.1.1
2020-06-24T14:19:49.6758080Z [echoproperties] bnd.jar=/home/runner/tomcat-build-libs/bnd-5.1.1/biz.aQute.bnd-5.1.1.jar
2020-06-24T14:19:49.6758682Z [echoproperties] bnd.loc=https\://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bnd/5.1.1/biz.aQute.bnd-5.1.1.jar
2020-06-24T14:19:49.6759014Z [echoproperties] bnd.version=5.1.1
2020-06-24T14:19:49.6759513Z [echoproperties] bootstrap-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/bootstrap-src.jar
2020-06-24T14:19:49.6759846Z [echoproperties] bootstrap.jar=/home/runner/work/tomcat/tomcat/output/build/bin/bootstrap.jar
2020-06-24T14:19:49.6760403Z [echoproperties] catalina-ant-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/catalina-ant-src.jar
2020-06-24T14:19:49.6760926Z [echoproperties] catalina-ant.jar=/home/runner/work/tomcat/tomcat/output/build/lib/catalina-ant.jar
2020-06-24T14:19:49.6761466Z [echoproperties] catalina-ha-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/catalina-ha-src.jar
2020-06-24T14:19:49.6761981Z [echoproperties] catalina-ha.jar=/home/runner/work/tomcat/tomcat/output/build/lib/catalina-ha.jar
2020-06-24T14:19:49.6762531Z [echoproperties] catalina-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/catalina-src.jar
2020-06-24T14:19:49.6763060Z [echoproperties] catalina-ssi-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/catalina-ssi-src.jar
2020-06-24T14:19:49.6763589Z [echoproperties] catalina-ssi.jar=/home/runner/work/tomcat/tomcat/output/build/lib/catalina-ssi.jar
2020-06-24T14:19:49.6764142Z [echoproperties] catalina-storeconfig-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/catalina-storeconfig-src.jar
2020-06-24T14:19:49.6764691Z [echoproperties] catalina-storeconfig.jar=/home/runner/work/tomcat/tomcat/output/build/lib/catalina-storeconfig.jar
2020-06-24T14:19:49.6772439Z [echoproperties] catalina-tribes-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/catalina-tribes-src.jar
2020-06-24T14:19:49.6773023Z [echoproperties] catalina-tribes.jar=/home/runner/work/tomcat/tomcat/output/build/lib/catalina-tribes.jar
2020-06-24T14:19:49.6773302Z [echoproperties] catalina.jar=/home/runner/work/tomcat/tomcat/output/build/lib/catalina.jar
2020-06-24T14:19:49.6773705Z [echoproperties] cglib.checksum.algorithm=SHA-512
2020-06-24T14:19:49.6773951Z [echoproperties] cglib.checksum.enabled=true
2020-06-24T14:19:49.6774211Z [echoproperties] cglib.checksum.value=faa1d2121e87ae69e179e3aae217accd0834e0da716b91a029fd526e192612e71675f2740bedf48e23ef1edc45f672a2be1b3e78bbfb1ad59c96dd3d2feeedba
2020-06-24T14:19:49.6774654Z [echoproperties] cglib.home=/home/runner/tomcat-build-libs/cglib-3.3.0
2020-06-24T14:19:49.6810994Z [echoproperties] cglib.jar=/home/runner/tomcat-build-libs/cglib-3.3.0/cglib-nodep-3.3.0.jar
2020-06-24T14:19:49.6812566Z [echoproperties] cglib.loc=https\://repo.maven.apache.org/maven2/cglib/cglib-nodep/3.3.0/cglib-nodep-3.3.0.jar
2020-06-24T14:19:49.6812958Z [echoproperties] cglib.version=3.3.0
2020-06-24T14:19:49.6813448Z [echoproperties] checkstyle.checksum.algorithm=SHA-512
2020-06-24T14:19:49.6813778Z [echoproperties] checkstyle.checksum.enabled=true
2020-06-24T14:19:49.6814107Z [echoproperties] checkstyle.checksum.value=d595e284ec440e20367b93a1835357f1c4c2cf77af4589caafdaa995aa9e8a341716ad59f5222fff484275f23c11beb71ad58792cc6cdbdb261e320724b9418f
2020-06-24T14:19:49.6814631Z [echoproperties] checkstyle.home=/home/runner/tomcat-build-libs/checkstyle-8.22
2020-06-24T14:19:49.6815191Z [echoproperties] checkstyle.jar=/home/runner/tomcat-build-libs/checkstyle-8.22/checkstyle-8.22-all.jar
2020-06-24T14:19:49.6815767Z [echoproperties] checkstyle.loc=https\://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.22/checkstyle-8.22-all.jar
2020-06-24T14:19:49.6816316Z [echoproperties] checkstyle.version=8.22
2020-06-24T14:19:49.6816782Z [echoproperties] cobertura.checksum.algorithm=MD5|SHA-1
2020-06-24T14:19:49.6817181Z [echoproperties] cobertura.checksum.enabled=true
2020-06-24T14:19:49.6817503Z [echoproperties] cobertura.checksum.value=4f46638aa8e4d89565c038092398ea06|99cb44d36555feedcedc46263c23c2f5394ef342
2020-06-24T14:19:49.6817842Z [echoproperties] cobertura.datafile=/home/runner/work/tomcat/tomcat/output/coverage/cobertura.ser
2020-06-24T14:19:49.6818347Z [echoproperties] cobertura.home=/home/runner/tomcat-build-libs/cobertura-2.1.1
2020-06-24T14:19:49.6818855Z [echoproperties] cobertura.jar=/home/runner/tomcat-build-libs/cobertura-2.1.1/cobertura-2.1.1.jar
2020-06-24T14:19:49.6819394Z [echoproperties] cobertura.loc=https\://downloads.sourceforge.net/cobertura/cobertura-2.1.1-bin.tar.gz
2020-06-24T14:19:49.6819792Z [echoproperties] cobertura.out=/home/runner/work/tomcat/tomcat/output/coverage
2020-06-24T14:19:49.6820289Z [echoproperties] cobertura.report.format=html
2020-06-24T14:19:49.6820610Z [echoproperties] cobertura.version=2.1.1
2020-06-24T14:19:49.6821108Z [echoproperties] codesigning.keyStore=request-via-pmc
2020-06-24T14:19:49.6822256Z [echoproperties] codesigning.keyStorePassword=request-via-pmc
2020-06-24T14:19:49.6823414Z [echoproperties] codesigning.partnercode=request-via-pmc
2020-06-24T14:19:49.6823980Z [echoproperties] codesigning.pwd=request-via-pmc
2020-06-24T14:19:49.6824351Z [echoproperties] codesigning.service=Microsoft Windows Signing
2020-06-24T14:19:49.6824970Z [echoproperties] codesigning.user=request-via-pmc
2020-06-24T14:19:49.6825580Z [echoproperties] commons-daemon.bin.checksum.algorithm=SHA-512
2020-06-24T14:19:49.6826077Z [echoproperties] commons-daemon.bin.checksum.enabled=true
2020-06-24T14:19:49.6826816Z [echoproperties] commons-daemon.bin.checksum.value=f9fb917aaf398f61c42796eb4168664e076f81bc3fae82790eb39c723f03a1e7cbc2304161938d8d8993b7fbb718214b94740dbf9679f6ef93e85b5a2e861761
2020-06-24T14:19:49.6827553Z [echoproperties] commons-daemon.bin.loc.1=http\://www.apache.org/dyn/closer.lua?action\=download&filename\=/commons/daemon/binaries/commons-daemon-1.2.2-bin.tar.gz
2020-06-24T14:19:49.6828239Z [echoproperties] commons-daemon.bin.loc.2=https\://archive.apache.org/dist/commons/daemon/binaries/commons-daemon-1.2.2-bin.tar.gz
2020-06-24T14:19:49.6828877Z [echoproperties] commons-daemon.home=/home/runner/tomcat-build-libs/commons-daemon-1.2.2
2020-06-24T14:19:49.6829510Z [echoproperties] commons-daemon.jar=/home/runner/tomcat-build-libs/commons-daemon-1.2.2/commons-daemon-1.2.2.jar
2020-06-24T14:19:49.6830087Z [echoproperties] commons-daemon.native.src.checksum.algorithm=SHA-512
2020-06-24T14:19:49.6830718Z [echoproperties] commons-daemon.native.src.checksum.enabled=true
2020-06-24T14:19:49.6831464Z [echoproperties] commons-daemon.native.src.checksum.value=45ad856a8a6b024e80905cfac5a741a57ab86479ecd65adab9641f5444d3a2362bb13d1ea38ec3db5eb89d30c29f2f6d3b0e48cbf2f60c081c4df2451acd1ab4
2020-06-24T14:19:49.6832246Z [echoproperties] commons-daemon.native.src.loc.1=http\://www.apache.org/dyn/closer.lua?action\=download&filename\=/commons/daemon/source/commons-daemon-1.2.2-native-src.tar.gz
2020-06-24T14:19:49.6832947Z [echoproperties] commons-daemon.native.src.loc.2=https\://archive.apache.org/dist/commons/daemon/source/commons-daemon-1.2.2-native-src.tar.gz
2020-06-24T14:19:49.6833628Z [echoproperties] commons-daemon.native.src.tgz=/home/runner/tomcat-build-libs/commons-daemon-1.2.2/commons-daemon-1.2.2-native-src.tar.gz
2020-06-24T14:19:49.6834214Z [echoproperties] commons-daemon.native.win.checksum.algorithm=SHA-512
2020-06-24T14:19:49.6835011Z [echoproperties] commons-daemon.native.win.checksum.enabled=true
2020-06-24T14:19:49.6835719Z [echoproperties] commons-daemon.native.win.checksum.value=16e7a6fc5bc83ada3bcf9e10cc69ef21400dc019d1f2be00caec0bce72c3bc5a7c72116878e12b4851a15bb473c0948a9c14e1a86b6addcefa6c20638dbcc88c
2020-06-24T14:19:49.6837259Z [echoproperties] commons-daemon.native.win.home=/home/runner/tomcat-build-libs/commons-daemon-1.2.2/windows
2020-06-24T14:19:49.6838008Z [echoproperties] commons-daemon.native.win.loc.1=http\://www.apache.org/dyn/closer.lua?action\=download&filename\=/commons/daemon/binaries/windows/commons-daemon-1.2.2-bin-windows.zip
2020-06-24T14:19:49.6838683Z [echoproperties] commons-daemon.native.win.loc.2=https\://archive.apache.org/dist/commons/daemon/binaries/windows/commons-daemon-1.2.2-bin-windows.zip
2020-06-24T14:19:49.6839230Z [echoproperties] commons-daemon.native.win.mgr.exe=/home/runner/tomcat-build-libs/commons-daemon-1.2.2/windows/prunmgr.exe
2020-06-24T14:19:49.6839787Z [echoproperties] commons-daemon.native.win.zip=/home/runner/tomcat-build-libs/commons-daemon-1.2.2/commons-daemon-1.2.2-bin-windows-signed.zip
2020-06-24T14:19:49.6840256Z [echoproperties] commons-daemon.version=1.2.2
2020-06-24T14:19:49.6840527Z [echoproperties] compile.debug=true
2020-06-24T14:19:49.6840821Z [echoproperties] compile.deprecation=false
2020-06-24T14:19:49.6841073Z [echoproperties] compile.release=8
2020-06-24T14:19:49.6841321Z [echoproperties] compile.source=8
2020-06-24T14:19:49.6841568Z [echoproperties] compile.target=8
2020-06-24T14:19:49.6841820Z [echoproperties] do.codesigning=false
2020-06-24T14:19:49.6842296Z [echoproperties] easymock.checksum.algorithm=SHA-512
2020-06-24T14:19:49.6842572Z [echoproperties] easymock.checksum.enabled=true
2020-06-24T14:19:49.6842863Z [echoproperties] easymock.checksum.value=6fbc3080c9f12aa8dcd1db8aa74e1621caa1d437c0fa64c70a3fe0d46ff74ac2d8d87ac544550487b7aaae98844d4d9d114c724bfc6d9a8873136353f87d8f2e
2020-06-24T14:19:49.6843362Z [echoproperties] easymock.home=/home/runner/tomcat-build-libs/easymock-4.2
2020-06-24T14:19:49.6843849Z [echoproperties] easymock.jar=/home/runner/tomcat-build-libs/easymock-4.2/easymock-4.2.jar
2020-06-24T14:19:49.6844372Z [echoproperties] easymock.loc=https\://repo.maven.apache.org/maven2/org/easymock/easymock/4.2/easymock-4.2.jar
2020-06-24T14:19:49.6844683Z [echoproperties] easymock.version=4.2
2020-06-24T14:19:49.6845144Z [echoproperties] el-api-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/el-api-src.jar
2020-06-24T14:19:49.6845582Z [echoproperties] el-api.jar=/home/runner/work/tomcat/tomcat/output/build/lib/el-api.jar
2020-06-24T14:19:49.6846021Z [echoproperties] el.revision=0-M1
2020-06-24T14:19:49.6846285Z [echoproperties] el.spec.version=4.0
2020-06-24T14:19:49.6846538Z [echoproperties] execute.findbugs=false
2020-06-24T14:19:49.6846811Z [echoproperties] execute.test.apr=true
2020-06-24T14:19:49.6847057Z [echoproperties] execute.test.nio=true
2020-06-24T14:19:49.6847304Z [echoproperties] execute.test.nio2=true
2020-06-24T14:19:49.6847548Z [echoproperties] execute.validate=false
2020-06-24T14:19:49.6847961Z [echoproperties] file.encoding=UTF-8
2020-06-24T14:19:49.6848228Z [echoproperties] file.encoding.pkg=sun.io
2020-06-24T14:19:49.6848481Z [echoproperties] file.separator=/
2020-06-24T14:19:49.6848938Z [echoproperties] final-src.name=apache-tomcat-10.0.0-M7-dev-src
2020-06-24T14:19:49.6849409Z [echoproperties] final.name=apache-tomcat-10.0.0-M7-dev
2020-06-24T14:19:49.6849803Z [echoproperties] findbugs.checksum.algorithm=MD5|SHA-1
2020-06-24T14:19:49.6850079Z [echoproperties] findbugs.checksum.enabled=true
2020-06-24T14:19:49.6850359Z [echoproperties] findbugs.checksum.value=8c54502a8e1b78ea6b173a186ce6f379|95114d9aaeeba7bd4ea5a3d6a2167cd6c87bb943
2020-06-24T14:19:49.6850825Z [echoproperties] findbugs.home=/home/runner/tomcat-build-libs/spotbugs-3.1.12
2020-06-24T14:19:49.6851333Z [echoproperties] findbugs.jar=/home/runner/tomcat-build-libs/spotbugs-3.1.12/lib/spotbugs-ant.jar
2020-06-24T14:19:49.6851871Z [echoproperties] findbugs.loc=https\://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/3.1.12/spotbugs-3.1.12.tgz
2020-06-24T14:19:49.6852218Z [echoproperties] findbugs.out=/home/runner/work/tomcat/tomcat/output/findbugs
2020-06-24T14:19:49.6852504Z [echoproperties] findbugs.report.format=html
2020-06-24T14:19:49.6852855Z [echoproperties] findbugs.report.level=low
2020-06-24T14:19:49.6853106Z [echoproperties] findbugs.version=3.1.12
2020-06-24T14:19:49.6853364Z [echoproperties] git.branch=master
2020-06-24T14:19:49.6853615Z [echoproperties] gpg.exec=/path/to/gpg
2020-06-24T14:19:49.6854110Z [echoproperties] hamcrest.checksum.algorithm=SHA-512
2020-06-24T14:19:49.6854420Z [echoproperties] hamcrest.checksum.enabled=true
2020-06-24T14:19:49.6854712Z [echoproperties] hamcrest.checksum.value=6b1141329b83224f69f074cb913dbff6921d6b8693ede8d2599acb626481255dae63de42eb123cbd5f59a261ac32faae012be64e8e90406ae9215543fbca5546
2020-06-24T14:19:49.6855215Z [echoproperties] hamcrest.home=/home/runner/tomcat-build-libs/hamcrest-2.2
2020-06-24T14:19:49.6855701Z [echoproperties] hamcrest.jar=/home/runner/tomcat-build-libs/hamcrest-2.2/hamcrest-2.2.jar
2020-06-24T14:19:49.6856171Z [echoproperties] hamcrest.loc=https\://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
2020-06-24T14:19:49.6856503Z [echoproperties] hamcrest.version=2.2
2020-06-24T14:19:49.6856977Z [echoproperties] jasper-el-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/jasper-el-src.jar
2020-06-24T14:19:49.6857469Z [echoproperties] jasper-el.jar=/home/runner/work/tomcat/tomcat/output/build/lib/jasper-el.jar
2020-06-24T14:19:49.6857959Z [echoproperties] jasper-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/jasper-src.jar
2020-06-24T14:19:49.6858252Z [echoproperties] jasper.jar=/home/runner/work/tomcat/tomcat/output/build/lib/jasper.jar
2020-06-24T14:19:49.6858736Z [echoproperties] jaspic-api-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/jaspic-api-src.jar
2020-06-24T14:19:49.6859245Z [echoproperties] jaspic-api.jar=/home/runner/work/tomcat/tomcat/output/build/lib/jaspic-api.jar
2020-06-24T14:19:49.6859685Z [echoproperties] jaspic.revision=0-M1
2020-06-24T14:19:49.6859953Z [echoproperties] jaspic.spec.version=2.0
2020-06-24T14:19:49.6860208Z [echoproperties] java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
2020-06-24T14:19:49.6860481Z [echoproperties] java.awt.printerjob=sun.print.PSPrinterJob
2020-06-24T14:19:49.6861786Z [echoproperties] java.class.path=/usr/share/ant/lib/ant-launcher.jar\:/usr/share/ant/lib/ant-apache-regexp.jar\:/usr/share/ant/lib/ant-swing.jar\:/usr/share/ant/lib/ant-antlr.jar\:/usr/share/ant/lib/ant-jmf.jar\:/usr/share/ant/lib/ant-jsch.jar\:/usr/share/ant/lib/ant-jdepend.jar\:/usr/share/ant/lib/ant-apache-xalan2.jar\:/usr/share/ant/lib/ant-junit4.jar\:/usr/share/ant/lib/ant-commons-net.jar\:/usr/share/ant/lib/ant.jar\:/usr/share/ant/lib/ant-apache-bcel.jar\:/usr/share/ant/lib/ant-commons-logging.jar\:/usr/share/ant/lib/ant-junit.jar\:/usr/share/ant/lib/ant-xz.jar\:/usr/share/ant/lib/ant-apache-log4j.jar\:/usr/share/ant/lib/ant-testutil.jar\:/usr/share/ant/lib/ant-apache-oro.jar\:/usr/share/ant/lib/ant-apache-bsf.jar\:/usr/share/ant/lib/ant-launcher.jar\:/usr/share/ant/lib/ant-apache-resolver.jar\:/usr/share/ant/lib/ant-javamail.jar\:/opt/hostedtoolcache/jdk/8.0.252/x64/lib/tools.jar
2020-06-24T14:19:49.6862346Z [echoproperties] java.class.version=52.0
2020-06-24T14:19:49.6862634Z [echoproperties] java.endorsed.dirs=/opt/hostedtoolcache/jdk/8.0.252/x64/jre/lib/endorsed
2020-06-24T14:19:49.6863001Z [echoproperties] java.ext.dirs=/opt/hostedtoolcache/jdk/8.0.252/x64/jre/lib/ext\:/usr/java/packages/lib/ext
2020-06-24T14:19:49.6863284Z [echoproperties] java.home=/opt/hostedtoolcache/jdk/8.0.252/x64/jre
2020-06-24T14:19:49.6863541Z [echoproperties] java.io.tmpdir=/tmp
2020-06-24T14:19:49.6863813Z [echoproperties] java.library.path=/usr/java/packages/lib/amd64\:/usr/lib64\:/lib64\:/lib\:/usr/lib
2020-06-24T14:19:49.6864044Z [echoproperties] java.net.preferIPv4Stack=false
2020-06-24T14:19:49.6864306Z [echoproperties] java.runtime.name=OpenJDK Runtime Environment
2020-06-24T14:19:49.6864756Z [echoproperties] java.runtime.version=1.8.0_252-b14
2020-06-24T14:19:49.6865076Z [echoproperties] java.specification.name=Java Platform API Specification
2020-06-24T14:19:49.6865352Z [echoproperties] java.specification.vendor=Oracle Corporation
2020-06-24T14:19:49.6865706Z [echoproperties] java.specification.version=1.8
2020-06-24T14:19:49.6865966Z [echoproperties] java.vendor=Azul Systems, Inc.
2020-06-24T14:19:49.6866188Z [echoproperties] java.vendor.url=http\://www.azulsystems.com/
2020-06-24T14:19:49.6866562Z [echoproperties] java.vendor.url.bug=http\://www.azulsystems.com/support/
2020-06-24T14:19:49.6866798Z [echoproperties] java.version=1.8.0_252
2020-06-24T14:19:49.6867114Z [echoproperties] java.vm.info=mixed mode
2020-06-24T14:19:49.6867746Z [echoproperties] java.vm.name=OpenJDK 64-Bit Server VM
2020-06-24T14:19:49.6868059Z [echoproperties] java.vm.specification.name=Java Virtual Machine Specification
2020-06-24T14:19:49.6868336Z [echoproperties] java.vm.specification.vendor=Oracle Corporation
2020-06-24T14:19:49.6868601Z [echoproperties] java.vm.specification.version=1.8
2020-06-24T14:19:49.6868862Z [echoproperties] java.vm.vendor=Azul Systems, Inc.
2020-06-24T14:19:49.6869277Z [echoproperties] java.vm.version=25.252-b14
2020-06-24T14:19:49.6869507Z [echoproperties] java9.javadoc.options=
2020-06-24T14:19:49.6869947Z [echoproperties] java9.test.option.1=-Dtest.1\=1
2020-06-24T14:19:49.6870446Z [echoproperties] java9.test.option.2=-Dtest.2\=2
2020-06-24T14:19:49.6870836Z [echoproperties] java9.test.option.3=-Dtest.3\=3
2020-06-24T14:19:49.6871354Z [echoproperties] jaxrpc-lib.checksum.algorithm=MD5|SHA-1
2020-06-24T14:19:49.6873250Z [echoproperties] jaxrpc-lib.checksum.enabled=true
2020-06-24T14:19:49.6873649Z [echoproperties] jaxrpc-lib.checksum.value=4bebba22a4cdb9f68e16c45129770333|fe9371d33dc3e1646d4d13bde19614283eb998b1
2020-06-24T14:19:49.6874007Z [echoproperties] jaxrpc-lib.home=/home/runner/tomcat-build-libs/jaxrpc-1.1-rc4
2020-06-24T14:19:49.6874402Z [echoproperties] jaxrpc-lib.jar=/home/runner/tomcat-build-libs/jaxrpc-1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar
2020-06-24T14:19:49.6874945Z [echoproperties] jaxrpc-lib.loc=https\://repo.maven.apache.org/maven2/geronimo-spec/geronimo-spec-jaxrpc/1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar
2020-06-24T14:19:49.6875316Z [echoproperties] jaxrpc-lib.version=1.1-rc4
2020-06-24T14:19:49.6875637Z [echoproperties] jdk.vendor.version=Zulu 8.46.0.19-CA-linux64
2020-06-24T14:19:49.6875896Z [echoproperties] jdt.checksum.algorithm=SHA-512
2020-06-24T14:19:49.6876062Z [echoproperties] jdt.checksum.enabled=true
2020-06-24T14:19:49.6876255Z [echoproperties] jdt.checksum.value=41311832a593d13ea84eebea087baa3bab16df381c70bd4c0f425caeb69eac1b41be2af27e40735ae16c039df4861fa93c3cfc4c21f84bad1c5eb1cb0e7ad351
2020-06-24T14:19:49.6876605Z [echoproperties] jdt.home=/home/runner/tomcat-build-libs/ecj-4.15
2020-06-24T14:19:49.6876957Z [echoproperties] jdt.jar=/home/runner/tomcat-build-libs/ecj-4.15/ecj-4.15.jar
2020-06-24T14:19:49.6877352Z [echoproperties] jdt.loc.1=http\://archive.eclipse.org/eclipse/downloads/drops4/R-4.15-202003050155//ecj-4.15.jar
2020-06-24T14:19:49.6877752Z [echoproperties] jdt.loc.2=http\://download.eclipse.org/eclipse/downloads/drops4/R-4.15-202003050155//ecj-4.15.jar
2020-06-24T14:19:49.6878093Z [echoproperties] jdt.release=R-4.15-202003050155/
2020-06-24T14:19:49.6878250Z [echoproperties] jdt.version=4.15
2020-06-24T14:19:49.6878596Z [echoproperties] jsp-api-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/jsp-api-src.jar
2020-06-24T14:19:49.6878953Z [echoproperties] jsp-api.jar=/home/runner/work/tomcat/tomcat/output/build/lib/jsp-api.jar
2020-06-24T14:19:49.6879207Z [echoproperties] jsp.revision=0-M1
2020-06-24T14:19:49.6879366Z [echoproperties] jsp.spec.version=3.0
2020-06-24T14:19:49.6879677Z [echoproperties] junit.checksum.algorithm=MD5|SHA-1
2020-06-24T14:19:49.6879837Z [echoproperties] junit.checksum.enabled=true
2020-06-24T14:19:49.6880013Z [echoproperties] junit.checksum.value=5da6445d7b80aba2623e73d4561dcfde|e49ccba652b735c93bd6e6f59760d8254cf597dd
2020-06-24T14:19:49.6880224Z [echoproperties] junit.formatter.extension=.txt
2020-06-24T14:19:49.6955384Z [echoproperties] junit.formatter.type=plain
2020-06-24T14:19:49.6957276Z [echoproperties] junit.formatter.usefile=true
2020-06-24T14:19:49.6959398Z [echoproperties] junit.home=/home/runner/tomcat-build-libs/junit-4.13
2020-06-24T14:19:49.6961188Z [echoproperties] junit.jar=/home/runner/tomcat-build-libs/junit-4.13/junit-4.13.jar
2020-06-24T14:19:49.6963430Z [echoproperties] junit.loc=https\://repo.maven.apache.org/maven2/junit/junit/4.13/junit-4.13.jar
2020-06-24T14:19:49.6965428Z [echoproperties] junit.version=4.13
2020-06-24T14:19:49.6968521Z [echoproperties] line.separator=\n
2020-06-24T14:19:49.6979195Z [echoproperties] md5sum.binary-prefix=\ *
2020-06-24T14:19:49.6982289Z [echoproperties] min.java.version=8
2020-06-24T14:19:49.6982630Z [echoproperties] nsis.arch.dir=x86-unicode/
2020-06-24T14:19:49.6983010Z [echoproperties] nsis.checksum.algorithm=MD5|SHA-1
2020-06-24T14:19:49.6983210Z [echoproperties] nsis.checksum.enabled=true
2020-06-24T14:19:49.6983401Z [echoproperties] nsis.checksum.value=434e89380742d415ca9b91676cb92540|ed241f7384f4e59d84b9a62c71d1f6955b6a719a
2020-06-24T14:19:49.6983786Z [echoproperties] nsis.exe=/home/runner/tomcat-build-libs/nsis-3.04/makensis.exe
2020-06-24T14:19:49.6984164Z [echoproperties] nsis.home=/home/runner/tomcat-build-libs/nsis-3.04
2020-06-24T14:19:49.6984584Z [echoproperties] nsis.installoptions.dll=/home/runner/tomcat-build-libs/nsis-3.04/Plugins/x86-unicode/InstallOptions.dll
2020-06-24T14:19:49.6984986Z [echoproperties] nsis.loc=https\://downloads.sourceforge.net/nsis/nsis-3.04.zip
2020-06-24T14:19:49.6985398Z [echoproperties] nsis.nsdialogs.dll=/home/runner/tomcat-build-libs/nsis-3.04/Plugins/x86-unicode/nsDialogs.dll
2020-06-24T14:19:49.6985874Z [echoproperties] nsis.nsexec.dll=/home/runner/tomcat-build-libs/nsis-3.04/Plugins/x86-unicode/nsExec.dll
2020-06-24T14:19:49.6986299Z [echoproperties] nsis.nsisdl.dll=/home/runner/tomcat-build-libs/nsis-3.04/Plugins/x86-unicode/NSISdl.dll
2020-06-24T14:19:49.6986699Z [echoproperties] nsis.system.dll=/home/runner/tomcat-build-libs/nsis-3.04/Plugins/x86-unicode/System.dll
2020-06-24T14:19:49.6986831Z [echoproperties] nsis.version=3.04
2020-06-24T14:19:49.6987164Z [echoproperties] objenesis.checksum.algorithm=SHA-512
2020-06-24T14:19:49.6987372Z [echoproperties] objenesis.checksum.enabled=true
2020-06-24T14:19:49.6987586Z [echoproperties] objenesis.checksum.value=4dcfc065d6ccc1e0cb716fc86d844e81a347591d06f99b1840157c51c58a842bdebe86f6bcacee65996b64468d21bdf3bcf463a7f4ae5261440c8f0f6fac8ab3
2020-06-24T14:19:49.6987975Z [echoproperties] objenesis.home=/home/runner/tomcat-build-libs/objenesis-3.1
2020-06-24T14:19:49.6997540Z [echoproperties] objenesis.jar=/home/runner/tomcat-build-libs/objenesis-3.1/objenesis-3.1.jar
2020-06-24T14:19:49.7020165Z [echoproperties] objenesis.loc=https\://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.jar
2020-06-24T14:19:49.7020587Z [echoproperties] objenesis.version=3.1
2020-06-24T14:19:49.7026344Z [echoproperties] org.apache.tomcat.util.net.NioSelectorShared=true
2020-06-24T14:19:49.7026511Z [echoproperties] os.arch=amd64
2020-06-24T14:19:49.7026660Z [echoproperties] os.name=Linux
2020-06-24T14:19:49.7026968Z [echoproperties] os.version=5.3.0-1028-azure
2020-06-24T14:19:49.7027127Z [echoproperties] path.separator=\:
2020-06-24T14:19:49.7027410Z [echoproperties] project=apache-tomcat
2020-06-24T14:19:49.7027730Z [echoproperties] saaj-api.checksum.algorithm=MD5|SHA-1
2020-06-24T14:19:49.7028142Z [echoproperties] saaj-api.checksum.enabled=true
2020-06-24T14:19:49.7028537Z [echoproperties] saaj-api.checksum.value=caae8b4bf2c551155815331e9e96256f|1c399a7fea4d0262a6a39750e419c24f0c769586
2020-06-24T14:19:49.7028884Z [echoproperties] saaj-api.home=/home/runner/tomcat-build-libs/saaj-api-1.3.5
2020-06-24T14:19:49.7029243Z [echoproperties] saaj-api.jar=/home/runner/tomcat-build-libs/saaj-api-1.3.5/saaj-api-1.3.5.jar
2020-06-24T14:19:49.7029640Z [echoproperties] saaj-api.loc=https\://repo.maven.apache.org/maven2/javax/xml/soap/saaj-api/1.3.5/saaj-api-1.3.5.jar
2020-06-24T14:19:49.7029951Z [echoproperties] saaj-api.version=1.3.5
2020-06-24T14:19:49.7030310Z [echoproperties] servlet-api-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/servlet-api-src.jar
2020-06-24T14:19:49.7032631Z [echoproperties] servlet-api.jar=/home/runner/work/tomcat/tomcat/output/build/lib/servlet-api.jar
2020-06-24T14:19:49.7032891Z [echoproperties] servlet.revision=0-M1
2020-06-24T14:19:49.7033174Z [echoproperties] servlet.spec.version=5.0
2020-06-24T14:19:49.7033336Z [echoproperties] sun.arch.data.model=64
2020-06-24T14:19:49.7033602Z [echoproperties] sun.boot.class.path=/opt/hostedtoolcache/jdk/8.0.252/x64/jre/lib/resources.jar\:/opt/hostedtoolcache/jdk/8.0.252/x64/jre/lib/rt.jar\:/opt/hostedtoolcache/jdk/8.0.252/x64/jre/lib/sunrsasign.jar\:/opt/hostedtoolcache/jdk/8.0.252/x64/jre/lib/jsse.jar\:/opt/hostedtoolcache/jdk/8.0.252/x64/jre/lib/jce.jar\:/opt/hostedtoolcache/jdk/8.0.252/x64/jre/lib/charsets.jar\:/opt/hostedtoolcache/jdk/8.0.252/x64/jre/lib/jfr.jar\:/opt/hostedtoolcache/jdk/8.0.252/x64/jre/classes
2020-06-24T14:19:49.7033896Z [echoproperties] sun.boot.library.path=/opt/hostedtoolcache/jdk/8.0.252/x64/jre/lib/amd64
2020-06-24T14:19:49.7034073Z [echoproperties] sun.cpu.endian=little
2020-06-24T14:19:49.7034246Z [echoproperties] sun.cpu.isalist=
2020-06-24T14:19:49.7034403Z [echoproperties] sun.io.unicode.encoding=UnicodeLittle
2020-06-24T14:19:49.7034922Z [echoproperties] sun.java.command=org.apache.tools.ant.launch.Launcher -cp -noinput echoproperties deploy embed test-nio test-status
2020-06-24T14:19:49.7035131Z [echoproperties] sun.java.launcher=SUN_STANDARD
2020-06-24T14:19:49.7035432Z [echoproperties] sun.jnu.encoding=UTF-8
2020-06-24T14:19:49.7035752Z [echoproperties] sun.management.compiler=HotSpot 64-Bit Tiered Compilers
2020-06-24T14:19:49.7035918Z [echoproperties] sun.os.patch.level=unknown
2020-06-24T14:19:49.7036027Z [echoproperties] test.accesslog=false
2020-06-24T14:19:49.7036187Z [echoproperties] test.apr.loc=/home/runner/work/tomcat/tomcat/output/build/bin
2020-06-24T14:19:49.7036375Z [echoproperties] test.basedir=/home/runner/work/tomcat/tomcat/output/build
2020-06-24T14:19:49.7036544Z [echoproperties] test.classes=/home/runner/work/tomcat/tomcat/output/testclasses
2020-06-24T14:19:49.7036713Z [echoproperties] test.cobertura=false
2020-06-24T14:19:49.7037075Z [echoproperties] test.formatter=-Dorg.apache.juli.formatter\=java.util.logging.SimpleFormatter
2020-06-24T14:19:49.7037252Z [echoproperties] test.haltonfailure=false
2020-06-24T14:19:49.7037576Z [echoproperties] test.jvmarg.egd=-Djava.security.egd\=file\:/dev/./urandom
2020-06-24T14:19:49.7037738Z [echoproperties] test.name=**/Test*.java
2020-06-24T14:19:49.7037850Z [echoproperties] test.openssl.exists=false
2020-06-24T14:19:49.7038016Z [echoproperties] test.openssl.path=
2020-06-24T14:19:49.7038167Z [echoproperties] test.relaxTiming=false
2020-06-24T14:19:49.7038328Z [echoproperties] test.reports=/home/runner/work/tomcat/tomcat/output/build/logs
2020-06-24T14:19:49.7038501Z [echoproperties] test.run.classes=/home/runner/work/tomcat/tomcat/output/classes
2020-06-24T14:19:49.7038880Z [echoproperties] test.temp=/home/runner/work/tomcat/tomcat/output/test-tmp
2020-06-24T14:19:49.7039048Z [echoproperties] test.threads=1
2020-06-24T14:19:49.7039198Z [echoproperties] test.verbose=true
2020-06-24T14:19:49.7039303Z [echoproperties] today=Jun 24 2020
2020-06-24T14:19:49.7039601Z [echoproperties] today-iso-8601=2020-06-24
2020-06-24T14:19:49.7039974Z [echoproperties] tomcat-api-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/tomcat-api-src.jar
2020-06-24T14:19:49.7040334Z [echoproperties] tomcat-api.jar=/home/runner/work/tomcat/tomcat/output/build/lib/tomcat-api.jar
2020-06-24T14:19:49.7040709Z [echoproperties] tomcat-coyote-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/tomcat-coyote-src.jar
2020-06-24T14:19:49.7041076Z [echoproperties] tomcat-coyote.jar=/home/runner/work/tomcat/tomcat/output/build/lib/tomcat-coyote.jar
2020-06-24T14:19:49.7041459Z [echoproperties] tomcat-dbcp-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/tomcat-dbcp-src.jar
2020-06-24T14:19:49.7041827Z [echoproperties] tomcat-dbcp.jar=/home/runner/work/tomcat/tomcat/output/build/lib/tomcat-dbcp.jar
2020-06-24T14:19:49.7042412Z [echoproperties] tomcat-embed-core-sources.jar=/home/runner/work/tomcat/tomcat/output/embed-src-jars/tomcat-embed-core-src.jar
2020-06-24T14:19:49.7042852Z [echoproperties] tomcat-embed-core.jar=/home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-core.jar
2020-06-24T14:19:49.7043263Z [echoproperties] tomcat-embed-el-sources.jar=/home/runner/work/tomcat/tomcat/output/embed-src-jars/tomcat-embed-el-src.jar
2020-06-24T14:19:49.7043631Z [echoproperties] tomcat-embed-el.jar=/home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-el.jar
2020-06-24T14:19:49.7043984Z [echoproperties] tomcat-embed-jasper-sources.jar=/home/runner/work/tomcat/tomcat/output/embed-src-jars/tomcat-embed-jasper-src.jar
2020-06-24T14:19:49.7044367Z [echoproperties] tomcat-embed-jasper.jar=/home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-jasper.jar
2020-06-24T14:19:49.7044774Z [echoproperties] tomcat-embed-websocket-sources.jar=/home/runner/work/tomcat/tomcat/output/embed-src-jars/tomcat-embed-websocket-src.jar
2020-06-24T14:19:49.7045190Z [echoproperties] tomcat-embed-websocket.jar=/home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-websocket.jar
2020-06-24T14:19:49.7045570Z [echoproperties] tomcat-jdbc-src.jar=/home/runner/work/tomcat/tomcat/output/jdbc-pool/tomcat-jdbc-src.jar
2020-06-24T14:19:49.7045948Z [echoproperties] tomcat-jdbc.jar=/home/runner/work/tomcat/tomcat/output/jdbc-pool/tomcat-jdbc.jar
2020-06-24T14:19:49.7046313Z [echoproperties] tomcat-jni-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/tomcat-jni-src.jar
2020-06-24T14:19:49.7046672Z [echoproperties] tomcat-jni.jar=/home/runner/work/tomcat/tomcat/output/build/lib/tomcat-jni.jar
2020-06-24T14:19:49.7047040Z [echoproperties] tomcat-juli-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/tomcat-juli-src.jar
2020-06-24T14:19:49.7047398Z [echoproperties] tomcat-juli.jar=/home/runner/work/tomcat/tomcat/output/build/bin/tomcat-juli.jar
2020-06-24T14:19:49.7047749Z [echoproperties] tomcat-native.home=/home/runner/tomcat-build-libs/tomcat-native-1.2.24
2020-06-24T14:19:49.7048236Z [echoproperties] tomcat-native.loc.1=http\://www.apache.org/dyn/closer.lua?action\=download&filename\=/tomcat/tomcat-connectors/native/1.2.24/source/tomcat-native-1.2.24-src.tar.gz
2020-06-24T14:19:49.7048709Z [echoproperties] tomcat-native.loc.2=https\://archive.apache.org/dist/tomcat/tomcat-connectors/native/1.2.24/source/tomcat-native-1.2.24-src.tar.gz
2020-06-24T14:19:49.7049056Z [echoproperties] tomcat-native.src.checksum.algorithm=SHA-512
2020-06-24T14:19:49.7049371Z [echoproperties] tomcat-native.src.checksum.enabled=true
2020-06-24T14:19:49.7049790Z [echoproperties] tomcat-native.src.checksum.value=5dae151a60f8bd5a9a29d63eca838c77174426025ee65a826f0698943494dd3656d50bcd417e220a926b9ce111ea167043d4b806264030e951873d06767b3d6f
2020-06-24T14:19:49.7050193Z [echoproperties] tomcat-native.tar.gz=/home/runner/tomcat-build-libs/tomcat-native-1.2.24/tomcat-native.tar.gz
2020-06-24T14:19:49.7050509Z [echoproperties] tomcat-native.version=1.2.24
2020-06-24T14:19:49.7050989Z [echoproperties] tomcat-native.win.1=http\://www.apache.org/dyn/closer.lua?action\=download&filename\=/tomcat/tomcat-connectors/native/1.2.24/binaries/tomcat-native-1.2.24-openssl-1.1.1g-win32-bin.zip
2020-06-24T14:19:49.7051473Z [echoproperties] tomcat-native.win.2=https\://archive.apache.org/dist/tomcat/tomcat-connectors/native/1.2.24/binaries/tomcat-native-1.2.24-openssl-1.1.1g-win32-bin.zip
2020-06-24T14:19:49.7051838Z [echoproperties] tomcat-native.win.checksum.algorithm=SHA-512
2020-06-24T14:19:49.7052161Z [echoproperties] tomcat-native.win.checksum.enabled=true
2020-06-24T14:19:49.7052625Z [echoproperties] tomcat-native.win.checksum.value=c2d581f1f602dce61abc36370ce485c805b90863301555fc3d44362b655f34f950d0096fad22895374086f33d4505792c27f83fe35d4aeb87a08215bea8ae74a
2020-06-24T14:19:49.7052975Z [echoproperties] tomcat-nb.home=/home/runner/work/tomcat/tomcat/nbproject
2020-06-24T14:19:49.7053344Z [echoproperties] tomcat-util-scan-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/tomcat-util-scan-src.jar
2020-06-24T14:19:49.7053790Z [echoproperties] tomcat-util-scan.jar=/home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util-scan.jar
2020-06-24T14:19:49.7054206Z [echoproperties] tomcat-util-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/tomcat-util-src.jar
2020-06-24T14:19:49.7054596Z [echoproperties] tomcat-util.jar=/home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util.jar
2020-06-24T14:19:49.7055015Z [echoproperties] tomcat-websocket-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/tomcat-websocket-src.jar
2020-06-24T14:19:49.7055387Z [echoproperties] tomcat-websocket.jar=/home/runner/work/tomcat/tomcat/output/build/lib/tomcat-websocket.jar
2020-06-24T14:19:49.7055519Z [echoproperties] tomcat.bnd=/home/runner/work/tomcat/tomcat/res/bnd
2020-06-24T14:19:49.7055687Z [echoproperties] tomcat.build=/home/runner/work/tomcat/tomcat/output/build
2020-06-24T14:19:49.7055859Z [echoproperties] tomcat.classes=/home/runner/work/tomcat/tomcat/output/classes
2020-06-24T14:19:49.7056220Z [echoproperties] tomcat.classes.cobertura=/home/runner/work/tomcat/tomcat/output/classes-cobertura
2020-06-24T14:19:49.7056403Z [echoproperties] tomcat.deployer=/home/runner/work/tomcat/tomcat/output/deployer
2020-06-24T14:19:49.7056580Z [echoproperties] tomcat.dist=/home/runner/work/tomcat/tomcat/output/dist
2020-06-24T14:19:49.7056762Z [echoproperties] tomcat.embed=/home/runner/work/tomcat/tomcat/output/embed
2020-06-24T14:19:49.7057125Z [echoproperties] tomcat.embed.sources=/home/runner/work/tomcat/tomcat/output/embed-src-jars
2020-06-24T14:19:49.7057301Z [echoproperties] tomcat.home=/home/runner/work/tomcat/tomcat
2020-06-24T14:19:49.7057638Z [echoproperties] tomcat.jdbc.dir=/home/runner/work/tomcat/tomcat/modules/jdbc-pool
2020-06-24T14:19:49.7057773Z [echoproperties] tomcat.manifests=/home/runner/work/tomcat/tomcat/output/manifests
2020-06-24T14:19:49.7057942Z [echoproperties] tomcat.output=/home/runner/work/tomcat/tomcat/output
2020-06-24T14:19:49.7058275Z [echoproperties] tomcat.pool=/home/runner/work/tomcat/tomcat/output/jdbc-pool
2020-06-24T14:19:49.7058454Z [echoproperties] tomcat.release=/home/runner/work/tomcat/tomcat/output/release
2020-06-24T14:19:49.7058805Z [echoproperties] tomcat.src.jars=/home/runner/work/tomcat/tomcat/output/src-jars
2020-06-24T14:19:49.7058980Z [echoproperties] trydownload.httpusecaches=true
2020-06-24T14:19:49.7059172Z [echoproperties] tstamp=14\:19\:49
2020-06-24T14:19:49.7059325Z [echoproperties] user.country=US
2020-06-24T14:19:49.7059483Z [echoproperties] user.dir=/home/runner/work/tomcat/tomcat
2020-06-24T14:19:49.7059596Z [echoproperties] user.home=/home/runner
2020-06-24T14:19:49.7059748Z [echoproperties] user.language=en
2020-06-24T14:19:49.7059899Z [echoproperties] user.name=runner
2020-06-24T14:19:49.7060049Z [echoproperties] user.timezone=
2020-06-24T14:19:49.7060358Z [echoproperties] version=10.0.0-M7-dev
2020-06-24T14:19:49.7060509Z [echoproperties] version.build=0
2020-06-24T14:19:49.7060672Z [echoproperties] version.major=10
2020-06-24T14:19:49.7060782Z [echoproperties] version.major.minor=10.0
2020-06-24T14:19:49.7060934Z [echoproperties] version.minor=0
2020-06-24T14:19:49.7061088Z [echoproperties] version.number=10.0.0.0
2020-06-24T14:19:49.7061238Z [echoproperties] version.patch=0
2020-06-24T14:19:49.7061533Z [echoproperties] version.suffix=-M7-dev
2020-06-24T14:19:49.7061904Z [echoproperties] websocket-api-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/websocket-api-src.jar
2020-06-24T14:19:49.7062274Z [echoproperties] websocket-api.jar=/home/runner/work/tomcat/tomcat/output/build/lib/websocket-api.jar
2020-06-24T14:19:49.7062600Z [echoproperties] websocket.revision=0-M1
2020-06-24T14:19:49.7062773Z [echoproperties] websocket.spec.version=2.0
2020-06-24T14:19:49.7063034Z [echoproperties] wsdl4j-lib.checksum.algorithm=MD5|SHA-1
2020-06-24T14:19:49.7063336Z [echoproperties] wsdl4j-lib.checksum.enabled=true
2020-06-24T14:19:49.7063721Z [echoproperties] wsdl4j-lib.checksum.value=cfc28d89625c5e88589aec7a9aee0208|6d106a6845a3d3477a1560008479312888e94f2f
2020-06-24T14:19:49.7064144Z [echoproperties] wsdl4j-lib.home=/home/runner/tomcat-build-libs/wsdl4j-1.6.3
2020-06-24T14:19:49.7064517Z [echoproperties] wsdl4j-lib.jar=/home/runner/tomcat-build-libs/wsdl4j-1.6.3/wsdl4j-1.6.3.jar
2020-06-24T14:19:49.7064952Z [echoproperties] wsdl4j-lib.loc=https\://repo.maven.apache.org/maven2/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar
2020-06-24T14:19:49.7065280Z [echoproperties] wsdl4j-lib.version=1.6.3
2020-06-24T14:19:49.7065433Z [echoproperties] year=2020
2020-06-24T14:19:49.7065530Z
2020-06-24T14:19:49.7065813Z download-compile:
2020-06-24T14:19:49.7902481Z
2020-06-24T14:19:49.7913442Z testexist:
2020-06-24T14:19:49.8001839Z [echo] Testing for /home/runner/tomcat-build-libs/commons-daemon-1.2.2/commons-daemon-1.2.2.jar
2020-06-24T14:19:49.8005621Z
2020-06-24T14:19:49.8007089Z downloadgz-2:
2020-06-24T14:19:49.8062030Z [mkdir] Created dir: /home/runner/tomcat-build-libs
2020-06-24T14:19:49.8982156Z
2020-06-24T14:19:49.8982659Z setproxy:
2020-06-24T14:19:49.8982733Z
2020-06-24T14:19:49.8982891Z trydownload.check:
2020-06-24T14:19:51.0117920Z
2020-06-24T14:19:51.0118398Z trydownload:
2020-06-24T14:19:51.0205096Z [get] Getting: http://www.apache.org/dyn/closer.lua?action=download&filename=/commons/daemon/binaries/commons-daemon-1.2.2-bin.tar.gz
2020-06-24T14:19:51.0205873Z [get] To: /home/runner/tomcat-build-libs/download-753385041.tar.gz
2020-06-24T14:19:51.0276977Z [get] http://www.apache.org/dyn/closer.lua?action=download&filename=/commons/daemon/binaries/commons-daemon-1.2.2-bin.tar.gz moved to http://apache.mirrors.pair.com//commons/daemon/binaries/commons-daemon-1.2.2-bin.tar.gz
2020-06-24T14:19:51.2900917Z
2020-06-24T14:19:51.2902479Z setproxy:
2020-06-24T14:19:51.2904549Z
2020-06-24T14:19:51.2905563Z trydownload.check:
2020-06-24T14:19:51.2909886Z
2020-06-24T14:19:51.2910972Z trydownload:
2020-06-24T14:19:51.3437725Z [echo] Checksum check for commons-daemon-1.2.2-bin.tar.gz, algorithm SHA-512: OK
2020-06-24T14:19:51.3438223Z [gunzip] Expanding download-753385041.tar.gz to /home/runner/tomcat-build-libs/download-753385041.tar
2020-06-24T14:19:51.3638107Z [untar] Expanding: /home/runner/tomcat-build-libs/download-753385041.tar into /home/runner/tomcat-build-libs
2020-06-24T14:19:51.3991270Z [delete] Deleting: /home/runner/tomcat-build-libs/download-753385041.tar
2020-06-24T14:19:51.4000800Z [delete] Deleting: /home/runner/tomcat-build-libs/download-753385041.tar.gz
2020-06-24T14:19:51.4190289Z
2020-06-24T14:19:51.4191804Z testexist:
2020-06-24T14:19:51.4195687Z [echo] Testing for /home/runner/tomcat-build-libs/ecj-4.15/ecj-4.15.jar
2020-06-24T14:19:51.4198425Z
2020-06-24T14:19:51.4199730Z downloadfile-2:
2020-06-24T14:19:51.4367450Z
2020-06-24T14:19:51.4368668Z setproxy:
2020-06-24T14:19:51.4370219Z
2020-06-24T14:19:51.4371170Z trydownload.check:
2020-06-24T14:19:51.6057578Z
2020-06-24T14:19:51.6058277Z trydownload:
2020-06-24T14:19:51.6063573Z [get] Getting: http://archive.eclipse.org/eclipse/downloads/drops4/R-4.15-202003050155//ecj-4.15.jar
2020-06-24T14:19:51.6065914Z [get] To: /home/runner/tomcat-build-libs/download-1416594657.tmp
2020-06-24T14:19:54.0795760Z
2020-06-24T14:19:54.0796617Z setproxy:
2020-06-24T14:19:54.0796868Z
2020-06-24T14:19:54.0797183Z trydownload.check:
2020-06-24T14:19:54.0798197Z
2020-06-24T14:19:54.0798506Z trydownload:
2020-06-24T14:19:54.1885946Z [echo] Checksum check for ecj-4.15.jar, algorithm SHA-512: OK
2020-06-24T14:19:54.1893101Z [mkdir] Created dir: /home/runner/tomcat-build-libs/ecj-4.15
2020-06-24T14:19:54.1935893Z [move] Moving 1 file to /home/runner/tomcat-build-libs/ecj-4.15
2020-06-24T14:19:54.2255160Z
2020-06-24T14:19:54.2255940Z testexist:
2020-06-24T14:19:54.2262486Z [echo] Testing for /home/runner/tomcat-build-libs/saaj-api-1.3.5/saaj-api-1.3.5.jar
2020-06-24T14:19:54.2266638Z
2020-06-24T14:19:54.2266828Z setproxy:
2020-06-24T14:19:54.2268305Z
2020-06-24T14:19:54.2268523Z downloadfile:
2020-06-24T14:19:54.2275784Z [get] Getting: https://repo.maven.apache.org/maven2/javax/xml/soap/saaj-api/1.3.5/saaj-api-1.3.5.jar
2020-06-24T14:19:54.2278346Z [get] To: /home/runner/tomcat-build-libs/download-272213437.tmp
2020-06-24T14:19:54.5641981Z [echo] Checksum check for saaj-api-1.3.5.jar, algorithm MD5|SHA-1: OK
2020-06-24T14:19:54.5645780Z [mkdir] Created dir: /home/runner/tomcat-build-libs/saaj-api-1.3.5
2020-06-24T14:19:54.5653693Z [move] Moving 1 file to /home/runner/tomcat-build-libs/saaj-api-1.3.5
2020-06-24T14:19:54.6086152Z
2020-06-24T14:19:54.6086600Z testexist:
2020-06-24T14:19:54.6087674Z [echo] Testing for /home/runner/tomcat-build-libs/jaxrpc-1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar
2020-06-24T14:19:54.6088086Z
2020-06-24T14:19:54.6088375Z setproxy:
2020-06-24T14:19:54.6088629Z
2020-06-24T14:19:54.6088842Z downloadfile:
2020-06-24T14:19:54.6094984Z [get] Getting: https://repo.maven.apache.org/maven2/geronimo-spec/geronimo-spec-jaxrpc/1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar
2020-06-24T14:19:54.6095827Z [get] To: /home/runner/tomcat-build-libs/download-924393818.tmp
2020-06-24T14:19:54.6398381Z [echo] Checksum check for geronimo-spec-jaxrpc-1.1-rc4.jar, algorithm MD5|SHA-1: OK
2020-06-24T14:19:54.6398856Z [mkdir] Created dir: /home/runner/tomcat-build-libs/jaxrpc-1.1-rc4
2020-06-24T14:19:54.6399207Z [move] Moving 1 file to /home/runner/tomcat-build-libs/jaxrpc-1.1-rc4
2020-06-24T14:19:54.6520998Z
2020-06-24T14:19:54.6521337Z testexist:
2020-06-24T14:19:54.6524993Z [echo] Testing for /home/runner/tomcat-build-libs/wsdl4j-1.6.3/wsdl4j-1.6.3.jar
2020-06-24T14:19:54.6526400Z
2020-06-24T14:19:54.6527389Z setproxy:
2020-06-24T14:19:54.6528643Z
2020-06-24T14:19:54.6529615Z downloadfile:
2020-06-24T14:19:54.6534955Z [get] Getting: https://repo.maven.apache.org/maven2/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar
2020-06-24T14:19:54.6535819Z [get] To: /home/runner/tomcat-build-libs/download-895286448.tmp
2020-06-24T14:19:54.6862306Z [echo] Checksum check for wsdl4j-1.6.3.jar, algorithm MD5|SHA-1: OK
2020-06-24T14:19:54.6864645Z [mkdir] Created dir: /home/runner/tomcat-build-libs/wsdl4j-1.6.3
2020-06-24T14:19:54.6866614Z [move] Moving 1 file to /home/runner/tomcat-build-libs/wsdl4j-1.6.3
2020-06-24T14:19:54.6868380Z
2020-06-24T14:19:54.6869894Z build-prepare:
2020-06-24T14:19:54.6873535Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/classes
2020-06-24T14:19:54.6891567Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build
2020-06-24T14:19:54.6893556Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/bin
2020-06-24T14:19:54.6895473Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/conf
2020-06-24T14:19:54.6897303Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/i18n
2020-06-24T14:19:54.6899381Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:19:54.6905459Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/logs
2020-06-24T14:19:54.6907847Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/temp
2020-06-24T14:19:54.6909876Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/webapps
2020-06-24T14:19:54.7022844Z
2020-06-24T14:19:54.7024651Z compile-prepare:
2020-06-24T14:19:54.7035742Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/java/org/apache/catalina/startup
2020-06-24T14:19:54.7120706Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/webapps/docs
2020-06-24T14:19:54.7243806Z
2020-06-24T14:19:54.7245493Z download-validate:
2020-06-24T14:19:54.7247211Z
2020-06-24T14:19:54.7248216Z validate:
2020-06-24T14:19:54.7249580Z
2020-06-24T14:19:54.7250509Z compile:
2020-06-24T14:19:55.0004131Z [javac] Compiling 1728 source files to /home/runner/work/tomcat/tomcat/output/classes
2020-06-24T14:19:55.0054072Z [javac] Support for javac --release has been added in Java9 ignoring it
2020-06-24T14:20:05.6216161Z [javac] Note: Some input files use or override a deprecated API.
2020-06-24T14:20:05.6220047Z [javac] Note: Recompile with -Xlint:deprecation for details.
2020-06-24T14:20:05.6236795Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/util/http/fileupload/servlet/package-info.class
2020-06-24T14:20:05.6241198Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/websocket/pojo/package-info.class
2020-06-24T14:20:05.6244653Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/util/http/fileupload/disk/package-info.class
2020-06-24T14:20:05.6246371Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/util/http/fileupload/package-info.class
2020-06-24T14:20:05.6248185Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/dbcp/dbcp2/managed/package-info.class
2020-06-24T14:20:05.6249984Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/dbcp/dbcp2/datasources/package-info.class
2020-06-24T14:20:05.6263804Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/dbcp/dbcp2/cpdsadapter/package-info.class
2020-06-24T14:20:05.6264673Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/util/http/fileupload/util/mime/package-info.class
2020-06-24T14:20:05.6265302Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/util/http/fileupload/util/package-info.class
2020-06-24T14:20:05.6265939Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/dbcp/dbcp2/package-info.class
2020-06-24T14:20:05.6266805Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/websocket/server/package-info.class
2020-06-24T14:20:05.6267232Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/util/descriptor/tld/package-info.class
2020-06-24T14:20:05.6790080Z [copy] Copying 87 files to /home/runner/work/tomcat/tomcat/output/classes
2020-06-24T14:20:05.8246344Z [native2ascii] Converting 77 files from /home/runner/work/tomcat/tomcat/java to /home/runner/work/tomcat/tomcat/output/classes
2020-06-24T14:20:06.0586525Z [native2ascii] Converting 550 files from /home/runner/work/tomcat/tomcat/java to /home/runner/work/tomcat/tomcat/output/build/i18n
2020-06-24T14:20:06.5564181Z
2020-06-24T14:20:06.5565311Z build-manifests:
2020-06-24T14:20:06.5577563Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/manifests
2020-06-24T14:20:06.5664583Z [copy] Copying 21 files to /home/runner/work/tomcat/tomcat/output/manifests
2020-06-24T14:20:06.5750922Z
2020-06-24T14:20:06.5752553Z download-bnd:
2020-06-24T14:20:06.5913250Z
2020-06-24T14:20:06.5914483Z testexist:
2020-06-24T14:20:06.5918213Z [echo] Testing for /home/runner/tomcat-build-libs/bnd-5.1.1/biz.aQute.bnd-5.1.1.jar
2020-06-24T14:20:06.5920158Z
2020-06-24T14:20:06.5921139Z setproxy:
2020-06-24T14:20:06.5922230Z
2020-06-24T14:20:06.5923113Z downloadfile:
2020-06-24T14:20:06.5928254Z [get] Getting: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bnd/5.1.1/biz.aQute.bnd-5.1.1.jar
2020-06-24T14:20:06.5929891Z [get] To: /home/runner/tomcat-build-libs/download-2095390303.tmp
2020-06-24T14:20:07.4036432Z [echo] Checksum check for biz.aQute.bnd-5.1.1.jar, algorithm MD5|SHA-1: OK
2020-06-24T14:20:07.4037492Z [mkdir] Created dir: /home/runner/tomcat-build-libs/bnd-5.1.1
2020-06-24T14:20:07.4039372Z [move] Moving 1 file to /home/runner/tomcat-build-libs/bnd-5.1.1
2020-06-24T14:20:07.4040869Z
2020-06-24T14:20:07.4041840Z setup-bnd:
2020-06-24T14:20:07.5231132Z
2020-06-24T14:20:07.5232555Z package:
2020-06-24T14:20:07.5384456Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/annotations-api.jar
2020-06-24T14:20:07.5608312Z
2020-06-24T14:20:07.5610012Z add-osgi:
2020-06-24T14:20:07.5613255Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/annotations-api.jar true
2020-06-24T14:20:07.8787811Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/annotations-api.jar
2020-06-24T14:20:07.8792824Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:07.8995817Z
2020-06-24T14:20:07.8997615Z add-graal:
2020-06-24T14:20:07.9125607Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/servlet-api.jar
2020-06-24T14:20:07.9975790Z
2020-06-24T14:20:07.9977734Z add-osgi:
2020-06-24T14:20:07.9981037Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/servlet-api.jar true
2020-06-24T14:20:08.2030893Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/servlet-api.jar
2020-06-24T14:20:08.2037184Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:08.2166432Z
2020-06-24T14:20:08.2168127Z add-graal:
2020-06-24T14:20:08.2192962Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/el-api.jar
2020-06-24T14:20:08.2457307Z
2020-06-24T14:20:08.2459214Z add-osgi:
2020-06-24T14:20:08.2462476Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/el-api.jar true
2020-06-24T14:20:08.3432311Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/el-api.jar
2020-06-24T14:20:08.3436480Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:08.3561831Z
2020-06-24T14:20:08.3563478Z add-graal:
2020-06-24T14:20:08.3588960Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/jsp-api.jar
2020-06-24T14:20:08.3812632Z
2020-06-24T14:20:08.3814269Z add-osgi:
2020-06-24T14:20:08.3820788Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/jsp-api.jar true
2020-06-24T14:20:08.4617382Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/jsp-api.jar
2020-06-24T14:20:08.4621274Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:08.4734668Z
2020-06-24T14:20:08.4736245Z add-graal:
2020-06-24T14:20:08.4758739Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/websocket-api.jar
2020-06-24T14:20:08.4949463Z
2020-06-24T14:20:08.4951061Z add-osgi:
2020-06-24T14:20:08.4954171Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/websocket-api.jar true
2020-06-24T14:20:08.5687115Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/websocket-api.jar
2020-06-24T14:20:08.5690930Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:08.5803250Z
2020-06-24T14:20:08.5804858Z add-graal:
2020-06-24T14:20:08.5828621Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/jaspic-api.jar
2020-06-24T14:20:08.5995528Z
2020-06-24T14:20:08.5997072Z add-osgi:
2020-06-24T14:20:08.5999935Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/jaspic-api.jar true
2020-06-24T14:20:08.6622349Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/jaspic-api.jar
2020-06-24T14:20:08.6626191Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:08.6745696Z
2020-06-24T14:20:08.6747430Z add-graal:
2020-06-24T14:20:08.6766893Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/bin/tomcat-juli.jar
2020-06-24T14:20:08.6963127Z
2020-06-24T14:20:08.6965456Z add-osgi:
2020-06-24T14:20:08.6967451Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/bin/tomcat-juli.jar true
2020-06-24T14:20:08.7609013Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/bin/tomcat-juli.jar
2020-06-24T14:20:08.7611796Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/bin
2020-06-24T14:20:08.7722543Z
2020-06-24T14:20:08.7723837Z add-graal:
2020-06-24T14:20:08.7766709Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/bin/bootstrap.jar
2020-06-24T14:20:08.8687396Z
2020-06-24T14:20:08.8688408Z add-osgi:
2020-06-24T14:20:08.8870743Z
2020-06-24T14:20:08.8871546Z add-graal:
2020-06-24T14:20:08.8944425Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util.jar
2020-06-24T14:20:08.9395340Z
2020-06-24T14:20:08.9396024Z add-osgi:
2020-06-24T14:20:08.9398698Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util.jar true
2020-06-24T14:20:09.1129758Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util.jar
2020-06-24T14:20:09.1132659Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:09.1254306Z
2020-06-24T14:20:09.1255534Z add-graal:
2020-06-24T14:20:09.1276522Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-api.jar
2020-06-24T14:20:09.1413275Z
2020-06-24T14:20:09.1414377Z add-osgi:
2020-06-24T14:20:09.1416549Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-api.jar true
2020-06-24T14:20:09.2015311Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-api.jar
2020-06-24T14:20:09.2030291Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:09.2163071Z
2020-06-24T14:20:09.2164373Z add-graal:
2020-06-24T14:20:09.2208252Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util-scan.jar
2020-06-24T14:20:09.2633362Z
2020-06-24T14:20:09.2635085Z add-osgi:
2020-06-24T14:20:09.2637450Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util-scan.jar true
2020-06-24T14:20:09.4174785Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util-scan.jar
2020-06-24T14:20:09.4181686Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:09.4297239Z
2020-06-24T14:20:09.4298540Z add-graal:
2020-06-24T14:20:09.4313557Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-jni.jar
2020-06-24T14:20:09.4487524Z
2020-06-24T14:20:09.4490025Z add-osgi:
2020-06-24T14:20:09.4497114Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-jni.jar true
2020-06-24T14:20:09.5278615Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-jni.jar
2020-06-24T14:20:09.5285715Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:09.5432070Z
2020-06-24T14:20:09.5433751Z add-graal:
2020-06-24T14:20:09.5554374Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-coyote.jar
2020-06-24T14:20:09.6708361Z
2020-06-24T14:20:09.6710422Z add-osgi:
2020-06-24T14:20:09.6713513Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-coyote.jar true
2020-06-24T14:20:09.8964726Z [bnd] 1 WARNINGS
2020-06-24T14:20:09.8967273Z [bnd] Export org.apache.tomcat.util.http.fileupload, has 1, private references [org.apache.tomcat.util.http.fileupload.impl]
2020-06-24T14:20:10.0719391Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-coyote.jar
2020-06-24T14:20:10.0724627Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:10.0878133Z
2020-06-24T14:20:10.0879921Z add-graal:
2020-06-24T14:20:10.0910852Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-websocket.jar
2020-06-24T14:20:10.1267994Z
2020-06-24T14:20:10.1269809Z add-osgi:
2020-06-24T14:20:10.1272646Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-websocket.jar true
2020-06-24T14:20:10.2607620Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-websocket.jar
2020-06-24T14:20:10.2612642Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:10.2717294Z
2020-06-24T14:20:10.2719020Z add-graal:
2020-06-24T14:20:10.2753666Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-tribes.jar
2020-06-24T14:20:10.3243049Z
2020-06-24T14:20:10.3244941Z add-osgi:
2020-06-24T14:20:10.3248335Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina-tribes.jar true
2020-06-24T14:20:10.4759404Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-tribes.jar
2020-06-24T14:20:10.4767191Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:10.5529540Z
2020-06-24T14:20:10.5530951Z add-graal:
2020-06-24T14:20:10.5675825Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina.jar
2020-06-24T14:20:10.7861370Z
2020-06-24T14:20:10.7862628Z add-osgi:
2020-06-24T14:20:10.7863256Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina.jar true
2020-06-24T14:20:11.3323573Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina.jar
2020-06-24T14:20:11.3329127Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:11.3431040Z
2020-06-24T14:20:11.3431842Z add-graal:
2020-06-24T14:20:11.3452506Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ha.jar
2020-06-24T14:20:11.3697294Z
2020-06-24T14:20:11.3837662Z add-osgi:
2020-06-24T14:20:11.3838421Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ha.jar true
2020-06-24T14:20:11.4547843Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ha.jar
2020-06-24T14:20:11.4548869Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:11.4646364Z
2020-06-24T14:20:11.4647585Z add-graal:
2020-06-24T14:20:11.4661895Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ssi.jar
2020-06-24T14:20:11.4833457Z
2020-06-24T14:20:11.4834244Z add-osgi:
2020-06-24T14:20:11.4835045Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ssi.jar true
2020-06-24T14:20:11.5563905Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ssi.jar
2020-06-24T14:20:11.5564802Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:11.5696267Z
2020-06-24T14:20:11.5697287Z add-graal:
2020-06-24T14:20:11.5697835Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ant.jar
2020-06-24T14:20:11.5837845Z
2020-06-24T14:20:11.5838743Z add-osgi:
2020-06-24T14:20:11.5931661Z
2020-06-24T14:20:11.5932483Z add-graal:
2020-06-24T14:20:11.5945407Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-storeconfig.jar
2020-06-24T14:20:11.6124932Z
2020-06-24T14:20:11.6125699Z add-osgi:
2020-06-24T14:20:11.6126323Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina-storeconfig.jar true
2020-06-24T14:20:11.6783578Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-storeconfig.jar
2020-06-24T14:20:11.6784349Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:11.6896885Z
2020-06-24T14:20:11.6897849Z add-graal:
2020-06-24T14:20:11.6900170Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/jasper-el.jar
2020-06-24T14:20:11.7209134Z
2020-06-24T14:20:11.7210164Z add-osgi:
2020-06-24T14:20:11.7210830Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/jasper-el.jar true
2020-06-24T14:20:11.8194188Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/jasper-el.jar
2020-06-24T14:20:11.8195315Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:11.8295109Z
2020-06-24T14:20:11.8296108Z add-graal:
2020-06-24T14:20:11.8347735Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/jasper.jar
2020-06-24T14:20:11.9033506Z
2020-06-24T14:20:11.9034646Z add-osgi:
2020-06-24T14:20:11.9035586Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/jasper.jar true
2020-06-24T14:20:12.1078869Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/jasper.jar
2020-06-24T14:20:12.1081045Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:12.1178393Z
2020-06-24T14:20:12.1179691Z add-graal:
2020-06-24T14:20:12.1207967Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-dbcp.jar
2020-06-24T14:20:12.1649460Z
2020-06-24T14:20:12.1650506Z add-osgi:
2020-06-24T14:20:12.1651170Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-dbcp.jar true
2020-06-24T14:20:12.3761285Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-dbcp.jar
2020-06-24T14:20:12.3762289Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:12.3853913Z
2020-06-24T14:20:12.3855816Z add-graal:
2020-06-24T14:20:12.3909083Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-cs.jar
2020-06-24T14:20:12.4047854Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-de.jar
2020-06-24T14:20:12.4196374Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-es.jar
2020-06-24T14:20:12.4373101Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-fr.jar
2020-06-24T14:20:12.4634166Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-ja.jar
2020-06-24T14:20:12.4967689Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-ko.jar
2020-06-24T14:20:12.5304840Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-pt-BR.jar
2020-06-24T14:20:12.5431157Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-ru.jar
2020-06-24T14:20:12.5541032Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-zh-CN.jar
2020-06-24T14:20:12.5795642Z
2020-06-24T14:20:12.5796834Z build-docs:
2020-06-24T14:20:12.5797354Z [copy] Copying 34 files to /home/runner/work/tomcat/tomcat/output/build/webapps
2020-06-24T14:20:12.5929475Z [copy] Copying 7 files to /home/runner/work/tomcat/tomcat/output/build/webapps
2020-06-24T14:20:12.5953129Z [copy] Copying 2 files to /home/runner/work/tomcat/tomcat/output/build/webapps/docs
2020-06-24T14:20:12.5974322Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/docs
2020-06-24T14:20:12.5980963Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/docs
2020-06-24T14:20:12.5985476Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/appdev/sample
2020-06-24T14:20:12.5989382Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/webapps/docs/funcspecs
2020-06-24T14:20:12.6117490Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs
2020-06-24T14:20:12.6121903Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/aio.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/aio.html
2020-06-24T14:20:12.6122975Z [xslt] Loading stylesheet /home/runner/work/tomcat/tomcat/webapps/docs/tomcat-docs.xsl
2020-06-24T14:20:12.8331053Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/apr.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/apr.html
2020-06-24T14:20:12.8596332Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/balancer-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/balancer-howto.html
2020-06-24T14:20:12.8596987Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/building.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/building.html
2020-06-24T14:20:12.8751149Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/cdi.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/cdi.html
2020-06-24T14:20:12.8799796Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/cgi-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/cgi-howto.html
2020-06-24T14:20:12.8848438Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/changelog.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/changelog.html
2020-06-24T14:20:12.9257046Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/class-loader-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/class-loader-howto.html
2020-06-24T14:20:12.9373919Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/cluster-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/cluster-howto.html
2020-06-24T14:20:12.9434529Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/comments.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/comments.html
2020-06-24T14:20:12.9622447Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/connectors.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/connectors.html
2020-06-24T14:20:12.9684511Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/default-servlet.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/default-servlet.html
2020-06-24T14:20:12.9724248Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/deployer-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/deployer-howto.html
2020-06-24T14:20:12.9756499Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/developers.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/developers.html
2020-06-24T14:20:12.9779772Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/graal.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/graal.html
2020-06-24T14:20:12.9862043Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/host-manager-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/host-manager-howto.html
2020-06-24T14:20:12.9938286Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/html-host-manager-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/html-host-manager-howto.html
2020-06-24T14:20:12.9976539Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/html-manager-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/html-manager-howto.html
2020-06-24T14:20:13.0173579Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/index.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/index.html
2020-06-24T14:20:13.0236320Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/introduction.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/introduction.html
2020-06-24T14:20:13.0313725Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/jasper-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/jasper-howto.html
2020-06-24T14:20:13.0375221Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/jdbc-pool.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/jdbc-pool.html
2020-06-24T14:20:13.0545244Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/jndi-datasource-examples-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/jndi-datasource-examples-howto.html
2020-06-24T14:20:13.0661061Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/jndi-resources-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/jndi-resources-howto.html
2020-06-24T14:20:13.0756531Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/logging.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/logging.html
2020-06-24T14:20:13.0808745Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/manager-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/manager-howto.html
2020-06-24T14:20:13.1100505Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/maven-jars.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/maven-jars.html
2020-06-24T14:20:13.1126663Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/mbeans-descriptors-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/mbeans-descriptors-howto.html
2020-06-24T14:20:13.1184923Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/monitoring.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/monitoring.html
2020-06-24T14:20:13.1299179Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/proxy-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/proxy-howto.html
2020-06-24T14:20:13.1323700Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/realm-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/realm-howto.html
2020-06-24T14:20:13.1454925Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/rewrite.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/rewrite.html
2020-06-24T14:20:13.1501237Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/security-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/security-howto.html
2020-06-24T14:20:13.1583493Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/security-manager-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/security-manager-howto.html
2020-06-24T14:20:13.1674035Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/setup.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/setup.html
2020-06-24T14:20:13.1702617Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/ssi-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/ssi-howto.html
2020-06-24T14:20:13.1727773Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/ssl-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/ssl-howto.html
2020-06-24T14:20:13.1773552Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/virtual-hosting-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/virtual-hosting-howto.html
2020-06-24T14:20:13.1798316Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/web-socket-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/web-socket-howto.html
2020-06-24T14:20:13.1835209Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/windows-auth-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/windows-auth-howto.html
2020-06-24T14:20:13.1909285Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/windows-service-howto.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/windows-service-howto.html
2020-06-24T14:20:13.2036490Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/appdev
2020-06-24T14:20:13.2037162Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/appdev/deployment.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/appdev/deployment.html
2020-06-24T14:20:13.2037907Z [xslt] Loading stylesheet /home/runner/work/tomcat/tomcat/webapps/docs/tomcat-docs.xsl
2020-06-24T14:20:13.2658502Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/appdev/index.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/appdev/index.html
2020-06-24T14:20:13.2690663Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/appdev/installation.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/appdev/installation.html
2020-06-24T14:20:13.2743102Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/appdev/introduction.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/appdev/introduction.html
2020-06-24T14:20:13.2771252Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/appdev/processes.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/appdev/processes.html
2020-06-24T14:20:13.2862501Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/appdev/source.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/appdev/source.html
2020-06-24T14:20:13.2920285Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/funcspecs
2020-06-24T14:20:13.2922751Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/funcspecs/fs-admin-apps.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/funcspecs/fs-admin-apps.html
2020-06-24T14:20:13.2924353Z [xslt] Loading stylesheet /home/runner/work/tomcat/tomcat/webapps/docs/tomcat-docs.xsl
2020-06-24T14:20:13.3357596Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/funcspecs/fs-admin-objects.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/funcspecs/fs-admin-objects.html
2020-06-24T14:20:13.3458006Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/funcspecs/fs-admin-opers.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/funcspecs/fs-admin-opers.html
2020-06-24T14:20:13.3484536Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/funcspecs/fs-default.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/funcspecs/fs-default.html
2020-06-24T14:20:13.3523786Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/funcspecs/fs-jdbc-realm.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/funcspecs/fs-jdbc-realm.html
2020-06-24T14:20:13.3574919Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/funcspecs/fs-jndi-realm.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/funcspecs/fs-jndi-realm.html
2020-06-24T14:20:13.3622661Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/funcspecs/fs-memory-realm.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/funcspecs/fs-memory-realm.html
2020-06-24T14:20:13.3647909Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/funcspecs/index.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/funcspecs/index.html
2020-06-24T14:20:13.3683432Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/funcspecs/mbean-names.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/funcspecs/mbean-names.html
2020-06-24T14:20:13.3797145Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config
2020-06-24T14:20:13.3840675Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/ajp.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/ajp.html
2020-06-24T14:20:13.3842499Z [xslt] Loading stylesheet /home/runner/work/tomcat/tomcat/webapps/docs/tomcat-docs.xsl
2020-06-24T14:20:13.4425248Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/automatic-deployment.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/automatic-deployment.html
2020-06-24T14:20:13.4460270Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/cluster-channel.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/cluster-channel.html
2020-06-24T14:20:13.4481814Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/cluster-deployer.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/cluster-deployer.html
2020-06-24T14:20:13.4502188Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/cluster-interceptor.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/cluster-interceptor.html
2020-06-24T14:20:13.4532720Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/cluster-listener.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/cluster-listener.html
2020-06-24T14:20:13.4595826Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/cluster-manager.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/cluster-manager.html
2020-06-24T14:20:13.4596710Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/cluster-membership.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/cluster-membership.html
2020-06-24T14:20:13.4602516Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/cluster-receiver.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/cluster-receiver.html
2020-06-24T14:20:13.4623832Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/cluster-sender.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/cluster-sender.html
2020-06-24T14:20:13.4648822Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/cluster-valve.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/cluster-valve.html
2020-06-24T14:20:13.4672679Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/cluster.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/cluster.html
2020-06-24T14:20:13.4695317Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/context.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/context.html
2020-06-24T14:20:13.4779105Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/cookie-processor.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/cookie-processor.html
2020-06-24T14:20:13.4835837Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/credentialhandler.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/credentialhandler.html
2020-06-24T14:20:13.4836402Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/engine.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/engine.html
2020-06-24T14:20:13.4848320Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/executor.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/executor.html
2020-06-24T14:20:13.4869015Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/filter.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/filter.html
2020-06-24T14:20:13.5152891Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/globalresources.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/globalresources.html
2020-06-24T14:20:13.5181988Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/host.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/host.html
2020-06-24T14:20:13.5222027Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/http.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/http.html
2020-06-24T14:20:13.5315741Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/http2.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/http2.html
2020-06-24T14:20:13.5339159Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/index.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/index.html
2020-06-24T14:20:13.5357626Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/jar-scan-filter.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/jar-scan-filter.html
2020-06-24T14:20:13.5379859Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/jar-scanner.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/jar-scanner.html
2020-06-24T14:20:13.5401071Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/jaspic.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/jaspic.html
2020-06-24T14:20:13.5422447Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/listeners.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/listeners.html
2020-06-24T14:20:13.5463621Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/loader.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/loader.html
2020-06-24T14:20:13.5485820Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/manager.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/manager.html
2020-06-24T14:20:13.5521343Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/realm.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/realm.html
2020-06-24T14:20:13.5582106Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/resources.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/resources.html
2020-06-24T14:20:13.5605810Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/server.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/server.html
2020-06-24T14:20:13.5624516Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/service.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/service.html
2020-06-24T14:20:13.5642558Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/sessionidgenerator.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/sessionidgenerator.html
2020-06-24T14:20:13.5661526Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/systemprops.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/systemprops.html
2020-06-24T14:20:13.5688277Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/config/valve.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config/valve.html
2020-06-24T14:20:13.5981799Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/architecture
2020-06-24T14:20:13.5983603Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/architecture/index.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/architecture/index.html
2020-06-24T14:20:13.5985642Z [xslt] Loading stylesheet /home/runner/work/tomcat/tomcat/webapps/docs/tomcat-docs.xsl
2020-06-24T14:20:13.6234159Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/architecture/overview.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/architecture/overview.html
2020-06-24T14:20:13.6259316Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/architecture/requestProcess.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/architecture/requestProcess.html
2020-06-24T14:20:13.6274215Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/architecture/startup.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/architecture/startup.html
2020-06-24T14:20:13.6294582Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/tribes
2020-06-24T14:20:13.6296645Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/tribes/developers.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/tribes/developers.html
2020-06-24T14:20:13.6298723Z [xslt] Loading stylesheet /home/runner/work/tomcat/tomcat/webapps/docs/tomcat-docs.xsl
2020-06-24T14:20:13.6606240Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/tribes/faq.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/tribes/faq.html
2020-06-24T14:20:13.6621509Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/tribes/interceptors.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/tribes/interceptors.html
2020-06-24T14:20:13.6635990Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/tribes/introduction.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/tribes/introduction.html
2020-06-24T14:20:13.6655693Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/tribes/membership.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/tribes/membership.html
2020-06-24T14:20:13.6671202Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/tribes/setup.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/tribes/setup.html
2020-06-24T14:20:13.6685748Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/tribes/status.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/tribes/status.html
2020-06-24T14:20:13.6699796Z [xslt] Processing /home/runner/work/tomcat/tomcat/webapps/docs/tribes/transport.xml to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/tribes/transport.html
2020-06-24T14:20:13.6713830Z
2020-06-24T14:20:13.6716188Z build-tomcat-jdbc:
2020-06-24T14:20:13.6720004Z [echo] Building Tomcat JDBC pool libraries
2020-06-24T14:20:13.6769935Z
2020-06-24T14:20:13.6770783Z prepare:
2020-06-24T14:20:13.6774119Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/jdbc-pool/build
2020-06-24T14:20:13.6776419Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/jdbc-pool/classes
2020-06-24T14:20:13.6778135Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/jdbc-pool/testclasses
2020-06-24T14:20:13.6788020Z [copy] Copying 7 files to /home/runner/work/tomcat/tomcat/output/jdbc-pool
2020-06-24T14:20:13.6835478Z
2020-06-24T14:20:13.6836335Z download:
2020-06-24T14:20:13.6838242Z
2020-06-24T14:20:13.6839518Z build-src:
2020-06-24T14:20:13.6852648Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/jdbc-pool/tomcat-jdbc-src.jar
2020-06-24T14:20:13.7025866Z
2020-06-24T14:20:13.7026700Z build:
2020-06-24T14:20:13.7052462Z [javac] Compiling 37 source files to /home/runner/work/tomcat/tomcat/output/jdbc-pool/classes
2020-06-24T14:20:13.7061064Z [javac] Support for javac --release has been added in Java9 ignoring it
2020-06-24T14:20:13.9096463Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/jdbc-pool/tomcat-jdbc.jar
2020-06-24T14:20:13.9266275Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:13.9271299Z
2020-06-24T14:20:13.9273835Z compile-webapp-examples:
2020-06-24T14:20:13.9278555Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/webapps/examples/WEB-INF/classes
2020-06-24T14:20:13.9321712Z [javac] Compiling 73 source files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/WEB-INF/classes
2020-06-24T14:20:13.9326663Z [javac] Support for javac --release has been added in Java9 ignoring it
2020-06-24T14:20:14.0873933Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/plugin/applet
2020-06-24T14:20:14.0881089Z [javac] Compiling 1 source file to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/plugin/applet
2020-06-24T14:20:14.0886369Z [javac] Support for javac --release has been added in Java9 ignoring it
2020-06-24T14:20:14.1089585Z [native2ascii] Converting 11 files from /home/runner/work/tomcat/tomcat/webapps/examples/WEB-INF/classes to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/WEB-INF/classes
2020-06-24T14:20:14.1122328Z
2020-06-24T14:20:14.1122687Z deploy:
2020-06-24T14:20:14.1122868Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/bin
2020-06-24T14:20:14.1132321Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/bin
2020-06-24T14:20:14.1146846Z [copy] Copying 22 files to /home/runner/work/tomcat/tomcat/output/build/bin
2020-06-24T14:20:14.1556702Z [copy] Copying 10 files to /home/runner/work/tomcat/tomcat/output/build/conf
2020-06-24T14:20:14.1780281Z [copy] Copying 237 files to /home/runner/work/tomcat/tomcat/output/build/webapps
2020-06-24T14:20:14.2125486Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps
2020-06-24T14:20:14.2139192Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/ROOT
2020-06-24T14:20:14.2152363Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:14.2314229Z
2020-06-24T14:20:14.2315279Z examples-sources:
2020-06-24T14:20:14.2337812Z [txt2html] Converted 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/simpletag
2020-06-24T14:20:14.2346163Z [txt2html] Converted 4 files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/simpletag
2020-06-24T14:20:14.2352787Z [txt2html] Converted 5 files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/simpletag
2020-06-24T14:20:14.2358894Z [txt2html] Converted 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/jspattribute
2020-06-24T14:20:14.2377455Z [txt2html] Converted 4 files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/jspattribute
2020-06-24T14:20:14.2391701Z [txt2html] Converted 4 files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/cal
2020-06-24T14:20:14.2397611Z [txt2html] Converted 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsptoserv
2020-06-24T14:20:14.2404344Z [txt2html] Converted 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/el
2020-06-24T14:20:14.2408823Z [txt2html] Converted 2 files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/el
2020-06-24T14:20:14.2413044Z [txt2html] Converted 3 files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/el
2020-06-24T14:20:14.2418762Z [txt2html] Converted 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/misc
2020-06-24T14:20:14.2426568Z [txt2html] Converted 3 files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/tagfiles
2020-06-24T14:20:14.2572374Z [txt2html] Converted 47 files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples
2020-06-24T14:20:14.2575583Z
2020-06-24T14:20:14.2576539Z build-prepare:
2020-06-24T14:20:14.2578138Z [delete] Deleting directory /home/runner/work/tomcat/tomcat/output/build/temp
2020-06-24T14:20:14.2583486Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/temp
2020-06-24T14:20:14.2601425Z
2020-06-24T14:20:14.2602256Z build-manifests:
2020-06-24T14:20:14.2602406Z
2020-06-24T14:20:14.2602645Z download-bnd:
2020-06-24T14:20:14.2727206Z
2020-06-24T14:20:14.2727537Z testexist:
2020-06-24T14:20:14.2730766Z [echo] Testing for /home/runner/tomcat-build-libs/bnd-5.1.1/biz.aQute.bnd-5.1.1.jar
2020-06-24T14:20:14.2732733Z
2020-06-24T14:20:14.2732916Z setproxy:
2020-06-24T14:20:14.2734317Z
2020-06-24T14:20:14.2734639Z downloadfile:
2020-06-24T14:20:14.2735473Z
2020-06-24T14:20:14.2736088Z setup-bnd:
2020-06-24T14:20:14.3974014Z
2020-06-24T14:20:14.3974905Z download-compile:
2020-06-24T14:20:14.4079086Z
2020-06-24T14:20:14.4079607Z testexist:
2020-06-24T14:20:14.4082577Z [echo] Testing for /home/runner/tomcat-build-libs/commons-daemon-1.2.2/commons-daemon-1.2.2.jar
2020-06-24T14:20:14.4083041Z
2020-06-24T14:20:14.4083496Z downloadgz-2:
2020-06-24T14:20:14.4181891Z
2020-06-24T14:20:14.4182463Z testexist:
2020-06-24T14:20:14.4183372Z [echo] Testing for /home/runner/tomcat-build-libs/ecj-4.15/ecj-4.15.jar
2020-06-24T14:20:14.4183717Z
2020-06-24T14:20:14.4184178Z downloadfile-2:
2020-06-24T14:20:14.4282489Z
2020-06-24T14:20:14.4283173Z testexist:
2020-06-24T14:20:14.4284036Z [echo] Testing for /home/runner/tomcat-build-libs/saaj-api-1.3.5/saaj-api-1.3.5.jar
2020-06-24T14:20:14.4284322Z
2020-06-24T14:20:14.4284600Z setproxy:
2020-06-24T14:20:14.4284807Z
2020-06-24T14:20:14.4285075Z downloadfile:
2020-06-24T14:20:14.4382593Z
2020-06-24T14:20:14.4383063Z testexist:
2020-06-24T14:20:14.4383948Z [echo] Testing for /home/runner/tomcat-build-libs/jaxrpc-1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar
2020-06-24T14:20:14.4384248Z
2020-06-24T14:20:14.4384529Z setproxy:
2020-06-24T14:20:14.4384767Z
2020-06-24T14:20:14.4385036Z downloadfile:
2020-06-24T14:20:14.4484786Z
2020-06-24T14:20:14.4485332Z testexist:
2020-06-24T14:20:14.4486175Z [echo] Testing for /home/runner/tomcat-build-libs/wsdl4j-1.6.3/wsdl4j-1.6.3.jar
2020-06-24T14:20:14.4486467Z
2020-06-24T14:20:14.4486762Z setproxy:
2020-06-24T14:20:14.4487013Z
2020-06-24T14:20:14.4487572Z downloadfile:
2020-06-24T14:20:14.4487823Z
2020-06-24T14:20:14.4488284Z compile-prepare:
2020-06-24T14:20:14.4488591Z
2020-06-24T14:20:14.4489031Z download-validate:
2020-06-24T14:20:14.4489286Z
2020-06-24T14:20:14.4489583Z validate:
2020-06-24T14:20:14.4489809Z
2020-06-24T14:20:14.4490119Z compile:
2020-06-24T14:20:14.5933030Z
2020-06-24T14:20:14.5934532Z embed-jars:
2020-06-24T14:20:14.5934919Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/embed
2020-06-24T14:20:14.5935249Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-24T14:20:14.5939482Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-24T14:20:14.5941833Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-24T14:20:14.5946801Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-24T14:20:14.5973755Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-24T14:20:14.6229000Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-core.jar
2020-06-24T14:20:15.0291633Z
2020-06-24T14:20:15.0292883Z add-osgi:
2020-06-24T14:20:15.0293467Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-core.jar true
2020-06-24T14:20:16.5206797Z [bnd] 1 WARNINGS
2020-06-24T14:20:16.5211235Z [bnd] Export org.apache.tomcat.util.http.fileupload, has 1, private references [org.apache.tomcat.util.http.fileupload.impl]
2020-06-24T14:20:17.1326193Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-core.jar
2020-06-24T14:20:17.1335393Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-24T14:20:17.1524362Z
2020-06-24T14:20:17.1527974Z add-graal:
2020-06-24T14:20:17.1530275Z [echo] add-graal true /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-core.jar res/graal/tomcat-embed-core/native-image org.apache.tomcat.embed/tomcat-embed-core
2020-06-24T14:20:17.1895806Z [zip] Updating zip: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-core.jar
2020-06-24T14:20:17.6966439Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-el.jar
2020-06-24T14:20:17.7367158Z
2020-06-24T14:20:17.7368237Z add-osgi:
2020-06-24T14:20:17.7371408Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-el.jar true
2020-06-24T14:20:17.8840913Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-el.jar
2020-06-24T14:20:17.8844984Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-24T14:20:17.8991040Z
2020-06-24T14:20:17.8992708Z add-graal:
2020-06-24T14:20:17.8996200Z [echo] add-graal true /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-el.jar res/graal/tomcat-embed-el/native-image org.apache.tomcat.embed/tomcat-embed-el
2020-06-24T14:20:17.9028955Z [zip] Updating zip: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-el.jar
2020-06-24T14:20:17.9456751Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-jasper.jar
2020-06-24T14:20:18.0221792Z
2020-06-24T14:20:18.0223708Z add-osgi:
2020-06-24T14:20:18.0230156Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-jasper.jar true
2020-06-24T14:20:18.2912591Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-jasper.jar
2020-06-24T14:20:18.2914292Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-24T14:20:18.3046298Z
2020-06-24T14:20:18.3047521Z add-graal:
2020-06-24T14:20:18.3048305Z [echo] add-graal true /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-jasper.jar res/graal/tomcat-embed-jasper/native-image org.apache.tomcat.embed/tomcat-embed-jasper
2020-06-24T14:20:18.3100310Z [zip] Updating zip: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-jasper.jar
2020-06-24T14:20:18.4039939Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-websocket.jar
2020-06-24T14:20:18.4451557Z
2020-06-24T14:20:18.4452900Z add-osgi:
2020-06-24T14:20:18.4453515Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-websocket.jar true
2020-06-24T14:20:18.5971807Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-websocket.jar
2020-06-24T14:20:18.5972943Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-24T14:20:18.6099108Z
2020-06-24T14:20:18.6100374Z add-graal:
2020-06-24T14:20:18.6101167Z [echo] add-graal true /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-websocket.jar res/graal/tomcat-embed-websocket/native-image org.apache.tomcat.embed/tomcat-embed-websocket
2020-06-24T14:20:18.6133369Z [zip] Updating zip: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-websocket.jar
2020-06-24T14:20:18.6561592Z
2020-06-24T14:20:18.6562789Z build-tomcat-jdbc-src:
2020-06-24T14:20:18.6563413Z [echo] Building Tomcat JDBC pool src JAR
2020-06-24T14:20:18.6628395Z
2020-06-24T14:20:18.6630098Z build-src:
2020-06-24T14:20:18.6684383Z
2020-06-24T14:20:18.6686074Z package-src-jar:
2020-06-24T14:20:18.6689271Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/src-jars
2020-06-24T14:20:18.6706521Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/annotations-api-src.jar
2020-06-24T14:20:18.6850986Z
2020-06-24T14:20:18.6852600Z add-osgi:
2020-06-24T14:20:18.6953082Z
2020-06-24T14:20:18.6954857Z add-graal:
2020-06-24T14:20:18.6986209Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/servlet-api-src.jar
2020-06-24T14:20:18.7666206Z
2020-06-24T14:20:18.7668233Z add-osgi:
2020-06-24T14:20:18.7763941Z
2020-06-24T14:20:18.7765845Z add-graal:
2020-06-24T14:20:18.7781096Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/el-api-src.jar
2020-06-24T14:20:18.7975559Z
2020-06-24T14:20:18.7977372Z add-osgi:
2020-06-24T14:20:18.8075400Z
2020-06-24T14:20:18.8077282Z add-graal:
2020-06-24T14:20:18.8094942Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/jsp-api-src.jar
2020-06-24T14:20:18.8317921Z
2020-06-24T14:20:18.8319743Z add-osgi:
2020-06-24T14:20:18.8419321Z
2020-06-24T14:20:18.8421115Z add-graal:
2020-06-24T14:20:18.8435896Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/websocket-api-src.jar
2020-06-24T14:20:18.8601141Z
2020-06-24T14:20:18.8602980Z add-osgi:
2020-06-24T14:20:18.8696125Z
2020-06-24T14:20:18.8698754Z add-graal:
2020-06-24T14:20:18.8713827Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/jaspic-api-src.jar
2020-06-24T14:20:18.8842900Z
2020-06-24T14:20:18.8844531Z add-osgi:
2020-06-24T14:20:18.8940943Z
2020-06-24T14:20:18.8942450Z add-graal:
2020-06-24T14:20:18.8954012Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/tomcat-juli-src.jar
2020-06-24T14:20:18.9101464Z
2020-06-24T14:20:18.9103020Z add-osgi:
2020-06-24T14:20:18.9194459Z
2020-06-24T14:20:18.9196250Z add-graal:
2020-06-24T14:20:18.9216784Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/bootstrap-src.jar
2020-06-24T14:20:18.9352023Z
2020-06-24T14:20:18.9353660Z add-osgi:
2020-06-24T14:20:18.9443086Z
2020-06-24T14:20:18.9444577Z add-graal:
2020-06-24T14:20:18.9483782Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/tomcat-util-src.jar
2020-06-24T14:20:19.0020458Z
2020-06-24T14:20:19.0021773Z add-osgi:
2020-06-24T14:20:19.0097423Z
2020-06-24T14:20:19.0099362Z add-graal:
2020-06-24T14:20:19.0117400Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/tomcat-api-src.jar
2020-06-24T14:20:19.0236277Z
2020-06-24T14:20:19.0237846Z add-osgi:
2020-06-24T14:20:19.0330362Z
2020-06-24T14:20:19.0331929Z add-graal:
2020-06-24T14:20:19.0356971Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/tomcat-util-scan-src.jar
2020-06-24T14:20:19.0732841Z
2020-06-24T14:20:19.0734284Z add-osgi:
2020-06-24T14:20:19.0822674Z
2020-06-24T14:20:19.0823449Z add-graal:
2020-06-24T14:20:19.0836615Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/tomcat-jni-src.jar
2020-06-24T14:20:19.1032794Z
2020-06-24T14:20:19.1033625Z add-osgi:
2020-06-24T14:20:19.1130872Z
2020-06-24T14:20:19.1131645Z add-graal:
2020-06-24T14:20:19.1181497Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/tomcat-coyote-src.jar
2020-06-24T14:20:19.2366851Z
2020-06-24T14:20:19.2367812Z add-osgi:
2020-06-24T14:20:19.2438011Z
2020-06-24T14:20:19.2439034Z add-graal:
2020-06-24T14:20:19.2458401Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/tomcat-websocket-src.jar
2020-06-24T14:20:19.2852894Z
2020-06-24T14:20:19.2853957Z add-osgi:
2020-06-24T14:20:19.2947670Z
2020-06-24T14:20:19.2948622Z add-graal:
2020-06-24T14:20:19.3062531Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/catalina-tribes-src.jar
2020-06-24T14:20:19.3580444Z
2020-06-24T14:20:19.3589883Z add-osgi:
2020-06-24T14:20:19.3664795Z
2020-06-24T14:20:19.3665645Z add-graal:
2020-06-24T14:20:19.3758994Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/catalina-src.jar
2020-06-24T14:20:19.6132083Z
2020-06-24T14:20:19.6133354Z add-osgi:
2020-06-24T14:20:19.6261731Z
2020-06-24T14:20:19.6266283Z add-graal:
2020-06-24T14:20:19.6285572Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/catalina-ha-src.jar
2020-06-24T14:20:19.6585348Z
2020-06-24T14:20:19.6586522Z add-osgi:
2020-06-24T14:20:19.6671845Z
2020-06-24T14:20:19.6672873Z add-graal:
2020-06-24T14:20:19.6683497Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/catalina-ssi-src.jar
2020-06-24T14:20:19.6840752Z
2020-06-24T14:20:19.6841758Z add-osgi:
2020-06-24T14:20:19.6925671Z
2020-06-24T14:20:19.6926639Z add-graal:
2020-06-24T14:20:19.6938079Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/catalina-ant-src.jar
2020-06-24T14:20:19.7099307Z
2020-06-24T14:20:19.7100295Z add-osgi:
2020-06-24T14:20:19.7183355Z
2020-06-24T14:20:19.7184184Z add-graal:
2020-06-24T14:20:19.7196617Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/catalina-storeconfig-src.jar
2020-06-24T14:20:19.7383598Z
2020-06-24T14:20:19.7384618Z add-osgi:
2020-06-24T14:20:19.7469715Z
2020-06-24T14:20:19.7470626Z add-graal:
2020-06-24T14:20:19.7488123Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/jasper-el-src.jar
2020-06-24T14:20:19.7796104Z
2020-06-24T14:20:19.7797187Z add-osgi:
2020-06-24T14:20:19.7882035Z
2020-06-24T14:20:19.7882942Z add-graal:
2020-06-24T14:20:19.7908972Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/jasper-src.jar
2020-06-24T14:20:19.8620448Z
2020-06-24T14:20:19.8629476Z add-osgi:
2020-06-24T14:20:19.8710487Z
2020-06-24T14:20:19.8711436Z add-graal:
2020-06-24T14:20:19.8741445Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/tomcat-dbcp-src.jar
2020-06-24T14:20:19.9246294Z
2020-06-24T14:20:19.9264168Z add-osgi:
2020-06-24T14:20:19.9336513Z
2020-06-24T14:20:19.9337455Z add-graal:
2020-06-24T14:20:19.9338054Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/src-jars
2020-06-24T14:20:19.9339287Z
2020-06-24T14:20:19.9339768Z embed-sources:
2020-06-24T14:20:19.9340438Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/embed-src-jars
2020-06-24T14:20:19.9556322Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/embed-src-jars/tomcat-embed-core-src.jar
2020-06-24T14:20:20.4127947Z
2020-06-24T14:20:20.4129255Z add-osgi:
2020-06-24T14:20:20.4213245Z
2020-06-24T14:20:20.4214355Z add-graal:
2020-06-24T14:20:20.4237416Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/embed-src-jars/tomcat-embed-el-src.jar
2020-06-24T14:20:20.4578568Z
2020-06-24T14:20:20.4579891Z add-osgi:
2020-06-24T14:20:20.4663655Z
2020-06-24T14:20:20.4664779Z add-graal:
2020-06-24T14:20:20.4693504Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/embed-src-jars/tomcat-embed-jasper-src.jar
2020-06-24T14:20:20.5477715Z
2020-06-24T14:20:20.5478879Z add-osgi:
2020-06-24T14:20:20.5560923Z
2020-06-24T14:20:20.5561869Z add-graal:
2020-06-24T14:20:20.5583063Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/embed-src-jars/tomcat-embed-websocket-src.jar
2020-06-24T14:20:20.5946924Z
2020-06-24T14:20:20.5948301Z add-osgi:
2020-06-24T14:20:20.6032331Z
2020-06-24T14:20:20.6033419Z add-graal:
2020-06-24T14:20:20.6034069Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/embed-src-jars
2020-06-24T14:20:20.6038914Z
2020-06-24T14:20:20.6039317Z embed:
2020-06-24T14:20:20.6353009Z [zip] Building zip: /home/runner/work/tomcat/tomcat/output/embed/apache-tomcat-10.0.0-M7-dev-embed.zip
2020-06-24T14:20:21.0163555Z
2020-06-24T14:20:21.0164325Z sign:
2020-06-24T14:20:21.0292155Z [tar] Building tar: /home/runner/work/tomcat/tomcat/output/embed/apache-tomcat-10.0.0-M7-dev-embed.tar.gz
2020-06-24T14:20:21.3867116Z
2020-06-24T14:20:21.3868264Z sign:
2020-06-24T14:20:21.3868556Z
2020-06-24T14:20:21.3869411Z download-compile:
2020-06-24T14:20:21.3966613Z
2020-06-24T14:20:21.3967304Z testexist:
2020-06-24T14:20:21.3968326Z [echo] Testing for /home/runner/tomcat-build-libs/commons-daemon-1.2.2/commons-daemon-1.2.2.jar
2020-06-24T14:20:21.3968652Z
2020-06-24T14:20:21.3969117Z downloadgz-2:
2020-06-24T14:20:21.4065483Z
2020-06-24T14:20:21.4066637Z testexist:
2020-06-24T14:20:21.4067630Z [echo] Testing for /home/runner/tomcat-build-libs/ecj-4.15/ecj-4.15.jar
2020-06-24T14:20:21.4067944Z
2020-06-24T14:20:21.4068396Z downloadfile-2:
2020-06-24T14:20:21.4159151Z
2020-06-24T14:20:21.4159764Z testexist:
2020-06-24T14:20:21.4160662Z [echo] Testing for /home/runner/tomcat-build-libs/saaj-api-1.3.5/saaj-api-1.3.5.jar
2020-06-24T14:20:21.4160978Z
2020-06-24T14:20:21.4161274Z setproxy:
2020-06-24T14:20:21.4161503Z
2020-06-24T14:20:21.4161817Z downloadfile:
2020-06-24T14:20:21.4248041Z
2020-06-24T14:20:21.4248593Z testexist:
2020-06-24T14:20:21.4249496Z [echo] Testing for /home/runner/tomcat-build-libs/jaxrpc-1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar
2020-06-24T14:20:21.4249840Z
2020-06-24T14:20:21.4250141Z setproxy:
2020-06-24T14:20:21.4250376Z
2020-06-24T14:20:21.4250667Z downloadfile:
2020-06-24T14:20:21.4334897Z
2020-06-24T14:20:21.4335482Z testexist:
2020-06-24T14:20:21.4336308Z [echo] Testing for /home/runner/tomcat-build-libs/wsdl4j-1.6.3/wsdl4j-1.6.3.jar
2020-06-24T14:20:21.4336644Z
2020-06-24T14:20:21.4336946Z setproxy:
2020-06-24T14:20:21.4337178Z
2020-06-24T14:20:21.4337469Z downloadfile:
2020-06-24T14:20:21.4337717Z
2020-06-24T14:20:21.4338189Z build-prepare:
2020-06-24T14:20:21.4338548Z [delete] Deleting directory /home/runner/work/tomcat/tomcat/output/build/temp
2020-06-24T14:20:21.4341167Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/temp
2020-06-24T14:20:21.4357357Z
2020-06-24T14:20:21.4358159Z compile-prepare:
2020-06-24T14:20:21.4363116Z
2020-06-24T14:20:21.4363810Z download-validate:
2020-06-24T14:20:21.4364140Z
2020-06-24T14:20:21.4364447Z validate:
2020-06-24T14:20:21.4364679Z
2020-06-24T14:20:21.4364972Z compile:
2020-06-24T14:20:21.5766836Z
2020-06-24T14:20:21.5767908Z download-test-compile:
2020-06-24T14:20:21.5849218Z
2020-06-24T14:20:21.5849756Z testexist:
2020-06-24T14:20:21.5850800Z [echo] Testing for /home/runner/tomcat-build-libs/junit-4.13/junit-4.13.jar
2020-06-24T14:20:21.5851105Z
2020-06-24T14:20:21.5851382Z setproxy:
2020-06-24T14:20:21.5851610Z
2020-06-24T14:20:21.5851884Z downloadfile:
2020-06-24T14:20:21.5855011Z [get] Getting: https://repo.maven.apache.org/maven2/junit/junit/4.13/junit-4.13.jar
2020-06-24T14:20:21.5856341Z [get] To: /home/runner/tomcat-build-libs/download-499805701.tmp
2020-06-24T14:20:21.6427274Z [echo] Checksum check for junit-4.13.jar, algorithm MD5|SHA-1: OK
2020-06-24T14:20:21.6428409Z [mkdir] Created dir: /home/runner/tomcat-build-libs/junit-4.13
2020-06-24T14:20:21.6429023Z [move] Moving 1 file to /home/runner/tomcat-build-libs/junit-4.13
2020-06-24T14:20:21.6612233Z
2020-06-24T14:20:21.6613633Z testexist:
2020-06-24T14:20:21.6616575Z [echo] Testing for /home/runner/tomcat-build-libs/hamcrest-2.2/hamcrest-2.2.jar
2020-06-24T14:20:21.6618365Z
2020-06-24T14:20:21.6619339Z setproxy:
2020-06-24T14:20:21.6620467Z
2020-06-24T14:20:21.6621420Z downloadfile:
2020-06-24T14:20:21.6625969Z [get] Getting: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
2020-06-24T14:20:21.6627413Z [get] To: /home/runner/tomcat-build-libs/download-901471624.tmp
2020-06-24T14:20:21.6865040Z [echo] Checksum check for hamcrest-2.2.jar, algorithm SHA-512: OK
2020-06-24T14:20:21.6865834Z [mkdir] Created dir: /home/runner/tomcat-build-libs/hamcrest-2.2
2020-06-24T14:20:21.6866369Z [move] Moving 1 file to /home/runner/tomcat-build-libs/hamcrest-2.2
2020-06-24T14:20:21.6951499Z
2020-06-24T14:20:21.6951995Z testexist:
2020-06-24T14:20:21.6952773Z [echo] Testing for /home/runner/tomcat-build-libs/easymock-4.2/easymock-4.2.jar
2020-06-24T14:20:21.6953057Z
2020-06-24T14:20:21.6953334Z setproxy:
2020-06-24T14:20:21.6953563Z
2020-06-24T14:20:21.6953831Z downloadfile:
2020-06-24T14:20:21.6956095Z [get] Getting: https://repo.maven.apache.org/maven2/org/easymock/easymock/4.2/easymock-4.2.jar
2020-06-24T14:20:21.6956945Z [get] To: /home/runner/tomcat-build-libs/download-396894627.tmp
2020-06-24T14:20:21.7356223Z [echo] Checksum check for easymock-4.2.jar, algorithm SHA-512: OK
2020-06-24T14:20:21.7359056Z [mkdir] Created dir: /home/runner/tomcat-build-libs/easymock-4.2
2020-06-24T14:20:21.7361380Z [move] Moving 1 file to /home/runner/tomcat-build-libs/easymock-4.2
2020-06-24T14:20:21.7445761Z
2020-06-24T14:20:21.7446004Z testexist:
2020-06-24T14:20:21.7449175Z [echo] Testing for /home/runner/tomcat-build-libs/cglib-3.3.0/cglib-nodep-3.3.0.jar
2020-06-24T14:20:21.7451042Z
2020-06-24T14:20:21.7451233Z setproxy:
2020-06-24T14:20:21.7452641Z
2020-06-24T14:20:21.7453010Z downloadfile:
2020-06-24T14:20:21.7464650Z [get] Getting: https://repo.maven.apache.org/maven2/cglib/cglib-nodep/3.3.0/cglib-nodep-3.3.0.jar
2020-06-24T14:20:21.7465399Z [get] To: /home/runner/tomcat-build-libs/download-1968136762.tmp
2020-06-24T14:20:21.7743630Z [echo] Checksum check for cglib-nodep-3.3.0.jar, algorithm SHA-512: OK
2020-06-24T14:20:21.7746370Z [mkdir] Created dir: /home/runner/tomcat-build-libs/cglib-3.3.0
2020-06-24T14:20:21.7748481Z [move] Moving 1 file to /home/runner/tomcat-build-libs/cglib-3.3.0
2020-06-24T14:20:21.7831181Z
2020-06-24T14:20:21.7832311Z testexist:
2020-06-24T14:20:21.7834884Z [echo] Testing for /home/runner/tomcat-build-libs/objenesis-3.1/objenesis-3.1.jar
2020-06-24T14:20:21.7836543Z
2020-06-24T14:20:21.7837531Z setproxy:
2020-06-24T14:20:21.7838613Z
2020-06-24T14:20:21.7839526Z downloadfile:
2020-06-24T14:20:21.7843511Z [get] Getting: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.jar
2020-06-24T14:20:21.7845141Z [get] To: /home/runner/tomcat-build-libs/download-1968479975.tmp
2020-06-24T14:20:21.7951316Z [echo] Checksum check for objenesis-3.1.jar, algorithm SHA-512: OK
2020-06-24T14:20:21.7951932Z [mkdir] Created dir: /home/runner/tomcat-build-libs/objenesis-3.1
2020-06-24T14:20:21.7952410Z [move] Moving 1 file to /home/runner/tomcat-build-libs/objenesis-3.1
2020-06-24T14:20:21.7952639Z
2020-06-24T14:20:21.7953000Z compile-webapp-examples:
2020-06-24T14:20:21.8005130Z
2020-06-24T14:20:21.8005832Z test-compile:
2020-06-24T14:20:21.8006224Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/testclasses
2020-06-24T14:20:21.8242131Z [javac] Compiling 578 source files to /home/runner/work/tomcat/tomcat/output/testclasses
2020-06-24T14:20:21.8265645Z [javac] Support for javac --release has been added in Java9 ignoring it
2020-06-24T14:20:24.3951944Z [javac] Note: Some input files use or override a deprecated API.
2020-06-24T14:20:24.3953119Z [javac] Note: Recompile with -Xlint:deprecation for details.
2020-06-24T14:20:24.4050849Z [copy] Copying 3 files to /home/runner/work/tomcat/tomcat/output/testclasses
2020-06-24T14:20:24.4056977Z
2020-06-24T14:20:24.4057638Z build-manifests:
2020-06-24T14:20:24.4057817Z
2020-06-24T14:20:24.4058096Z download-bnd:
2020-06-24T14:20:24.4144582Z
2020-06-24T14:20:24.4144854Z testexist:
2020-06-24T14:20:24.4147091Z [echo] Testing for /home/runner/tomcat-build-libs/bnd-5.1.1/biz.aQute.bnd-5.1.1.jar
2020-06-24T14:20:24.4147317Z
2020-06-24T14:20:24.4147465Z setproxy:
2020-06-24T14:20:24.4147706Z
2020-06-24T14:20:24.4147870Z downloadfile:
2020-06-24T14:20:24.4148120Z
2020-06-24T14:20:24.4148433Z setup-bnd:
2020-06-24T14:20:24.4673797Z
2020-06-24T14:20:24.4674318Z package:
2020-06-24T14:20:24.4694111Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/annotations-api.jar
2020-06-24T14:20:24.4804633Z
2020-06-24T14:20:24.4806437Z add-osgi:
2020-06-24T14:20:24.4809162Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/annotations-api.jar true
2020-06-24T14:20:24.7208114Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/annotations-api.jar
2020-06-24T14:20:24.7211384Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:24.7299336Z
2020-06-24T14:20:24.7301076Z add-graal:
2020-06-24T14:20:24.7336793Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/servlet-api.jar
2020-06-24T14:20:24.7906964Z
2020-06-24T14:20:24.7908961Z add-osgi:
2020-06-24T14:20:24.7911861Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/servlet-api.jar true
2020-06-24T14:20:24.8958269Z [bnd] 2 WARNINGS
2020-06-24T14:20:24.8960323Z [bnd] Split package, multiple jars provide the same package:jakarta/servlet
2020-06-24T14:20:24.8962184Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:24.8963932Z [bnd] Package found in [Jar:servlet-api, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:24.8966223Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:24.8967573Z [bnd] Split package, multiple jars provide the same package:jakarta/servlet/http
2020-06-24T14:20:24.8968985Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:24.8970482Z [bnd] Package found in [Jar:servlet-api, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:24.8972908Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:24.9819354Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/servlet-api.jar
2020-06-24T14:20:24.9823293Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:24.9911851Z
2020-06-24T14:20:24.9912859Z add-graal:
2020-06-24T14:20:24.9932770Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/el-api.jar
2020-06-24T14:20:25.0128102Z
2020-06-24T14:20:25.0129196Z add-osgi:
2020-06-24T14:20:25.0153313Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/el-api.jar true
2020-06-24T14:20:25.0850054Z [bnd] 1 WARNINGS
2020-06-24T14:20:25.0850756Z [bnd] Split package, multiple jars provide the same package:jakarta/el
2020-06-24T14:20:25.0851735Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:25.0852437Z [bnd] Package found in [Jar:el-api, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:25.0853580Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:25.1094328Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/el-api.jar
2020-06-24T14:20:25.1095017Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:25.1176949Z
2020-06-24T14:20:25.1177881Z add-graal:
2020-06-24T14:20:25.1199401Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/jsp-api.jar
2020-06-24T14:20:25.1364631Z
2020-06-24T14:20:25.1365632Z add-osgi:
2020-06-24T14:20:25.1366278Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/jsp-api.jar true
2020-06-24T14:20:25.2205091Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/jsp-api.jar
2020-06-24T14:20:25.2205737Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:25.2287437Z
2020-06-24T14:20:25.2288444Z add-graal:
2020-06-24T14:20:25.2308157Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/websocket-api.jar
2020-06-24T14:20:25.2447656Z
2020-06-24T14:20:25.2448514Z add-osgi:
2020-06-24T14:20:25.2449483Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/websocket-api.jar true
2020-06-24T14:20:25.3205631Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/websocket-api.jar
2020-06-24T14:20:25.3206382Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:25.3294369Z
2020-06-24T14:20:25.3295675Z add-graal:
2020-06-24T14:20:25.3322554Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/jaspic-api.jar
2020-06-24T14:20:25.3441678Z
2020-06-24T14:20:25.3442782Z add-osgi:
2020-06-24T14:20:25.3443458Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/jaspic-api.jar true
2020-06-24T14:20:25.4145194Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/jaspic-api.jar
2020-06-24T14:20:25.4146232Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:25.4232594Z
2020-06-24T14:20:25.4233624Z add-graal:
2020-06-24T14:20:25.4265380Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/bin/tomcat-juli.jar
2020-06-24T14:20:25.4385820Z
2020-06-24T14:20:25.4386762Z add-osgi:
2020-06-24T14:20:25.4387366Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/bin/tomcat-juli.jar true
2020-06-24T14:20:25.5070909Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/bin/tomcat-juli.jar
2020-06-24T14:20:25.5071626Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/bin
2020-06-24T14:20:25.5158437Z
2020-06-24T14:20:25.5159439Z add-graal:
2020-06-24T14:20:25.5281909Z
2020-06-24T14:20:25.5282904Z add-osgi:
2020-06-24T14:20:25.5362596Z
2020-06-24T14:20:25.5363503Z add-graal:
2020-06-24T14:20:25.5400117Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util.jar
2020-06-24T14:20:25.5699208Z
2020-06-24T14:20:25.5700285Z add-osgi:
2020-06-24T14:20:25.5700944Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util.jar true
2020-06-24T14:20:25.6706567Z [bnd] 7 WARNINGS
2020-06-24T14:20:25.6707245Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/json
2020-06-24T14:20:25.6708269Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:25.6708970Z [bnd] Package found in [Jar:tomcat-i18n-de, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN, Jar:tomcat-util]
2020-06-24T14:20:25.6710212Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:25.6710667Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/threads/res
2020-06-24T14:20:25.6711264Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:25.6711902Z [bnd] Package found in [Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN, Jar:tomcat-util]
2020-06-24T14:20:25.6713122Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:25.6713577Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util
2020-06-24T14:20:25.6714169Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:25.6715042Z [bnd] Package found in [Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-util]
2020-06-24T14:20:25.6716620Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:25.6717087Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/buf
2020-06-24T14:20:25.6717686Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:25.6718361Z [bnd] Package found in [Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN, Jar:tomcat-util]
2020-06-24T14:20:25.6719565Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:25.6719994Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/codec/binary
2020-06-24T14:20:25.6720596Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:25.6721218Z [bnd] Package found in [Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN, Jar:tomcat-util]
2020-06-24T14:20:25.6722380Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:25.6722823Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/compat
2020-06-24T14:20:25.6723421Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:25.6724207Z [bnd] Package found in [Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN, Jar:tomcat-util]
2020-06-24T14:20:25.6725402Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:25.6725992Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/security
2020-06-24T14:20:25.6726608Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:25.6727248Z [bnd] Package found in [Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN, Jar:tomcat-util]
2020-06-24T14:20:25.6728430Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:25.7224555Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util.jar
2020-06-24T14:20:25.7226654Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:25.7314516Z
2020-06-24T14:20:25.7315697Z add-graal:
2020-06-24T14:20:25.7331579Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-api.jar
2020-06-24T14:20:25.7433685Z
2020-06-24T14:20:25.7451463Z add-osgi:
2020-06-24T14:20:25.7452297Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-api.jar true
2020-06-24T14:20:25.8044645Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-api.jar
2020-06-24T14:20:25.8045609Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:25.8137207Z
2020-06-24T14:20:25.8138310Z add-graal:
2020-06-24T14:20:25.8168288Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util-scan.jar
2020-06-24T14:20:25.8513302Z
2020-06-24T14:20:25.8514525Z add-osgi:
2020-06-24T14:20:25.8515295Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util-scan.jar true
2020-06-24T14:20:25.9346432Z [bnd] 5 WARNINGS
2020-06-24T14:20:25.9347112Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/descriptor
2020-06-24T14:20:25.9348121Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:25.9348820Z [bnd] Package found in [Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN, Jar:tomcat-util-scan]
2020-06-24T14:20:25.9350056Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:25.9350503Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/descriptor/tld
2020-06-24T14:20:25.9351106Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:25.9351734Z [bnd] Package found in [Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN, Jar:tomcat-util-scan]
2020-06-24T14:20:25.9353354Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:25.9353806Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/descriptor/web
2020-06-24T14:20:25.9354402Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:25.9355277Z [bnd] Package found in [Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN, Jar:tomcat-util-scan]
2020-06-24T14:20:25.9356474Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:25.9356930Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/digester
2020-06-24T14:20:25.9357520Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:25.9358198Z [bnd] Package found in [Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN, Jar:tomcat-util-scan]
2020-06-24T14:20:25.9359377Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:25.9359825Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/scan
2020-06-24T14:20:25.9360416Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:25.9361135Z [bnd] Package found in [Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN, Jar:tomcat-util-scan]
2020-06-24T14:20:25.9362425Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:25.9930320Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util-scan.jar
2020-06-24T14:20:25.9931208Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:26.0016841Z
2020-06-24T14:20:26.0017884Z add-graal:
2020-06-24T14:20:26.0036097Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-jni.jar
2020-06-24T14:20:26.0203628Z
2020-06-24T14:20:26.0204585Z add-osgi:
2020-06-24T14:20:26.0205129Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-jni.jar true
2020-06-24T14:20:26.0844101Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-jni.jar
2020-06-24T14:20:26.0844833Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:26.0928195Z
2020-06-24T14:20:26.0931410Z add-graal:
2020-06-24T14:20:26.0997416Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-coyote.jar
2020-06-24T14:20:26.1982643Z
2020-06-24T14:20:26.1983920Z add-osgi:
2020-06-24T14:20:26.1984621Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-coyote.jar true
2020-06-24T14:20:26.3747773Z [bnd] 14 WARNINGS
2020-06-24T14:20:26.3748408Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/net/jsse
2020-06-24T14:20:26.3749449Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.3750225Z [bnd] Package found in [Jar:tomcat-coyote, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.3751467Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.3752062Z [bnd] Split package, multiple jars provide the same package:org/apache/coyote
2020-06-24T14:20:26.3752610Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.3753286Z [bnd] Package found in [Jar:tomcat-coyote, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.3754426Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.3754967Z [bnd] Split package, multiple jars provide the same package:org/apache/coyote/ajp
2020-06-24T14:20:26.3755803Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.3756570Z [bnd] Package found in [Jar:tomcat-coyote, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.3757721Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.3758149Z [bnd] Split package, multiple jars provide the same package:org/apache/coyote/http11
2020-06-24T14:20:26.3758710Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.3759401Z [bnd] Package found in [Jar:tomcat-coyote, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.3760508Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.3760938Z [bnd] Split package, multiple jars provide the same package:org/apache/coyote/http11/filters
2020-06-24T14:20:26.3761504Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.3762168Z [bnd] Package found in [Jar:tomcat-coyote, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.3763264Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.3763690Z [bnd] Split package, multiple jars provide the same package:org/apache/coyote/http11/upgrade
2020-06-24T14:20:26.3764476Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.3765194Z [bnd] Package found in [Jar:tomcat-coyote, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.3766543Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.3766986Z [bnd] Split package, multiple jars provide the same package:org/apache/coyote/http2
2020-06-24T14:20:26.3767589Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.3768337Z [bnd] Package found in [Jar:tomcat-coyote, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.3769516Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.3769980Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/http
2020-06-24T14:20:26.3770573Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.3771308Z [bnd] Package found in [Jar:tomcat-coyote, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.3773068Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.3773492Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/http/parser
2020-06-24T14:20:26.3774063Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.3774714Z [bnd] Package found in [Jar:tomcat-coyote, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.3776006Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.3776432Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/modeler
2020-06-24T14:20:26.3776974Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.3777519Z [bnd] Package found in [Jar:tomcat-coyote, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.3778605Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.3778980Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/net
2020-06-24T14:20:26.3779492Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.3780151Z [bnd] Package found in [Jar:tomcat-coyote, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.3781246Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.3781616Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/net/openssl
2020-06-24T14:20:26.3782130Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.3782802Z [bnd] Package found in [Jar:tomcat-coyote, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.3783914Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.3784274Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/net/openssl/ciphers
2020-06-24T14:20:26.3784792Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.3785542Z [bnd] Package found in [Jar:tomcat-coyote, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.3786702Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.3787210Z [bnd] Export org.apache.tomcat.util.http.fileupload, has 1, private references [org.apache.tomcat.util.http.fileupload.impl]
2020-06-24T14:20:26.5747654Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-coyote.jar
2020-06-24T14:20:26.5749548Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:26.5833953Z
2020-06-24T14:20:26.5835063Z add-graal:
2020-06-24T14:20:26.5862878Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-websocket.jar
2020-06-24T14:20:26.6220390Z
2020-06-24T14:20:26.6221501Z add-osgi:
2020-06-24T14:20:26.6222156Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-websocket.jar true
2020-06-24T14:20:26.7089357Z [bnd] 3 WARNINGS
2020-06-24T14:20:26.7090030Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/websocket/pojo
2020-06-24T14:20:26.7090979Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.7091726Z [bnd] Package found in [Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-websocket]
2020-06-24T14:20:26.7092847Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.7093284Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/websocket
2020-06-24T14:20:26.7093837Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.7094543Z [bnd] Package found in [Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-websocket]
2020-06-24T14:20:26.7095668Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.7096395Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/websocket/server
2020-06-24T14:20:26.7096964Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.7097605Z [bnd] Package found in [Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN, Jar:tomcat-websocket]
2020-06-24T14:20:26.7098948Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.7654418Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-websocket.jar
2020-06-24T14:20:26.7655636Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:26.7741839Z
2020-06-24T14:20:26.7742916Z add-graal:
2020-06-24T14:20:26.7785463Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-tribes.jar
2020-06-24T14:20:26.8308575Z
2020-06-24T14:20:26.8309652Z add-osgi:
2020-06-24T14:20:26.8310260Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina-tribes.jar true
2020-06-24T14:20:26.9291864Z [bnd] 10 WARNINGS
2020-06-24T14:20:26.9292515Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/membership/cloud
2020-06-24T14:20:26.9293532Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.9294304Z [bnd] Package found in [Jar:catalina-tribes, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.9295521Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.9295981Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/group
2020-06-24T14:20:26.9296662Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.9297326Z [bnd] Package found in [Jar:catalina-tribes, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.9298699Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.9299200Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/group/interceptors
2020-06-24T14:20:26.9299761Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.9300444Z [bnd] Package found in [Jar:catalina-tribes, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.9301567Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.9301978Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/io
2020-06-24T14:20:26.9302521Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.9303194Z [bnd] Package found in [Jar:catalina-tribes, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.9304307Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.9304722Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/jmx
2020-06-24T14:20:26.9305265Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.9305869Z [bnd] Package found in [Jar:catalina-tribes, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.9306938Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.9307361Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/membership
2020-06-24T14:20:26.9308083Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.9308827Z [bnd] Package found in [Jar:catalina-tribes, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.9309933Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.9310346Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/tipis
2020-06-24T14:20:26.9310890Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.9311579Z [bnd] Package found in [Jar:catalina-tribes, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.9312681Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.9313093Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/transport
2020-06-24T14:20:26.9313638Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.9314296Z [bnd] Package found in [Jar:catalina-tribes, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.9315545Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.9316889Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/transport/nio
2020-06-24T14:20:26.9317977Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.9318624Z [bnd] Package found in [Jar:catalina-tribes, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.9319917Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:26.9320283Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/util
2020-06-24T14:20:26.9320767Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:26.9321369Z [bnd] Package found in [Jar:catalina-tribes, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:26.9322393Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.0169332Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-tribes.jar
2020-06-24T14:20:27.0170178Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:27.0434133Z
2020-06-24T14:20:27.0436371Z add-graal:
2020-06-24T14:20:27.0551576Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina.jar
2020-06-24T14:20:27.2405987Z
2020-06-24T14:20:27.2408042Z add-osgi:
2020-06-24T14:20:27.2410997Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina.jar true
2020-06-24T14:20:27.5450699Z [bnd] 25 WARNINGS
2020-06-24T14:20:27.5451369Z [bnd] Split package, multiple jars provide the same package:org/apache/naming/factory/webservices
2020-06-24T14:20:27.5452363Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5452992Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-de, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5457979Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5458535Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/authenticator
2020-06-24T14:20:27.5459108Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5460076Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5461293Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5461742Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/authenticator/jaspic
2020-06-24T14:20:27.5462305Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5462990Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5464082Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5464813Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/connector
2020-06-24T14:20:27.5465481Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5466175Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5467262Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5467661Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/core
2020-06-24T14:20:27.5468201Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5468911Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5470068Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5470528Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/deploy
2020-06-24T14:20:27.5471075Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5471725Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5481340Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5481889Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/filters
2020-06-24T14:20:27.5482465Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5483158Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5484256Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5484674Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/loader
2020-06-24T14:20:27.5485225Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5485893Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5486985Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5487574Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/manager
2020-06-24T14:20:27.5488194Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5488898Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5489994Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5490398Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/manager/host
2020-06-24T14:20:27.5490937Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5491656Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5492741Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5493129Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/mapper
2020-06-24T14:20:27.5493666Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5494310Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5495425Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5496344Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/mbeans
2020-06-24T14:20:27.5496907Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5497418Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5498583Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5498953Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/realm
2020-06-24T14:20:27.5499440Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5500052Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5501124Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5501466Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/security
2020-06-24T14:20:27.5501945Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5502491Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5503538Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5503880Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/servlets
2020-06-24T14:20:27.5504354Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5504953Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5506036Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5506434Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/session
2020-06-24T14:20:27.5506915Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5507495Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5508506Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5508859Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/ssi
2020-06-24T14:20:27.5509333Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5509832Z [bnd] Package found in [Jar:catalina-ssi, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5510888Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5511220Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/startup
2020-06-24T14:20:27.5511692Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5512293Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5513324Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5513650Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/users
2020-06-24T14:20:27.5514124Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5515003Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5516064Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5516426Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/util
2020-06-24T14:20:27.5516902Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5517496Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5518506Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5518855Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/valves
2020-06-24T14:20:27.5519334Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5519947Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5521004Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5521380Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/valves/rewrite
2020-06-24T14:20:27.5522326Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5522829Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5523918Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5524331Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/webresources
2020-06-24T14:20:27.5524811Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5525931Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5526829Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5527052Z [bnd] Split package, multiple jars provide the same package:org/apache/naming
2020-06-24T14:20:27.5527413Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5527847Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5528741Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.5528973Z [bnd] Split package, multiple jars provide the same package:org/apache/naming/factory
2020-06-24T14:20:27.5529333Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:27.5529751Z [bnd] Package found in [Jar:catalina, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:27.5530626Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:27.9164978Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina.jar
2020-06-24T14:20:27.9169067Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:27.9251292Z
2020-06-24T14:20:27.9252314Z add-graal:
2020-06-24T14:20:27.9272714Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ha.jar
2020-06-24T14:20:27.9478375Z
2020-06-24T14:20:27.9479177Z add-osgi:
2020-06-24T14:20:27.9479767Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ha.jar true
2020-06-24T14:20:28.0136863Z [bnd] 6 WARNINGS
2020-06-24T14:20:28.0137443Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/ha/authenticator
2020-06-24T14:20:28.0138429Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:28.0139160Z [bnd] Package found in [Jar:catalina-ha, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:28.0140407Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:28.0140883Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/ha/backend
2020-06-24T14:20:28.0141491Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:28.0142151Z [bnd] Package found in [Jar:catalina-ha, Jar:tomcat-i18n-de, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:28.0143325Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:28.0143777Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/ha/context
2020-06-24T14:20:28.0144372Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:28.0145000Z [bnd] Package found in [Jar:catalina-ha, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:28.0146287Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:28.0146928Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/ha/deploy
2020-06-24T14:20:28.0147485Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:28.0148257Z [bnd] Package found in [Jar:catalina-ha, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:28.0149460Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:28.0149895Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/ha/session
2020-06-24T14:20:28.0150434Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:28.0151091Z [bnd] Package found in [Jar:catalina-ha, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:28.0152190Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:28.0152606Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/ha/tcp
2020-06-24T14:20:28.0153148Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:28.0153803Z [bnd] Package found in [Jar:catalina-ha, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:28.0155568Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:28.0530074Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ha.jar
2020-06-24T14:20:28.0530676Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:28.0613794Z
2020-06-24T14:20:28.0614820Z add-graal:
2020-06-24T14:20:28.0630263Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ssi.jar
2020-06-24T14:20:28.0775573Z
2020-06-24T14:20:28.0776439Z add-osgi:
2020-06-24T14:20:28.0777074Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ssi.jar true
2020-06-24T14:20:28.1314037Z [bnd] 1 WARNINGS
2020-06-24T14:20:28.1314965Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/ssi
2020-06-24T14:20:28.1315930Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:28.1316558Z [bnd] Package found in [Jar:catalina-ssi, Jar:catalina, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:28.1317679Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:28.1471819Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ssi.jar
2020-06-24T14:20:28.1472425Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:28.1560398Z
2020-06-24T14:20:28.1561174Z add-graal:
2020-06-24T14:20:28.1681064Z
2020-06-24T14:20:28.1682042Z add-osgi:
2020-06-24T14:20:28.1749650Z
2020-06-24T14:20:28.1750340Z add-graal:
2020-06-24T14:20:28.1766411Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-storeconfig.jar
2020-06-24T14:20:28.1955350Z
2020-06-24T14:20:28.1956208Z add-osgi:
2020-06-24T14:20:28.1956758Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina-storeconfig.jar true
2020-06-24T14:20:28.2477599Z [bnd] 1 WARNINGS
2020-06-24T14:20:28.2478260Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/storeconfig
2020-06-24T14:20:28.2479227Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:28.2479878Z [bnd] Package found in [Jar:catalina-storeconfig, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:28.2481005Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:28.2685730Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-storeconfig.jar
2020-06-24T14:20:28.2686468Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:28.2771845Z
2020-06-24T14:20:28.2772867Z add-graal:
2020-06-24T14:20:28.2797147Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/jasper-el.jar
2020-06-24T14:20:28.3069468Z
2020-06-24T14:20:28.3077133Z add-osgi:
2020-06-24T14:20:28.3077943Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/jasper-el.jar true
2020-06-24T14:20:28.4190791Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/jasper-el.jar
2020-06-24T14:20:28.4195421Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:28.4288520Z
2020-06-24T14:20:28.4290269Z add-graal:
2020-06-24T14:20:28.4335517Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/jasper.jar
2020-06-24T14:20:28.5017702Z
2020-06-24T14:20:28.5019976Z add-osgi:
2020-06-24T14:20:28.5023031Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/jasper.jar true
2020-06-24T14:20:28.6499296Z [bnd] 1 WARNINGS
2020-06-24T14:20:28.6500915Z [bnd] Split package, multiple jars provide the same package:org/apache/jasper/resources
2020-06-24T14:20:28.6502806Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:28.6504460Z [bnd] Package found in [Jar:jasper, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:28.6506995Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:28.7590459Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/jasper.jar
2020-06-24T14:20:28.7594525Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:28.7679246Z
2020-06-24T14:20:28.7680464Z add-graal:
2020-06-24T14:20:28.7710574Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-dbcp.jar
2020-06-24T14:20:28.8125135Z
2020-06-24T14:20:28.8126442Z add-osgi:
2020-06-24T14:20:28.8127155Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-dbcp.jar true
2020-06-24T14:20:28.9067016Z [bnd] 1 WARNINGS
2020-06-24T14:20:28.9067732Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/dbcp/dbcp2
2020-06-24T14:20:28.9068736Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-24T14:20:28.9069418Z [bnd] Package found in [Jar:tomcat-dbcp, Jar:tomcat-i18n-de, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-zh-CN]
2020-06-24T14:20:28.9070586Z [bnd] Class path [Jar:biz.aQute.bnd-5.1.1, Jar:tomcat-juli, Jar:annotations-api, Jar:catalina-ant, Jar:catalina-ha, Jar:catalina-ssi, Jar:catalina-storeconfig, Jar:catalina-tribes, Jar:catalina, Jar:ecj-4.15, Jar:el-api, Jar:jasper-el, Jar:jasper, Jar:jaspic-api, Jar:jsp-api, Jar:servlet-api, Jar:tomcat-api, Jar:tomcat-coyote, Jar:tomcat-dbcp, Jar:tomcat-i18n-cs, Jar:tomcat-i18n-de, Jar:tomcat-i18n-es, Jar:tomcat-i18n-fr, Jar:tomcat-i18n-ja, Jar:tomcat-i18n-ko, Jar:tomcat-i18n-pt-BR, Jar:tomcat-i18n-ru, Jar:tomcat-i18n-zh-CN, Jar:tomcat-jdbc, Jar:tomcat-jni, Jar:tomcat-util-scan, Jar:tomcat-util, Jar:tomcat-websocket, Jar:websocket-api]
2020-06-24T14:20:28.9658147Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-dbcp.jar
2020-06-24T14:20:28.9659019Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-24T14:20:28.9742525Z
2020-06-24T14:20:28.9743620Z add-graal:
2020-06-24T14:20:29.0593438Z
2020-06-24T14:20:29.0595394Z build-docs:
2020-06-24T14:20:29.0651507Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs
2020-06-24T14:20:29.0661745Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/appdev
2020-06-24T14:20:29.0666039Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/funcspecs
2020-06-24T14:20:29.0672778Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config
2020-06-24T14:20:29.0680903Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/architecture
2020-06-24T14:20:29.0684564Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/tribes
2020-06-24T14:20:29.0685706Z
2020-06-24T14:20:29.0686470Z build-tomcat-jdbc:
2020-06-24T14:20:29.0686931Z [echo] Building Tomcat JDBC pool libraries
2020-06-24T14:20:29.0713103Z
2020-06-24T14:20:29.0713565Z prepare:
2020-06-24T14:20:29.0719634Z
2020-06-24T14:20:29.0720035Z download:
2020-06-24T14:20:29.0720336Z
2020-06-24T14:20:29.0720975Z build-src:
2020-06-24T14:20:29.0758763Z
2020-06-24T14:20:29.0759299Z build:
2020-06-24T14:20:29.0831677Z
2020-06-24T14:20:29.0832169Z deploy:
2020-06-24T14:20:29.2197523Z
2020-06-24T14:20:29.2198909Z examples-sources:
2020-06-24T14:20:29.2255189Z
2020-06-24T14:20:29.2256126Z download-cobertura:
2020-06-24T14:20:29.2256527Z
2020-06-24T14:20:29.2257020Z cobertura-init:
2020-06-24T14:20:29.2260072Z
2020-06-24T14:20:29.2260800Z cobertura-disabled:
2020-06-24T14:20:29.2261094Z
2020-06-24T14:20:29.2261587Z cobertura-disabled-log:
2020-06-24T14:20:29.2261897Z
2020-06-24T14:20:29.2262463Z cobertura-instrument:
2020-06-24T14:20:29.2262719Z
2020-06-24T14:20:29.2263219Z test-openssl-exists:
2020-06-24T14:20:29.2300231Z
2020-06-24T14:20:29.2301048Z test-nio:
2020-06-24T14:20:29.6935268Z [junit] Running jakarta.el.TestArrayELResolver
2020-06-24T14:20:29.7124940Z [junit] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
2020-06-24T14:20:30.0322355Z [junit] Running jakarta.el.TestBeanELResolver
2020-06-24T14:20:30.0579877Z [junit] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
2020-06-24T14:20:30.3234426Z [junit] Running jakarta.el.TestBeanELResolverVarargsInvocation
2020-06-24T14:20:30.3236034Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
2020-06-24T14:20:30.6145340Z [junit] Running jakarta.el.TestBeanNameELResolver
2020-06-24T14:20:30.6146031Z [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
2020-06-24T14:20:30.9368498Z [junit] Running jakarta.el.TestCompositeELResolver
2020-06-24T14:20:31.0439940Z [junit] 24-Jun-2020 14:20:30.978 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug50408]
2020-06-24T14:20:31.4445357Z [junit] 24-Jun-2020 14:20:31.397 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:20:31.4446405Z [junit] 24-Jun-2020 14:20:31.430 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:31.4447112Z [junit] 24-Jun-2020 14:20:31.430 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:31.5514518Z [junit] 24-Jun-2020 14:20:31.536 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:20:31.6516788Z [junit] 24-Jun-2020 14:20:31.626 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:20:32.6527011Z [junit] 24-Jun-2020 14:20:32.618 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-46745"]
2020-06-24T14:20:32.8529822Z [junit] 24-Jun-2020 14:20:32.828 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-46745"]
2020-06-24T14:20:32.8531102Z [junit] 24-Jun-2020 14:20:32.833 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:32.8532026Z [junit] 24-Jun-2020 14:20:32.847 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-46745"]
2020-06-24T14:20:32.8816866Z [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.981 sec
2020-06-24T14:20:32.8818171Z [junit] 24-Jun-2020 14:20:32.857 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-46745"]
2020-06-24T14:20:33.1415656Z [junit] Running jakarta.el.TestELContext
2020-06-24T14:20:33.1416829Z [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
2020-06-24T14:20:33.4540997Z [junit] Running jakarta.el.TestELProcessor
2020-06-24T14:20:33.4826448Z [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
2020-06-24T14:20:33.7847983Z [junit] Running jakarta.el.TestELResolver
2020-06-24T14:20:33.7848316Z [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
2020-06-24T14:20:34.0858602Z [junit] Running jakarta.el.TestEvaluationListener
2020-06-24T14:20:34.0859169Z [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
2020-06-24T14:20:34.3592901Z [junit] Running jakarta.el.TestImportHandler
2020-06-24T14:20:34.3593677Z [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
2020-06-24T14:20:34.6607579Z [junit] Running jakarta.el.TestImportHandlerStandardPackages
2020-06-24T14:20:34.6608527Z [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
2020-06-24T14:20:34.9532722Z [junit] Running jakarta.el.TestListELResolver
2020-06-24T14:20:34.9534826Z [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
2020-06-24T14:20:35.2360776Z [junit] Running jakarta.el.TestMapELResolver
2020-06-24T14:20:35.2361053Z [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
2020-06-24T14:20:35.5458681Z [junit] Running jakarta.el.TestResourceBundleELResolver
2020-06-24T14:20:35.5459277Z [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
2020-06-24T14:20:35.8342371Z [junit] Running jakarta.el.TestStaticFieldELResolver
2020-06-24T14:20:35.8342634Z [junit] publicStaticString
2020-06-24T14:20:35.8342786Z [junit] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
2020-06-24T14:20:36.1227699Z [junit] Running jakarta.el.TestUtil
2020-06-24T14:20:36.1228271Z [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
2020-06-24T14:20:36.4281783Z [junit] Running jakarta.servlet.annotation.TestServletSecurity
2020-06-24T14:20:36.5284330Z [junit] 24-Jun-2020 14:20:36.459 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testFooBarThenFoo]
2020-06-24T14:20:36.9289009Z [junit] 24-Jun-2020 14:20:36.862 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:20:36.9289648Z [junit] 24-Jun-2020 14:20:36.897 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:36.9290067Z [junit] 24-Jun-2020 14:20:36.897 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:37.0290656Z [junit] 24-Jun-2020 14:20:36.976 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-40337"]
2020-06-24T14:20:37.1216299Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.729 sec
2020-06-24T14:20:37.1222391Z [junit] 24-Jun-2020 14:20:37.055 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-40337"]
2020-06-24T14:20:37.1223124Z [junit] 24-Jun-2020 14:20:37.064 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:37.1223717Z [junit] 24-Jun-2020 14:20:37.072 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-40337"]
2020-06-24T14:20:37.1224187Z [junit] 24-Jun-2020 14:20:37.074 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-40337"]
2020-06-24T14:20:37.1224602Z [junit] 24-Jun-2020 14:20:37.083 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testFooThenFooBar]
2020-06-24T14:20:37.1225028Z [junit] 24-Jun-2020 14:20:37.091 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:20:37.1225432Z [junit] 24-Jun-2020 14:20:37.091 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:37.1225874Z [junit] 24-Jun-2020 14:20:37.091 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:37.1229865Z [junit] 24-Jun-2020 14:20:37.095 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-33777"]
2020-06-24T14:20:37.1232662Z [junit] 24-Jun-2020 14:20:37.102 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-33777"]
2020-06-24T14:20:37.1233065Z [junit] 24-Jun-2020 14:20:37.107 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:37.1233443Z [junit] 24-Jun-2020 14:20:37.109 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-33777"]
2020-06-24T14:20:37.1233852Z [junit] 24-Jun-2020 14:20:37.110 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-33777"]
2020-06-24T14:20:37.4464577Z [junit] Running jakarta.servlet.annotation.TestServletSecurityMappings
2020-06-24T14:20:37.5467984Z [junit] 24-Jun-2020 14:20:37.476 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[false, false, false, false]]
2020-06-24T14:20:37.9471732Z [junit] 24-Jun-2020 14:20:37.877 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:20:37.9472660Z [junit] 24-Jun-2020 14:20:37.903 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:37.9473291Z [junit] 24-Jun-2020 14:20:37.903 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:38.0473754Z [junit] 24-Jun-2020 14:20:38.019 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-37617"]
2020-06-24T14:20:38.1476293Z [junit] 24-Jun-2020 14:20:38.110 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-37617"]
2020-06-24T14:20:38.1477299Z [junit] 24-Jun-2020 14:20:38.111 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:38.1477996Z [junit] 24-Jun-2020 14:20:38.122 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-37617"]
2020-06-24T14:20:38.1478675Z [junit] 24-Jun-2020 14:20:38.124 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-37617"]
2020-06-24T14:20:38.1479359Z [junit] 24-Jun-2020 14:20:38.132 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[false, false, false, true]]
2020-06-24T14:20:38.1480268Z [junit] 24-Jun-2020 14:20:38.134 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:20:38.1480973Z [junit] 24-Jun-2020 14:20:38.135 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:38.1481638Z [junit] 24-Jun-2020 14:20:38.135 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:38.2485843Z [junit] 24-Jun-2020 14:20:38.150 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-36325"]
2020-06-24T14:20:38.2487075Z [junit] 24-Jun-2020 14:20:38.164 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-36325"]
2020-06-24T14:20:38.2487729Z [junit] 24-Jun-2020 14:20:38.169 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:38.2488427Z [junit] 24-Jun-2020 14:20:38.171 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-36325"]
2020-06-24T14:20:38.2489197Z [junit] 24-Jun-2020 14:20:38.172 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-36325"]
2020-06-24T14:20:38.2489830Z [junit] 24-Jun-2020 14:20:38.173 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[false, false, true, false]]
2020-06-24T14:20:38.2490430Z [junit] 24-Jun-2020 14:20:38.174 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:20:38.2490997Z [junit] 24-Jun-2020 14:20:38.175 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:38.2491593Z [junit] 24-Jun-2020 14:20:38.175 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:38.2492197Z [junit] 24-Jun-2020 14:20:38.178 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-3-42117"]
2020-06-24T14:20:38.2492796Z [junit] 24-Jun-2020 14:20:38.187 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-3-42117"]
2020-06-24T14:20:38.2493364Z [junit] 24-Jun-2020 14:20:38.192 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:38.2494177Z [junit] 24-Jun-2020 14:20:38.194 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-3-42117"]
2020-06-24T14:20:38.2494825Z [junit] 24-Jun-2020 14:20:38.195 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3-42117"]
2020-06-24T14:20:38.2495494Z [junit] 24-Jun-2020 14:20:38.196 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[false, false, true, true]]
2020-06-24T14:20:38.2496172Z [junit] 24-Jun-2020 14:20:38.197 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:20:38.2496787Z [junit] 24-Jun-2020 14:20:38.198 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:38.2497411Z [junit] 24-Jun-2020 14:20:38.198 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:38.2498068Z [junit] 24-Jun-2020 14:20:38.201 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-4-40191"]
2020-06-24T14:20:38.2498707Z [junit] 24-Jun-2020 14:20:38.220 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-4-40191"]
2020-06-24T14:20:38.2499542Z [junit] 24-Jun-2020 14:20:38.225 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:38.2500278Z [junit] 24-Jun-2020 14:20:38.227 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-4-40191"]
2020-06-24T14:20:38.2500956Z [junit] 24-Jun-2020 14:20:38.228 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4-40191"]
2020-06-24T14:20:38.2501628Z [junit] 24-Jun-2020 14:20:38.229 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[false, true, false, false]]
2020-06-24T14:20:38.2502287Z [junit] 24-Jun-2020 14:20:38.230 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"]
2020-06-24T14:20:38.2502881Z [junit] 24-Jun-2020 14:20:38.230 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:38.2503524Z [junit] 24-Jun-2020 14:20:38.231 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:38.2504243Z [junit] 24-Jun-2020 14:20:38.234 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-37339"]
2020-06-24T14:20:38.2504885Z [junit] 24-Jun-2020 14:20:38.240 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-37339"]
2020-06-24T14:20:38.2505491Z [junit] 24-Jun-2020 14:20:38.245 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:38.2506135Z [junit] 24-Jun-2020 14:20:38.247 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-37339"]
2020-06-24T14:20:38.3483446Z [junit] 24-Jun-2020 14:20:38.251 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-5-37339"]
2020-06-24T14:20:38.3484562Z [junit] 24-Jun-2020 14:20:38.252 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[false, true, false, true]]
2020-06-24T14:20:38.3485283Z [junit] 24-Jun-2020 14:20:38.253 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-6"]
2020-06-24T14:20:38.3485950Z [junit] 24-Jun-2020 14:20:38.253 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:38.3487107Z [junit] 24-Jun-2020 14:20:38.253 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:38.3487583Z [junit] 24-Jun-2020 14:20:38.257 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-6-35573"]
2020-06-24T14:20:38.3488021Z [junit] 24-Jun-2020 14:20:38.264 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-6-35573"]
2020-06-24T14:20:38.3488404Z [junit] 24-Jun-2020 14:20:38.269 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:38.3488805Z [junit] 24-Jun-2020 14:20:38.270 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-6-35573"]
2020-06-24T14:20:38.3489201Z [junit] 24-Jun-2020 14:20:38.271 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-6-35573"]
2020-06-24T14:20:38.3489629Z [junit] 24-Jun-2020 14:20:38.272 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[false, true, true, false]]
2020-06-24T14:20:38.3490031Z [junit] 24-Jun-2020 14:20:38.273 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-7"]
2020-06-24T14:20:38.3490628Z [junit] 24-Jun-2020 14:20:38.274 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:38.3491111Z [junit] 24-Jun-2020 14:20:38.274 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:38.3491525Z [junit] 24-Jun-2020 14:20:38.277 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-7-39791"]
2020-06-24T14:20:38.3491924Z [junit] 24-Jun-2020 14:20:38.299 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-7-39791"]
2020-06-24T14:20:38.3492291Z [junit] 24-Jun-2020 14:20:38.304 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:38.3492679Z [junit] 24-Jun-2020 14:20:38.306 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-7-39791"]
2020-06-24T14:20:38.3493098Z [junit] 24-Jun-2020 14:20:38.307 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-7-39791"]
2020-06-24T14:20:38.3493585Z [junit] 24-Jun-2020 14:20:38.308 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[false, true, true, true]]
2020-06-24T14:20:38.3493986Z [junit] 24-Jun-2020 14:20:38.309 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-8"]
2020-06-24T14:20:38.3494355Z [junit] 24-Jun-2020 14:20:38.310 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:38.3494744Z [junit] 24-Jun-2020 14:20:38.310 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:38.3495138Z [junit] 24-Jun-2020 14:20:38.314 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-8-40355"]
2020-06-24T14:20:38.3495545Z [junit] 24-Jun-2020 14:20:38.320 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-8-40355"]
2020-06-24T14:20:38.3495919Z [junit] 24-Jun-2020 14:20:38.325 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:38.3496309Z [junit] 24-Jun-2020 14:20:38.326 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-8-40355"]
2020-06-24T14:20:38.3496708Z [junit] 24-Jun-2020 14:20:38.328 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-8-40355"]
2020-06-24T14:20:38.3497134Z [junit] 24-Jun-2020 14:20:38.329 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[true, false, false, false]]
2020-06-24T14:20:38.3497717Z [junit] 24-Jun-2020 14:20:38.330 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-9"]
2020-06-24T14:20:38.3498123Z [junit] 24-Jun-2020 14:20:38.330 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:38.3498548Z [junit] 24-Jun-2020 14:20:38.330 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:38.3498965Z [junit] 24-Jun-2020 14:20:38.333 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-9-39329"]
2020-06-24T14:20:38.3499392Z [junit] 24-Jun-2020 14:20:38.344 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-9-39329"]
2020-06-24T14:20:38.4492210Z [junit] 24-Jun-2020 14:20:38.350 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:38.4493068Z [junit] 24-Jun-2020 14:20:38.351 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-9-39329"]
2020-06-24T14:20:38.4506168Z [junit] 24-Jun-2020 14:20:38.352 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-9-39329"]
2020-06-24T14:20:38.4507094Z [junit] 24-Jun-2020 14:20:38.354 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[true, false, false, true]]
2020-06-24T14:20:38.4507793Z [junit] 24-Jun-2020 14:20:38.355 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-10"]
2020-06-24T14:20:38.4508383Z [junit] 24-Jun-2020 14:20:38.355 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:38.4508865Z [junit] 24-Jun-2020 14:20:38.355 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:38.4509329Z [junit] 24-Jun-2020 14:20:38.358 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-10-35665"]
2020-06-24T14:20:38.4509764Z [junit] 24-Jun-2020 14:20:38.367 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-10-35665"]
2020-06-24T14:20:38.4510151Z [junit] 24-Jun-2020 14:20:38.373 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:38.4510579Z [junit] 24-Jun-2020 14:20:38.374 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-10-35665"]
2020-06-24T14:20:38.4511019Z [junit] 24-Jun-2020 14:20:38.376 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-10-35665"]
2020-06-24T14:20:38.4511487Z [junit] 24-Jun-2020 14:20:38.377 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[true, false, true, false]]
2020-06-24T14:20:38.4511947Z [junit] 24-Jun-2020 14:20:38.378 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-11"]
2020-06-24T14:20:38.4512449Z [junit] 24-Jun-2020 14:20:38.378 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:38.4512849Z [junit] 24-Jun-2020 14:20:38.378 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:38.4513259Z [junit] 24-Jun-2020 14:20:38.381 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-11-45543"]
2020-06-24T14:20:38.4513663Z [junit] 24-Jun-2020 14:20:38.400 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-11-45543"]
2020-06-24T14:20:38.4514043Z [junit] 24-Jun-2020 14:20:38.405 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:38.4514440Z [junit] 24-Jun-2020 14:20:38.406 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-11-45543"]
2020-06-24T14:20:38.4514985Z [junit] 24-Jun-2020 14:20:38.407 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-11-45543"]
2020-06-24T14:20:38.4515413Z [junit] 24-Jun-2020 14:20:38.409 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[true, false, true, true]]
2020-06-24T14:20:38.4515818Z [junit] 24-Jun-2020 14:20:38.409 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-12"]
2020-06-24T14:20:38.4516191Z [junit] 24-Jun-2020 14:20:38.410 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:38.4516717Z [junit] 24-Jun-2020 14:20:38.410 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:38.4517198Z [junit] 24-Jun-2020 14:20:38.413 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-12-43303"]
2020-06-24T14:20:38.4517611Z [junit] 24-Jun-2020 14:20:38.424 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-12-43303"]
2020-06-24T14:20:38.4517983Z [junit] 24-Jun-2020 14:20:38.430 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:38.4518378Z [junit] 24-Jun-2020 14:20:38.431 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-12-43303"]
2020-06-24T14:20:38.4518788Z [junit] 24-Jun-2020 14:20:38.432 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-12-43303"]
2020-06-24T14:20:38.4519223Z [junit] 24-Jun-2020 14:20:38.433 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[true, true, false, false]]
2020-06-24T14:20:38.4519624Z [junit] 24-Jun-2020 14:20:38.434 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-13"]
2020-06-24T14:20:38.4519996Z [junit] 24-Jun-2020 14:20:38.434 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:38.4520390Z [junit] 24-Jun-2020 14:20:38.434 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:38.4520955Z [junit] 24-Jun-2020 14:20:38.438 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-13-36701"]
2020-06-24T14:20:38.4521376Z [junit] 24-Jun-2020 14:20:38.447 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-13-36701"]
2020-06-24T14:20:38.5497554Z [junit] 24-Jun-2020 14:20:38.452 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:38.5509286Z [junit] 24-Jun-2020 14:20:38.453 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-13-36701"]
2020-06-24T14:20:38.5509912Z [junit] 24-Jun-2020 14:20:38.455 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-13-36701"]
2020-06-24T14:20:38.5510486Z [junit] 24-Jun-2020 14:20:38.456 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[true, true, false, true]]
2020-06-24T14:20:38.5511018Z [junit] 24-Jun-2020 14:20:38.457 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-14"]
2020-06-24T14:20:38.5511538Z [junit] 24-Jun-2020 14:20:38.458 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:38.5512056Z [junit] 24-Jun-2020 14:20:38.458 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:38.5512578Z [junit] 24-Jun-2020 14:20:38.465 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-14-40325"]
2020-06-24T14:20:38.5513090Z [junit] 24-Jun-2020 14:20:38.471 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-14-40325"]
2020-06-24T14:20:38.5513576Z [junit] 24-Jun-2020 14:20:38.476 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:38.5514085Z [junit] 24-Jun-2020 14:20:38.477 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-14-40325"]
2020-06-24T14:20:38.5515095Z [junit] 24-Jun-2020 14:20:38.478 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-14-40325"]
2020-06-24T14:20:38.5515678Z [junit] 24-Jun-2020 14:20:38.480 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[true, true, true, false]]
2020-06-24T14:20:38.5516203Z [junit] 24-Jun-2020 14:20:38.480 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-15"]
2020-06-24T14:20:38.5516691Z [junit] 24-Jun-2020 14:20:38.481 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:38.5517210Z [junit] 24-Jun-2020 14:20:38.481 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:38.5517734Z [junit] 24-Jun-2020 14:20:38.484 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-15-43237"]
2020-06-24T14:20:38.5518256Z [junit] 24-Jun-2020 14:20:38.504 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-15-43237"]
2020-06-24T14:20:38.5518742Z [junit] 24-Jun-2020 14:20:38.510 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:38.5519255Z [junit] 24-Jun-2020 14:20:38.511 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-15-43237"]
2020-06-24T14:20:38.5519771Z [junit] 24-Jun-2020 14:20:38.512 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-15-43237"]
2020-06-24T14:20:38.5520310Z [junit] 24-Jun-2020 14:20:38.514 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[true, true, true, true]]
2020-06-24T14:20:38.5520838Z [junit] 24-Jun-2020 14:20:38.516 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-16"]
2020-06-24T14:20:38.5521326Z [junit] 24-Jun-2020 14:20:38.516 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:38.5521838Z [junit] 24-Jun-2020 14:20:38.517 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:38.5522353Z [junit] 24-Jun-2020 14:20:38.521 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-16-39859"]
2020-06-24T14:20:38.5522863Z [junit] 24-Jun-2020 14:20:38.537 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-16-39859"]
2020-06-24T14:20:38.5523345Z [junit] 24-Jun-2020 14:20:38.543 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:38.5523862Z [junit] 24-Jun-2020 14:20:38.544 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-16-39859"]
2020-06-24T14:20:38.5524380Z [junit] 24-Jun-2020 14:20:38.545 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-16-39859"]
2020-06-24T14:20:38.5524647Z [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.111 sec
2020-06-24T14:20:38.8209844Z [junit] Running jakarta.servlet.http.TestCookie
2020-06-24T14:20:38.8212289Z [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
2020-06-24T14:20:39.0859034Z [junit] Running jakarta.servlet.http.TestCookieRFC2109Validator
2020-06-24T14:20:39.0859746Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
2020-06-24T14:20:39.3518725Z [junit] Running jakarta.servlet.http.TestCookieRFC6265Validator
2020-06-24T14:20:39.3520168Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
2020-06-24T14:20:39.5816575Z [junit] Running jakarta.servlet.http.TestCookieStrict
2020-06-24T14:20:39.5817071Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
2020-06-24T14:20:39.8865374Z [junit] Running jakarta.servlet.http.TestHttpServlet
2020-06-24T14:20:39.8866927Z [junit] 24-Jun-2020 14:20:39.882 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testDoOptionsSub]
2020-06-24T14:20:40.2870691Z [junit] 24-Jun-2020 14:20:40.236 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:20:40.2871557Z [junit] 24-Jun-2020 14:20:40.252 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:40.2872683Z [junit] 24-Jun-2020 14:20:40.252 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:40.3876882Z [junit] 24-Jun-2020 14:20:40.320 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-45743"]
2020-06-24T14:20:40.3877687Z [junit] 24-Jun-2020 14:20:40.386 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-45743"]
2020-06-24T14:20:40.4878301Z [junit] 24-Jun-2020 14:20:40.392 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:40.4879251Z [junit] 24-Jun-2020 14:20:40.397 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-45743"]
2020-06-24T14:20:40.4879824Z [junit] 24-Jun-2020 14:20:40.402 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-45743"]
2020-06-24T14:20:40.4880340Z [junit] 24-Jun-2020 14:20:40.408 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53454]
2020-06-24T14:20:40.4880841Z [junit] 24-Jun-2020 14:20:40.411 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:20:40.4881320Z [junit] 24-Jun-2020 14:20:40.411 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:40.4881830Z [junit] 24-Jun-2020 14:20:40.412 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:40.4885951Z [junit] 24-Jun-2020 14:20:40.427 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-39215"]
2020-06-24T14:20:40.4887784Z [junit] 24-Jun-2020 14:20:40.438 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-39215"]
2020-06-24T14:20:40.4889569Z [junit] 24-Jun-2020 14:20:40.443 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:40.4890134Z [junit] 24-Jun-2020 14:20:40.445 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-39215"]
2020-06-24T14:20:40.4891945Z [junit] 24-Jun-2020 14:20:40.447 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-39215"]
2020-06-24T14:20:40.4894161Z [junit] 24-Jun-2020 14:20:40.452 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug57602]
2020-06-24T14:20:40.4894830Z [junit] 24-Jun-2020 14:20:40.454 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:20:40.4901454Z [junit] 24-Jun-2020 14:20:40.456 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:40.4902191Z [junit] 24-Jun-2020 14:20:40.456 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:40.4902740Z [junit] 24-Jun-2020 14:20:40.460 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-3-39891"]
2020-06-24T14:20:40.4903194Z [junit] 24-Jun-2020 14:20:40.472 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-3-39891"]
2020-06-24T14:20:40.4903590Z [junit] 24-Jun-2020 14:20:40.477 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:40.4904015Z [junit] 24-Jun-2020 14:20:40.479 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-3-39891"]
2020-06-24T14:20:40.4904453Z [junit] 24-Jun-2020 14:20:40.481 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3-39891"]
2020-06-24T14:20:40.4904881Z [junit] 24-Jun-2020 14:20:40.482 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testChunkingWithHead]
2020-06-24T14:20:40.4905308Z [junit] 24-Jun-2020 14:20:40.483 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:20:40.4905692Z [junit] 24-Jun-2020 14:20:40.484 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:40.4906115Z [junit] 24-Jun-2020 14:20:40.484 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:40.5880069Z [junit] 24-Jun-2020 14:20:40.488 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-4-38445"]
2020-06-24T14:20:40.5880735Z [junit] 24-Jun-2020 14:20:40.508 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-4-38445"]
2020-06-24T14:20:40.5881217Z [junit] 24-Jun-2020 14:20:40.513 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:40.5881655Z [junit] 24-Jun-2020 14:20:40.514 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-4-38445"]
2020-06-24T14:20:40.5882096Z [junit] 24-Jun-2020 14:20:40.516 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4-38445"]
2020-06-24T14:20:40.5882521Z [junit] 24-Jun-2020 14:20:40.517 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testUnimplementedMethodHttp09]
2020-06-24T14:20:40.5882948Z [junit] 24-Jun-2020 14:20:40.519 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"]
2020-06-24T14:20:40.5883340Z [junit] 24-Jun-2020 14:20:40.520 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:40.5883771Z [junit] 24-Jun-2020 14:20:40.520 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:40.6229963Z [junit] 24-Jun-2020 14:20:40.526 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-34315"]
2020-06-24T14:20:40.6230573Z [junit] 24-Jun-2020 14:20:40.532 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-34315"]
2020-06-24T14:20:40.6230971Z [junit] 24-Jun-2020 14:20:40.538 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:40.6231398Z [junit] 24-Jun-2020 14:20:40.539 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-34315"]
2020-06-24T14:20:40.6232107Z [junit] 24-Jun-2020 14:20:40.541 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-5-34315"]
2020-06-24T14:20:40.6233093Z [junit] 24-Jun-2020 14:20:40.542 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testUnimplementedMethodHttp10]
2020-06-24T14:20:40.6233559Z [junit] 24-Jun-2020 14:20:40.545 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-6"]
2020-06-24T14:20:40.6233932Z [junit] 24-Jun-2020 14:20:40.545 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:40.6234333Z [junit] 24-Jun-2020 14:20:40.546 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:40.6234854Z [junit] 24-Jun-2020 14:20:40.550 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-6-42841"]
2020-06-24T14:20:40.6235268Z [junit] 24-Jun-2020 14:20:40.555 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-6-42841"]
2020-06-24T14:20:40.6235637Z [junit] 24-Jun-2020 14:20:40.560 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:40.6236026Z [junit] 24-Jun-2020 14:20:40.561 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-6-42841"]
2020-06-24T14:20:40.6236431Z [junit] 24-Jun-2020 14:20:40.563 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-6-42841"]
2020-06-24T14:20:40.6236820Z [junit] 24-Jun-2020 14:20:40.565 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testUnimplementedMethodHttp11]
2020-06-24T14:20:40.6237206Z [junit] 24-Jun-2020 14:20:40.566 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-7"]
2020-06-24T14:20:40.6237578Z [junit] 24-Jun-2020 14:20:40.567 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:40.6237980Z [junit] 24-Jun-2020 14:20:40.569 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:40.6238379Z [junit] 24-Jun-2020 14:20:40.573 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-7-41783"]
2020-06-24T14:20:40.6238771Z [junit] 24-Jun-2020 14:20:40.577 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-7-41783"]
2020-06-24T14:20:40.6239135Z [junit] 24-Jun-2020 14:20:40.583 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:40.6239513Z [junit] 24-Jun-2020 14:20:40.584 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-7-41783"]
2020-06-24T14:20:40.6239919Z [junit] 24-Jun-2020 14:20:40.585 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-7-41783"]
2020-06-24T14:20:40.6240298Z [junit] 24-Jun-2020 14:20:40.586 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testDoOptions]
2020-06-24T14:20:40.6240687Z [junit] 24-Jun-2020 14:20:40.587 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-8"]
2020-06-24T14:20:40.6241055Z [junit] 24-Jun-2020 14:20:40.588 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:40.6241448Z [junit] 24-Jun-2020 14:20:40.588 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:40.6241849Z [junit] 24-Jun-2020 14:20:40.592 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-8-41835"]
2020-06-24T14:20:40.6250893Z [junit] 24-Jun-2020 14:20:40.595 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-8-41835"]
2020-06-24T14:20:40.6251503Z [junit] 24-Jun-2020 14:20:40.601 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:40.6251925Z [junit] 24-Jun-2020 14:20:40.602 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-8-41835"]
2020-06-24T14:20:40.6252331Z [junit] 24-Jun-2020 14:20:40.603 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-8-41835"]
2020-06-24T14:20:40.6383549Z [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.79 sec
2020-06-24T14:20:40.9459201Z [junit] Running jakarta.servlet.http.TestHttpServletPerformance
2020-06-24T14:20:41.0079949Z [junit] doOptions()122549785ns
2020-06-24T14:20:41.0080798Z [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec
2020-06-24T14:20:41.4163776Z [junit] Running jakarta.servlet.http.TestHttpServletResponseSendError
2020-06-24T14:20:41.4165345Z [junit] 24-Jun-2020 14:20:41.360 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[0: async[false], throw[false], dispatch[false], errorPoint[THREAD_A_AFTER_START_ASYNC], useStart[false]]]
2020-06-24T14:20:41.8168598Z [junit] 24-Jun-2020 14:20:41.753 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:20:41.8169614Z [junit] 24-Jun-2020 14:20:41.785 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:41.8170258Z [junit] 24-Jun-2020 14:20:41.786 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:41.9171354Z [junit] 24-Jun-2020 14:20:41.883 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-43717"]
2020-06-24T14:20:42.0171732Z [junit] 24-Jun-2020 14:20:41.973 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-43717"]
2020-06-24T14:20:42.0172655Z [junit] 24-Jun-2020 14:20:41.975 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:42.0173981Z [junit] 24-Jun-2020 14:20:41.984 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-43717"]
2020-06-24T14:20:42.0174460Z [junit] 24-Jun-2020 14:20:41.986 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-43717"]
2020-06-24T14:20:42.0174963Z [junit] 24-Jun-2020 14:20:41.995 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[1: async[false], throw[true], dispatch[false], errorPoint[THREAD_A_AFTER_START_ASYNC], useStart[false]]]
2020-06-24T14:20:42.0175470Z [junit] 24-Jun-2020 14:20:41.999 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:20:42.0175864Z [junit] 24-Jun-2020 14:20:42.000 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:42.0176270Z [junit] 24-Jun-2020 14:20:42.000 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:42.0176674Z [junit] 24-Jun-2020 14:20:42.012 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-45625"]
2020-06-24T14:20:42.1175099Z [junit] 24-Jun-2020 14:20:42.020 SEVERE [http-nio-127.0.0.1-auto-2-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [target] in context with path [] threw exception
2020-06-24T14:20:42.1200237Z [junit] jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:20:42.1203578Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterServlet.doGet(TestHttpServletResponseSendError.java:195)
2020-06-24T14:20:42.1204000Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-24T14:20:42.1204323Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-24T14:20:42.1204658Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-24T14:20:42.1204985Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-24T14:20:42.1205362Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-24T14:20:42.1205686Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-24T14:20:42.1206012Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-24T14:20:42.1206329Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-24T14:20:42.1206641Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-24T14:20:42.1206962Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-24T14:20:42.1207279Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-24T14:20:42.1207598Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-24T14:20:42.1207912Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:20:42.1208229Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:20:42.1208585Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:20:42.1208934Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:20:42.1209229Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:20:42.1209539Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:20:42.1209852Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:20:42.1210150Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:20:42.1211085Z [junit] 24-Jun-2020 14:20:42.022 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-45625"]
2020-06-24T14:20:42.1211781Z [junit] 24-Jun-2020 14:20:42.027 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:42.1212467Z [junit] 24-Jun-2020 14:20:42.029 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-45625"]
2020-06-24T14:20:42.1213169Z [junit] 24-Jun-2020 14:20:42.030 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-45625"]
2020-06-24T14:20:42.1213965Z [junit] 24-Jun-2020 14:20:42.031 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[2: async[true], throw[false], dispatch[false], errorPoint[THREAD_A_BEFORE_START_ASYNC], useStart[false]]]
2020-06-24T14:20:42.1214662Z [junit] 24-Jun-2020 14:20:42.033 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:20:42.1215300Z [junit] 24-Jun-2020 14:20:42.033 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:42.1216109Z [junit] 24-Jun-2020 14:20:42.034 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:42.1216863Z [junit] 24-Jun-2020 14:20:42.037 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-3-35689"]
2020-06-24T14:20:42.1217590Z [junit] 24-Jun-2020 14:20:42.043 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-3-35689"]
2020-06-24T14:20:42.1218224Z [junit] 24-Jun-2020 14:20:42.048 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:42.6184456Z [junit] Exception in thread "Thread-3" java.lang.IllegalStateException: Cannot call sendError() after the response has been committed
2020-06-24T14:20:42.6184830Z [junit] at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:472)
2020-06-24T14:20:42.6185089Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:301)
2020-06-24T14:20:42.6185280Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:20:44.1201643Z [junit] 24-Jun-2020 14:20:44.056 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-3-35689"]
2020-06-24T14:20:44.1203569Z [junit] 24-Jun-2020 14:20:44.067 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3-35689"]
2020-06-24T14:20:44.1204608Z [junit] 24-Jun-2020 14:20:44.069 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[3: async[true], throw[false], dispatch[false], errorPoint[THREAD_A_BEFORE_START_ASYNC], useStart[true]]]
2020-06-24T14:20:44.1205438Z [junit] 24-Jun-2020 14:20:44.070 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:20:44.1206728Z [junit] 24-Jun-2020 14:20:44.071 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:44.1207358Z [junit] 24-Jun-2020 14:20:44.071 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:44.1207906Z [junit] 24-Jun-2020 14:20:44.077 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-4-45679"]
2020-06-24T14:20:44.1208479Z [junit] 24-Jun-2020 14:20:44.085 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-4-45679"]
2020-06-24T14:20:44.1208951Z [junit] 24-Jun-2020 14:20:44.090 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:44.6212226Z [junit] 24-Jun-2020 14:20:44.584 SEVERE [http-nio-127.0.0.1-auto-4-exec-1] org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run Error during processing of asynchronous Runnable via AsyncContext.start()
2020-06-24T14:20:44.6212523Z [junit] java.lang.IllegalStateException: Cannot call sendError() after the response has been committed
2020-06-24T14:20:44.6212698Z [junit] at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:472)
2020-06-24T14:20:44.6212879Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:301)
2020-06-24T14:20:44.6213056Z [junit] at org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run(AsyncContextImpl.java:543)
2020-06-24T14:20:44.6213221Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:20:44.6213377Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:20:44.6213538Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:20:44.6214088Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:20:46.1238727Z [junit] 24-Jun-2020 14:20:46.098 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-4-45679"]
2020-06-24T14:20:46.1240006Z [junit] 24-Jun-2020 14:20:46.100 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4-45679"]
2020-06-24T14:20:46.1240830Z [junit] 24-Jun-2020 14:20:46.102 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[4: async[true], throw[false], dispatch[false], errorPoint[THREAD_A_AFTER_START_ASYNC], useStart[false]]]
2020-06-24T14:20:46.1241511Z [junit] 24-Jun-2020 14:20:46.103 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"]
2020-06-24T14:20:46.1242158Z [junit] 24-Jun-2020 14:20:46.104 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:46.1242820Z [junit] 24-Jun-2020 14:20:46.104 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:46.1243476Z [junit] 24-Jun-2020 14:20:46.107 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-40769"]
2020-06-24T14:20:46.2242379Z [junit] 24-Jun-2020 14:20:46.140 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-40769"]
2020-06-24T14:20:46.2243023Z [junit] 24-Jun-2020 14:20:46.146 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:46.7246756Z [junit] Exception in thread "Thread-4" java.lang.IllegalStateException: Cannot call sendError() after the response has been committed
2020-06-24T14:20:46.7247115Z [junit] at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:472)
2020-06-24T14:20:46.7247384Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:301)
2020-06-24T14:20:46.7247582Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:20:48.2262279Z [junit] 24-Jun-2020 14:20:48.153 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-40769"]
2020-06-24T14:20:48.2263565Z [junit] 24-Jun-2020 14:20:48.156 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-5-40769"]
2020-06-24T14:20:48.2264507Z [junit] 24-Jun-2020 14:20:48.159 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[5: async[true], throw[false], dispatch[false], errorPoint[THREAD_A_AFTER_START_ASYNC], useStart[true]]]
2020-06-24T14:20:48.2265320Z [junit] 24-Jun-2020 14:20:48.160 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-6"]
2020-06-24T14:20:48.2266618Z [junit] 24-Jun-2020 14:20:48.161 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:48.2267264Z [junit] 24-Jun-2020 14:20:48.161 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:48.2267810Z [junit] 24-Jun-2020 14:20:48.164 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-6-37583"]
2020-06-24T14:20:48.2268390Z [junit] 24-Jun-2020 14:20:48.178 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-6-37583"]
2020-06-24T14:20:48.2268864Z [junit] 24-Jun-2020 14:20:48.185 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:48.7275371Z [junit] 24-Jun-2020 14:20:48.677 SEVERE [http-nio-127.0.0.1-auto-6-exec-2] org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run Error during processing of asynchronous Runnable via AsyncContext.start()
2020-06-24T14:20:48.7275967Z [junit] java.lang.IllegalStateException: Cannot call sendError() after the response has been committed
2020-06-24T14:20:48.7276286Z [junit] at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:472)
2020-06-24T14:20:48.7276503Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:301)
2020-06-24T14:20:48.7276705Z [junit] at org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run(AsyncContextImpl.java:543)
2020-06-24T14:20:48.7276895Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:20:48.7277083Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:20:48.7277253Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:20:48.7277431Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:20:50.2296498Z [junit] 24-Jun-2020 14:20:50.193 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-6-37583"]
2020-06-24T14:20:50.2316960Z [junit] 24-Jun-2020 14:20:50.200 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-6-37583"]
2020-06-24T14:20:50.2317839Z [junit] 24-Jun-2020 14:20:50.202 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[6: async[true], throw[false], dispatch[false], errorPoint[THREAD_A_AFTER_START_RUNNABLE], useStart[false]]]
2020-06-24T14:20:50.2318436Z [junit] 24-Jun-2020 14:20:50.203 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-7"]
2020-06-24T14:20:50.2318947Z [junit] 24-Jun-2020 14:20:50.203 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:50.2319500Z [junit] 24-Jun-2020 14:20:50.203 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:50.2320038Z [junit] 24-Jun-2020 14:20:50.207 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-7-39643"]
2020-06-24T14:20:50.2320568Z [junit] 24-Jun-2020 14:20:50.216 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-7-39643"]
2020-06-24T14:20:50.2321058Z [junit] 24-Jun-2020 14:20:50.222 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:50.7304771Z [junit] Exception in thread "Thread-5" java.lang.IllegalStateException: Cannot call sendError() after the response has been committed
2020-06-24T14:20:50.7305096Z [junit] at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:472)
2020-06-24T14:20:50.7305367Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:301)
2020-06-24T14:20:50.7305562Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:20:52.2332659Z [junit] 24-Jun-2020 14:20:52.229 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-7-39643"]
2020-06-24T14:20:52.3334119Z [junit] 24-Jun-2020 14:20:52.240 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-7-39643"]
2020-06-24T14:20:52.3334786Z [junit] 24-Jun-2020 14:20:52.242 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[7: async[true], throw[false], dispatch[false], errorPoint[THREAD_A_AFTER_START_RUNNABLE], useStart[true]]]
2020-06-24T14:20:52.3335222Z [junit] 24-Jun-2020 14:20:52.243 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-8"]
2020-06-24T14:20:52.3335954Z [junit] 24-Jun-2020 14:20:52.243 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:52.3336465Z [junit] 24-Jun-2020 14:20:52.243 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:52.3336886Z [junit] 24-Jun-2020 14:20:52.254 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-8-40303"]
2020-06-24T14:20:52.3337293Z [junit] 24-Jun-2020 14:20:52.281 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-8-40303"]
2020-06-24T14:20:52.3337668Z [junit] 24-Jun-2020 14:20:52.286 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:52.8339874Z [junit] 24-Jun-2020 14:20:52.777 SEVERE [http-nio-127.0.0.1-auto-8-exec-2] org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run Error during processing of asynchronous Runnable via AsyncContext.start()
2020-06-24T14:20:52.8340643Z [junit] java.lang.IllegalStateException: Cannot call sendError() after the response has been committed
2020-06-24T14:20:52.8341002Z [junit] at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:472)
2020-06-24T14:20:52.8341363Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:301)
2020-06-24T14:20:52.8341701Z [junit] at org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run(AsyncContextImpl.java:543)
2020-06-24T14:20:52.8342024Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:20:52.8342341Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:20:52.8342660Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:20:52.8342953Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:20:54.3360286Z [junit] 24-Jun-2020 14:20:54.293 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-8-40303"]
2020-06-24T14:20:54.3361535Z [junit] 24-Jun-2020 14:20:54.296 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-8-40303"]
2020-06-24T14:20:54.3362971Z [junit] 24-Jun-2020 14:20:54.298 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[8: async[true], throw[false], dispatch[false], errorPoint[THREAD_B_BEFORE_COMPLETE], useStart[false]]]
2020-06-24T14:20:54.3363592Z [junit] 24-Jun-2020 14:20:54.299 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-9"]
2020-06-24T14:20:54.3364090Z [junit] 24-Jun-2020 14:20:54.300 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:54.3364678Z [junit] 24-Jun-2020 14:20:54.300 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:54.3365205Z [junit] 24-Jun-2020 14:20:54.302 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-9-42947"]
2020-06-24T14:20:54.8366893Z [junit] 24-Jun-2020 14:20:54.812 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-9-42947"]
2020-06-24T14:20:54.8367939Z [junit] 24-Jun-2020 14:20:54.817 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:54.8369132Z [junit] 24-Jun-2020 14:20:54.819 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-9-42947"]
2020-06-24T14:20:54.8369560Z [junit] 24-Jun-2020 14:20:54.821 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-9-42947"]
2020-06-24T14:20:54.8370306Z [junit] 24-Jun-2020 14:20:54.823 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[9: async[true], throw[false], dispatch[false], errorPoint[THREAD_B_BEFORE_COMPLETE], useStart[true]]]
2020-06-24T14:20:54.8370732Z [junit] 24-Jun-2020 14:20:54.824 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-10"]
2020-06-24T14:20:54.8371072Z [junit] 24-Jun-2020 14:20:54.825 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:54.8371435Z [junit] 24-Jun-2020 14:20:54.825 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:54.8371793Z [junit] 24-Jun-2020 14:20:54.828 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-10-36407"]
2020-06-24T14:20:55.3374571Z [junit] 24-Jun-2020 14:20:55.334 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-10-36407"]
2020-06-24T14:20:55.4377475Z [junit] 24-Jun-2020 14:20:55.339 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:55.4379090Z [junit] 24-Jun-2020 14:20:55.341 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-10-36407"]
2020-06-24T14:20:55.4379944Z [junit] 24-Jun-2020 14:20:55.344 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-10-36407"]
2020-06-24T14:20:55.4381324Z [junit] 24-Jun-2020 14:20:55.346 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[10: async[true], throw[false], dispatch[true], errorPoint[THREAD_A_BEFORE_START_ASYNC], useStart[false]]]
2020-06-24T14:20:55.4381990Z [junit] 24-Jun-2020 14:20:55.347 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-11"]
2020-06-24T14:20:55.4382498Z [junit] 24-Jun-2020 14:20:55.347 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:55.4383080Z [junit] 24-Jun-2020 14:20:55.347 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:55.4383605Z [junit] 24-Jun-2020 14:20:55.350 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-11-45561"]
2020-06-24T14:20:55.4384125Z [junit] 24-Jun-2020 14:20:55.368 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-11-45561"]
2020-06-24T14:20:55.4384599Z [junit] 24-Jun-2020 14:20:55.374 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:55.9388322Z [junit] Exception in thread "Thread-7" java.lang.IllegalStateException: Cannot call sendError() after the response has been committed
2020-06-24T14:20:55.9388612Z [junit] at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:472)
2020-06-24T14:20:55.9388834Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:301)
2020-06-24T14:20:55.9389028Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:20:57.4408817Z [junit] 24-Jun-2020 14:20:57.381 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-11-45561"]
2020-06-24T14:20:57.4410163Z [junit] 24-Jun-2020 14:20:57.383 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-11-45561"]
2020-06-24T14:20:57.4411091Z [junit] 24-Jun-2020 14:20:57.385 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[11: async[true], throw[false], dispatch[true], errorPoint[THREAD_A_BEFORE_START_ASYNC], useStart[true]]]
2020-06-24T14:20:57.4412358Z [junit] 24-Jun-2020 14:20:57.386 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-12"]
2020-06-24T14:20:57.4413158Z [junit] 24-Jun-2020 14:20:57.387 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:57.4413933Z [junit] 24-Jun-2020 14:20:57.387 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:57.4414713Z [junit] 24-Jun-2020 14:20:57.390 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-12-33597"]
2020-06-24T14:20:57.4415490Z [junit] 24-Jun-2020 14:20:57.400 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-12-33597"]
2020-06-24T14:20:57.4416236Z [junit] 24-Jun-2020 14:20:57.406 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:57.9421743Z [junit] 24-Jun-2020 14:20:57.900 SEVERE [http-nio-127.0.0.1-auto-12-exec-1] org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run Error during processing of asynchronous Runnable via AsyncContext.start()
2020-06-24T14:20:57.9422090Z [junit] java.lang.IllegalStateException: Cannot call sendError() after the response has been committed
2020-06-24T14:20:57.9422295Z [junit] at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:472)
2020-06-24T14:20:57.9422508Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:301)
2020-06-24T14:20:57.9422707Z [junit] at org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run(AsyncContextImpl.java:543)
2020-06-24T14:20:57.9422908Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:20:57.9423091Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:20:57.9423277Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:20:57.9423437Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:20:59.4443091Z [junit] 24-Jun-2020 14:20:59.412 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-12-33597"]
2020-06-24T14:20:59.4444104Z [junit] 24-Jun-2020 14:20:59.419 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-12-33597"]
2020-06-24T14:20:59.4444846Z [junit] 24-Jun-2020 14:20:59.421 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[12: async[true], throw[false], dispatch[true], errorPoint[THREAD_A_AFTER_START_ASYNC], useStart[false]]]
2020-06-24T14:20:59.4445498Z [junit] 24-Jun-2020 14:20:59.422 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-13"]
2020-06-24T14:20:59.4446086Z [junit] 24-Jun-2020 14:20:59.422 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:20:59.4446693Z [junit] 24-Jun-2020 14:20:59.422 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:20:59.4447297Z [junit] 24-Jun-2020 14:20:59.425 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-13-33091"]
2020-06-24T14:20:59.5446294Z [junit] 24-Jun-2020 14:20:59.444 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-13-33091"]
2020-06-24T14:20:59.5446924Z [junit] 24-Jun-2020 14:20:59.450 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:20:59.9452006Z [junit] Exception in thread "Thread-8" java.lang.IllegalStateException: Cannot call sendError() after the response has been committed
2020-06-24T14:20:59.9452710Z [junit] at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:472)
2020-06-24T14:20:59.9452970Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:301)
2020-06-24T14:20:59.9453163Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:01.5474290Z [junit] 24-Jun-2020 14:21:01.457 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-13-33091"]
2020-06-24T14:21:01.5475912Z [junit] 24-Jun-2020 14:21:01.461 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-13-33091"]
2020-06-24T14:21:01.5477006Z [junit] 24-Jun-2020 14:21:01.462 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[13: async[true], throw[false], dispatch[true], errorPoint[THREAD_A_AFTER_START_ASYNC], useStart[true]]]
2020-06-24T14:21:01.5477862Z [junit] 24-Jun-2020 14:21:01.464 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-14"]
2020-06-24T14:21:01.5478627Z [junit] 24-Jun-2020 14:21:01.464 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:01.5479404Z [junit] 24-Jun-2020 14:21:01.464 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:01.5480179Z [junit] 24-Jun-2020 14:21:01.470 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-14-35923"]
2020-06-24T14:21:01.5480955Z [junit] 24-Jun-2020 14:21:01.476 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-14-35923"]
2020-06-24T14:21:01.5481699Z [junit] 24-Jun-2020 14:21:01.481 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:02.0484756Z [junit] 24-Jun-2020 14:21:01.975 SEVERE [http-nio-127.0.0.1-auto-14-exec-2] org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run Error during processing of asynchronous Runnable via AsyncContext.start()
2020-06-24T14:21:02.0489438Z [junit] java.lang.IllegalStateException: Cannot call sendError() after the response has been committed
2020-06-24T14:21:02.0489735Z [junit] at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:472)
2020-06-24T14:21:02.0489951Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:301)
2020-06-24T14:21:02.0490156Z [junit] at org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run(AsyncContextImpl.java:543)
2020-06-24T14:21:02.0490366Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:02.0490550Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:02.0490741Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:02.0490916Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:03.5505993Z [junit] 24-Jun-2020 14:21:03.489 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-14-35923"]
2020-06-24T14:21:03.5506559Z [junit] 24-Jun-2020 14:21:03.492 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-14-35923"]
2020-06-24T14:21:03.5507071Z [junit] 24-Jun-2020 14:21:03.495 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[14: async[true], throw[false], dispatch[true], errorPoint[THREAD_A_AFTER_START_RUNNABLE], useStart[false]]]
2020-06-24T14:21:03.5507771Z [junit] 24-Jun-2020 14:21:03.496 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-15"]
2020-06-24T14:21:03.5508252Z [junit] 24-Jun-2020 14:21:03.497 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:03.5508689Z [junit] 24-Jun-2020 14:21:03.497 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:03.5509098Z [junit] 24-Jun-2020 14:21:03.500 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-15-42763"]
2020-06-24T14:21:03.5509500Z [junit] 24-Jun-2020 14:21:03.507 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-15-42763"]
2020-06-24T14:21:03.5509873Z [junit] 24-Jun-2020 14:21:03.512 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:04.0516267Z [junit] Exception in thread "Thread-9" java.lang.IllegalStateException: Cannot call sendError() after the response has been committed
2020-06-24T14:21:04.0516619Z [junit] at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:472)
2020-06-24T14:21:04.0516859Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:301)
2020-06-24T14:21:04.0517040Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:05.5534560Z [junit] 24-Jun-2020 14:21:05.519 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-15-42763"]
2020-06-24T14:21:05.5535113Z [junit] 24-Jun-2020 14:21:05.523 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-15-42763"]
2020-06-24T14:21:05.5535643Z [junit] 24-Jun-2020 14:21:05.525 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[15: async[true], throw[false], dispatch[true], errorPoint[THREAD_A_AFTER_START_RUNNABLE], useStart[true]]]
2020-06-24T14:21:05.5536074Z [junit] 24-Jun-2020 14:21:05.527 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-16"]
2020-06-24T14:21:05.5536455Z [junit] 24-Jun-2020 14:21:05.528 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:05.5536858Z [junit] 24-Jun-2020 14:21:05.528 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:05.5537265Z [junit] 24-Jun-2020 14:21:05.540 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-16-33869"]
2020-06-24T14:21:05.6537993Z [junit] 24-Jun-2020 14:21:05.556 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-16-33869"]
2020-06-24T14:21:05.6538640Z [junit] 24-Jun-2020 14:21:05.561 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:06.1545654Z [junit] 24-Jun-2020 14:21:06.055 SEVERE [http-nio-127.0.0.1-auto-16-exec-2] org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run Error during processing of asynchronous Runnable via AsyncContext.start()
2020-06-24T14:21:06.1545944Z [junit] java.lang.IllegalStateException: Cannot call sendError() after the response has been committed
2020-06-24T14:21:06.1546084Z [junit] at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:472)
2020-06-24T14:21:06.1546228Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:301)
2020-06-24T14:21:06.1546372Z [junit] at org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run(AsyncContextImpl.java:543)
2020-06-24T14:21:06.1546758Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:06.1546958Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:06.1547095Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:06.1547220Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:07.6569150Z [junit] 24-Jun-2020 14:21:07.569 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-16-33869"]
2020-06-24T14:21:07.6572057Z [junit] 24-Jun-2020 14:21:07.571 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-16-33869"]
2020-06-24T14:21:07.6572713Z [junit] 24-Jun-2020 14:21:07.573 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[16: async[true], throw[false], dispatch[true], errorPoint[THREAD_B_BEFORE_COMPLETE], useStart[false]]]
2020-06-24T14:21:07.6573317Z [junit] 24-Jun-2020 14:21:07.575 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-17"]
2020-06-24T14:21:07.6573811Z [junit] 24-Jun-2020 14:21:07.576 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:07.6574327Z [junit] 24-Jun-2020 14:21:07.576 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:07.6574842Z [junit] 24-Jun-2020 14:21:07.586 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-17-40383"]
2020-06-24T14:21:08.1577522Z [junit] 24-Jun-2020 14:21:08.103 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-17-40383"]
2020-06-24T14:21:08.1578639Z [junit] 24-Jun-2020 14:21:08.108 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:08.1579453Z [junit] 24-Jun-2020 14:21:08.109 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-17-40383"]
2020-06-24T14:21:08.1580244Z [junit] 24-Jun-2020 14:21:08.111 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-17-40383"]
2020-06-24T14:21:08.1581159Z [junit] 24-Jun-2020 14:21:08.112 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[17: async[true], throw[false], dispatch[true], errorPoint[THREAD_B_BEFORE_COMPLETE], useStart[true]]]
2020-06-24T14:21:08.1581974Z [junit] 24-Jun-2020 14:21:08.113 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-18"]
2020-06-24T14:21:08.1582709Z [junit] 24-Jun-2020 14:21:08.113 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:08.1583850Z [junit] 24-Jun-2020 14:21:08.113 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:08.1584373Z [junit] 24-Jun-2020 14:21:08.117 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-18-45555"]
2020-06-24T14:21:08.6589512Z [junit] 24-Jun-2020 14:21:08.634 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-18-45555"]
2020-06-24T14:21:08.6590432Z [junit] 24-Jun-2020 14:21:08.639 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:08.6591068Z [junit] 24-Jun-2020 14:21:08.640 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-18-45555"]
2020-06-24T14:21:08.6591683Z [junit] 24-Jun-2020 14:21:08.642 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-18-45555"]
2020-06-24T14:21:08.6592703Z [junit] 24-Jun-2020 14:21:08.643 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[18: async[true], throw[true], dispatch[false], errorPoint[THREAD_A_BEFORE_START_ASYNC], useStart[false]]]
2020-06-24T14:21:08.6593362Z [junit] 24-Jun-2020 14:21:08.644 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-19"]
2020-06-24T14:21:08.6593942Z [junit] 24-Jun-2020 14:21:08.644 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:08.6594546Z [junit] 24-Jun-2020 14:21:08.644 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:08.6597540Z [junit] 24-Jun-2020 14:21:08.647 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-19-34121"]
2020-06-24T14:21:08.6601669Z [junit] 24-Jun-2020 14:21:08.651 SEVERE [http-nio-127.0.0.1-auto-19-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [target] in context with path [] threw exception
2020-06-24T14:21:08.6601990Z [junit] jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:08.6602248Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doError(TestHttpServletResponseSendError.java:255)
2020-06-24T14:21:08.6602434Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doGet(TestHttpServletResponseSendError.java:228)
2020-06-24T14:21:08.6602595Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-24T14:21:08.6602737Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-24T14:21:08.6602894Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-24T14:21:08.6603054Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-24T14:21:08.6603207Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-24T14:21:08.6603357Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-24T14:21:08.6603511Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-24T14:21:08.6603659Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-24T14:21:08.6603789Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-24T14:21:08.6603937Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-24T14:21:08.6604085Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-24T14:21:08.6604235Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-24T14:21:08.6604389Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:21:08.6604537Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:08.6604683Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:08.6604827Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:08.6604972Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:08.6605111Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:08.6605391Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:08.6605528Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:08.6606009Z [junit] 24-Jun-2020 14:21:08.652 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-19-34121"]
2020-06-24T14:21:08.6606402Z [junit] 24-Jun-2020 14:21:08.658 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:08.7590055Z [junit] 24-Jun-2020 14:21:08.659 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-19-34121"]
2020-06-24T14:21:08.7591217Z [junit] 24-Jun-2020 14:21:08.660 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-19-34121"]
2020-06-24T14:21:08.7592052Z [junit] 24-Jun-2020 14:21:08.662 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[19: async[true], throw[true], dispatch[false], errorPoint[THREAD_A_BEFORE_START_ASYNC], useStart[true]]]
2020-06-24T14:21:08.7592829Z [junit] 24-Jun-2020 14:21:08.663 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-20"]
2020-06-24T14:21:08.7593480Z [junit] 24-Jun-2020 14:21:08.663 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:08.7594161Z [junit] 24-Jun-2020 14:21:08.663 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:08.7595043Z [junit] 24-Jun-2020 14:21:08.669 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-20-40697"]
2020-06-24T14:21:08.7595829Z [junit] 24-Jun-2020 14:21:08.673 SEVERE [http-nio-127.0.0.1-auto-20-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [target] in context with path [] threw exception
2020-06-24T14:21:08.7596208Z [junit] jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:08.7596563Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doError(TestHttpServletResponseSendError.java:255)
2020-06-24T14:21:08.7596925Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doGet(TestHttpServletResponseSendError.java:228)
2020-06-24T14:21:08.7597255Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-24T14:21:08.7597565Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-24T14:21:08.7597891Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-24T14:21:08.7598219Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-24T14:21:08.7598589Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-24T14:21:08.7598912Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-24T14:21:08.7599232Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-24T14:21:08.7599549Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-24T14:21:08.7599858Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-24T14:21:08.7600171Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-24T14:21:08.7600481Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-24T14:21:08.7600800Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-24T14:21:08.7601115Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:21:08.7601789Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:08.7602209Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:08.7602540Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:08.7602852Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:08.7603194Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:08.7603506Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:08.7603805Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:08.7604513Z [junit] 24-Jun-2020 14:21:08.674 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-20-40697"]
2020-06-24T14:21:08.7605164Z [junit] 24-Jun-2020 14:21:08.680 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:08.7605837Z [junit] 24-Jun-2020 14:21:08.681 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-20-40697"]
2020-06-24T14:21:08.7606524Z [junit] 24-Jun-2020 14:21:08.682 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-20-40697"]
2020-06-24T14:21:08.7607303Z [junit] 24-Jun-2020 14:21:08.684 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[20: async[true], throw[true], dispatch[false], errorPoint[THREAD_A_AFTER_START_ASYNC], useStart[false]]]
2020-06-24T14:21:08.7608005Z [junit] 24-Jun-2020 14:21:08.685 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-21"]
2020-06-24T14:21:08.7608657Z [junit] 24-Jun-2020 14:21:08.685 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:08.7610176Z [junit] 24-Jun-2020 14:21:08.685 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:08.7610870Z [junit] 24-Jun-2020 14:21:08.691 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-21-34051"]
2020-06-24T14:21:08.7611645Z [junit] 24-Jun-2020 14:21:08.699 SEVERE [http-nio-127.0.0.1-auto-21-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [target] in context with path [] threw exception
2020-06-24T14:21:08.7612015Z [junit] jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:08.7612359Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doError(TestHttpServletResponseSendError.java:255)
2020-06-24T14:21:08.7612724Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doGet(TestHttpServletResponseSendError.java:235)
2020-06-24T14:21:08.7613063Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-24T14:21:08.7613376Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-24T14:21:08.7613695Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-24T14:21:08.7614015Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-24T14:21:08.7614329Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-24T14:21:08.7614644Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-24T14:21:08.7616189Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-24T14:21:08.7616379Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-24T14:21:08.7616652Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-24T14:21:08.7616843Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-24T14:21:08.7617031Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-24T14:21:08.7617204Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-24T14:21:08.7617393Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:21:08.7617578Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:08.7617766Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:08.7617956Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:08.7618142Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:08.7618322Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:08.7618502Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:08.7618674Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:08.7619281Z [junit] 24-Jun-2020 14:21:08.702 SEVERE [http-nio-127.0.0.1-auto-21-exec-1] org.apache.coyote.AbstractProtocol$ConnectionHandler.process Error reading request, ignored
2020-06-24T14:21:08.7619497Z [junit] java.lang.IllegalStateException: Calling [asyncPostProcess()] is not valid for a request with Async state [MUST_ERROR]
2020-06-24T14:21:08.7619697Z [junit] at org.apache.coyote.AsyncStateMachine.asyncPostProcess(AsyncStateMachine.java:290)
2020-06-24T14:21:08.7619873Z [junit] at org.apache.coyote.AbstractProcessor.asyncPostProcess(AbstractProcessor.java:192)
2020-06-24T14:21:08.7620037Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:81)
2020-06-24T14:21:08.7620221Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:08.7620405Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:08.7620587Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:08.7620768Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:08.7620952Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:08.7621138Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:08.7621312Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:08.7621823Z [junit] 24-Jun-2020 14:21:08.702 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-21-34051"]
2020-06-24T14:21:08.7622398Z [junit] 24-Jun-2020 14:21:08.703 INFO [http-nio-127.0.0.1-auto-21-exec-1] org.apache.catalina.connector.CoyoteAdapter.checkRecycled Encountered a non-recycled request and recycled it forcedly.
2020-06-24T14:21:08.7622607Z [junit] org.apache.catalina.connector.CoyoteAdapter$RecycleRequiredException
2020-06-24T14:21:08.7622797Z [junit] at org.apache.catalina.connector.CoyoteAdapter.checkRecycled(CoyoteAdapter.java:521)
2020-06-24T14:21:08.7622985Z [junit] at org.apache.coyote.http11.Http11Processor.recycle(Http11Processor.java:1352)
2020-06-24T14:21:08.7623254Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.release(AbstractProtocol.java:1034)
2020-06-24T14:21:08.7623429Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:1008)
2020-06-24T14:21:08.7623666Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:08.7623856Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:08.7624036Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:08.7624213Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:08.7624394Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:08.7624571Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:08.7625043Z [junit] 24-Jun-2020 14:21:08.707 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:10.7629914Z [junit] 24-Jun-2020 14:21:10.714 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-21-34051"]
2020-06-24T14:21:10.7639840Z [junit] 24-Jun-2020 14:21:10.716 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-21-34051"]
2020-06-24T14:21:10.7640523Z [junit] 24-Jun-2020 14:21:10.718 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[21: async[true], throw[true], dispatch[false], errorPoint[THREAD_A_AFTER_START_ASYNC], useStart[true]]]
2020-06-24T14:21:10.7641214Z [junit] 24-Jun-2020 14:21:10.720 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-22"]
2020-06-24T14:21:10.7641733Z [junit] 24-Jun-2020 14:21:10.720 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:10.7642276Z [junit] 24-Jun-2020 14:21:10.720 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:10.7642827Z [junit] 24-Jun-2020 14:21:10.726 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-22-37407"]
2020-06-24T14:21:10.7643430Z [junit] 24-Jun-2020 14:21:10.750 SEVERE [http-nio-127.0.0.1-auto-22-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [target] in context with path [] threw exception
2020-06-24T14:21:10.7643732Z [junit] jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:10.7644006Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doError(TestHttpServletResponseSendError.java:255)
2020-06-24T14:21:10.7644298Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doGet(TestHttpServletResponseSendError.java:235)
2020-06-24T14:21:10.7644564Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-24T14:21:10.7644812Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-24T14:21:10.7645069Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-24T14:21:10.7645324Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-24T14:21:10.7645566Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-24T14:21:10.7645818Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-24T14:21:10.7646070Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-24T14:21:10.7646318Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-24T14:21:10.7646813Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-24T14:21:10.7647145Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-24T14:21:10.7647407Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-24T14:21:10.7647659Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-24T14:21:10.7647913Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:21:10.7648161Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:10.7648414Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:10.7648660Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:10.7648913Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:10.7649163Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:10.7649411Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:10.7649651Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:10.7650213Z [junit] 24-Jun-2020 14:21:10.753 SEVERE [http-nio-127.0.0.1-auto-22-exec-1] org.apache.coyote.AbstractProtocol$ConnectionHandler.process Error reading request, ignored
2020-06-24T14:21:10.7650517Z [junit] java.lang.IllegalStateException: Calling [asyncPostProcess()] is not valid for a request with Async state [MUST_ERROR]
2020-06-24T14:21:10.7650771Z [junit] at org.apache.coyote.AsyncStateMachine.asyncPostProcess(AsyncStateMachine.java:290)
2020-06-24T14:21:10.7651099Z [junit] at org.apache.coyote.AbstractProcessor.asyncPostProcess(AbstractProcessor.java:192)
2020-06-24T14:21:10.7651341Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:81)
2020-06-24T14:21:10.7651589Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:10.7651841Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:10.7652089Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:10.7652337Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:10.7652584Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:10.7652814Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:10.7653057Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:10.7653621Z [junit] 24-Jun-2020 14:21:10.754 INFO [http-nio-127.0.0.1-auto-22-exec-1] org.apache.catalina.connector.CoyoteAdapter.checkRecycled Encountered a non-recycled request and recycled it forcedly.
2020-06-24T14:21:10.7653906Z [junit] org.apache.catalina.connector.CoyoteAdapter$RecycleRequiredException
2020-06-24T14:21:10.7654154Z [junit] at org.apache.catalina.connector.CoyoteAdapter.checkRecycled(CoyoteAdapter.java:521)
2020-06-24T14:21:10.7654527Z [junit] at org.apache.coyote.http11.Http11Processor.recycle(Http11Processor.java:1352)
2020-06-24T14:21:10.7654751Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.release(AbstractProtocol.java:1034)
2020-06-24T14:21:10.7654956Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:1008)
2020-06-24T14:21:10.7655175Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:10.7655462Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:10.7655718Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:10.7655944Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:10.7656157Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:10.7656365Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:10.7656821Z [junit] 24-Jun-2020 14:21:10.754 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-22-37407"]
2020-06-24T14:21:10.7657262Z [junit] 24-Jun-2020 14:21:10.761 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:12.8656536Z [junit] 24-Jun-2020 14:21:12.767 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-22-37407"]
2020-06-24T14:21:12.8657859Z [junit] 24-Jun-2020 14:21:12.770 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-22-37407"]
2020-06-24T14:21:12.8658830Z [junit] 24-Jun-2020 14:21:12.772 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[22: async[true], throw[true], dispatch[false], errorPoint[THREAD_A_AFTER_START_RUNNABLE], useStart[false]]]
2020-06-24T14:21:12.8659755Z [junit] 24-Jun-2020 14:21:12.774 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-23"]
2020-06-24T14:21:12.8661015Z [junit] 24-Jun-2020 14:21:12.774 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:12.8661619Z [junit] 24-Jun-2020 14:21:12.774 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:12.8662274Z [junit] 24-Jun-2020 14:21:12.777 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-23-38555"]
2020-06-24T14:21:12.8662890Z [junit] 24-Jun-2020 14:21:12.784 SEVERE [http-nio-127.0.0.1-auto-23-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [target] in context with path [] threw exception
2020-06-24T14:21:12.8663124Z [junit] jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:12.8663347Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doError(TestHttpServletResponseSendError.java:255)
2020-06-24T14:21:12.8663576Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doGet(TestHttpServletResponseSendError.java:248)
2020-06-24T14:21:12.8663783Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-24T14:21:12.8663971Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-24T14:21:12.8664171Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-24T14:21:12.8664372Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-24T14:21:12.8664565Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-24T14:21:12.8664752Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-24T14:21:12.8664941Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-24T14:21:12.8665130Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-24T14:21:12.8665312Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-24T14:21:12.8665801Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-24T14:21:12.8666056Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-24T14:21:12.8666258Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-24T14:21:12.8666450Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:21:12.8666639Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:12.8666836Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:12.8667023Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:12.8667206Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:12.8667396Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:12.8667587Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:12.8667766Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:12.8668344Z [junit] 24-Jun-2020 14:21:12.786 SEVERE [http-nio-127.0.0.1-auto-23-exec-1] org.apache.coyote.AbstractProtocol$ConnectionHandler.process Error reading request, ignored
2020-06-24T14:21:12.8668566Z [junit] java.lang.IllegalStateException: Calling [asyncPostProcess()] is not valid for a request with Async state [MUST_ERROR]
2020-06-24T14:21:12.8668745Z [junit] at org.apache.coyote.AsyncStateMachine.asyncPostProcess(AsyncStateMachine.java:290)
2020-06-24T14:21:12.8668929Z [junit] at org.apache.coyote.AbstractProcessor.asyncPostProcess(AbstractProcessor.java:192)
2020-06-24T14:21:12.8669117Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:81)
2020-06-24T14:21:12.8669312Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:12.8669510Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:12.8669693Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:12.8669880Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:12.8670067Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:12.8670249Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:12.8670424Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:12.8670934Z [junit] 24-Jun-2020 14:21:12.786 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-23-38555"]
2020-06-24T14:21:12.8671526Z [junit] 24-Jun-2020 14:21:12.787 INFO [http-nio-127.0.0.1-auto-23-exec-1] org.apache.catalina.connector.CoyoteAdapter.checkRecycled Encountered a non-recycled request and recycled it forcedly.
2020-06-24T14:21:12.8671743Z [junit] org.apache.catalina.connector.CoyoteAdapter$RecycleRequiredException
2020-06-24T14:21:12.8671918Z [junit] at org.apache.catalina.connector.CoyoteAdapter.checkRecycled(CoyoteAdapter.java:521)
2020-06-24T14:21:12.8672122Z [junit] at org.apache.coyote.http11.Http11Processor.recycle(Http11Processor.java:1352)
2020-06-24T14:21:12.8672326Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.release(AbstractProtocol.java:1034)
2020-06-24T14:21:12.8672518Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:1008)
2020-06-24T14:21:12.8672707Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:12.8672960Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:12.8673193Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:12.8673365Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:12.8673549Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:12.8673725Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:12.8674199Z [junit] 24-Jun-2020 14:21:12.792 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:13.3670532Z [junit] Exception in thread "Thread-11" jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:13.3670820Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:296)
2020-06-24T14:21:13.3671067Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:14.8688047Z [junit] 24-Jun-2020 14:21:14.798 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-23-38555"]
2020-06-24T14:21:14.8689356Z [junit] 24-Jun-2020 14:21:14.802 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-23-38555"]
2020-06-24T14:21:14.8690320Z [junit] 24-Jun-2020 14:21:14.805 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[23: async[true], throw[true], dispatch[false], errorPoint[THREAD_A_AFTER_START_RUNNABLE], useStart[true]]]
2020-06-24T14:21:14.8691147Z [junit] 24-Jun-2020 14:21:14.808 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-24"]
2020-06-24T14:21:14.8691909Z [junit] 24-Jun-2020 14:21:14.808 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:14.8692804Z [junit] 24-Jun-2020 14:21:14.808 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:14.8693586Z [junit] 24-Jun-2020 14:21:14.816 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-24-38447"]
2020-06-24T14:21:14.8694448Z [junit] 24-Jun-2020 14:21:14.821 SEVERE [http-nio-127.0.0.1-auto-24-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [target] in context with path [] threw exception
2020-06-24T14:21:14.8694906Z [junit] jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:14.8695334Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doError(TestHttpServletResponseSendError.java:255)
2020-06-24T14:21:14.8695805Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doGet(TestHttpServletResponseSendError.java:248)
2020-06-24T14:21:14.8696218Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-24T14:21:14.8696614Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-24T14:21:14.8697016Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-24T14:21:14.8697418Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-24T14:21:14.8697816Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-24T14:21:14.8698213Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-24T14:21:14.8698610Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-24T14:21:14.8699314Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-24T14:21:14.8699702Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-24T14:21:14.8700207Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-24T14:21:14.8700624Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-24T14:21:14.8701023Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-24T14:21:14.8701535Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:21:14.8701964Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:14.8702569Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:14.8703536Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:14.8703742Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:14.8704013Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:14.8704206Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:14.8704382Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:14.8705338Z [junit] 24-Jun-2020 14:21:14.824 SEVERE [http-nio-127.0.0.1-auto-24-exec-1] org.apache.coyote.AbstractProtocol$ConnectionHandler.process Error reading request, ignored
2020-06-24T14:21:14.8705564Z [junit] java.lang.IllegalStateException: Calling [asyncPostProcess()] is not valid for a request with Async state [MUST_ERROR]
2020-06-24T14:21:14.8705759Z [junit] at org.apache.coyote.AsyncStateMachine.asyncPostProcess(AsyncStateMachine.java:290)
2020-06-24T14:21:14.8705947Z [junit] at org.apache.coyote.AbstractProcessor.asyncPostProcess(AbstractProcessor.java:192)
2020-06-24T14:21:14.8706127Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:81)
2020-06-24T14:21:14.8706294Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:14.8706484Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:14.8706667Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:14.8706849Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:14.8707030Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:14.8707211Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:14.8707390Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:14.8708257Z [junit] 24-Jun-2020 14:21:14.825 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-24-38447"]
2020-06-24T14:21:14.8708867Z [junit] 24-Jun-2020 14:21:14.826 INFO [http-nio-127.0.0.1-auto-24-exec-1] org.apache.catalina.connector.CoyoteAdapter.checkRecycled Encountered a non-recycled request and recycled it forcedly.
2020-06-24T14:21:14.8709076Z [junit] org.apache.catalina.connector.CoyoteAdapter$RecycleRequiredException
2020-06-24T14:21:14.8709264Z [junit] at org.apache.catalina.connector.CoyoteAdapter.checkRecycled(CoyoteAdapter.java:521)
2020-06-24T14:21:14.8709453Z [junit] at org.apache.coyote.http11.Http11Processor.recycle(Http11Processor.java:1352)
2020-06-24T14:21:14.8709630Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.release(AbstractProtocol.java:1034)
2020-06-24T14:21:14.8710057Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:1008)
2020-06-24T14:21:14.8710315Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:14.8710504Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:14.8710684Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:14.8711134Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:14.8711417Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:14.8711592Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:14.8712090Z [junit] 24-Jun-2020 14:21:14.830 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:15.3703524Z [junit] 24-Jun-2020 14:21:15.321 SEVERE [http-nio-127.0.0.1-auto-24-exec-2] org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run Error during processing of asynchronous Runnable via AsyncContext.start()
2020-06-24T14:21:15.3704345Z [junit] jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:15.3704952Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:296)
2020-06-24T14:21:15.3705230Z [junit] at org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run(AsyncContextImpl.java:543)
2020-06-24T14:21:15.3705432Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:15.3705663Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:15.3705854Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:15.3706056Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:16.8724660Z [junit] 24-Jun-2020 14:21:16.836 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-24-38447"]
2020-06-24T14:21:16.8725847Z [junit] 24-Jun-2020 14:21:16.838 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-24-38447"]
2020-06-24T14:21:16.8726765Z [junit] 24-Jun-2020 14:21:16.840 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[24: async[true], throw[true], dispatch[false], errorPoint[THREAD_B_BEFORE_COMPLETE], useStart[true]]]
2020-06-24T14:21:16.8727542Z [junit] 24-Jun-2020 14:21:16.841 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-25"]
2020-06-24T14:21:16.8728344Z [junit] 24-Jun-2020 14:21:16.841 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:16.8729108Z [junit] 24-Jun-2020 14:21:16.841 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:16.8729851Z [junit] 24-Jun-2020 14:21:16.845 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-25-37391"]
2020-06-24T14:21:17.3734738Z [junit] 24-Jun-2020 14:21:17.349 SEVERE [http-nio-127.0.0.1-auto-25-exec-2] org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run Error during processing of asynchronous Runnable via AsyncContext.start()
2020-06-24T14:21:17.3735118Z [junit] jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:17.3735338Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:296)
2020-06-24T14:21:17.3735549Z [junit] at org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run(AsyncContextImpl.java:543)
2020-06-24T14:21:17.3736067Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:17.3736380Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:17.3736574Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:17.3736752Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:19.8764450Z [junit] 24-Jun-2020 14:21:19.849 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-25-37391"]
2020-06-24T14:21:19.8765396Z [junit] 24-Jun-2020 14:21:19.855 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:19.8766078Z [junit] 24-Jun-2020 14:21:19.856 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-25-37391"]
2020-06-24T14:21:19.8766811Z [junit] 24-Jun-2020 14:21:19.857 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-25-37391"]
2020-06-24T14:21:19.8767562Z [junit] 24-Jun-2020 14:21:19.859 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[25: async[true], throw[true], dispatch[true], errorPoint[THREAD_A_BEFORE_START_ASYNC], useStart[false]]]
2020-06-24T14:21:19.8768232Z [junit] 24-Jun-2020 14:21:19.860 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-26"]
2020-06-24T14:21:19.8768851Z [junit] 24-Jun-2020 14:21:19.860 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:19.8769497Z [junit] 24-Jun-2020 14:21:19.860 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:19.8770156Z [junit] 24-Jun-2020 14:21:19.862 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-26-34781"]
2020-06-24T14:21:19.9779205Z [junit] 24-Jun-2020 14:21:19.881 SEVERE [http-nio-127.0.0.1-auto-26-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [target] in context with path [] threw exception
2020-06-24T14:21:19.9830049Z [junit] jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:19.9834165Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doError(TestHttpServletResponseSendError.java:255)
2020-06-24T14:21:19.9837548Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doGet(TestHttpServletResponseSendError.java:228)
2020-06-24T14:21:19.9840180Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-24T14:21:19.9840604Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-24T14:21:19.9840968Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-24T14:21:19.9841312Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-24T14:21:19.9841651Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-24T14:21:19.9843486Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-24T14:21:19.9843903Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-24T14:21:19.9844239Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-24T14:21:19.9844590Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-24T14:21:19.9844923Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-24T14:21:19.9845495Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-24T14:21:19.9845936Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-24T14:21:19.9846288Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:21:19.9846618Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:19.9846954Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:19.9847297Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:19.9847622Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:19.9847952Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:19.9848289Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:19.9848608Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:19.9849579Z [junit] 24-Jun-2020 14:21:19.883 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-26-34781"]
2020-06-24T14:21:19.9850226Z [junit] 24-Jun-2020 14:21:19.889 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:19.9850873Z [junit] 24-Jun-2020 14:21:19.890 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-26-34781"]
2020-06-24T14:21:19.9851873Z [junit] 24-Jun-2020 14:21:19.891 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-26-34781"]
2020-06-24T14:21:19.9852654Z [junit] 24-Jun-2020 14:21:19.893 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[26: async[true], throw[true], dispatch[true], errorPoint[THREAD_A_BEFORE_START_ASYNC], useStart[true]]]
2020-06-24T14:21:19.9853324Z [junit] 24-Jun-2020 14:21:19.893 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-27"]
2020-06-24T14:21:19.9853946Z [junit] 24-Jun-2020 14:21:19.894 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:19.9854589Z [junit] 24-Jun-2020 14:21:19.894 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:19.9855233Z [junit] 24-Jun-2020 14:21:19.896 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-27-43045"]
2020-06-24T14:21:19.9856080Z [junit] 24-Jun-2020 14:21:19.936 SEVERE [http-nio-127.0.0.1-auto-27-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [target] in context with path [] threw exception
2020-06-24T14:21:19.9856478Z [junit] jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:19.9856844Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doError(TestHttpServletResponseSendError.java:255)
2020-06-24T14:21:19.9857217Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doGet(TestHttpServletResponseSendError.java:228)
2020-06-24T14:21:19.9857565Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-24T14:21:19.9857891Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-24T14:21:19.9858229Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-24T14:21:19.9858565Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-24T14:21:19.9859031Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-24T14:21:19.9859437Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-24T14:21:19.9859783Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-24T14:21:19.9860120Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-24T14:21:19.9860448Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-24T14:21:19.9860774Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-24T14:21:19.9861103Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-24T14:21:19.9861436Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-24T14:21:19.9861774Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:21:19.9862110Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:19.9862442Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:19.9862769Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:19.9863646Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:19.9863967Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:19.9864237Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:19.9864492Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:19.9865122Z [junit] 24-Jun-2020 14:21:19.937 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-27-43045"]
2020-06-24T14:21:19.9865677Z [junit] 24-Jun-2020 14:21:19.943 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:19.9866243Z [junit] 24-Jun-2020 14:21:19.944 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-27-43045"]
2020-06-24T14:21:19.9866841Z [junit] 24-Jun-2020 14:21:19.945 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-27-43045"]
2020-06-24T14:21:19.9867503Z [junit] 24-Jun-2020 14:21:19.947 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[27: async[true], throw[true], dispatch[true], errorPoint[THREAD_A_AFTER_START_ASYNC], useStart[false]]]
2020-06-24T14:21:19.9868091Z [junit] 24-Jun-2020 14:21:19.948 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-28"]
2020-06-24T14:21:19.9868646Z [junit] 24-Jun-2020 14:21:19.948 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:19.9869214Z [junit] 24-Jun-2020 14:21:19.948 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:19.9869787Z [junit] 24-Jun-2020 14:21:19.963 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-28-45277"]
2020-06-24T14:21:19.9870426Z [junit] 24-Jun-2020 14:21:19.976 SEVERE [http-nio-127.0.0.1-auto-28-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [target] in context with path [] threw exception
2020-06-24T14:21:19.9870731Z [junit] jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:19.9871242Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doError(TestHttpServletResponseSendError.java:255)
2020-06-24T14:21:19.9871638Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doGet(TestHttpServletResponseSendError.java:235)
2020-06-24T14:21:19.9871931Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-24T14:21:19.9872192Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-24T14:21:19.9872465Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-24T14:21:19.9872736Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-24T14:21:19.9873003Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-24T14:21:19.9873268Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-24T14:21:19.9873541Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-24T14:21:19.9873807Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-24T14:21:19.9874071Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-24T14:21:19.9874335Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-24T14:21:19.9874600Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-24T14:21:19.9875148Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-24T14:21:19.9875436Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:21:19.9875702Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:19.9875977Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:19.9876246Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:19.9876508Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:19.9876755Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:19.9877019Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:19.9877275Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:19.9877898Z [junit] 24-Jun-2020 14:21:19.977 SEVERE [http-nio-127.0.0.1-auto-28-exec-1] org.apache.coyote.AbstractProtocol$ConnectionHandler.process Error reading request, ignored
2020-06-24T14:21:19.9878203Z [junit] java.lang.IllegalStateException: Calling [asyncPostProcess()] is not valid for a request with Async state [MUST_ERROR]
2020-06-24T14:21:19.9878479Z [junit] at org.apache.coyote.AsyncStateMachine.asyncPostProcess(AsyncStateMachine.java:290)
2020-06-24T14:21:19.9878741Z [junit] at org.apache.coyote.AbstractProcessor.asyncPostProcess(AbstractProcessor.java:192)
2020-06-24T14:21:19.9879000Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:81)
2020-06-24T14:21:19.9879259Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:19.9879525Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:19.9879786Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:19.9880046Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:19.9880413Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:19.9880674Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:19.9880989Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:19.9881559Z [junit] 24-Jun-2020 14:21:19.977 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-28-45277"]
2020-06-24T14:21:20.0782278Z [junit] 24-Jun-2020 14:21:19.983 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:20.0783203Z [junit] 24-Jun-2020 14:21:19.983 INFO [http-nio-127.0.0.1-auto-28-exec-1] org.apache.catalina.connector.CoyoteAdapter.checkRecycled Encountered a non-recycled request and recycled it forcedly.
2020-06-24T14:21:20.0783429Z [junit] org.apache.catalina.connector.CoyoteAdapter$RecycleRequiredException
2020-06-24T14:21:20.0783594Z [junit] at org.apache.catalina.connector.CoyoteAdapter.checkRecycled(CoyoteAdapter.java:521)
2020-06-24T14:21:20.0789023Z [junit] at org.apache.coyote.http11.Http11Processor.recycle(Http11Processor.java:1352)
2020-06-24T14:21:20.0789222Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.release(AbstractProtocol.java:1034)
2020-06-24T14:21:20.0789382Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:1008)
2020-06-24T14:21:20.0789544Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:20.0789690Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:20.0789848Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:20.0790001Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:20.0790157Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:20.0790312Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:22.0811795Z [junit] 24-Jun-2020 14:21:21.989 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-28-45277"]
2020-06-24T14:21:22.0813171Z [junit] 24-Jun-2020 14:21:21.991 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-28-45277"]
2020-06-24T14:21:22.0814145Z [junit] 24-Jun-2020 14:21:21.992 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[28: async[true], throw[true], dispatch[true], errorPoint[THREAD_A_AFTER_START_ASYNC], useStart[true]]]
2020-06-24T14:21:22.0815100Z [junit] 24-Jun-2020 14:21:21.993 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-29"]
2020-06-24T14:21:22.0816383Z [junit] 24-Jun-2020 14:21:21.994 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:22.0817081Z [junit] 24-Jun-2020 14:21:21.994 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:22.0817628Z [junit] 24-Jun-2020 14:21:21.998 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-29-43593"]
2020-06-24T14:21:22.0818237Z [junit] 24-Jun-2020 14:21:22.001 SEVERE [http-nio-127.0.0.1-auto-29-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [target] in context with path [] threw exception
2020-06-24T14:21:22.0818474Z [junit] jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:22.0818693Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doError(TestHttpServletResponseSendError.java:255)
2020-06-24T14:21:22.0819236Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doGet(TestHttpServletResponseSendError.java:235)
2020-06-24T14:21:22.0819437Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-24T14:21:22.0819714Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-24T14:21:22.0819898Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-24T14:21:22.0820099Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-24T14:21:22.0820300Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-24T14:21:22.0820487Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-24T14:21:22.0820674Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-24T14:21:22.0820864Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-24T14:21:22.0821047Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-24T14:21:22.0821239Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-24T14:21:22.0821426Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-24T14:21:22.0821612Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-24T14:21:22.0821804Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:21:22.0821996Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:22.0822169Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:22.0822360Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:22.0822543Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:22.0822732Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:22.0822919Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:22.0823098Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:22.0823671Z [junit] 24-Jun-2020 14:21:22.002 SEVERE [http-nio-127.0.0.1-auto-29-exec-1] org.apache.coyote.AbstractProtocol$ConnectionHandler.process Error reading request, ignored
2020-06-24T14:21:22.0823888Z [junit] java.lang.IllegalStateException: Calling [asyncPostProcess()] is not valid for a request with Async state [MUST_ERROR]
2020-06-24T14:21:22.0824083Z [junit] at org.apache.coyote.AsyncStateMachine.asyncPostProcess(AsyncStateMachine.java:290)
2020-06-24T14:21:22.0824270Z [junit] at org.apache.coyote.AbstractProcessor.asyncPostProcess(AbstractProcessor.java:192)
2020-06-24T14:21:22.0824448Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:81)
2020-06-24T14:21:22.0824631Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:22.0824808Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:22.0824992Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:22.0825169Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:22.0825358Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:22.0825536Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:22.0825785Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:22.0826371Z [junit] 24-Jun-2020 14:21:22.003 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-29-43593"]
2020-06-24T14:21:22.0826971Z [junit] 24-Jun-2020 14:21:22.004 INFO [http-nio-127.0.0.1-auto-29-exec-1] org.apache.catalina.connector.CoyoteAdapter.checkRecycled Encountered a non-recycled request and recycled it forcedly.
2020-06-24T14:21:22.0827195Z [junit] org.apache.catalina.connector.CoyoteAdapter$RecycleRequiredException
2020-06-24T14:21:22.0827385Z [junit] at org.apache.catalina.connector.CoyoteAdapter.checkRecycled(CoyoteAdapter.java:521)
2020-06-24T14:21:22.0827583Z [junit] at org.apache.coyote.http11.Http11Processor.recycle(Http11Processor.java:1352)
2020-06-24T14:21:22.0827778Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.release(AbstractProtocol.java:1034)
2020-06-24T14:21:22.0827973Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:1008)
2020-06-24T14:21:22.0828168Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:22.0828351Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:22.0828517Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:22.0828697Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:22.0828877Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:22.0829046Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:22.0829512Z [junit] 24-Jun-2020 14:21:22.008 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:24.0846775Z [junit] 24-Jun-2020 14:21:24.014 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-29-43593"]
2020-06-24T14:21:24.0847971Z [junit] 24-Jun-2020 14:21:24.016 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-29-43593"]
2020-06-24T14:21:24.0848825Z [junit] 24-Jun-2020 14:21:24.017 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[29: async[true], throw[true], dispatch[true], errorPoint[THREAD_A_AFTER_START_RUNNABLE], useStart[false]]]
2020-06-24T14:21:24.0849555Z [junit] 24-Jun-2020 14:21:24.019 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-30"]
2020-06-24T14:21:24.0850215Z [junit] 24-Jun-2020 14:21:24.019 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:24.0851476Z [junit] 24-Jun-2020 14:21:24.019 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:24.0852215Z [junit] 24-Jun-2020 14:21:24.025 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-30-35197"]
2020-06-24T14:21:24.0852919Z [junit] 24-Jun-2020 14:21:24.028 SEVERE [http-nio-127.0.0.1-auto-30-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [target] in context with path [] threw exception
2020-06-24T14:21:24.0853152Z [junit] jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:24.0853370Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doError(TestHttpServletResponseSendError.java:255)
2020-06-24T14:21:24.0853598Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doGet(TestHttpServletResponseSendError.java:248)
2020-06-24T14:21:24.0854105Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-24T14:21:24.0854284Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-24T14:21:24.0854566Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-24T14:21:24.0854766Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-24T14:21:24.0854957Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-24T14:21:24.0855144Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-24T14:21:24.0855330Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-24T14:21:24.0855509Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-24T14:21:24.0855694Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-24T14:21:24.0855880Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-24T14:21:24.0856070Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-24T14:21:24.0856243Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-24T14:21:24.0856436Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:21:24.0856626Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:24.0856815Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:24.0856995Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:24.0857185Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:24.0857366Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:24.0857552Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:24.0857727Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:24.0858289Z [junit] 24-Jun-2020 14:21:24.029 SEVERE [http-nio-127.0.0.1-auto-30-exec-1] org.apache.coyote.AbstractProtocol$ConnectionHandler.process Error reading request, ignored
2020-06-24T14:21:24.0858507Z [junit] java.lang.IllegalStateException: Calling [asyncPostProcess()] is not valid for a request with Async state [MUST_ERROR]
2020-06-24T14:21:24.0858699Z [junit] at org.apache.coyote.AsyncStateMachine.asyncPostProcess(AsyncStateMachine.java:290)
2020-06-24T14:21:24.0858875Z [junit] at org.apache.coyote.AbstractProcessor.asyncPostProcess(AbstractProcessor.java:192)
2020-06-24T14:21:24.0859040Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:81)
2020-06-24T14:21:24.0859227Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:24.0859415Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:24.0859600Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:24.0859782Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:24.0859964Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:24.0860149Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:24.0860370Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:24.0860963Z [junit] 24-Jun-2020 14:21:24.029 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-30-35197"]
2020-06-24T14:21:24.0861611Z [junit] 24-Jun-2020 14:21:24.031 INFO [http-nio-127.0.0.1-auto-30-exec-1] org.apache.catalina.connector.CoyoteAdapter.checkRecycled Encountered a non-recycled request and recycled it forcedly.
2020-06-24T14:21:24.0861831Z [junit] org.apache.catalina.connector.CoyoteAdapter$RecycleRequiredException
2020-06-24T14:21:24.0862021Z [junit] at org.apache.catalina.connector.CoyoteAdapter.checkRecycled(CoyoteAdapter.java:521)
2020-06-24T14:21:24.0862213Z [junit] at org.apache.coyote.http11.Http11Processor.recycle(Http11Processor.java:1352)
2020-06-24T14:21:24.0862409Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.release(AbstractProtocol.java:1034)
2020-06-24T14:21:24.0862581Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:1008)
2020-06-24T14:21:24.0862777Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:24.0862961Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:24.0863147Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:24.0863326Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:24.0863505Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:24.0863678Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:24.0864163Z [junit] 24-Jun-2020 14:21:24.036 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:24.5859131Z [junit] Exception in thread "Thread-12" jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:24.5859905Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:296)
2020-06-24T14:21:24.5860222Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:26.0877135Z [junit] 24-Jun-2020 14:21:26.042 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-30-35197"]
2020-06-24T14:21:26.0878147Z [junit] 24-Jun-2020 14:21:26.043 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-30-35197"]
2020-06-24T14:21:26.0878845Z [junit] 24-Jun-2020 14:21:26.045 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[30: async[true], throw[true], dispatch[true], errorPoint[THREAD_A_AFTER_START_RUNNABLE], useStart[true]]]
2020-06-24T14:21:26.0879455Z [junit] 24-Jun-2020 14:21:26.046 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-31"]
2020-06-24T14:21:26.0880024Z [junit] 24-Jun-2020 14:21:26.046 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:26.0880599Z [junit] 24-Jun-2020 14:21:26.047 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:26.0881174Z [junit] 24-Jun-2020 14:21:26.051 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-31-44791"]
2020-06-24T14:21:26.0881820Z [junit] 24-Jun-2020 14:21:26.061 SEVERE [http-nio-127.0.0.1-auto-31-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [target] in context with path [] threw exception
2020-06-24T14:21:26.0882135Z [junit] jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:26.0882428Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doError(TestHttpServletResponseSendError.java:255)
2020-06-24T14:21:26.0882964Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$TesterAsyncServlet.doGet(TestHttpServletResponseSendError.java:248)
2020-06-24T14:21:26.0883330Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-24T14:21:26.0883608Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-24T14:21:26.0883884Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-24T14:21:26.0884157Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-24T14:21:26.0884430Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-24T14:21:26.0884702Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-24T14:21:26.0884970Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-24T14:21:26.0885240Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-24T14:21:26.0885507Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-24T14:21:26.0885771Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-24T14:21:26.0886056Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-24T14:21:26.0886312Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-24T14:21:26.0886580Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:21:26.0886846Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:26.0887146Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:26.0887416Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:26.0887681Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:26.0887947Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:26.0888209Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:26.0888462Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:26.0889056Z [junit] 24-Jun-2020 14:21:26.062 SEVERE [http-nio-127.0.0.1-auto-31-exec-1] org.apache.coyote.AbstractProtocol$ConnectionHandler.process Error reading request, ignored
2020-06-24T14:21:26.0889366Z [junit] java.lang.IllegalStateException: Calling [asyncPostProcess()] is not valid for a request with Async state [MUST_ERROR]
2020-06-24T14:21:26.0889644Z [junit] at org.apache.coyote.AsyncStateMachine.asyncPostProcess(AsyncStateMachine.java:290)
2020-06-24T14:21:26.0889904Z [junit] at org.apache.coyote.AbstractProcessor.asyncPostProcess(AbstractProcessor.java:192)
2020-06-24T14:21:26.0890163Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:81)
2020-06-24T14:21:26.0890427Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:21:26.0890696Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:26.0890985Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:26.0891247Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:26.0894917Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:26.0895392Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:26.0895651Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:26.0896498Z [junit] 24-Jun-2020 14:21:26.062 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-31-44791"]
2020-06-24T14:21:26.0897159Z [junit] 24-Jun-2020 14:21:26.064 INFO [http-nio-127.0.0.1-auto-31-exec-1] org.apache.catalina.connector.CoyoteAdapter.checkRecycled Encountered a non-recycled request and recycled it forcedly.
2020-06-24T14:21:26.0897463Z [junit] org.apache.catalina.connector.CoyoteAdapter$RecycleRequiredException
2020-06-24T14:21:26.0897740Z [junit] at org.apache.catalina.connector.CoyoteAdapter.checkRecycled(CoyoteAdapter.java:521)
2020-06-24T14:21:26.0898017Z [junit] at org.apache.coyote.http11.Http11Processor.recycle(Http11Processor.java:1352)
2020-06-24T14:21:26.0898321Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.release(AbstractProtocol.java:1034)
2020-06-24T14:21:26.0898593Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:1008)
2020-06-24T14:21:26.0898866Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:21:26.0899132Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:21:26.0899399Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:26.0899661Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:26.0899924Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:26.0900183Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:26.0900686Z [junit] 24-Jun-2020 14:21:26.067 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:26.5890093Z [junit] 24-Jun-2020 14:21:26.561 SEVERE [http-nio-127.0.0.1-auto-31-exec-3] org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run Error during processing of asynchronous Runnable via AsyncContext.start()
2020-06-24T14:21:26.5890759Z [junit] jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:26.5892601Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:296)
2020-06-24T14:21:26.5892945Z [junit] at org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run(AsyncContextImpl.java:543)
2020-06-24T14:21:26.5893175Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:26.5893389Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:26.5893712Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:26.5893919Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:28.0911768Z [junit] 24-Jun-2020 14:21:28.074 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-31-44791"]
2020-06-24T14:21:28.0912662Z [junit] 24-Jun-2020 14:21:28.076 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-31-44791"]
2020-06-24T14:21:28.0913367Z [junit] 24-Jun-2020 14:21:28.077 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[31: async[true], throw[true], dispatch[true], errorPoint[THREAD_B_BEFORE_COMPLETE], useStart[true]]]
2020-06-24T14:21:28.0913960Z [junit] 24-Jun-2020 14:21:28.078 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-32"]
2020-06-24T14:21:28.0915001Z [junit] 24-Jun-2020 14:21:28.079 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:28.0915748Z [junit] 24-Jun-2020 14:21:28.079 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:28.0916371Z [junit] 24-Jun-2020 14:21:28.088 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-32-45781"]
2020-06-24T14:21:28.6922977Z [junit] 24-Jun-2020 14:21:28.593 SEVERE [http-nio-127.0.0.1-auto-32-exec-2] org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run Error during processing of asynchronous Runnable via AsyncContext.start()
2020-06-24T14:21:28.6928327Z [junit] jakarta.servlet.http.TestHttpServletResponseSendError$SendErrorException
2020-06-24T14:21:28.6930060Z [junit] at jakarta.servlet.http.TestHttpServletResponseSendError$AsyncRunnable.run(TestHttpServletResponseSendError.java:296)
2020-06-24T14:21:28.6930311Z [junit] at org.apache.catalina.core.AsyncContextImpl$RunnableWrapper.run(AsyncContextImpl.java:543)
2020-06-24T14:21:28.6930513Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:21:28.6930710Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:21:28.6930898Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:21:28.6931076Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:21:31.0953046Z [junit] 24-Jun-2020 14:21:31.093 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-32-45781"]
2020-06-24T14:21:31.1249878Z [junit] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.788 sec
2020-06-24T14:21:31.1251062Z [junit] 24-Jun-2020 14:21:31.099 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:31.1251682Z [junit] 24-Jun-2020 14:21:31.100 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-32-45781"]
2020-06-24T14:21:31.1252254Z [junit] 24-Jun-2020 14:21:31.101 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-32-45781"]
2020-06-24T14:21:31.4306469Z [junit] Running jakarta.servlet.jsp.TestPageContext
2020-06-24T14:21:31.5331183Z [junit] 24-Jun-2020 14:21:31.434 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug49196]
2020-06-24T14:21:31.8334331Z [junit] 24-Jun-2020 14:21:31.814 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:21:31.9336035Z [junit] 24-Jun-2020 14:21:31.850 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:31.9337006Z [junit] 24-Jun-2020 14:21:31.854 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:32.0337821Z [junit] 24-Jun-2020 14:21:31.946 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:21:32.0339049Z [junit] 24-Jun-2020 14:21:32.027 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:21:33.0346696Z [junit] 24-Jun-2020 14:21:32.943 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-35639"]
2020-06-24T14:21:33.1104554Z [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.731 sec
2020-06-24T14:21:33.1106179Z [junit] 24-Jun-2020 14:21:33.062 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-35639"]
2020-06-24T14:21:33.1107006Z [junit] 24-Jun-2020 14:21:33.068 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:33.1107702Z [junit] 24-Jun-2020 14:21:33.077 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-35639"]
2020-06-24T14:21:33.1108440Z [junit] 24-Jun-2020 14:21:33.081 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-35639"]
2020-06-24T14:21:33.4150108Z [junit] Running jakarta.servlet.jsp.el.TestScopedAttributeELResolver
2020-06-24T14:21:33.5152260Z [junit] 24-Jun-2020 14:21:33.434 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug49196]
2020-06-24T14:21:33.8160192Z [junit] 24-Jun-2020 14:21:33.804 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:21:33.9161566Z [junit] 24-Jun-2020 14:21:33.851 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:33.9162519Z [junit] 24-Jun-2020 14:21:33.852 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:34.0163031Z [junit] 24-Jun-2020 14:21:33.959 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:21:34.2165424Z [junit] 24-Jun-2020 14:21:34.112 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:21:35.0202057Z [junit] 24-Jun-2020 14:21:34.990 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-35581"]
2020-06-24T14:21:35.3205011Z [junit] 24-Jun-2020 14:21:35.303 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-35581"]
2020-06-24T14:21:35.3205977Z [junit] 24-Jun-2020 14:21:35.308 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:35.3598133Z [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.981 sec
2020-06-24T14:21:35.3600206Z [junit] 24-Jun-2020 14:21:35.322 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-35581"]
2020-06-24T14:21:35.3600967Z [junit] 24-Jun-2020 14:21:35.331 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-35581"]
2020-06-24T14:21:35.6650364Z [junit] Running jakarta.servlet.jsp.el.TestScopedAttributeELResolverPerformance
2020-06-24T14:21:35.6651111Z [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
2020-06-24T14:21:35.9746121Z [junit] Running jakarta.servlet.resources.TestSchemaValidation
2020-06-24T14:21:36.4260708Z [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.519 sec
2020-06-24T14:21:36.7309623Z [junit] Running org.apache.catalina.ant.TestDeployTask
2020-06-24T14:21:36.8315494Z [junit] 24-Jun-2020 14:21:36.766 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [bug58086a]
2020-06-24T14:21:36.9314253Z [junit] 24-Jun-2020 14:21:36.870 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:21:36.9314915Z [junit] 24-Jun-2020 14:21:36.876 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [bug58086b]
2020-06-24T14:21:36.9315327Z [junit] 24-Jun-2020 14:21:36.877 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:21:36.9315998Z [junit] 24-Jun-2020 14:21:36.877 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [bug58086c]
2020-06-24T14:21:36.9316493Z [junit] 24-Jun-2020 14:21:36.878 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:21:36.9316884Z [junit] 24-Jun-2020 14:21:36.879 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [bug58086d]
2020-06-24T14:21:37.2318173Z [junit] 24-Jun-2020 14:21:37.175 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:21:37.2318879Z [junit] 24-Jun-2020 14:21:37.202 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:37.2319487Z [junit] 24-Jun-2020 14:21:37.202 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:37.3320938Z [junit] 24-Jun-2020 14:21:37.315 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:21:37.7323974Z [junit] 24-Jun-2020 14:21:37.701 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:21:37.7324778Z [junit] 24-Jun-2020 14:21:37.716 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-4-38059"]
2020-06-24T14:21:37.8325780Z [junit] 24-Jun-2020 14:21:37.819 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-4-38059"]
2020-06-24T14:21:37.8327140Z [junit] 24-Jun-2020 14:21:37.825 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:37.8632166Z [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 sec
2020-06-24T14:21:37.8633842Z [junit] 24-Jun-2020 14:21:37.839 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-4-38059"]
2020-06-24T14:21:37.8634498Z [junit] 24-Jun-2020 14:21:37.841 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4-38059"]
2020-06-24T14:21:38.1689397Z [junit] Running org.apache.catalina.authenticator.TestAuthInfoResponseHeaders
2020-06-24T14:21:38.2691934Z [junit] 24-Jun-2020 14:21:38.172 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testWithHeaders]
2020-06-24T14:21:38.6695501Z [junit] 24-Jun-2020 14:21:38.594 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:21:38.6696385Z [junit] 24-Jun-2020 14:21:38.628 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:38.6697521Z [junit] 24-Jun-2020 14:21:38.628 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:38.7697160Z [junit] 24-Jun-2020 14:21:38.712 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-33391"]
2020-06-24T14:21:38.8703462Z [junit] 24-Jun-2020 14:21:38.807 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-33391"]
2020-06-24T14:21:38.8705407Z [junit] 24-Jun-2020 14:21:38.813 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:38.8706153Z [junit] 24-Jun-2020 14:21:38.822 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-33391"]
2020-06-24T14:21:38.8707138Z [junit] 24-Jun-2020 14:21:38.825 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-33391"]
2020-06-24T14:21:38.8707893Z [junit] 24-Jun-2020 14:21:38.832 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNoHeaders]
2020-06-24T14:21:38.8709588Z [junit] 24-Jun-2020 14:21:38.834 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:21:38.8715933Z [junit] 24-Jun-2020 14:21:38.834 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:38.8717062Z [junit] 24-Jun-2020 14:21:38.834 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:38.8717769Z [junit] 24-Jun-2020 14:21:38.841 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-42663"]
2020-06-24T14:21:38.8718457Z [junit] 24-Jun-2020 14:21:38.863 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-42663"]
2020-06-24T14:21:38.8719075Z [junit] 24-Jun-2020 14:21:38.869 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:38.8808563Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.778 sec
2020-06-24T14:21:38.8809931Z [junit] 24-Jun-2020 14:21:38.870 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-42663"]
2020-06-24T14:21:38.8810530Z [junit] 24-Jun-2020 14:21:38.872 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-42663"]
2020-06-24T14:21:39.1856133Z [junit] Running org.apache.catalina.authenticator.TestAuthenticatorBaseCorsPreflight
2020-06-24T14:21:39.2858902Z [junit] 24-Jun-2020 14:21:39.227 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[0: input[NEVER]]]
2020-06-24T14:21:39.6862354Z [junit] 24-Jun-2020 14:21:39.590 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:21:39.6862890Z [junit] 24-Jun-2020 14:21:39.639 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:39.6863344Z [junit] 24-Jun-2020 14:21:39.640 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:39.7865383Z [junit] 24-Jun-2020 14:21:39.724 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-42423"]
2020-06-24T14:21:39.8865790Z [junit] 24-Jun-2020 14:21:39.835 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-42423"]
2020-06-24T14:21:39.8866361Z [junit] 24-Jun-2020 14:21:39.836 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:39.8866807Z [junit] 24-Jun-2020 14:21:39.845 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-42423"]
2020-06-24T14:21:39.8867253Z [junit] 24-Jun-2020 14:21:39.847 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-42423"]
2020-06-24T14:21:39.8867673Z [junit] 24-Jun-2020 14:21:39.856 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[1: input[ALWAYS]]]
2020-06-24T14:21:39.8868098Z [junit] 24-Jun-2020 14:21:39.860 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:21:39.8868482Z [junit] 24-Jun-2020 14:21:39.861 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:39.8869136Z [junit] 24-Jun-2020 14:21:39.861 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:39.8869655Z [junit] 24-Jun-2020 14:21:39.875 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-33775"]
2020-06-24T14:21:39.8870097Z [junit] 24-Jun-2020 14:21:39.884 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-33775"]
2020-06-24T14:21:39.9869181Z [junit] 24-Jun-2020 14:21:39.889 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:39.9869746Z [junit] 24-Jun-2020 14:21:39.891 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-33775"]
2020-06-24T14:21:39.9870168Z [junit] 24-Jun-2020 14:21:39.892 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-33775"]
2020-06-24T14:21:39.9870588Z [junit] 24-Jun-2020 14:21:39.895 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[2: input[ALWAYS]]]
2020-06-24T14:21:39.9870988Z [junit] 24-Jun-2020 14:21:39.898 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:21:39.9871362Z [junit] 24-Jun-2020 14:21:39.900 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:39.9871764Z [junit] 24-Jun-2020 14:21:39.900 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:39.9872167Z [junit] 24-Jun-2020 14:21:39.905 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-3-44287"]
2020-06-24T14:21:39.9872569Z [junit] 24-Jun-2020 14:21:39.915 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-3-44287"]
2020-06-24T14:21:39.9872950Z [junit] 24-Jun-2020 14:21:39.920 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:39.9873344Z [junit] 24-Jun-2020 14:21:39.922 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-3-44287"]
2020-06-24T14:21:39.9873756Z [junit] 24-Jun-2020 14:21:39.932 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3-44287"]
2020-06-24T14:21:39.9874144Z [junit] 24-Jun-2020 14:21:39.934 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[3: input[ALWAYS]]]
2020-06-24T14:21:39.9874532Z [junit] 24-Jun-2020 14:21:39.935 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:21:39.9875065Z [junit] 24-Jun-2020 14:21:39.936 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:39.9875472Z [junit] 24-Jun-2020 14:21:39.936 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:39.9875880Z [junit] 24-Jun-2020 14:21:39.948 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-4-34467"]
2020-06-24T14:21:39.9876277Z [junit] 24-Jun-2020 14:21:39.977 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-4-34467"]
2020-06-24T14:21:39.9876647Z [junit] 24-Jun-2020 14:21:39.983 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:39.9877024Z [junit] 24-Jun-2020 14:21:39.984 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-4-34467"]
2020-06-24T14:21:40.8526494Z [junit] 24-Jun-2020 14:21:39.989 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4-34467"]
2020-06-24T14:21:40.8528126Z [junit] 24-Jun-2020 14:21:39.992 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[4: input[ALWAYS]]]
2020-06-24T14:21:40.8528807Z [junit] 24-Jun-2020 14:21:39.994 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"]
2020-06-24T14:21:40.8529329Z [junit] 24-Jun-2020 14:21:39.995 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:40.8529870Z [junit] 24-Jun-2020 14:21:39.995 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:40.8530403Z [junit] 24-Jun-2020 14:21:40.001 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-43647"]
2020-06-24T14:21:40.8530943Z [junit] 24-Jun-2020 14:21:40.005 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-43647"]
2020-06-24T14:21:40.8531446Z [junit] 24-Jun-2020 14:21:40.011 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:40.8531966Z [junit] 24-Jun-2020 14:21:40.012 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-43647"]
2020-06-24T14:21:40.8532499Z [junit] 24-Jun-2020 14:21:40.013 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-5-43647"]
2020-06-24T14:21:40.8533033Z [junit] 24-Jun-2020 14:21:40.015 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[5: input[ALWAYS]]]
2020-06-24T14:21:40.8533554Z [junit] 24-Jun-2020 14:21:40.018 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-6"]
2020-06-24T14:21:40.8534078Z [junit] 24-Jun-2020 14:21:40.019 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:40.8534597Z [junit] 24-Jun-2020 14:21:40.019 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:40.8535139Z [junit] 24-Jun-2020 14:21:40.024 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-6-43553"]
2020-06-24T14:21:40.8535655Z [junit] 24-Jun-2020 14:21:40.033 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-6-43553"]
2020-06-24T14:21:40.8536188Z [junit] 24-Jun-2020 14:21:40.038 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:40.8536698Z [junit] 24-Jun-2020 14:21:40.040 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-6-43553"]
2020-06-24T14:21:40.8537250Z [junit] 24-Jun-2020 14:21:40.042 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-6-43553"]
2020-06-24T14:21:40.8537761Z [junit] 24-Jun-2020 14:21:40.045 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[6: input[ALWAYS]]]
2020-06-24T14:21:40.8538293Z [junit] 24-Jun-2020 14:21:40.046 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-7"]
2020-06-24T14:21:40.8538781Z [junit] 24-Jun-2020 14:21:40.048 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:40.8539305Z [junit] 24-Jun-2020 14:21:40.048 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:40.8539829Z [junit] 24-Jun-2020 14:21:40.058 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-7-35297"]
2020-06-24T14:21:40.8540522Z [junit] 24-Jun-2020 14:21:40.067 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-7-35297"]
2020-06-24T14:21:40.8541044Z [junit] 24-Jun-2020 14:21:40.073 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:40.8541561Z [junit] 24-Jun-2020 14:21:40.074 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-7-35297"]
2020-06-24T14:21:40.8542090Z [junit] 24-Jun-2020 14:21:40.077 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-7-35297"]
2020-06-24T14:21:40.8542600Z [junit] 24-Jun-2020 14:21:40.078 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[7: input[ALWAYS]]]
2020-06-24T14:21:40.8543187Z [junit] 24-Jun-2020 14:21:40.079 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-8"]
2020-06-24T14:21:40.8543705Z [junit] 24-Jun-2020 14:21:40.079 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:40.8544234Z [junit] 24-Jun-2020 14:21:40.079 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:40.8544758Z [junit] 24-Jun-2020 14:21:40.089 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-8-37271"]
2020-06-24T14:21:40.8545287Z [junit] 24-Jun-2020 14:21:40.101 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-8-37271"]
2020-06-24T14:21:40.8545784Z [junit] 24-Jun-2020 14:21:40.107 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:40.8546327Z [junit] 24-Jun-2020 14:21:40.108 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-8-37271"]
2020-06-24T14:21:40.8546858Z [junit] 24-Jun-2020 14:21:40.109 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-8-37271"]
2020-06-24T14:21:40.8547374Z [junit] 24-Jun-2020 14:21:40.110 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[8: input[ALWAYS]]]
2020-06-24T14:21:40.8548411Z [junit] 24-Jun-2020 14:21:40.111 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-9"]
2020-06-24T14:21:40.8548980Z [junit] 24-Jun-2020 14:21:40.112 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:40.8549550Z [junit] 24-Jun-2020 14:21:40.112 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:40.8550124Z [junit] 24-Jun-2020 14:21:40.118 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-9-42493"]
2020-06-24T14:21:40.8550698Z [junit] 24-Jun-2020 14:21:40.126 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-9-42493"]
2020-06-24T14:21:40.8551239Z [junit] 24-Jun-2020 14:21:40.131 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:40.8551802Z [junit] 24-Jun-2020 14:21:40.132 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-9-42493"]
2020-06-24T14:21:40.8552368Z [junit] 24-Jun-2020 14:21:40.137 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-9-42493"]
2020-06-24T14:21:40.8552921Z [junit] 24-Jun-2020 14:21:40.138 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[9: input[ALWAYS]]]
2020-06-24T14:21:40.8553612Z [junit] 24-Jun-2020 14:21:40.139 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-10"]
2020-06-24T14:21:40.8554225Z [junit] 24-Jun-2020 14:21:40.139 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:40.8555025Z [junit] 24-Jun-2020 14:21:40.140 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:40.8555611Z [junit] 24-Jun-2020 14:21:40.145 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-10-33103"]
2020-06-24T14:21:40.8556186Z [junit] 24-Jun-2020 14:21:40.151 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-10-33103"]
2020-06-24T14:21:40.8556719Z [junit] 24-Jun-2020 14:21:40.156 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:40.8557291Z [junit] 24-Jun-2020 14:21:40.157 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-10-33103"]
2020-06-24T14:21:40.8557868Z [junit] 24-Jun-2020 14:21:40.161 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-10-33103"]
2020-06-24T14:21:40.8558434Z [junit] 24-Jun-2020 14:21:40.162 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[10: input[FILTER]]]
2020-06-24T14:21:40.8559007Z [junit] 24-Jun-2020 14:21:40.163 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-11"]
2020-06-24T14:21:40.8559613Z [junit] 24-Jun-2020 14:21:40.163 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:40.8560180Z [junit] 24-Jun-2020 14:21:40.163 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:40.8560754Z [junit] 24-Jun-2020 14:21:40.169 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-11-36645"]
2020-06-24T14:21:40.8561326Z [junit] 24-Jun-2020 14:21:40.174 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-11-36645"]
2020-06-24T14:21:40.8561869Z [junit] 24-Jun-2020 14:21:40.180 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:40.8562428Z [junit] 24-Jun-2020 14:21:40.181 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-11-36645"]
2020-06-24T14:21:40.8563000Z [junit] 24-Jun-2020 14:21:40.182 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-11-36645"]
2020-06-24T14:21:40.8563555Z [junit] 24-Jun-2020 14:21:40.184 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[11: input[FILTER]]]
2020-06-24T14:21:40.8564126Z [junit] 24-Jun-2020 14:21:40.185 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-12"]
2020-06-24T14:21:40.8564425Z [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 sec
2020-06-24T14:21:40.8564944Z [junit] 24-Jun-2020 14:21:40.187 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:40.8565502Z [junit] 24-Jun-2020 14:21:40.188 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:40.8566073Z [junit] 24-Jun-2020 14:21:40.191 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-12-36697"]
2020-06-24T14:21:40.8566753Z [junit] 24-Jun-2020 14:21:40.199 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-12-36697"]
2020-06-24T14:21:40.8567353Z [junit] 24-Jun-2020 14:21:40.204 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:40.8567934Z [junit] 24-Jun-2020 14:21:40.205 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-12-36697"]
2020-06-24T14:21:40.8568490Z [junit] 24-Jun-2020 14:21:40.206 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-12-36697"]
2020-06-24T14:21:40.8568756Z [junit] Running org.apache.catalina.authenticator.TestBasicAuthParser
2020-06-24T14:21:40.8569004Z [junit] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
2020-06-24T14:21:40.8569233Z [junit] Running org.apache.catalina.authenticator.TestDigestAuthenticator
2020-06-24T14:21:40.9079689Z [junit] 24-Jun-2020 14:21:40.814 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAllValid]
2020-06-24T14:21:41.2082449Z [junit] 24-Jun-2020 14:21:41.177 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:21:41.2083473Z [junit] 24-Jun-2020 14:21:41.200 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:41.2084111Z [junit] 24-Jun-2020 14:21:41.200 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:41.3085028Z [junit] 24-Jun-2020 14:21:41.292 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-42191"]
2020-06-24T14:21:41.4086249Z [junit] 24-Jun-2020 14:21:41.378 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-42191"]
2020-06-24T14:21:41.4086766Z [junit] 24-Jun-2020 14:21:41.383 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:41.4087205Z [junit] 24-Jun-2020 14:21:41.390 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-42191"]
2020-06-24T14:21:41.4087628Z [junit] 24-Jun-2020 14:21:41.392 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-42191"]
2020-06-24T14:21:41.4088006Z [junit] 24-Jun-2020 14:21:41.399 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidUriFail]
2020-06-24T14:21:41.4088399Z [junit] 24-Jun-2020 14:21:41.400 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:21:41.4088772Z [junit] 24-Jun-2020 14:21:41.401 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:41.4089170Z [junit] 24-Jun-2020 14:21:41.401 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:41.4089583Z [junit] 24-Jun-2020 14:21:41.407 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-35243"]
2020-06-24T14:21:41.5089305Z [junit] 24-Jun-2020 14:21:41.428 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-35243"]
2020-06-24T14:21:41.5090030Z [junit] 24-Jun-2020 14:21:41.433 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:41.5090465Z [junit] 24-Jun-2020 14:21:41.435 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-35243"]
2020-06-24T14:21:41.5090907Z [junit] 24-Jun-2020 14:21:41.437 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-35243"]
2020-06-24T14:21:41.5091575Z [junit] 24-Jun-2020 14:21:41.440 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidUriPass]
2020-06-24T14:21:41.5092088Z [junit] 24-Jun-2020 14:21:41.441 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:21:41.5092509Z [junit] 24-Jun-2020 14:21:41.441 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:41.5092938Z [junit] 24-Jun-2020 14:21:41.441 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:41.5093367Z [junit] 24-Jun-2020 14:21:41.448 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-3-33155"]
2020-06-24T14:21:41.5093795Z [junit] 24-Jun-2020 14:21:41.465 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-3-33155"]
2020-06-24T14:21:41.5094199Z [junit] 24-Jun-2020 14:21:41.470 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:41.5094625Z [junit] 24-Jun-2020 14:21:41.473 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-3-33155"]
2020-06-24T14:21:41.5095064Z [junit] 24-Jun-2020 14:21:41.475 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3-33155"]
2020-06-24T14:21:41.5095466Z [junit] 24-Jun-2020 14:21:41.476 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [bug54521]
2020-06-24T14:21:41.5095887Z [junit] 24-Jun-2020 14:21:41.506 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:21:41.5096300Z [junit] 24-Jun-2020 14:21:41.506 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidQopCombo1]
2020-06-24T14:21:41.5096726Z [junit] 24-Jun-2020 14:21:41.508 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"]
2020-06-24T14:21:41.5097117Z [junit] 24-Jun-2020 14:21:41.508 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:41.6097592Z [junit] 24-Jun-2020 14:21:41.509 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:41.6112212Z [junit] 24-Jun-2020 14:21:41.519 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-41777"]
2020-06-24T14:21:41.6125457Z [junit] 24-Jun-2020 14:21:41.532 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-41777"]
2020-06-24T14:21:41.6126228Z [junit] 24-Jun-2020 14:21:41.538 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:41.6126887Z [junit] 24-Jun-2020 14:21:41.539 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-41777"]
2020-06-24T14:21:41.6127513Z [junit] 24-Jun-2020 14:21:41.540 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-5-41777"]
2020-06-24T14:21:41.6136414Z [junit] 24-Jun-2020 14:21:41.543 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidQopCombo2]
2020-06-24T14:21:41.6137163Z [junit] 24-Jun-2020 14:21:41.544 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-6"]
2020-06-24T14:21:41.6137880Z [junit] 24-Jun-2020 14:21:41.544 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:41.6139662Z [junit] 24-Jun-2020 14:21:41.544 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:41.6140547Z [junit] 24-Jun-2020 14:21:41.547 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-6-37547"]
2020-06-24T14:21:41.6141261Z [junit] 24-Jun-2020 14:21:41.563 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-6-37547"]
2020-06-24T14:21:41.6141853Z [junit] 24-Jun-2020 14:21:41.568 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:41.6142451Z [junit] 24-Jun-2020 14:21:41.570 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-6-37547"]
2020-06-24T14:21:41.6143058Z [junit] 24-Jun-2020 14:21:41.571 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-6-37547"]
2020-06-24T14:21:41.6143640Z [junit] 24-Jun-2020 14:21:41.572 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidQopCombo3]
2020-06-24T14:21:41.6144243Z [junit] 24-Jun-2020 14:21:41.573 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-7"]
2020-06-24T14:21:41.6144818Z [junit] 24-Jun-2020 14:21:41.573 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:41.6145407Z [junit] 24-Jun-2020 14:21:41.574 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:41.6146005Z [junit] 24-Jun-2020 14:21:41.577 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-7-36457"]
2020-06-24T14:21:41.6146603Z [junit] 24-Jun-2020 14:21:41.589 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-7-36457"]
2020-06-24T14:21:41.6147171Z [junit] 24-Jun-2020 14:21:41.594 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:41.6147782Z [junit] 24-Jun-2020 14:21:41.596 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-7-36457"]
2020-06-24T14:21:41.6148393Z [junit] 24-Jun-2020 14:21:41.597 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-7-36457"]
2020-06-24T14:21:41.6148979Z [junit] 24-Jun-2020 14:21:41.598 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidQopCombo4]
2020-06-24T14:21:41.6149571Z [junit] 24-Jun-2020 14:21:41.599 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-8"]
2020-06-24T14:21:41.6150147Z [junit] 24-Jun-2020 14:21:41.599 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:41.6150740Z [junit] 24-Jun-2020 14:21:41.599 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:41.6151353Z [junit] 24-Jun-2020 14:21:41.606 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-8-40311"]
2020-06-24T14:21:41.7099514Z [junit] 24-Jun-2020 14:21:41.614 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-8-40311"]
2020-06-24T14:21:41.7115433Z [junit] 24-Jun-2020 14:21:41.619 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:41.7115969Z [junit] 24-Jun-2020 14:21:41.621 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-8-40311"]
2020-06-24T14:21:41.7116390Z [junit] 24-Jun-2020 14:21:41.624 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-8-40311"]
2020-06-24T14:21:41.7117036Z [junit] 24-Jun-2020 14:21:41.625 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidQopCombo5]
2020-06-24T14:21:41.7117582Z [junit] 24-Jun-2020 14:21:41.626 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-9"]
2020-06-24T14:21:41.7117974Z [junit] 24-Jun-2020 14:21:41.626 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:41.7118372Z [junit] 24-Jun-2020 14:21:41.627 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:41.7118773Z [junit] 24-Jun-2020 14:21:41.632 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-9-43009"]
2020-06-24T14:21:41.7119169Z [junit] 24-Jun-2020 14:21:41.650 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-9-43009"]
2020-06-24T14:21:41.7119545Z [junit] 24-Jun-2020 14:21:41.656 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:41.7119945Z [junit] 24-Jun-2020 14:21:41.657 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-9-43009"]
2020-06-24T14:21:41.7120349Z [junit] 24-Jun-2020 14:21:41.658 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-9-43009"]
2020-06-24T14:21:41.7120733Z [junit] 24-Jun-2020 14:21:41.659 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidQopCombo6]
2020-06-24T14:21:41.7121125Z [junit] 24-Jun-2020 14:21:41.660 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-10"]
2020-06-24T14:21:41.7121494Z [junit] 24-Jun-2020 14:21:41.660 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:41.7121892Z [junit] 24-Jun-2020 14:21:41.660 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:41.7122293Z [junit] 24-Jun-2020 14:21:41.667 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-10-36023"]
2020-06-24T14:21:41.7122690Z [junit] 24-Jun-2020 14:21:41.688 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-10-36023"]
2020-06-24T14:21:41.7123058Z [junit] 24-Jun-2020 14:21:41.693 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:41.7123433Z [junit] 24-Jun-2020 14:21:41.694 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-10-36023"]
2020-06-24T14:21:41.7123840Z [junit] 24-Jun-2020 14:21:41.697 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-10-36023"]
2020-06-24T14:21:41.7124222Z [junit] 24-Jun-2020 14:21:41.698 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testValidNoQop]
2020-06-24T14:21:41.7124617Z [junit] 24-Jun-2020 14:21:41.699 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-11"]
2020-06-24T14:21:41.7124990Z [junit] 24-Jun-2020 14:21:41.699 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:41.7125383Z [junit] 24-Jun-2020 14:21:41.699 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:41.7125778Z [junit] 24-Jun-2020 14:21:41.702 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-11-37235"]
2020-06-24T14:21:41.8116642Z [junit] 24-Jun-2020 14:21:41.720 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-11-37235"]
2020-06-24T14:21:41.8117825Z [junit] 24-Jun-2020 14:21:41.725 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:41.8118489Z [junit] 24-Jun-2020 14:21:41.726 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-11-37235"]
2020-06-24T14:21:41.8119065Z [junit] 24-Jun-2020 14:21:41.729 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-11-37235"]
2020-06-24T14:21:41.8119584Z [junit] 24-Jun-2020 14:21:41.730 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testValidQuery]
2020-06-24T14:21:41.8120112Z [junit] 24-Jun-2020 14:21:41.733 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-12"]
2020-06-24T14:21:41.8120618Z [junit] 24-Jun-2020 14:21:41.734 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:41.8121158Z [junit] 24-Jun-2020 14:21:41.734 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:41.8121697Z [junit] 24-Jun-2020 14:21:41.738 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-12-44271"]
2020-06-24T14:21:41.8122229Z [junit] 24-Jun-2020 14:21:41.749 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-12-44271"]
2020-06-24T14:21:41.8122733Z [junit] 24-Jun-2020 14:21:41.754 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:41.8123252Z [junit] 24-Jun-2020 14:21:41.756 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-12-44271"]
2020-06-24T14:21:41.8123789Z [junit] 24-Jun-2020 14:21:41.758 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-12-44271"]
2020-06-24T14:21:41.8124314Z [junit] 24-Jun-2020 14:21:41.759 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidOpaque]
2020-06-24T14:21:41.8124836Z [junit] 24-Jun-2020 14:21:41.760 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-13"]
2020-06-24T14:21:41.8125358Z [junit] 24-Jun-2020 14:21:41.760 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:41.8125884Z [junit] 24-Jun-2020 14:21:41.760 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:41.8126411Z [junit] 24-Jun-2020 14:21:41.763 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-13-33851"]
2020-06-24T14:21:41.8126945Z [junit] 24-Jun-2020 14:21:41.774 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-13-33851"]
2020-06-24T14:21:41.8127447Z [junit] 24-Jun-2020 14:21:41.779 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:41.8127967Z [junit] 24-Jun-2020 14:21:41.780 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-13-33851"]
2020-06-24T14:21:41.8128500Z [junit] 24-Jun-2020 14:21:41.793 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-13-33851"]
2020-06-24T14:21:41.8129010Z [junit] 24-Jun-2020 14:21:41.794 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidNonce]
2020-06-24T14:21:41.8129528Z [junit] 24-Jun-2020 14:21:41.795 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-14"]
2020-06-24T14:21:41.8130242Z [junit] 24-Jun-2020 14:21:41.795 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:41.8130850Z [junit] 24-Jun-2020 14:21:41.796 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:41.8131395Z [junit] 24-Jun-2020 14:21:41.799 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-14-42123"]
2020-06-24T14:21:41.8131927Z [junit] 24-Jun-2020 14:21:41.807 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-14-42123"]
2020-06-24T14:21:41.9110779Z [junit] 24-Jun-2020 14:21:41.818 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:41.9111535Z [junit] 24-Jun-2020 14:21:41.819 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-14-42123"]
2020-06-24T14:21:41.9112208Z [junit] 24-Jun-2020 14:21:41.822 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-14-42123"]
2020-06-24T14:21:41.9113336Z [junit] 24-Jun-2020 14:21:41.823 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidRealm]
2020-06-24T14:21:41.9113816Z [junit] 24-Jun-2020 14:21:41.824 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-15"]
2020-06-24T14:21:41.9114205Z [junit] 24-Jun-2020 14:21:41.825 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:41.9114840Z [junit] 24-Jun-2020 14:21:41.825 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:41.9115266Z [junit] 24-Jun-2020 14:21:41.827 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-15-35163"]
2020-06-24T14:21:41.9115683Z [junit] 24-Jun-2020 14:21:41.848 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-15-35163"]
2020-06-24T14:21:41.9116064Z [junit] 24-Jun-2020 14:21:41.853 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:41.9116467Z [junit] 24-Jun-2020 14:21:41.854 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-15-35163"]
2020-06-24T14:21:41.9116881Z [junit] 24-Jun-2020 14:21:41.856 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-15-35163"]
2020-06-24T14:21:41.9117268Z [junit] 24-Jun-2020 14:21:41.858 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testReplay]
2020-06-24T14:21:41.9117667Z [junit] 24-Jun-2020 14:21:41.860 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-16"]
2020-06-24T14:21:41.9118037Z [junit] 24-Jun-2020 14:21:41.860 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:41.9118449Z [junit] 24-Jun-2020 14:21:41.860 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:41.9118858Z [junit] 24-Jun-2020 14:21:41.864 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-16-44311"]
2020-06-24T14:21:41.9119268Z [junit] 24-Jun-2020 14:21:41.875 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-16-44311"]
2020-06-24T14:21:41.9119645Z [junit] 24-Jun-2020 14:21:41.880 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:41.9120042Z [junit] 24-Jun-2020 14:21:41.881 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-16-44311"]
2020-06-24T14:21:41.9120749Z [junit] 24-Jun-2020 14:21:41.883 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-16-44311"]
2020-06-24T14:21:41.9121164Z [junit] 24-Jun-2020 14:21:41.885 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidNc1]
2020-06-24T14:21:41.9121565Z [junit] 24-Jun-2020 14:21:41.887 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-17"]
2020-06-24T14:21:41.9121941Z [junit] 24-Jun-2020 14:21:41.887 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:41.9122338Z [junit] 24-Jun-2020 14:21:41.887 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:41.9122741Z [junit] 24-Jun-2020 14:21:41.895 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-17-45423"]
2020-06-24T14:21:41.9123160Z [junit] 24-Jun-2020 14:21:41.902 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-17-45423"]
2020-06-24T14:21:41.9123537Z [junit] 24-Jun-2020 14:21:41.907 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:41.9123937Z [junit] 24-Jun-2020 14:21:41.908 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-17-45423"]
2020-06-24T14:21:41.9124351Z [junit] 24-Jun-2020 14:21:41.910 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-17-45423"]
2020-06-24T14:21:41.9582997Z [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.204 sec
2020-06-24T14:21:41.9587326Z [junit] 24-Jun-2020 14:21:41.912 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidQop]
2020-06-24T14:21:41.9588410Z [junit] 24-Jun-2020 14:21:41.913 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-18"]
2020-06-24T14:21:41.9630371Z [junit] 24-Jun-2020 14:21:41.913 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:41.9631366Z [junit] 24-Jun-2020 14:21:41.913 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:41.9632184Z [junit] 24-Jun-2020 14:21:41.929 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-18-40377"]
2020-06-24T14:21:41.9632836Z [junit] 24-Jun-2020 14:21:41.937 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-18-40377"]
2020-06-24T14:21:41.9633248Z [junit] 24-Jun-2020 14:21:41.943 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:41.9633669Z [junit] 24-Jun-2020 14:21:41.944 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-18-40377"]
2020-06-24T14:21:41.9634078Z [junit] 24-Jun-2020 14:21:41.945 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-18-40377"]
2020-06-24T14:21:42.2662310Z [junit] Running org.apache.catalina.authenticator.TestFormAuthenticator
2020-06-24T14:21:42.3713118Z [junit] 24-Jun-2020 14:21:42.284 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPostNoContinueNoClientCookies]
2020-06-24T14:21:42.6717033Z [junit] 24-Jun-2020 14:21:42.649 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:21:42.7718108Z [junit] 24-Jun-2020 14:21:42.672 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:42.7719395Z [junit] 24-Jun-2020 14:21:42.672 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:42.8720344Z [junit] 24-Jun-2020 14:21:42.778 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:21:42.9670535Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@cc285f4')
2020-06-24T14:21:42.9721768Z [junit] 24-Jun-2020 14:21:42.905 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:21:42.9722328Z [junit] 24-Jun-2020 14:21:42.946 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:21:42.9722719Z [junit] 24-Jun-2020 14:21:42.946 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:21:42.9723144Z [junit] 24-Jun-2020 14:21:42.947 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@cb5822')
2020-06-24T14:21:43.0725560Z [junit] 24-Jun-2020 14:21:42.976 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-37923"]
2020-06-24T14:21:43.1729129Z [junit] 24-Jun-2020 14:21:43.074 INFO [http-nio-127.0.0.1-auto-1-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('3189102AB7D14171F5BCA8C4830949C0')
2020-06-24T14:21:44.1741139Z [junit] 24-Jun-2020 14:21:44.131 INFO [http-nio-127.0.0.1-auto-1-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@5ccd6ae8')
2020-06-24T14:21:44.1741860Z [junit] 24-Jun-2020 14:21:44.144 INFO [http-nio-127.0.0.1-auto-1-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:21:50.8832543Z [junit] 24-Jun-2020 14:21:50.810 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-37923"]
2020-06-24T14:21:50.8833455Z [junit] 24-Jun-2020 14:21:50.816 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:50.8834112Z [junit] 24-Jun-2020 14:21:50.818 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('E2B345888F5B67F19BDC18031DEF869A')
2020-06-24T14:21:50.8834846Z [junit] 24-Jun-2020 14:21:50.820 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:21:50.8835441Z [junit] 24-Jun-2020 14:21:50.820 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:21:50.8836035Z [junit] 24-Jun-2020 14:21:50.827 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-37923"]
2020-06-24T14:21:50.8836642Z [junit] 24-Jun-2020 14:21:50.835 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-37923"]
2020-06-24T14:21:50.8837226Z [junit] 24-Jun-2020 14:21:50.841 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetNoClientCookies]
2020-06-24T14:21:50.8837835Z [junit] 24-Jun-2020 14:21:50.843 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:21:50.8838677Z [junit] 24-Jun-2020 14:21:50.843 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:50.8839379Z [junit] 24-Jun-2020 14:21:50.843 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:50.8839979Z [junit] 24-Jun-2020 14:21:50.858 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:21:50.9785474Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@6e1567f1')
2020-06-24T14:21:50.9833723Z [junit] 24-Jun-2020 14:21:50.931 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:21:50.9834815Z [junit] 24-Jun-2020 14:21:50.944 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:21:50.9835491Z [junit] 24-Jun-2020 14:21:50.944 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:21:50.9836183Z [junit] 24-Jun-2020 14:21:50.945 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@56ef9176')
2020-06-24T14:21:50.9836863Z [junit] 24-Jun-2020 14:21:50.953 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-43125"]
2020-06-24T14:21:50.9837575Z [junit] 24-Jun-2020 14:21:50.973 INFO [http-nio-127.0.0.1-auto-2-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('F6D713B2629FA1DD167300545A76C6B7')
2020-06-24T14:21:51.0837453Z [junit] 24-Jun-2020 14:21:50.982 INFO [http-nio-127.0.0.1-auto-2-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@27eccf4c')
2020-06-24T14:21:51.0838853Z [junit] 24-Jun-2020 14:21:50.989 INFO [http-nio-127.0.0.1-auto-2-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:21:52.1851047Z [junit] 24-Jun-2020 14:21:52.166 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-43125"]
2020-06-24T14:21:52.1851966Z [junit] 24-Jun-2020 14:21:52.171 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:21:52.1852619Z [junit] 24-Jun-2020 14:21:52.172 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('0CE9EB8B50E174930695C9D4DAB694C1')
2020-06-24T14:21:52.1853260Z [junit] 24-Jun-2020 14:21:52.173 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:21:52.1853832Z [junit] 24-Jun-2020 14:21:52.173 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:21:52.1854447Z [junit] 24-Jun-2020 14:21:52.175 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-43125"]
2020-06-24T14:21:52.1855060Z [junit] 24-Jun-2020 14:21:52.181 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-43125"]
2020-06-24T14:21:52.2801711Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@369f73a2')
2020-06-24T14:21:52.2852942Z [junit] 24-Jun-2020 14:21:52.185 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPostWithContinuePostRedirectNoServerCookies]
2020-06-24T14:21:52.2853965Z [junit] 24-Jun-2020 14:21:52.187 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:21:52.2854646Z [junit] 24-Jun-2020 14:21:52.187 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:21:52.2855298Z [junit] 24-Jun-2020 14:21:52.188 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:21:52.2855926Z [junit] 24-Jun-2020 14:21:52.196 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:21:52.2856800Z [junit] 24-Jun-2020 14:21:52.262 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:21:52.2857554Z [junit] 24-Jun-2020 14:21:52.277 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:21:52.2858324Z [junit] 24-Jun-2020 14:21:52.277 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:21:52.2858991Z [junit] 24-Jun-2020 14:21:52.278 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@3a5ed7a6')
2020-06-24T14:21:52.2859704Z [junit] 24-Jun-2020 14:21:52.281 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-3-40093"]
2020-06-24T14:21:52.3855757Z [junit] 24-Jun-2020 14:21:52.291 INFO [http-nio-127.0.0.1-auto-3-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('16B4D6DDF40CE3A8ACF60568E02957E4')
2020-06-24T14:21:53.3870091Z [junit] 24-Jun-2020 14:21:53.288 INFO [http-nio-127.0.0.1-auto-3-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@14dfc522')
2020-06-24T14:21:53.3872103Z [junit] 24-Jun-2020 14:21:53.290 INFO [http-nio-127.0.0.1-auto-3-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:22:00.4967280Z [junit] 24-Jun-2020 14:22:00.428 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-3-40093"]
2020-06-24T14:22:00.4968602Z [junit] 24-Jun-2020 14:22:00.433 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:22:00.4969498Z [junit] 24-Jun-2020 14:22:00.434 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('0E7420ACC7035ACD31A0F8820FC998D8')
2020-06-24T14:22:00.4970254Z [junit] 24-Jun-2020 14:22:00.435 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:22:00.4970976Z [junit] 24-Jun-2020 14:22:00.435 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:22:00.4971735Z [junit] 24-Jun-2020 14:22:00.438 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-3-40093"]
2020-06-24T14:22:00.4972513Z [junit] 24-Jun-2020 14:22:00.440 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3-40093"]
2020-06-24T14:22:00.4973267Z [junit] 24-Jun-2020 14:22:00.442 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testTimeoutWithoutCookies]
2020-06-24T14:22:00.4974368Z [junit] 24-Jun-2020 14:22:00.443 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:22:00.4975205Z [junit] 24-Jun-2020 14:22:00.443 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:22:00.4975975Z [junit] 24-Jun-2020 14:22:00.443 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:22:00.4977071Z [junit] 24-Jun-2020 14:22:00.449 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:22:00.5920148Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@1d29cf23')
2020-06-24T14:22:00.5967646Z [junit] 24-Jun-2020 14:22:00.504 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:22:00.5968618Z [junit] 24-Jun-2020 14:22:00.515 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:22:00.5969265Z [junit] 24-Jun-2020 14:22:00.516 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:22:00.5969943Z [junit] 24-Jun-2020 14:22:00.517 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@4d95d2a2')
2020-06-24T14:22:00.5970611Z [junit] 24-Jun-2020 14:22:00.521 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-4-39055"]
2020-06-24T14:22:00.5973150Z [junit] 24-Jun-2020 14:22:00.530 INFO [http-nio-127.0.0.1-auto-4-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('D1B1E5B89A48390A75181CCD09961308')
2020-06-24T14:22:00.5975942Z [junit] 24-Jun-2020 14:22:00.533 INFO [http-nio-127.0.0.1-auto-4-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@4b04d408')
2020-06-24T14:22:00.5979317Z [junit] 24-Jun-2020 14:22:00.536 INFO [http-nio-127.0.0.1-auto-4-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:22:12.7133779Z [junit] 24-Jun-2020 14:22:12.665 INFO [http-nio-127.0.0.1-auto-4-exec-9] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('D1B1E5B89A48390A75181CCD09961308')
2020-06-24T14:22:12.7134727Z [junit] 24-Jun-2020 14:22:12.666 INFO [http-nio-127.0.0.1-auto-4-exec-9] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('E3D703D39BE68F5B83E23579DBFFC2EC')
2020-06-24T14:22:12.7135304Z [junit] 24-Jun-2020 14:22:12.668 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-4-39055"]
2020-06-24T14:22:12.7135848Z [junit] 24-Jun-2020 14:22:12.673 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:22:12.7136376Z [junit] 24-Jun-2020 14:22:12.675 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('E3D703D39BE68F5B83E23579DBFFC2EC')
2020-06-24T14:22:12.7136880Z [junit] 24-Jun-2020 14:22:12.676 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:22:12.7137369Z [junit] 24-Jun-2020 14:22:12.676 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:22:12.7138225Z [junit] 24-Jun-2020 14:22:12.680 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-4-39055"]
2020-06-24T14:22:12.7138784Z [junit] 24-Jun-2020 14:22:12.689 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4-39055"]
2020-06-24T14:22:12.7139318Z [junit] 24-Jun-2020 14:22:12.694 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPostWithContinueNoClientCookies]
2020-06-24T14:22:12.7139846Z [junit] 24-Jun-2020 14:22:12.695 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"]
2020-06-24T14:22:12.7140346Z [junit] 24-Jun-2020 14:22:12.695 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:22:12.7140876Z [junit] 24-Jun-2020 14:22:12.695 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:22:12.7141387Z [junit] 24-Jun-2020 14:22:12.704 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:22:12.8112104Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@436e852b')
2020-06-24T14:22:12.8136361Z [junit] 24-Jun-2020 14:22:12.746 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:22:12.8137179Z [junit] 24-Jun-2020 14:22:12.750 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:22:12.8137850Z [junit] 24-Jun-2020 14:22:12.750 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:22:12.8138551Z [junit] 24-Jun-2020 14:22:12.751 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@9a7504c')
2020-06-24T14:22:12.8139244Z [junit] 24-Jun-2020 14:22:12.757 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-41571"]
2020-06-24T14:22:12.8139981Z [junit] 24-Jun-2020 14:22:12.774 INFO [http-nio-127.0.0.1-auto-5-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('52A06D2CD60A009E57688CC499A7ABA6')
2020-06-24T14:22:13.8151701Z [junit] 24-Jun-2020 14:22:13.776 INFO [http-nio-127.0.0.1-auto-5-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@79e82d6b')
2020-06-24T14:22:13.8152774Z [junit] 24-Jun-2020 14:22:13.777 INFO [http-nio-127.0.0.1-auto-5-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:22:19.9233698Z [junit] 24-Jun-2020 14:22:19.909 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-41571"]
2020-06-24T14:22:19.9234597Z [junit] 24-Jun-2020 14:22:19.915 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:22:19.9235601Z [junit] 24-Jun-2020 14:22:19.915 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('9C76E5A0B22DDF30A9A94C607E9C8F5E')
2020-06-24T14:22:19.9236174Z [junit] 24-Jun-2020 14:22:19.916 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:22:19.9237005Z [junit] 24-Jun-2020 14:22:19.917 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:22:19.9237691Z [junit] 24-Jun-2020 14:22:19.918 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-41571"]
2020-06-24T14:22:19.9238302Z [junit] 24-Jun-2020 14:22:19.922 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-5-41571"]
2020-06-24T14:22:20.0217255Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@5891e32e')
2020-06-24T14:22:20.0235724Z [junit] 24-Jun-2020 14:22:19.924 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPostNoContinueNoServerCookies]
2020-06-24T14:22:20.0236240Z [junit] 24-Jun-2020 14:22:19.928 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-6"]
2020-06-24T14:22:20.0236662Z [junit] 24-Jun-2020 14:22:19.929 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:22:20.0237083Z [junit] 24-Jun-2020 14:22:19.929 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:22:20.0237474Z [junit] 24-Jun-2020 14:22:19.934 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:22:20.0238086Z [junit] 24-Jun-2020 14:22:19.977 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:22:20.0238522Z [junit] 24-Jun-2020 14:22:19.986 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:22:20.0238907Z [junit] 24-Jun-2020 14:22:19.986 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:22:20.0239327Z [junit] 24-Jun-2020 14:22:19.987 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@23fe1d71')
2020-06-24T14:22:20.0239739Z [junit] 24-Jun-2020 14:22:19.992 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-6-38345"]
2020-06-24T14:22:20.0240199Z [junit] 24-Jun-2020 14:22:20.011 INFO [http-nio-127.0.0.1-auto-6-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('6038DA487A0B6EFB4ACCFA8C67D98D92')
2020-06-24T14:22:21.0270132Z [junit] 24-Jun-2020 14:22:21.007 INFO [http-nio-127.0.0.1-auto-6-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@2f92e7b5')
2020-06-24T14:22:21.0270913Z [junit] 24-Jun-2020 14:22:21.008 INFO [http-nio-127.0.0.1-auto-6-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:22:27.1318828Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@376b4233')
2020-06-24T14:22:27.1348527Z [junit] 24-Jun-2020 14:22:27.081 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-6-38345"]
2020-06-24T14:22:27.1349254Z [junit] 24-Jun-2020 14:22:27.082 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:22:27.1350378Z [junit] 24-Jun-2020 14:22:27.082 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('49BBBCC93C4F2F446089ADDD6FABDA1E')
2020-06-24T14:22:27.1351120Z [junit] 24-Jun-2020 14:22:27.084 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:22:27.1351759Z [junit] 24-Jun-2020 14:22:27.084 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:22:27.1352871Z [junit] 24-Jun-2020 14:22:27.086 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-6-38345"]
2020-06-24T14:22:27.1353398Z [junit] 24-Jun-2020 14:22:27.088 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-6-38345"]
2020-06-24T14:22:27.1353880Z [junit] 24-Jun-2020 14:22:27.090 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetNoServerCookies]
2020-06-24T14:22:27.1354335Z [junit] 24-Jun-2020 14:22:27.091 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-7"]
2020-06-24T14:22:27.1354877Z [junit] 24-Jun-2020 14:22:27.091 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:22:27.1355325Z [junit] 24-Jun-2020 14:22:27.091 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:22:27.1355743Z [junit] 24-Jun-2020 14:22:27.096 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:22:27.1356407Z [junit] 24-Jun-2020 14:22:27.117 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:22:27.1356869Z [junit] 24-Jun-2020 14:22:27.121 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:22:27.1357275Z [junit] 24-Jun-2020 14:22:27.121 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:22:27.1357728Z [junit] 24-Jun-2020 14:22:27.122 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@17211155')
2020-06-24T14:22:27.1358168Z [junit] 24-Jun-2020 14:22:27.124 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-7-33891"]
2020-06-24T14:22:27.2351343Z [junit] 24-Jun-2020 14:22:27.141 INFO [http-nio-127.0.0.1-auto-7-exec-2] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('5F01294A75C8A5869C4A4E612B28783F')
2020-06-24T14:22:27.2352220Z [junit] 24-Jun-2020 14:22:27.147 INFO [http-nio-127.0.0.1-auto-7-exec-2] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@3b992e9d')
2020-06-24T14:22:27.2352971Z [junit] 24-Jun-2020 14:22:27.147 INFO [http-nio-127.0.0.1-auto-7-exec-2] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:22:28.3366558Z [junit] 24-Jun-2020 14:22:28.267 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-7-33891"]
2020-06-24T14:22:28.3367711Z [junit] 24-Jun-2020 14:22:28.273 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:22:28.3368577Z [junit] 24-Jun-2020 14:22:28.273 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('F62CA5D7BFC7D6C8E6EA5CA57C4D0B35')
2020-06-24T14:22:28.3369819Z [junit] 24-Jun-2020 14:22:28.274 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:22:28.3370590Z [junit] 24-Jun-2020 14:22:28.274 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:22:28.3371925Z [junit] 24-Jun-2020 14:22:28.276 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-7-33891"]
2020-06-24T14:22:28.3372521Z [junit] 24-Jun-2020 14:22:28.277 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-7-33891"]
2020-06-24T14:22:28.3373022Z [junit] 24-Jun-2020 14:22:28.281 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSelectedMethods]
2020-06-24T14:22:28.3373612Z [junit] 24-Jun-2020 14:22:28.284 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-8"]
2020-06-24T14:22:28.3374095Z [junit] 24-Jun-2020 14:22:28.284 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:22:28.3374606Z [junit] 24-Jun-2020 14:22:28.284 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:22:28.3375259Z [junit] 24-Jun-2020 14:22:28.290 SEVERE [main] org.apache.tomcat.util.descriptor.web.SecurityConstraint.findUncoveredHttpMethods For security constraints with URL pattern [/test] only the HTTP methods [PUT] are covered. All other methods are uncovered.
2020-06-24T14:22:28.3375799Z [junit] 24-Jun-2020 14:22:28.291 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-8-42427"]
2020-06-24T14:22:29.3380047Z [junit] 24-Jun-2020 14:22:29.307 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-8-42427"]
2020-06-24T14:22:29.3381080Z [junit] 24-Jun-2020 14:22:29.312 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:22:29.3381741Z [junit] 24-Jun-2020 14:22:29.314 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-8-42427"]
2020-06-24T14:22:29.3382361Z [junit] 24-Jun-2020 14:22:29.315 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-8-42427"]
2020-06-24T14:22:29.3382960Z [junit] 24-Jun-2020 14:22:29.317 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPostWithContinueNoServerCookies]
2020-06-24T14:22:29.3383559Z [junit] 24-Jun-2020 14:22:29.318 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-9"]
2020-06-24T14:22:29.3384143Z [junit] 24-Jun-2020 14:22:29.318 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:22:29.3384742Z [junit] 24-Jun-2020 14:22:29.318 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:22:29.3385325Z [junit] 24-Jun-2020 14:22:29.324 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:22:29.4351135Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@2bbaf4f0')
2020-06-24T14:22:29.4383554Z [junit] 24-Jun-2020 14:22:29.347 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:22:29.4384535Z [junit] 24-Jun-2020 14:22:29.350 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:22:29.4385152Z [junit] 24-Jun-2020 14:22:29.351 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:22:29.4385709Z [junit] 24-Jun-2020 14:22:29.351 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@32a068d1')
2020-06-24T14:22:29.4386252Z [junit] 24-Jun-2020 14:22:29.364 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-9-33975"]
2020-06-24T14:22:29.4386910Z [junit] 24-Jun-2020 14:22:29.368 INFO [http-nio-127.0.0.1-auto-9-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('5A22C91E773A7D9B67FA905EC8B80154')
2020-06-24T14:22:30.8671041Z [junit] 24-Jun-2020 14:22:30.369 INFO [http-nio-127.0.0.1-auto-9-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@73f7146f')
2020-06-24T14:22:30.8671942Z [junit] 24-Jun-2020 14:22:30.370 INFO [http-nio-127.0.0.1-auto-9-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:22:36.5475793Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@6a472554')
2020-06-24T14:22:36.5476905Z [junit] 24-Jun-2020 14:22:36.465 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-9-33975"]
2020-06-24T14:22:36.5477584Z [junit] 24-Jun-2020 14:22:36.471 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:22:36.5478285Z [junit] 24-Jun-2020 14:22:36.471 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('84AA0D9EDD2449346EC65470517A8657')
2020-06-24T14:22:36.5478915Z [junit] 24-Jun-2020 14:22:36.473 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:22:36.5479524Z [junit] 24-Jun-2020 14:22:36.473 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:22:36.5480164Z [junit] 24-Jun-2020 14:22:36.475 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-9-33975"]
2020-06-24T14:22:36.5480817Z [junit] 24-Jun-2020 14:22:36.477 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-9-33975"]
2020-06-24T14:22:36.5481458Z [junit] 24-Jun-2020 14:22:36.481 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNoChangedSessidWithoutCookies]
2020-06-24T14:22:36.5482125Z [junit] 24-Jun-2020 14:22:36.482 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-10"]
2020-06-24T14:22:36.5482746Z [junit] 24-Jun-2020 14:22:36.482 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:22:36.5483388Z [junit] 24-Jun-2020 14:22:36.483 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:22:36.5484010Z [junit] 24-Jun-2020 14:22:36.493 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:22:36.5484874Z [junit] 24-Jun-2020 14:22:36.526 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:22:36.5485917Z [junit] 24-Jun-2020 14:22:36.529 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:22:36.5486565Z [junit] 24-Jun-2020 14:22:36.530 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:22:36.5487230Z [junit] 24-Jun-2020 14:22:36.530 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@b7f23d9')
2020-06-24T14:22:36.5487884Z [junit] 24-Jun-2020 14:22:36.532 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-10-42013"]
2020-06-24T14:22:36.5488597Z [junit] 24-Jun-2020 14:22:36.537 INFO [http-nio-127.0.0.1-auto-10-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('B18C7F48AEA3B4665F70901B06314CB9')
2020-06-24T14:22:36.5489409Z [junit] 24-Jun-2020 14:22:36.539 INFO [http-nio-127.0.0.1-auto-10-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@3c12e2a1')
2020-06-24T14:22:36.5490240Z [junit] 24-Jun-2020 14:22:36.540 INFO [http-nio-127.0.0.1-auto-10-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:22:37.7492355Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@3bbc39f8')
2020-06-24T14:22:37.7493773Z [junit] 24-Jun-2020 14:22:37.667 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-10-42013"]
2020-06-24T14:22:37.7494232Z [junit] 24-Jun-2020 14:22:37.672 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:22:37.7494666Z [junit] 24-Jun-2020 14:22:37.673 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('B18C7F48AEA3B4665F70901B06314CB9')
2020-06-24T14:22:37.7495046Z [junit] 24-Jun-2020 14:22:37.674 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:22:37.7495412Z [junit] 24-Jun-2020 14:22:37.674 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:22:37.7495808Z [junit] 24-Jun-2020 14:22:37.675 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-10-42013"]
2020-06-24T14:22:37.7496391Z [junit] 24-Jun-2020 14:22:37.676 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-10-42013"]
2020-06-24T14:22:37.7496870Z [junit] 24-Jun-2020 14:22:37.678 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNoChangedSessidWithCookies]
2020-06-24T14:22:37.7497305Z [junit] 24-Jun-2020 14:22:37.679 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-11"]
2020-06-24T14:22:37.7497711Z [junit] 24-Jun-2020 14:22:37.679 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:22:37.7498121Z [junit] 24-Jun-2020 14:22:37.679 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:22:37.7498532Z [junit] 24-Jun-2020 14:22:37.684 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:22:37.7499429Z [junit] 24-Jun-2020 14:22:37.723 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:22:37.7499990Z [junit] 24-Jun-2020 14:22:37.733 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:22:37.7500392Z [junit] 24-Jun-2020 14:22:37.739 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:22:37.7500843Z [junit] 24-Jun-2020 14:22:37.739 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@ca263c2')
2020-06-24T14:22:37.7501286Z [junit] 24-Jun-2020 14:22:37.743 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-11-40647"]
2020-06-24T14:22:37.8496271Z [junit] 24-Jun-2020 14:22:37.758 INFO [http-nio-127.0.0.1-auto-11-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('C9FFA1A47557448995BE21432041DA92')
2020-06-24T14:22:37.8497452Z [junit] 24-Jun-2020 14:22:37.761 INFO [http-nio-127.0.0.1-auto-11-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@2b7c0903')
2020-06-24T14:22:37.8498381Z [junit] 24-Jun-2020 14:22:37.762 INFO [http-nio-127.0.0.1-auto-11-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:22:38.8508443Z [junit] 24-Jun-2020 14:22:38.839 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-11-40647"]
2020-06-24T14:22:38.8510588Z [junit] 24-Jun-2020 14:22:38.845 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:22:38.8511356Z [junit] 24-Jun-2020 14:22:38.845 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('C9FFA1A47557448995BE21432041DA92')
2020-06-24T14:22:38.8512119Z [junit] 24-Jun-2020 14:22:38.846 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:22:38.8512689Z [junit] 24-Jun-2020 14:22:38.846 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:22:38.8513278Z [junit] 24-Jun-2020 14:22:38.848 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-11-40647"]
2020-06-24T14:22:38.8513885Z [junit] 24-Jun-2020 14:22:38.849 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-11-40647"]
2020-06-24T14:22:38.9512006Z [junit] 24-Jun-2020 14:22:38.852 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetWithCookiesHttp10]
2020-06-24T14:22:38.9513032Z [junit] 24-Jun-2020 14:22:38.853 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-12"]
2020-06-24T14:22:38.9513649Z [junit] 24-Jun-2020 14:22:38.853 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:22:38.9514253Z [junit] 24-Jun-2020 14:22:38.853 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:22:38.9515047Z [junit] 24-Jun-2020 14:22:38.858 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:22:38.9515885Z [junit] 24-Jun-2020 14:22:38.877 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:22:38.9516895Z [junit] 24-Jun-2020 14:22:38.880 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:22:38.9517493Z [junit] 24-Jun-2020 14:22:38.880 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:22:38.9518116Z [junit] 24-Jun-2020 14:22:38.881 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@3c153a1')
2020-06-24T14:22:38.9518736Z [junit] 24-Jun-2020 14:22:38.888 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-12-41173"]
2020-06-24T14:22:38.9519394Z [junit] 24-Jun-2020 14:22:38.903 INFO [http-nio-127.0.0.1-auto-12-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('78AEEED14DD7EDE960C310BF9F2DE0A5')
2020-06-24T14:22:38.9520155Z [junit] 24-Jun-2020 14:22:38.905 INFO [http-nio-127.0.0.1-auto-12-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@2dad2e48')
2020-06-24T14:22:38.9520927Z [junit] 24-Jun-2020 14:22:38.906 INFO [http-nio-127.0.0.1-auto-12-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:22:38.9521565Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@2aa5fe93')
2020-06-24T14:22:40.0529780Z [junit] 24-Jun-2020 14:22:39.976 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-12-41173"]
2020-06-24T14:22:40.0530683Z [junit] 24-Jun-2020 14:22:39.981 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:22:40.0531852Z [junit] 24-Jun-2020 14:22:39.981 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('B940CA422FBC28B2992833617D73AA4B')
2020-06-24T14:22:40.0532296Z [junit] 24-Jun-2020 14:22:39.983 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:22:40.0532671Z [junit] 24-Jun-2020 14:22:39.983 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:22:40.0533084Z [junit] 24-Jun-2020 14:22:39.986 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-12-41173"]
2020-06-24T14:22:40.0533490Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@184cf7cf')
2020-06-24T14:22:40.0533914Z [junit] 24-Jun-2020 14:22:39.988 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-12-41173"]
2020-06-24T14:22:40.0534302Z [junit] 24-Jun-2020 14:22:39.990 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetWithCookies]
2020-06-24T14:22:40.0534698Z [junit] 24-Jun-2020 14:22:39.991 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-13"]
2020-06-24T14:22:40.0535070Z [junit] 24-Jun-2020 14:22:39.991 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:22:40.0535466Z [junit] 24-Jun-2020 14:22:39.992 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:22:40.0535848Z [junit] 24-Jun-2020 14:22:39.996 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:22:40.0536736Z [junit] 24-Jun-2020 14:22:40.037 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:22:40.0537166Z [junit] 24-Jun-2020 14:22:40.042 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:22:40.0537536Z [junit] 24-Jun-2020 14:22:40.043 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:22:40.0537952Z [junit] 24-Jun-2020 14:22:40.043 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@223f3642')
2020-06-24T14:22:40.0538370Z [junit] 24-Jun-2020 14:22:40.052 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-13-37625"]
2020-06-24T14:22:40.1531876Z [junit] 24-Jun-2020 14:22:40.065 INFO [http-nio-127.0.0.1-auto-13-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('103B34B36D40A079ADAB1231ACADC695')
2020-06-24T14:22:40.1532588Z [junit] 24-Jun-2020 14:22:40.067 INFO [http-nio-127.0.0.1-auto-13-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@1232e25a')
2020-06-24T14:22:40.1533222Z [junit] 24-Jun-2020 14:22:40.068 INFO [http-nio-127.0.0.1-auto-13-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:22:41.1547695Z [junit] 24-Jun-2020 14:22:41.134 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-13-37625"]
2020-06-24T14:22:41.1548677Z [junit] 24-Jun-2020 14:22:41.139 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:22:41.1549349Z [junit] 24-Jun-2020 14:22:41.140 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('B74C49162C4B7B38CDBD4E4F7BE71942')
2020-06-24T14:22:41.1549930Z [junit] 24-Jun-2020 14:22:41.141 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:22:41.1550553Z [junit] 24-Jun-2020 14:22:41.141 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:22:41.1551159Z [junit] 24-Jun-2020 14:22:41.142 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-13-37625"]
2020-06-24T14:22:41.1551777Z [junit] 24-Jun-2020 14:22:41.143 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-13-37625"]
2020-06-24T14:22:41.1552375Z [junit] 24-Jun-2020 14:22:41.145 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPostNoContinueWithCookies]
2020-06-24T14:22:41.1552982Z [junit] 24-Jun-2020 14:22:41.146 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-14"]
2020-06-24T14:22:41.1553551Z [junit] 24-Jun-2020 14:22:41.146 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:22:41.1554146Z [junit] 24-Jun-2020 14:22:41.146 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:22:41.1554829Z [junit] 24-Jun-2020 14:22:41.151 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:22:41.2545873Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@48fa0f47')
2020-06-24T14:22:41.2549089Z [junit] 24-Jun-2020 14:22:41.195 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:22:41.2550064Z [junit] 24-Jun-2020 14:22:41.199 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:22:41.2550813Z [junit] 24-Jun-2020 14:22:41.199 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:22:41.2551637Z [junit] 24-Jun-2020 14:22:41.200 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@75329a49')
2020-06-24T14:22:41.2552467Z [junit] 24-Jun-2020 14:22:41.203 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-14-45673"]
2020-06-24T14:22:41.2553317Z [junit] 24-Jun-2020 14:22:41.219 INFO [http-nio-127.0.0.1-auto-14-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('28788CDF60323CFC08FBBF5D67457467')
2020-06-24T14:22:42.2561520Z [junit] 24-Jun-2020 14:22:42.215 INFO [http-nio-127.0.0.1-auto-14-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@1a93d59e')
2020-06-24T14:22:42.2562759Z [junit] 24-Jun-2020 14:22:42.216 INFO [http-nio-127.0.0.1-auto-14-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:22:48.3656603Z [junit] 24-Jun-2020 14:22:48.298 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-14-45673"]
2020-06-24T14:22:48.3657602Z [junit] 24-Jun-2020 14:22:48.303 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:22:48.3658303Z [junit] 24-Jun-2020 14:22:48.304 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('D4D01994B3919B5EAC49A509BF109EE7')
2020-06-24T14:22:48.3658932Z [junit] 24-Jun-2020 14:22:48.305 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:22:48.3659535Z [junit] 24-Jun-2020 14:22:48.305 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:22:48.3660196Z [junit] 24-Jun-2020 14:22:48.317 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-14-45673"]
2020-06-24T14:22:48.3660945Z [junit] 24-Jun-2020 14:22:48.323 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-14-45673"]
2020-06-24T14:22:48.3661558Z [junit] 24-Jun-2020 14:22:48.325 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPostNoContinuePostRedirectNoClientCookies]
2020-06-24T14:22:48.3662155Z [junit] 24-Jun-2020 14:22:48.326 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-15"]
2020-06-24T14:22:48.3662720Z [junit] 24-Jun-2020 14:22:48.326 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:22:48.3663317Z [junit] 24-Jun-2020 14:22:48.326 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:22:48.3664165Z [junit] 24-Jun-2020 14:22:48.331 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:22:48.3665069Z [junit] 24-Jun-2020 14:22:48.350 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:22:48.3665746Z [junit] 24-Jun-2020 14:22:48.353 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:22:48.3666318Z [junit] 24-Jun-2020 14:22:48.353 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:22:48.3666935Z [junit] 24-Jun-2020 14:22:48.354 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@3c130745')
2020-06-24T14:22:48.3667555Z [junit] 24-Jun-2020 14:22:48.356 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-15-40685"]
2020-06-24T14:22:48.3668160Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@4a22f9e2')
2020-06-24T14:22:48.4658931Z [junit] 24-Jun-2020 14:22:48.370 INFO [http-nio-127.0.0.1-auto-15-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('6BF17ED0FD6A644829166E2159B20780')
2020-06-24T14:22:49.4673137Z [junit] 24-Jun-2020 14:22:49.371 INFO [http-nio-127.0.0.1-auto-15-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@1d16f335')
2020-06-24T14:22:49.4673907Z [junit] 24-Jun-2020 14:22:49.372 INFO [http-nio-127.0.0.1-auto-15-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:22:56.4772127Z [junit] 24-Jun-2020 14:22:56.439 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-15-40685"]
2020-06-24T14:22:56.4772972Z [junit] 24-Jun-2020 14:22:56.444 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:22:56.4774081Z [junit] 24-Jun-2020 14:22:56.444 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('7C56803066D3963E89B644D236B895FB')
2020-06-24T14:22:56.4774550Z [junit] 24-Jun-2020 14:22:56.445 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:22:56.4774945Z [junit] 24-Jun-2020 14:22:56.446 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:22:56.4775442Z [junit] 24-Jun-2020 14:22:56.447 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-15-40685"]
2020-06-24T14:22:56.4775864Z [junit] 24-Jun-2020 14:22:56.449 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-15-40685"]
2020-06-24T14:22:56.4776261Z [junit] 24-Jun-2020 14:22:56.451 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPostWithContinueAndCookies]
2020-06-24T14:22:56.4776669Z [junit] 24-Jun-2020 14:22:56.454 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-16"]
2020-06-24T14:22:56.4777046Z [junit] 24-Jun-2020 14:22:56.454 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:22:56.4777689Z [junit] 24-Jun-2020 14:22:56.454 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:22:56.4778175Z [junit] 24-Jun-2020 14:22:56.460 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:22:56.5773813Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@1dde4cb2')
2020-06-24T14:22:56.5775347Z [junit] 24-Jun-2020 14:22:56.486 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:22:56.5776223Z [junit] 24-Jun-2020 14:22:56.489 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:22:56.5777528Z [junit] 24-Jun-2020 14:22:56.490 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:22:56.5778146Z [junit] 24-Jun-2020 14:22:56.490 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@56620197')
2020-06-24T14:22:56.5778696Z [junit] 24-Jun-2020 14:22:56.492 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-16-43237"]
2020-06-24T14:22:56.5779333Z [junit] 24-Jun-2020 14:22:56.503 INFO [http-nio-127.0.0.1-auto-16-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('57C0E93D3F1718BEAA7AD3503B5EBC8C')
2020-06-24T14:22:57.5788218Z [junit] 24-Jun-2020 14:22:57.505 INFO [http-nio-127.0.0.1-auto-16-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@3aca0f47')
2020-06-24T14:22:57.5788955Z [junit] 24-Jun-2020 14:22:57.506 INFO [http-nio-127.0.0.1-auto-16-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:23:03.5877257Z [junit] 24-Jun-2020 14:23:03.579 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-16-43237"]
2020-06-24T14:23:03.5878547Z [junit] 24-Jun-2020 14:23:03.584 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:03.5880527Z [junit] 24-Jun-2020 14:23:03.585 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('24EF5F0AEE02D8E8AD96837E27A1822C')
2020-06-24T14:23:03.5881392Z [junit] 24-Jun-2020 14:23:03.586 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:23:03.5882531Z [junit] 24-Jun-2020 14:23:03.586 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:23:03.5883139Z [junit] 24-Jun-2020 14:23:03.587 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-16-43237"]
2020-06-24T14:23:04.3767911Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@3a93b025')
2020-06-24T14:23:04.3769377Z [junit] 24-Jun-2020 14:23:03.588 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-16-43237"]
2020-06-24T14:23:04.3770514Z [junit] 24-Jun-2020 14:23:03.590 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPostNoContinuePostRedirectNoServerCookies]
2020-06-24T14:23:04.3771146Z [junit] 24-Jun-2020 14:23:03.591 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-17"]
2020-06-24T14:23:04.3771988Z [junit] 24-Jun-2020 14:23:03.592 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:04.3772506Z [junit] 24-Jun-2020 14:23:03.592 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:04.3773003Z [junit] 24-Jun-2020 14:23:03.596 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:23:04.3773772Z [junit] 24-Jun-2020 14:23:03.624 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:23:04.3774337Z [junit] 24-Jun-2020 14:23:03.634 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:23:04.3774819Z [junit] 24-Jun-2020 14:23:03.634 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:23:04.3775349Z [junit] 24-Jun-2020 14:23:03.634 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@36bc55de')
2020-06-24T14:23:04.3775874Z [junit] 24-Jun-2020 14:23:03.637 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-17-41907"]
2020-06-24T14:23:04.3776455Z [junit] 24-Jun-2020 14:23:03.649 INFO [http-nio-127.0.0.1-auto-17-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('64FF84F1B0B626D9B033B11876BAADD2')
2020-06-24T14:23:04.6896327Z [junit] 24-Jun-2020 14:23:04.652 INFO [http-nio-127.0.0.1-auto-17-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@1e904589')
2020-06-24T14:23:04.6897443Z [junit] 24-Jun-2020 14:23:04.653 INFO [http-nio-127.0.0.1-auto-17-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:23:11.7996598Z [junit] 24-Jun-2020 14:23:11.722 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-17-41907"]
2020-06-24T14:23:11.7998698Z [junit] 24-Jun-2020 14:23:11.727 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:11.7999529Z [junit] 24-Jun-2020 14:23:11.728 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('2D1E22B503B77F444FDC3D8CDBCE74F6')
2020-06-24T14:23:11.8000203Z [junit] 24-Jun-2020 14:23:11.729 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:23:11.8000828Z [junit] 24-Jun-2020 14:23:11.729 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:23:11.8001484Z [junit] 24-Jun-2020 14:23:11.730 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-17-41907"]
2020-06-24T14:23:11.8002141Z [junit] 24-Jun-2020 14:23:11.732 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-17-41907"]
2020-06-24T14:23:11.8003829Z [junit] 24-Jun-2020 14:23:11.734 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPostNoContinuePostRedirectWithCookies]
2020-06-24T14:23:11.8004480Z [junit] 24-Jun-2020 14:23:11.735 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-18"]
2020-06-24T14:23:11.8005330Z [junit] 24-Jun-2020 14:23:11.735 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:11.8006932Z [junit] 24-Jun-2020 14:23:11.735 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:11.8008429Z [junit] 24-Jun-2020 14:23:11.740 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:23:11.8009286Z [junit] 24-Jun-2020 14:23:11.767 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:23:11.8009927Z [junit] 24-Jun-2020 14:23:11.779 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:23:11.8010511Z [junit] 24-Jun-2020 14:23:11.779 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:23:11.8011127Z [junit] 24-Jun-2020 14:23:11.779 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@a1153bc')
2020-06-24T14:23:11.8011740Z [junit] 24-Jun-2020 14:23:11.784 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-18-43605"]
2020-06-24T14:23:11.8012407Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@4c583ecf')
2020-06-24T14:23:11.8998922Z [junit] 24-Jun-2020 14:23:11.800 INFO [http-nio-127.0.0.1-auto-18-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('3064ABAAFD9F06CBC4021D3F391E941F')
2020-06-24T14:23:12.8062670Z [junit] 24-Jun-2020 14:23:12.800 INFO [http-nio-127.0.0.1-auto-18-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@3753ec22')
2020-06-24T14:23:12.8063483Z [junit] 24-Jun-2020 14:23:12.801 INFO [http-nio-127.0.0.1-auto-18-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:23:19.9121127Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@7586beff')
2020-06-24T14:23:19.9122136Z [junit] 24-Jun-2020 14:23:19.871 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-18-43605"]
2020-06-24T14:23:19.9122783Z [junit] 24-Jun-2020 14:23:19.877 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:19.9123420Z [junit] 24-Jun-2020 14:23:19.878 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('C4962A1A3B659C890EBCDF742A6EDD4D')
2020-06-24T14:23:19.9124001Z [junit] 24-Jun-2020 14:23:19.879 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:23:19.9124564Z [junit] 24-Jun-2020 14:23:19.879 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:23:19.9125157Z [junit] 24-Jun-2020 14:23:19.880 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-18-43605"]
2020-06-24T14:23:19.9125764Z [junit] 24-Jun-2020 14:23:19.882 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-18-43605"]
2020-06-24T14:23:19.9126573Z [junit] 24-Jun-2020 14:23:19.884 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPostWithContinuePostRedirectWithCookies]
2020-06-24T14:23:19.9127281Z [junit] 24-Jun-2020 14:23:19.884 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-19"]
2020-06-24T14:23:19.9127874Z [junit] 24-Jun-2020 14:23:19.885 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:19.9128469Z [junit] 24-Jun-2020 14:23:19.885 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:19.9129054Z [junit] 24-Jun-2020 14:23:19.890 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:23:19.9129865Z [junit] 24-Jun-2020 14:23:19.909 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:23:20.0122872Z [junit] 24-Jun-2020 14:23:19.913 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:23:20.0123915Z [junit] 24-Jun-2020 14:23:19.913 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:23:20.0125192Z [junit] 24-Jun-2020 14:23:19.913 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@1573f9fc')
2020-06-24T14:23:20.0125845Z [junit] 24-Jun-2020 14:23:19.919 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-19-40731"]
2020-06-24T14:23:20.0126520Z [junit] 24-Jun-2020 14:23:19.941 INFO [http-nio-127.0.0.1-auto-19-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('33B72265C985A1662F015BC5E0C321FC')
2020-06-24T14:23:21.0137456Z [junit] 24-Jun-2020 14:23:20.939 INFO [http-nio-127.0.0.1-auto-19-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@5a8da580')
2020-06-24T14:23:21.0138776Z [junit] 24-Jun-2020 14:23:20.940 INFO [http-nio-127.0.0.1-auto-19-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:23:28.0236100Z [junit] 24-Jun-2020 14:23:28.006 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-19-40731"]
2020-06-24T14:23:28.0236570Z [junit] 24-Jun-2020 14:23:28.011 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:28.0237005Z [junit] 24-Jun-2020 14:23:28.012 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('E9C46114AF9AE2D20DA129E7F1F83E9C')
2020-06-24T14:23:28.0237387Z [junit] 24-Jun-2020 14:23:28.013 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:23:28.0237754Z [junit] 24-Jun-2020 14:23:28.013 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:23:28.0238151Z [junit] 24-Jun-2020 14:23:28.014 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-19-40731"]
2020-06-24T14:23:28.0238559Z [junit] 24-Jun-2020 14:23:28.018 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-19-40731"]
2020-06-24T14:23:28.0239166Z [junit] 24-Jun-2020 14:23:28.020 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPostWithContinuePostRedirectNoClientCookies]
2020-06-24T14:23:28.0239667Z [junit] 24-Jun-2020 14:23:28.021 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-20"]
2020-06-24T14:23:28.0240041Z [junit] 24-Jun-2020 14:23:28.021 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:28.0240438Z [junit] 24-Jun-2020 14:23:28.021 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:28.1235515Z [junit] ContextListener: attributeAdded('jakarta.websocket.server.ServerContainer', 'org.apache.tomcat.websocket.server.WsServerContainer@65e98b1c')
2020-06-24T14:23:28.1236789Z [junit] 24-Jun-2020 14:23:28.031 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:23:28.1238009Z [junit] 24-Jun-2020 14:23:28.048 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:23:28.1238831Z [junit] 24-Jun-2020 14:23:28.051 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
2020-06-24T14:23:28.1240125Z [junit] 24-Jun-2020 14:23:28.051 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
2020-06-24T14:23:28.1240759Z [junit] 24-Jun-2020 14:23:28.052 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('StockTicker', 'async.Stockticker@7817fd62')
2020-06-24T14:23:28.1241309Z [junit] 24-Jun-2020 14:23:28.060 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-20-36999"]
2020-06-24T14:23:28.1241993Z [junit] 24-Jun-2020 14:23:28.081 INFO [http-nio-127.0.0.1-auto-20-exec-1] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionCreated('9B446854438CC71D69C4EE6D1D8A4AF4')
2020-06-24T14:23:29.1250339Z [junit] 24-Jun-2020 14:23:29.082 INFO [http-nio-127.0.0.1-auto-20-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.runtime.JspApplicationContextImpl', 'org.apache.jasper.runtime.JspApplicationContextImpl@6bdb4beb')
2020-06-24T14:23:29.1251153Z [junit] 24-Jun-2020 14:23:29.083 INFO [http-nio-127.0.0.1-auto-20-exec-1] org.apache.catalina.core.ApplicationContext.log ContextListener: attributeAdded('org.apache.jasper.compiler.ELInterpreter', 'org.apache.jasper.compiler.ELInterpreterFactory$DefaultELInterpreter@431f47f7')
2020-06-24T14:23:36.1840702Z [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 113.942 sec
2020-06-24T14:23:36.1844486Z [junit] 24-Jun-2020 14:23:36.141 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-20-36999"]
2020-06-24T14:23:36.1845250Z [junit] 24-Jun-2020 14:23:36.146 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:36.1846425Z [junit] 24-Jun-2020 14:23:36.147 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: sessionDestroyed('76245E0A0692556FA2B130EB1C64DD8C')
2020-06-24T14:23:36.1846882Z [junit] 24-Jun-2020 14:23:36.148 INFO [main] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
2020-06-24T14:23:36.1847286Z [junit] 24-Jun-2020 14:23:36.148 INFO [main] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
2020-06-24T14:23:36.1847769Z [junit] 24-Jun-2020 14:23:36.149 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-20-36999"]
2020-06-24T14:23:36.1848453Z [junit] 24-Jun-2020 14:23:36.150 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-20-36999"]
2020-06-24T14:23:36.4593515Z [junit] Running org.apache.catalina.authenticator.TestJaspicCallbackHandlerInAuthenticator
2020-06-24T14:23:36.4593784Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
2020-06-24T14:23:36.7638847Z [junit] Running org.apache.catalina.authenticator.TestNonLoginAndBasicAuthenticator
2020-06-24T14:23:36.8650512Z [junit] 24-Jun-2020 14:23:36.807 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBasicLoginRejectProtected]
2020-06-24T14:23:37.1654201Z [junit] 24-Jun-2020 14:23:37.159 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:23:37.2655747Z [junit] 24-Jun-2020 14:23:37.177 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:37.2656340Z [junit] 24-Jun-2020 14:23:37.177 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:37.3657571Z [junit] 24-Jun-2020 14:23:37.273 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-36027"]
2020-06-24T14:23:37.4662611Z [junit] 24-Jun-2020 14:23:37.367 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-36027"]
2020-06-24T14:23:37.4663287Z [junit] 24-Jun-2020 14:23:37.368 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:37.4663812Z [junit] 24-Jun-2020 14:23:37.377 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-36027"]
2020-06-24T14:23:37.4664353Z [junit] 24-Jun-2020 14:23:37.381 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-36027"]
2020-06-24T14:23:37.4664896Z [junit] 24-Jun-2020 14:23:37.391 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAuthMethodBadMethod]
2020-06-24T14:23:37.4665403Z [junit] 24-Jun-2020 14:23:37.394 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:23:37.4665889Z [junit] 24-Jun-2020 14:23:37.394 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:37.4666400Z [junit] 24-Jun-2020 14:23:37.394 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:37.4666913Z [junit] 24-Jun-2020 14:23:37.399 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-42405"]
2020-06-24T14:23:37.4667434Z [junit] 24-Jun-2020 14:23:37.412 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-42405"]
2020-06-24T14:23:37.4667925Z [junit] 24-Jun-2020 14:23:37.419 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:37.4668431Z [junit] 24-Jun-2020 14:23:37.421 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-42405"]
2020-06-24T14:23:37.4668958Z [junit] 24-Jun-2020 14:23:37.422 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-42405"]
2020-06-24T14:23:37.4669473Z [junit] 24-Jun-2020 14:23:37.424 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBasicLoginRejectProtectedWithSession]
2020-06-24T14:23:37.4669979Z [junit] 24-Jun-2020 14:23:37.425 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:23:37.4670686Z [junit] 24-Jun-2020 14:23:37.426 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:37.4671280Z [junit] 24-Jun-2020 14:23:37.426 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:37.4671810Z [junit] 24-Jun-2020 14:23:37.432 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-3-46777"]
2020-06-24T14:23:37.4672325Z [junit] 24-Jun-2020 14:23:37.446 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-3-46777"]
2020-06-24T14:23:37.4672808Z [junit] 24-Jun-2020 14:23:37.452 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:37.4673318Z [junit] 24-Jun-2020 14:23:37.454 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-3-46777"]
2020-06-24T14:23:37.5666929Z [junit] 24-Jun-2020 14:23:37.471 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3-46777"]
2020-06-24T14:23:37.5667653Z [junit] 24-Jun-2020 14:23:37.472 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBasicLoginWithoutSession]
2020-06-24T14:23:37.5668182Z [junit] 24-Jun-2020 14:23:37.473 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:23:37.5668684Z [junit] 24-Jun-2020 14:23:37.474 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:37.5669196Z [junit] 24-Jun-2020 14:23:37.474 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:37.5669710Z [junit] 24-Jun-2020 14:23:37.479 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-4-38961"]
2020-06-24T14:23:37.5670237Z [junit] 24-Jun-2020 14:23:37.498 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-4-38961"]
2020-06-24T14:23:37.5670728Z [junit] 24-Jun-2020 14:23:37.504 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:37.5671231Z [junit] 24-Jun-2020 14:23:37.506 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-4-38961"]
2020-06-24T14:23:37.5671756Z [junit] 24-Jun-2020 14:23:37.509 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4-38961"]
2020-06-24T14:23:37.5672259Z [junit] 24-Jun-2020 14:23:37.510 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBasicLoginSessionPersistence]
2020-06-24T14:23:37.5672762Z [junit] 24-Jun-2020 14:23:37.511 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"]
2020-06-24T14:23:37.5673257Z [junit] 24-Jun-2020 14:23:37.512 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:37.5673768Z [junit] 24-Jun-2020 14:23:37.512 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:37.5674282Z [junit] 24-Jun-2020 14:23:37.521 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-34193"]
2020-06-24T14:23:37.5674901Z [junit] 24-Jun-2020 14:23:37.531 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-34193"]
2020-06-24T14:23:37.5675398Z [junit] 24-Jun-2020 14:23:37.536 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:37.5676099Z [junit] 24-Jun-2020 14:23:37.538 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-34193"]
2020-06-24T14:23:37.5676700Z [junit] 24-Jun-2020 14:23:37.539 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-5-34193"]
2020-06-24T14:23:37.5677219Z [junit] 24-Jun-2020 14:23:37.541 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAuthMethodBadCredentials]
2020-06-24T14:23:37.5677724Z [junit] 24-Jun-2020 14:23:37.542 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-6"]
2020-06-24T14:23:37.5678203Z [junit] 24-Jun-2020 14:23:37.542 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:37.5678706Z [junit] 24-Jun-2020 14:23:37.543 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:37.5679226Z [junit] 24-Jun-2020 14:23:37.548 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-6-37311"]
2020-06-24T14:23:37.5679737Z [junit] 24-Jun-2020 14:23:37.553 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-6-37311"]
2020-06-24T14:23:37.5680220Z [junit] 24-Jun-2020 14:23:37.558 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:37.5680716Z [junit] 24-Jun-2020 14:23:37.560 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-6-37311"]
2020-06-24T14:23:37.5681233Z [junit] 24-Jun-2020 14:23:37.561 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-6-37311"]
2020-06-24T14:23:37.5681730Z [junit] 24-Jun-2020 14:23:37.562 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAcceptPublicBasic]
2020-06-24T14:23:37.5682238Z [junit] 24-Jun-2020 14:23:37.563 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-7"]
2020-06-24T14:23:37.5682726Z [junit] 24-Jun-2020 14:23:37.564 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:37.5683230Z [junit] 24-Jun-2020 14:23:37.564 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:38.3872235Z [junit] 24-Jun-2020 14:23:37.569 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-7-42795"]
2020-06-24T14:23:38.3875095Z [junit] 24-Jun-2020 14:23:37.578 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-7-42795"]
2020-06-24T14:23:38.3876098Z [junit] 24-Jun-2020 14:23:37.584 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:38.3876854Z [junit] 24-Jun-2020 14:23:37.587 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-7-42795"]
2020-06-24T14:23:38.3877646Z [junit] 24-Jun-2020 14:23:37.589 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-7-42795"]
2020-06-24T14:23:38.3878311Z [junit] 24-Jun-2020 14:23:37.590 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAcceptProtectedBasic]
2020-06-24T14:23:38.3879003Z [junit] 24-Jun-2020 14:23:37.591 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-8"]
2020-06-24T14:23:38.3879971Z [junit] 24-Jun-2020 14:23:37.591 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:38.3880568Z [junit] 24-Jun-2020 14:23:37.591 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:38.3881437Z [junit] 24-Jun-2020 14:23:37.606 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-8-43617"]
2020-06-24T14:23:38.3882095Z [junit] 24-Jun-2020 14:23:37.614 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-8-43617"]
2020-06-24T14:23:38.3882596Z [junit] 24-Jun-2020 14:23:37.619 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:38.3883103Z [junit] 24-Jun-2020 14:23:37.621 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-8-43617"]
2020-06-24T14:23:38.3883626Z [junit] 24-Jun-2020 14:23:37.622 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-8-43617"]
2020-06-24T14:23:38.3884126Z [junit] 24-Jun-2020 14:23:37.624 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAcceptPublicNonLogin]
2020-06-24T14:23:38.3884635Z [junit] 24-Jun-2020 14:23:37.625 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-9"]
2020-06-24T14:23:38.3885113Z [junit] 24-Jun-2020 14:23:37.625 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:38.3885612Z [junit] 24-Jun-2020 14:23:37.625 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:38.3886124Z [junit] 24-Jun-2020 14:23:37.630 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-9-32929"]
2020-06-24T14:23:38.3886628Z [junit] 24-Jun-2020 14:23:37.640 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-9-32929"]
2020-06-24T14:23:38.3887108Z [junit] 24-Jun-2020 14:23:37.645 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:38.3887614Z [junit] 24-Jun-2020 14:23:37.648 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-9-32929"]
2020-06-24T14:23:38.3888133Z [junit] 24-Jun-2020 14:23:37.649 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-9-32929"]
2020-06-24T14:23:38.3888635Z [junit] 24-Jun-2020 14:23:37.650 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testRejectProtectedNonLogin]
2020-06-24T14:23:38.3889136Z [junit] 24-Jun-2020 14:23:37.651 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-10"]
2020-06-24T14:23:38.3889611Z [junit] 24-Jun-2020 14:23:37.651 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:38.3890106Z [junit] 24-Jun-2020 14:23:37.651 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:38.3890618Z [junit] 24-Jun-2020 14:23:37.657 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-10-45363"]
2020-06-24T14:23:38.3891127Z [junit] 24-Jun-2020 14:23:37.660 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-10-45363"]
2020-06-24T14:23:38.3891600Z [junit] 24-Jun-2020 14:23:37.666 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:38.3892098Z [junit] 24-Jun-2020 14:23:37.668 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-10-45363"]
2020-06-24T14:23:38.3892614Z [junit] 24-Jun-2020 14:23:37.669 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-10-45363"]
2020-06-24T14:23:38.3893199Z [junit] 24-Jun-2020 14:23:37.670 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBasicLoginSessionTimeout]
2020-06-24T14:23:38.3893758Z [junit] 24-Jun-2020 14:23:37.671 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-11"]
2020-06-24T14:23:38.3894247Z [junit] 24-Jun-2020 14:23:37.671 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:38.3894753Z [junit] 24-Jun-2020 14:23:37.671 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:38.3895265Z [junit] 24-Jun-2020 14:23:37.686 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-11-41193"]
2020-06-24T14:23:45.7781419Z [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.052 sec
2020-06-24T14:23:45.7785069Z [junit] 24-Jun-2020 14:23:45.711 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-11-41193"]
2020-06-24T14:23:45.7785838Z [junit] 24-Jun-2020 14:23:45.717 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:45.7786507Z [junit] 24-Jun-2020 14:23:45.719 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-11-41193"]
2020-06-24T14:23:45.7787162Z [junit] 24-Jun-2020 14:23:45.721 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-11-41193"]
2020-06-24T14:23:45.7787797Z [junit] 24-Jun-2020 14:23:45.722 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAuthMethodCaseBasic]
2020-06-24T14:23:45.7788435Z [junit] 24-Jun-2020 14:23:45.723 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-12"]
2020-06-24T14:23:45.7789053Z [junit] 24-Jun-2020 14:23:45.723 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:45.7789697Z [junit] 24-Jun-2020 14:23:45.723 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:45.7790348Z [junit] 24-Jun-2020 14:23:45.728 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-12-45337"]
2020-06-24T14:23:45.7790986Z [junit] 24-Jun-2020 14:23:45.748 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-12-45337"]
2020-06-24T14:23:45.7791595Z [junit] 24-Jun-2020 14:23:45.754 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:45.7792226Z [junit] 24-Jun-2020 14:23:45.756 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-12-45337"]
2020-06-24T14:23:45.7792882Z [junit] 24-Jun-2020 14:23:45.764 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-12-45337"]
2020-06-24T14:23:46.0948812Z [junit] Running org.apache.catalina.authenticator.TestSSOnonLoginAndBasicAuthenticator
2020-06-24T14:23:46.1966124Z [junit] 24-Jun-2020 14:23:46.126 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBasicLoginThenAcceptWithCookies]
2020-06-24T14:23:46.4969979Z [junit] 24-Jun-2020 14:23:46.469 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:23:46.5970988Z [junit] 24-Jun-2020 14:23:46.498 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:46.5971895Z [junit] 24-Jun-2020 14:23:46.498 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:46.5972782Z [junit] 24-Jun-2020 14:23:46.590 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-40061"]
2020-06-24T14:23:46.7975063Z [junit] 24-Jun-2020 14:23:46.697 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-40061"]
2020-06-24T14:23:46.7976026Z [junit] 24-Jun-2020 14:23:46.703 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:46.7976643Z [junit] 24-Jun-2020 14:23:46.713 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-40061"]
2020-06-24T14:23:46.7977251Z [junit] 24-Jun-2020 14:23:46.720 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEssentialEnvironment]
2020-06-24T14:23:46.7977845Z [junit] 24-Jun-2020 14:23:46.726 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:23:46.7978425Z [junit] 24-Jun-2020 14:23:46.727 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:46.7979027Z [junit] 24-Jun-2020 14:23:46.727 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:46.7979627Z [junit] 24-Jun-2020 14:23:46.741 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-34831"]
2020-06-24T14:23:46.7980219Z [junit] 24-Jun-2020 14:23:46.751 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-34831"]
2020-06-24T14:23:46.7980783Z [junit] 24-Jun-2020 14:23:46.756 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:46.7981371Z [junit] 24-Jun-2020 14:23:46.758 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-34831"]
2020-06-24T14:23:46.7981985Z [junit] 24-Jun-2020 14:23:46.762 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEssentialEnvironmentWithoutCookies]
2020-06-24T14:23:46.7982586Z [junit] 24-Jun-2020 14:23:46.764 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:23:46.7983148Z [junit] 24-Jun-2020 14:23:46.765 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:46.7983737Z [junit] 24-Jun-2020 14:23:46.766 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:46.7984329Z [junit] 24-Jun-2020 14:23:46.773 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-3-45239"]
2020-06-24T14:23:46.7984916Z [junit] 24-Jun-2020 14:23:46.788 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-3-45239"]
2020-06-24T14:23:46.7985491Z [junit] 24-Jun-2020 14:23:46.793 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:23:46.8977419Z [junit] 24-Jun-2020 14:23:46.796 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-3-45239"]
2020-06-24T14:23:46.8978097Z [junit] 24-Jun-2020 14:23:46.810 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBasicExpiredAcceptProtectedWithCookies]
2020-06-24T14:23:46.8978618Z [junit] 24-Jun-2020 14:23:46.812 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:23:46.8979097Z [junit] 24-Jun-2020 14:23:46.812 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:23:46.8979965Z [junit] 24-Jun-2020 14:23:46.812 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:23:46.8980568Z [junit] 24-Jun-2020 14:23:46.817 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-4-37965"]
2020-06-24T14:24:06.9336485Z [junit] 24-Jun-2020 14:24:06.843 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-4-37965"]
2020-06-24T14:24:06.9338833Z [junit] 24-Jun-2020 14:24:06.844 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:06.9340111Z [junit] 24-Jun-2020 14:24:06.846 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-4-37965"]
2020-06-24T14:24:06.9340943Z [junit] 24-Jun-2020 14:24:06.847 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBasicAccessAndSessionTimeout]
2020-06-24T14:24:06.9341844Z [junit] 24-Jun-2020 14:24:06.849 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"]
2020-06-24T14:24:06.9343148Z [junit] 24-Jun-2020 14:24:06.849 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:06.9343737Z [junit] 24-Jun-2020 14:24:06.849 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:06.9344286Z [junit] 24-Jun-2020 14:24:06.859 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-42797"]
2020-06-24T14:24:16.9470371Z [junit] 24-Jun-2020 14:24:16.880 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-42797"]
2020-06-24T14:24:16.9471690Z [junit] 24-Jun-2020 14:24:16.886 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:16.9472208Z [junit] 24-Jun-2020 14:24:16.889 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-42797"]
2020-06-24T14:24:16.9472634Z [junit] 24-Jun-2020 14:24:16.892 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBasicLoginThenRejectWithoutCookie]
2020-06-24T14:24:16.9473038Z [junit] 24-Jun-2020 14:24:16.894 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-6"]
2020-06-24T14:24:16.9473610Z [junit] 24-Jun-2020 14:24:16.894 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:16.9474043Z [junit] 24-Jun-2020 14:24:16.895 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:16.9474480Z [junit] 24-Jun-2020 14:24:16.902 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-6-46049"]
2020-06-24T14:24:16.9475096Z [junit] 24-Jun-2020 14:24:16.918 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-6-46049"]
2020-06-24T14:24:16.9475553Z [junit] 24-Jun-2020 14:24:16.924 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:16.9475979Z [junit] 24-Jun-2020 14:24:16.925 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-6-46049"]
2020-06-24T14:24:16.9476410Z [junit] 24-Jun-2020 14:24:16.929 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBasicAccessThenAcceptAuthWithUri]
2020-06-24T14:24:16.9476838Z [junit] 24-Jun-2020 14:24:16.930 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-7"]
2020-06-24T14:24:16.9477222Z [junit] 24-Jun-2020 14:24:16.931 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:16.9478007Z [junit] 24-Jun-2020 14:24:16.931 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:16.9478460Z [junit] 24-Jun-2020 14:24:16.939 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-7-34747"]
2020-06-24T14:24:16.9729773Z [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.931 sec
2020-06-24T14:24:16.9733528Z [junit] 24-Jun-2020 14:24:16.953 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-7-34747"]
2020-06-24T14:24:16.9734278Z [junit] 24-Jun-2020 14:24:16.959 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:16.9734900Z [junit] 24-Jun-2020 14:24:16.961 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-7-34747"]
2020-06-24T14:24:17.2797645Z [junit] Running org.apache.catalina.authenticator.TestSSOnonLoginAndDigestAuthenticator
2020-06-24T14:24:17.3821174Z [junit] 24-Jun-2020 14:24:17.285 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testDigestLoginRejectProtectedWithoutCookies]
2020-06-24T14:24:17.6824529Z [junit] 24-Jun-2020 14:24:17.671 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:24:17.7826383Z [junit] 24-Jun-2020 14:24:17.688 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:17.7827361Z [junit] 24-Jun-2020 14:24:17.689 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:17.7828014Z [junit] 24-Jun-2020 14:24:17.761 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-34691"]
2020-06-24T14:24:17.8828696Z [junit] 24-Jun-2020 14:24:17.856 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-34691"]
2020-06-24T14:24:17.8830086Z [junit] 24-Jun-2020 14:24:17.862 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:17.8830808Z [junit] 24-Jun-2020 14:24:17.871 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-34691"]
2020-06-24T14:24:17.8831501Z [junit] 24-Jun-2020 14:24:17.873 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-34691"]
2020-06-24T14:24:17.9833365Z [junit] 24-Jun-2020 14:24:17.884 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testDigestExpiredAcceptProtectedWithCookies]
2020-06-24T14:24:17.9835310Z [junit] 24-Jun-2020 14:24:17.889 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:24:17.9836211Z [junit] 24-Jun-2020 14:24:17.890 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:17.9837494Z [junit] 24-Jun-2020 14:24:17.890 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:17.9838105Z [junit] 24-Jun-2020 14:24:17.904 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-34215"]
2020-06-24T14:24:37.0111879Z [junit] 24-Jun-2020 14:24:36.926 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-34215"]
2020-06-24T14:24:37.0113054Z [junit] 24-Jun-2020 14:24:36.932 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:37.0113861Z [junit] 24-Jun-2020 14:24:36.936 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-34215"]
2020-06-24T14:24:37.0115387Z [junit] 24-Jun-2020 14:24:36.939 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-34215"]
2020-06-24T14:24:37.0116201Z [junit] 24-Jun-2020 14:24:36.942 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testDigestLoginSessionTimeout]
2020-06-24T14:24:37.0116973Z [junit] 24-Jun-2020 14:24:36.943 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:24:37.0117708Z [junit] 24-Jun-2020 14:24:36.943 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:37.0118514Z [junit] 24-Jun-2020 14:24:36.943 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:37.0119569Z [junit] 24-Jun-2020 14:24:36.948 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-3-37891"]
2020-06-24T14:24:49.0274877Z [junit] 24-Jun-2020 14:24:48.983 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-3-37891"]
2020-06-24T14:24:49.0275756Z [junit] 24-Jun-2020 14:24:48.988 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:49.0277341Z [junit] 24-Jun-2020 14:24:48.991 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-3-37891"]
2020-06-24T14:24:49.0277975Z [junit] 24-Jun-2020 14:24:48.995 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3-37891"]
2020-06-24T14:24:49.0278553Z [junit] 24-Jun-2020 14:24:49.000 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testDigestLoginAcceptProtectedWithCookies]
2020-06-24T14:24:49.0279141Z [junit] 24-Jun-2020 14:24:49.001 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:24:49.0279690Z [junit] 24-Jun-2020 14:24:49.001 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:49.0280975Z [junit] 24-Jun-2020 14:24:49.001 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:49.0281591Z [junit] 24-Jun-2020 14:24:49.011 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-4-34027"]
2020-06-24T14:24:49.1249123Z [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.887 sec
2020-06-24T14:24:49.1250292Z [junit] 24-Jun-2020 14:24:49.031 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-4-34027"]
2020-06-24T14:24:49.1250894Z [junit] 24-Jun-2020 14:24:49.037 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:49.1251478Z [junit] 24-Jun-2020 14:24:49.039 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-4-34027"]
2020-06-24T14:24:49.1252040Z [junit] 24-Jun-2020 14:24:49.041 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4-34027"]
2020-06-24T14:24:49.1252580Z [junit] 24-Jun-2020 14:24:49.042 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAcceptPublicNonLogin]
2020-06-24T14:24:49.1253230Z [junit] 24-Jun-2020 14:24:49.044 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"]
2020-06-24T14:24:49.1253718Z [junit] 24-Jun-2020 14:24:49.044 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:49.1254454Z [junit] 24-Jun-2020 14:24:49.044 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:49.1255077Z [junit] 24-Jun-2020 14:24:49.049 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-42747"]
2020-06-24T14:24:49.1255615Z [junit] 24-Jun-2020 14:24:49.057 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-42747"]
2020-06-24T14:24:49.1256106Z [junit] 24-Jun-2020 14:24:49.063 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:49.1256614Z [junit] 24-Jun-2020 14:24:49.065 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-42747"]
2020-06-24T14:24:49.1257135Z [junit] 24-Jun-2020 14:24:49.070 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-5-42747"]
2020-06-24T14:24:49.1257649Z [junit] 24-Jun-2020 14:24:49.071 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testRejectProtectedNonLogin]
2020-06-24T14:24:49.1258358Z [junit] 24-Jun-2020 14:24:49.073 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-6"]
2020-06-24T14:24:49.1258877Z [junit] 24-Jun-2020 14:24:49.073 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:49.1259426Z [junit] 24-Jun-2020 14:24:49.073 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:49.1259975Z [junit] 24-Jun-2020 14:24:49.078 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-6-44647"]
2020-06-24T14:24:49.1260523Z [junit] 24-Jun-2020 14:24:49.090 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-6-44647"]
2020-06-24T14:24:49.1261051Z [junit] 24-Jun-2020 14:24:49.095 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:49.1261603Z [junit] 24-Jun-2020 14:24:49.097 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-6-44647"]
2020-06-24T14:24:49.1262161Z [junit] 24-Jun-2020 14:24:49.102 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-6-44647"]
2020-06-24T14:24:49.4309758Z [junit] Running org.apache.catalina.authenticator.jaspic.TestAuthConfigFactoryImpl
2020-06-24T14:24:49.4453396Z [junit] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
2020-06-24T14:24:49.7226882Z [junit] Running org.apache.catalina.authenticator.jaspic.TestPersistentProviderRegistrations
2020-06-24T14:24:49.7227774Z [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
2020-06-24T14:24:49.9668241Z [junit] Running org.apache.catalina.authenticator.jaspic.TestSimpleServerAuthConfig
2020-06-24T14:24:49.9668480Z [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
2020-06-24T14:24:50.2724945Z [junit] Running org.apache.catalina.connector.TestConnector
2020-06-24T14:24:50.2750159Z [junit] 24-Jun-2020 14:24:50.266 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testTraceAllowedCustom]
2020-06-24T14:24:50.6755687Z [junit] 24-Jun-2020 14:24:50.614 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:24:50.6756245Z [junit] 24-Jun-2020 14:24:50.643 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:50.6756671Z [junit] 24-Jun-2020 14:24:50.643 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:50.7756455Z [junit] 24-Jun-2020 14:24:50.720 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-42329"]
2020-06-24T14:24:50.8777400Z [junit] 24-Jun-2020 14:24:50.795 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-42329"]
2020-06-24T14:24:50.8778309Z [junit] 24-Jun-2020 14:24:50.796 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:50.8778858Z [junit] 24-Jun-2020 14:24:50.804 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-42329"]
2020-06-24T14:24:50.8779405Z [junit] 24-Jun-2020 14:24:50.806 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-42329"]
2020-06-24T14:24:50.8779921Z [junit] 24-Jun-2020 14:24:50.814 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testTraceAllowedWebDav]
2020-06-24T14:24:50.8780454Z [junit] 24-Jun-2020 14:24:50.821 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:24:50.8780959Z [junit] 24-Jun-2020 14:24:50.821 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:50.8781484Z [junit] 24-Jun-2020 14:24:50.821 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:50.8782005Z [junit] 24-Jun-2020 14:24:50.826 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-34433"]
2020-06-24T14:24:50.8782523Z [junit] 24-Jun-2020 14:24:50.844 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-34433"]
2020-06-24T14:24:50.8783022Z [junit] 24-Jun-2020 14:24:50.849 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:50.8783616Z [junit] 24-Jun-2020 14:24:50.850 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-34433"]
2020-06-24T14:24:50.8784149Z [junit] 24-Jun-2020 14:24:50.852 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-34433"]
2020-06-24T14:24:50.8784666Z [junit] 24-Jun-2020 14:24:50.854 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testDuplicatePortNoThrows]
2020-06-24T14:24:50.8785175Z [junit] 24-Jun-2020 14:24:50.855 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-auto-3"]
2020-06-24T14:24:50.8785852Z [junit] 24-Jun-2020 14:24:50.856 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-auto-3-33905"]
2020-06-24T14:24:50.8786445Z [junit] 24-Jun-2020 14:24:50.867 WARNING [main] org.apache.tomcat.util.net.AbstractEndpoint.getUtilityExecutor No utility executor was set, creating one
2020-06-24T14:24:50.8787034Z [junit] 24-Jun-2020 14:24:50.868 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-33905"]
2020-06-24T14:24:50.8787675Z [junit] 24-Jun-2020 14:24:50.869 SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to initialize component [Connector[HTTP/1.1-33905]]
2020-06-24T14:24:50.8788191Z [junit] org.apache.catalina.LifecycleException: Protocol handler initialization failed
2020-06-24T14:24:50.8788521Z [junit] at org.apache.catalina.connector.Connector.initInternal(Connector.java:1048)
2020-06-24T14:24:50.8788849Z [junit] at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
2020-06-24T14:24:50.8789179Z [junit] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:173)
2020-06-24T14:24:50.8791817Z [junit] at org.apache.catalina.connector.TestConnector.doTestDuplicatePort(TestConnector.java:146)
2020-06-24T14:24:50.8792421Z [junit] at org.apache.catalina.connector.TestConnector.testDuplicatePortNoThrows(TestConnector.java:132)
2020-06-24T14:24:50.8792834Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2020-06-24T14:24:50.8793182Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2020-06-24T14:24:50.8793517Z [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2020-06-24T14:24:50.8793845Z [junit] at java.lang.reflect.Method.invoke(Method.java:498)
2020-06-24T14:24:50.8794172Z [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2020-06-24T14:24:50.8794505Z [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2020-06-24T14:24:50.8795170Z [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2020-06-24T14:24:50.8795617Z [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2020-06-24T14:24:50.8795964Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-24T14:24:50.8796281Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-24T14:24:50.8796606Z [junit] at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2020-06-24T14:24:50.8796928Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-24T14:24:50.8797262Z [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2020-06-24T14:24:50.8797588Z [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2020-06-24T14:24:50.8797922Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2020-06-24T14:24:50.8798276Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2020-06-24T14:24:50.8798607Z [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2020-06-24T14:24:50.8798942Z [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2020-06-24T14:24:50.8799271Z [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2020-06-24T14:24:50.8799598Z [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2020-06-24T14:24:50.8799945Z [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2020-06-24T14:24:50.8800274Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-24T14:24:50.8800647Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-24T14:24:50.8800977Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-24T14:24:50.8801314Z [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2020-06-24T14:24:50.8801641Z [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50)
2020-06-24T14:24:50.8801978Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534)
2020-06-24T14:24:50.8802329Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196)
2020-06-24T14:24:50.8802669Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041)
2020-06-24T14:24:50.8803004Z [junit] Caused by: java.net.BindException: Address already in use
2020-06-24T14:24:50.8803326Z [junit] at sun.nio.ch.Net.bind0(Native Method)
2020-06-24T14:24:50.8803627Z [junit] at sun.nio.ch.Net.bind(Net.java:433)
2020-06-24T14:24:50.8803939Z [junit] at sun.nio.ch.Net.bind(Net.java:425)
2020-06-24T14:24:50.8804258Z [junit] at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220)
2020-06-24T14:24:50.8804695Z [junit] at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:85)
2020-06-24T14:24:50.8805085Z [junit] at org.apache.tomcat.util.net.NioEndpoint.initServerSocket(NioEndpoint.java:172)
2020-06-24T14:24:50.8805434Z [junit] at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:157)
2020-06-24T14:24:50.8806329Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.bindWithCleanup(AbstractEndpoint.java:1112)
2020-06-24T14:24:50.8806649Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:1125)
2020-06-24T14:24:50.8806929Z [junit] at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:558)
2020-06-24T14:24:50.8807214Z [junit] at org.apache.coyote.http11.AbstractHttp11Protocol.init(AbstractHttp11Protocol.java:74)
2020-06-24T14:24:50.8807592Z [junit] at org.apache.catalina.connector.Connector.initInternal(Connector.java:1045)
2020-06-24T14:24:50.8807831Z [junit] ... 33 more
2020-06-24T14:24:50.8808620Z [junit] 24-Jun-2020 14:24:50.870 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-33905"]
2020-06-24T14:24:50.8809113Z [junit] 24-Jun-2020 14:24:50.870 SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to start component [Connector[HTTP/1.1-33905]]
2020-06-24T14:24:50.8809357Z [junit] org.apache.catalina.LifecycleException: Protocol handler start failed
2020-06-24T14:24:50.8809575Z [junit] at org.apache.catalina.connector.Connector.startInternal(Connector.java:1073)
2020-06-24T14:24:50.8809791Z [junit] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
2020-06-24T14:24:50.8810011Z [junit] at org.apache.catalina.connector.TestConnector.doTestDuplicatePort(TestConnector.java:146)
2020-06-24T14:24:50.8810247Z [junit] at org.apache.catalina.connector.TestConnector.testDuplicatePortNoThrows(TestConnector.java:132)
2020-06-24T14:24:50.8810460Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2020-06-24T14:24:50.8810677Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2020-06-24T14:24:50.8810899Z [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2020-06-24T14:24:50.8811110Z [junit] at java.lang.reflect.Method.invoke(Method.java:498)
2020-06-24T14:24:50.8811373Z [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2020-06-24T14:24:50.8811589Z [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2020-06-24T14:24:50.8811985Z [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2020-06-24T14:24:50.8812233Z [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2020-06-24T14:24:50.8812483Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-24T14:24:50.8812726Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-24T14:24:50.8812966Z [junit] at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2020-06-24T14:24:50.8813191Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-24T14:24:50.8813433Z [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2020-06-24T14:24:50.8813673Z [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2020-06-24T14:24:50.8813913Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2020-06-24T14:24:50.8814154Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2020-06-24T14:24:50.8814392Z [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2020-06-24T14:24:50.8814722Z [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2020-06-24T14:24:50.8814962Z [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2020-06-24T14:24:50.8815250Z [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2020-06-24T14:24:50.8815495Z [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2020-06-24T14:24:50.8815731Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-24T14:24:50.8815973Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-24T14:24:50.8816211Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-24T14:24:50.8816449Z [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2020-06-24T14:24:50.8816687Z [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50)
2020-06-24T14:24:50.8816954Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534)
2020-06-24T14:24:50.8817209Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196)
2020-06-24T14:24:50.8817462Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041)
2020-06-24T14:24:50.8817706Z [junit] Caused by: java.net.BindException: Address already in use
2020-06-24T14:24:50.8817940Z [junit] at sun.nio.ch.Net.bind0(Native Method)
2020-06-24T14:24:50.8818169Z [junit] at sun.nio.ch.Net.bind(Net.java:433)
2020-06-24T14:24:50.8818378Z [junit] at sun.nio.ch.Net.bind(Net.java:425)
2020-06-24T14:24:50.8818608Z [junit] at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220)
2020-06-24T14:24:50.8818848Z [junit] at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:85)
2020-06-24T14:24:50.8819097Z [junit] at org.apache.tomcat.util.net.NioEndpoint.initServerSocket(NioEndpoint.java:172)
2020-06-24T14:24:50.8819334Z [junit] at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:157)
2020-06-24T14:24:50.8819586Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.bindWithCleanup(AbstractEndpoint.java:1112)
2020-06-24T14:24:50.8819832Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1198)
2020-06-24T14:24:50.8820069Z [junit] at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:569)
2020-06-24T14:24:50.8820312Z [junit] at org.apache.catalina.connector.Connector.startInternal(Connector.java:1070)
2020-06-24T14:24:50.8820542Z [junit] ... 32 more
2020-06-24T14:24:50.8821079Z [junit] 24-Jun-2020 14:24:50.870 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:24:50.8821600Z [junit] 24-Jun-2020 14:24:50.871 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testTraceNotAllowedDefault]
2020-06-24T14:24:50.9782004Z [junit] 24-Jun-2020 14:24:50.875 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"]
2020-06-24T14:24:50.9782878Z [junit] 24-Jun-2020 14:24:50.878 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:50.9783565Z [junit] 24-Jun-2020 14:24:50.878 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:50.9784227Z [junit] 24-Jun-2020 14:24:50.884 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-38053"]
2020-06-24T14:24:50.9784902Z [junit] 24-Jun-2020 14:24:50.888 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-38053"]
2020-06-24T14:24:50.9785524Z [junit] 24-Jun-2020 14:24:50.894 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:50.9786477Z [junit] 24-Jun-2020 14:24:50.895 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-38053"]
2020-06-24T14:24:50.9787166Z [junit] 24-Jun-2020 14:24:50.896 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-5-38053"]
2020-06-24T14:24:50.9787915Z [junit] 24-Jun-2020 14:24:50.897 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testTraceAllowedDefault]
2020-06-24T14:24:50.9788521Z [junit] 24-Jun-2020 14:24:50.898 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-6"]
2020-06-24T14:24:50.9789095Z [junit] 24-Jun-2020 14:24:50.898 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:50.9789697Z [junit] 24-Jun-2020 14:24:50.898 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:50.9790298Z [junit] 24-Jun-2020 14:24:50.905 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-6-33717"]
2020-06-24T14:24:50.9790894Z [junit] 24-Jun-2020 14:24:50.920 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-6-33717"]
2020-06-24T14:24:50.9791457Z [junit] 24-Jun-2020 14:24:50.926 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:50.9792041Z [junit] 24-Jun-2020 14:24:50.927 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-6-33717"]
2020-06-24T14:24:50.9792637Z [junit] 24-Jun-2020 14:24:50.934 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-6-33717"]
2020-06-24T14:24:50.9793213Z [junit] 24-Jun-2020 14:24:50.935 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPort]
2020-06-24T14:24:50.9793796Z [junit] 24-Jun-2020 14:24:50.936 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-7"]
2020-06-24T14:24:50.9794381Z [junit] 24-Jun-2020 14:24:50.937 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-auto-8"]
2020-06-24T14:24:50.9795130Z [junit] 24-Jun-2020 14:24:50.937 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:50.9795742Z [junit] 24-Jun-2020 14:24:50.937 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:50.9796348Z [junit] 24-Jun-2020 14:24:50.940 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-7-45797"]
2020-06-24T14:24:50.9796942Z [junit] 24-Jun-2020 14:24:50.948 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-auto-8-46693"]
2020-06-24T14:24:50.9797551Z [junit] 24-Jun-2020 14:24:50.952 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-7-45797"]
2020-06-24T14:24:50.9798150Z [junit] 24-Jun-2020 14:24:50.957 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-auto-8-46693"]
2020-06-24T14:24:50.9798739Z [junit] 24-Jun-2020 14:24:50.963 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:50.9799326Z [junit] 24-Jun-2020 14:24:50.963 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-7-45797"]
2020-06-24T14:24:50.9800007Z [junit] 24-Jun-2020 14:24:50.964 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-auto-8-46693"]
2020-06-24T14:24:50.9800750Z [junit] 24-Jun-2020 14:24:50.965 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-7-45797"]
2020-06-24T14:24:50.9801416Z [junit] 24-Jun-2020 14:24:50.965 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-auto-8-46693"]
2020-06-24T14:24:50.9802013Z [junit] 24-Jun-2020 14:24:50.966 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testStop]
2020-06-24T14:24:50.9803418Z [junit] 24-Jun-2020 14:24:50.967 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-9"]
2020-06-24T14:24:50.9804014Z [junit] 24-Jun-2020 14:24:50.967 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:50.9805143Z [junit] 24-Jun-2020 14:24:50.968 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:50.9805771Z [junit] 24-Jun-2020 14:24:50.970 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-9-44641"]
2020-06-24T14:24:51.0785411Z [junit] 24-Jun-2020 14:24:50.984 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-9-44641"]
2020-06-24T14:24:52.0750662Z [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.87 sec
2020-06-24T14:24:52.0798791Z [junit] 24-Jun-2020 14:24:51.993 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-9-44641"]
2020-06-24T14:24:52.0799467Z [junit] 24-Jun-2020 14:24:51.994 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:52.0799969Z [junit] 24-Jun-2020 14:24:51.995 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-9-44641"]
2020-06-24T14:24:52.0800458Z [junit] 24-Jun-2020 14:24:51.997 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidProtocolNoThrows]
2020-06-24T14:24:52.0800907Z [junit] 24-Jun-2020 14:24:51.998 SEVERE [main] org.apache.catalina.connector.Connector.<init> Protocol handler instantiation failed
2020-06-24T14:24:52.0801138Z [junit] java.lang.ClassNotFoundException: foo.Bar
2020-06-24T14:24:52.0801332Z [junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
2020-06-24T14:24:52.0801545Z [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
2020-06-24T14:24:52.0801754Z [junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
2020-06-24T14:24:52.0801964Z [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
2020-06-24T14:24:52.0802166Z [junit] at java.lang.Class.forName0(Native Method)
2020-06-24T14:24:52.0802384Z [junit] at java.lang.Class.forName(Class.java:264)
2020-06-24T14:24:52.0802596Z [junit] at org.apache.coyote.ProtocolHandler.create(ProtocolHandler.java:219)
2020-06-24T14:24:52.0802810Z [junit] at org.apache.catalina.connector.Connector.<init>(Connector.java:79)
2020-06-24T14:24:52.0803033Z [junit] at org.apache.catalina.connector.TestConnector.doTestInvalidProtocol(TestConnector.java:117)
2020-06-24T14:24:52.0803257Z [junit] at org.apache.catalina.connector.TestConnector.testInvalidProtocolNoThrows(TestConnector.java:112)
2020-06-24T14:24:52.0803471Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2020-06-24T14:24:52.0803687Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2020-06-24T14:24:52.0803907Z [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2020-06-24T14:24:52.0804120Z [junit] at java.lang.reflect.Method.invoke(Method.java:498)
2020-06-24T14:24:52.0804334Z [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2020-06-24T14:24:52.0804706Z [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2020-06-24T14:24:52.0805009Z [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2020-06-24T14:24:52.0805236Z [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2020-06-24T14:24:52.0805453Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-24T14:24:52.0805698Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-24T14:24:52.0805894Z [junit] at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2020-06-24T14:24:52.0806103Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-24T14:24:52.0806319Z [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2020-06-24T14:24:52.0806533Z [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2020-06-24T14:24:52.0806745Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2020-06-24T14:24:52.0806962Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2020-06-24T14:24:52.0807173Z [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2020-06-24T14:24:52.0807385Z [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2020-06-24T14:24:52.0807594Z [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2020-06-24T14:24:52.0807801Z [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2020-06-24T14:24:52.0808015Z [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2020-06-24T14:24:52.0808226Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-24T14:24:52.0808442Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-24T14:24:52.0808654Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-24T14:24:52.0808865Z [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2020-06-24T14:24:52.0809093Z [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50)
2020-06-24T14:24:52.0809312Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534)
2020-06-24T14:24:52.0809533Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196)
2020-06-24T14:24:52.0809756Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041)
2020-06-24T14:24:52.0810273Z [junit] 24-Jun-2020 14:24:51.999 SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to initialize component [Connector[foo.Bar-auto-null]]
2020-06-24T14:24:52.0810516Z [junit] org.apache.catalina.LifecycleException: Protocol handler instantiation failed
2020-06-24T14:24:52.0810730Z [junit] at org.apache.catalina.connector.Connector.initInternal(Connector.java:1010)
2020-06-24T14:24:52.0810946Z [junit] at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
2020-06-24T14:24:52.0811350Z [junit] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:173)
2020-06-24T14:24:52.0811538Z [junit] at org.apache.catalina.connector.TestConnector.doTestInvalidProtocol(TestConnector.java:120)
2020-06-24T14:24:52.0811676Z [junit] at org.apache.catalina.connector.TestConnector.testInvalidProtocolNoThrows(TestConnector.java:112)
2020-06-24T14:24:52.0811870Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2020-06-24T14:24:52.0812168Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2020-06-24T14:24:52.0813609Z [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2020-06-24T14:24:52.0813767Z [junit] at java.lang.reflect.Method.invoke(Method.java:498)
2020-06-24T14:24:52.0813992Z [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2020-06-24T14:24:52.0814127Z [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2020-06-24T14:24:52.0814385Z [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2020-06-24T14:24:52.0814541Z [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2020-06-24T14:24:52.0814672Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-24T14:24:52.0817482Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-24T14:24:52.0817775Z [junit] at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2020-06-24T14:24:52.0818014Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-24T14:24:52.0818288Z [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2020-06-24T14:24:52.0818432Z [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2020-06-24T14:24:52.0818560Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2020-06-24T14:24:52.0818676Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2020-06-24T14:24:52.0818809Z [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2020-06-24T14:24:52.0819004Z [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2020-06-24T14:24:52.0819128Z [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2020-06-24T14:24:52.0819240Z [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2020-06-24T14:24:52.0819361Z [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2020-06-24T14:24:52.0819489Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-24T14:24:52.0819617Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-24T14:24:52.0819737Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-24T14:24:52.0819860Z [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2020-06-24T14:24:52.0819985Z [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50)
2020-06-24T14:24:52.0820113Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534)
2020-06-24T14:24:52.0820248Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196)
2020-06-24T14:24:52.0820384Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041)
2020-06-24T14:24:52.0821000Z [junit] 24-Jun-2020 14:24:52.000 SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to start component [Connector[foo.Bar-auto-null]]
2020-06-24T14:24:52.0821344Z [junit] org.apache.catalina.LifecycleException: The connector cannot start since the specified port value of [-1] is invalid
2020-06-24T14:24:52.0821481Z [junit] at org.apache.catalina.connector.Connector.startInternal(Connector.java:1063)
2020-06-24T14:24:52.0821595Z [junit] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
2020-06-24T14:24:52.0821724Z [junit] at org.apache.catalina.connector.TestConnector.doTestInvalidProtocol(TestConnector.java:120)
2020-06-24T14:24:52.0821861Z [junit] at org.apache.catalina.connector.TestConnector.testInvalidProtocolNoThrows(TestConnector.java:112)
2020-06-24T14:24:52.0822097Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2020-06-24T14:24:52.0822226Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2020-06-24T14:24:52.0822403Z [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2020-06-24T14:24:52.0822529Z [junit] at java.lang.reflect.Method.invoke(Method.java:498)
2020-06-24T14:24:52.0822652Z [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2020-06-24T14:24:52.0822781Z [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2020-06-24T14:24:52.0822907Z [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2020-06-24T14:24:52.0823037Z [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2020-06-24T14:24:52.0823325Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-24T14:24:52.0823466Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-24T14:24:52.0823605Z [junit] at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2020-06-24T14:24:52.0823744Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-24T14:24:52.0823885Z [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2020-06-24T14:24:52.0824022Z [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2020-06-24T14:24:52.0824160Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2020-06-24T14:24:52.0824301Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2020-06-24T14:24:52.0824435Z [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2020-06-24T14:24:52.0824577Z [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2020-06-24T14:24:52.0824713Z [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2020-06-24T14:24:52.0824841Z [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2020-06-24T14:24:52.0824975Z [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2020-06-24T14:24:52.0825111Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-24T14:24:52.0825251Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-24T14:24:52.0825388Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-24T14:24:52.0825523Z [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2020-06-24T14:24:52.0825659Z [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50)
2020-06-24T14:24:52.0825808Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534)
2020-06-24T14:24:52.0825965Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196)
2020-06-24T14:24:52.0826150Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041)
2020-06-24T14:24:52.0826586Z [junit] 24-Jun-2020 14:24:52.000 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-10"]
2020-06-24T14:24:52.0826966Z [junit] 24-Jun-2020 14:24:52.001 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testTraceNotAllowedCustom]
2020-06-24T14:24:52.0827361Z [junit] 24-Jun-2020 14:24:52.001 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-11"]
2020-06-24T14:24:52.0827728Z [junit] 24-Jun-2020 14:24:52.002 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:52.0828231Z [junit] 24-Jun-2020 14:24:52.002 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:52.0828646Z [junit] 24-Jun-2020 14:24:52.007 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-11-39929"]
2020-06-24T14:24:52.0829047Z [junit] 24-Jun-2020 14:24:52.011 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-11-39929"]
2020-06-24T14:24:52.0829418Z [junit] 24-Jun-2020 14:24:52.016 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:52.0829813Z [junit] 24-Jun-2020 14:24:52.018 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-11-39929"]
2020-06-24T14:24:52.0830218Z [junit] 24-Jun-2020 14:24:52.019 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-11-39929"]
2020-06-24T14:24:52.0830613Z [junit] 24-Jun-2020 14:24:52.020 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testTraceNotAllowedWebDav]
2020-06-24T14:24:52.0831004Z [junit] 24-Jun-2020 14:24:52.021 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-12"]
2020-06-24T14:24:52.0831366Z [junit] 24-Jun-2020 14:24:52.021 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:52.0831756Z [junit] 24-Jun-2020 14:24:52.022 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:52.0832157Z [junit] 24-Jun-2020 14:24:52.026 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-12-40747"]
2020-06-24T14:24:52.0832560Z [junit] 24-Jun-2020 14:24:52.045 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-12-40747"]
2020-06-24T14:24:52.0832931Z [junit] 24-Jun-2020 14:24:52.051 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:52.0833324Z [junit] 24-Jun-2020 14:24:52.052 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-12-40747"]
2020-06-24T14:24:52.0833728Z [junit] 24-Jun-2020 14:24:52.054 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-12-40747"]
2020-06-24T14:24:52.0834113Z [junit] 24-Jun-2020 14:24:52.055 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidProtocolThrows]
2020-06-24T14:24:52.0834486Z [junit] 24-Jun-2020 14:24:52.056 SEVERE [main] org.apache.catalina.connector.Connector.<init> Protocol handler instantiation failed
2020-06-24T14:24:52.0834619Z [junit] java.lang.ClassNotFoundException: foo.Bar
2020-06-24T14:24:52.0834959Z [junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
2020-06-24T14:24:52.0835103Z [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
2020-06-24T14:24:52.0835241Z [junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
2020-06-24T14:24:52.0835376Z [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
2020-06-24T14:24:52.0835510Z [junit] at java.lang.Class.forName0(Native Method)
2020-06-24T14:24:52.0835639Z [junit] at java.lang.Class.forName(Class.java:264)
2020-06-24T14:24:52.0835770Z [junit] at org.apache.coyote.ProtocolHandler.create(ProtocolHandler.java:219)
2020-06-24T14:24:52.0835911Z [junit] at org.apache.catalina.connector.Connector.<init>(Connector.java:79)
2020-06-24T14:24:52.0836048Z [junit] at org.apache.catalina.connector.TestConnector.doTestInvalidProtocol(TestConnector.java:117)
2020-06-24T14:24:52.0836271Z [junit] at org.apache.catalina.connector.TestConnector.testInvalidProtocolThrows(TestConnector.java:106)
2020-06-24T14:24:52.0836413Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2020-06-24T14:24:52.0836605Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2020-06-24T14:24:52.0836757Z [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2020-06-24T14:24:52.0836896Z [junit] at java.lang.reflect.Method.invoke(Method.java:498)
2020-06-24T14:24:52.0837038Z [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2020-06-24T14:24:52.0837181Z [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2020-06-24T14:24:52.0837329Z [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2020-06-24T14:24:52.0837478Z [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2020-06-24T14:24:52.0837625Z [junit] at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
2020-06-24T14:24:52.0837771Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-24T14:24:52.0837899Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-24T14:24:52.0838036Z [junit] at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2020-06-24T14:24:52.0838174Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-24T14:24:52.0838316Z [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2020-06-24T14:24:52.0838452Z [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2020-06-24T14:24:52.0838591Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2020-06-24T14:24:52.0838776Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2020-06-24T14:24:52.0838917Z [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2020-06-24T14:24:52.0839054Z [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2020-06-24T14:24:52.0839190Z [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2020-06-24T14:24:52.0839328Z [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2020-06-24T14:24:52.0839466Z [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2020-06-24T14:24:52.0839593Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-24T14:24:52.0839729Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-24T14:24:52.0839865Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-24T14:24:52.0840007Z [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2020-06-24T14:24:52.0840146Z [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50)
2020-06-24T14:24:52.0840290Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534)
2020-06-24T14:24:52.0840444Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196)
2020-06-24T14:24:52.0840595Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041)
2020-06-24T14:24:52.0841039Z [junit] 24-Jun-2020 14:24:52.057 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-13"]
2020-06-24T14:24:52.0841429Z [junit] 24-Jun-2020 14:24:52.058 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testDuplicatePortThrows]
2020-06-24T14:24:52.0841880Z [junit] 24-Jun-2020 14:24:52.059 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-auto-14"]
2020-06-24T14:24:52.0842309Z [junit] 24-Jun-2020 14:24:52.059 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-auto-14-37035"]
2020-06-24T14:24:52.0842719Z [junit] 24-Jun-2020 14:24:52.063 WARNING [main] org.apache.tomcat.util.net.AbstractEndpoint.getUtilityExecutor No utility executor was set, creating one
2020-06-24T14:24:52.0843082Z [junit] 24-Jun-2020 14:24:52.064 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-37035"]
2020-06-24T14:24:52.0843475Z [junit] 24-Jun-2020 14:24:52.064 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-15"]
2020-06-24T14:24:52.7037558Z [junit] Running org.apache.catalina.connector.TestCoyoteAdapter
2020-06-24T14:24:52.8021898Z [junit] 24-Jun-2020 14:24:52.710 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParamExtRootNoParam]
2020-06-24T14:24:53.1024536Z [junit] 24-Jun-2020 14:24:53.071 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:24:53.1025222Z [junit] 24-Jun-2020 14:24:53.094 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.1025806Z [junit] 24-Jun-2020 14:24:53.095 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.2026248Z [junit] 24-Jun-2020 14:24:53.160 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-34977"]
2020-06-24T14:24:53.3028008Z [junit] 24-Jun-2020 14:24:53.241 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-34977"]
2020-06-24T14:24:53.3028936Z [junit] 24-Jun-2020 14:24:53.246 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.3029497Z [junit] 24-Jun-2020 14:24:53.252 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-34977"]
2020-06-24T14:24:53.3030044Z [junit] 24-Jun-2020 14:24:53.254 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-34977"]
2020-06-24T14:24:53.3030574Z [junit] 24-Jun-2020 14:24:53.260 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParmsFooSessionDummy]
2020-06-24T14:24:53.3031093Z [junit] 24-Jun-2020 14:24:53.261 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:24:53.3031588Z [junit] 24-Jun-2020 14:24:53.261 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.3032117Z [junit] 24-Jun-2020 14:24:53.262 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.3032721Z [junit] 24-Jun-2020 14:24:53.266 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-44927"]
2020-06-24T14:24:53.3044170Z [junit] 24-Jun-2020 14:24:53.275 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-44927"]
2020-06-24T14:24:53.3045174Z [junit] 24-Jun-2020 14:24:53.283 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.3045662Z [junit] 24-Jun-2020 14:24:53.284 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-44927"]
2020-06-24T14:24:53.3046132Z [junit] 24-Jun-2020 14:24:53.286 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-44927"]
2020-06-24T14:24:53.3046811Z [junit] 24-Jun-2020 14:24:53.289 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParmsFooSessionValue]
2020-06-24T14:24:53.3047345Z [junit] 24-Jun-2020 14:24:53.291 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:24:53.3047798Z [junit] 24-Jun-2020 14:24:53.291 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.3048255Z [junit] 24-Jun-2020 14:24:53.291 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.3048713Z [junit] 24-Jun-2020 14:24:53.296 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-3-45917"]
2020-06-24T14:24:53.4031408Z [junit] 24-Jun-2020 14:24:53.307 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-3-45917"]
2020-06-24T14:24:53.4032441Z [junit] 24-Jun-2020 14:24:53.312 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.4033043Z [junit] 24-Jun-2020 14:24:53.314 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-3-45917"]
2020-06-24T14:24:53.4033628Z [junit] 24-Jun-2020 14:24:53.318 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3-45917"]
2020-06-24T14:24:53.4034180Z [junit] 24-Jun-2020 14:24:53.319 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNormalize01]
2020-06-24T14:24:53.4035674Z [junit] 24-Jun-2020 14:24:53.320 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:24:53.4036264Z [junit] 24-Jun-2020 14:24:53.320 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug54928]
2020-06-24T14:24:53.4036839Z [junit] 24-Jun-2020 14:24:53.322 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"]
2020-06-24T14:24:53.4037375Z [junit] 24-Jun-2020 14:24:53.322 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.4037941Z [junit] 24-Jun-2020 14:24:53.322 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.4038506Z [junit] 24-Jun-2020 14:24:53.327 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-37655"]
2020-06-24T14:24:53.4039048Z [junit] 24-Jun-2020 14:24:53.337 INFO [main] org.apache.catalina.connector.TestCoyoteAdapter.testBug54928 Content-Type: text/p...
2020-06-24T14:24:53.4039576Z [junit] 24-Jun-2020 14:24:53.338 INFO [main] org.apache.catalina.connector.TestCoyoteAdapter.testBug54928 Transfer-Encoding: c...
2020-06-24T14:24:53.4040141Z [junit] 24-Jun-2020 14:24:53.338 INFO [main] org.apache.catalina.connector.TestCoyoteAdapter.testBug54928 Date: Wed, 24 Jun 20...
2020-06-24T14:24:53.4040677Z [junit] 24-Jun-2020 14:24:53.339 INFO [main] org.apache.catalina.connector.TestCoyoteAdapter.testBug54928 0123456789ABCDEF0123...
2020-06-24T14:24:53.4041209Z [junit] 24-Jun-2020 14:24:53.340 INFO [main] org.apache.catalina.connector.TestCoyoteAdapter.testBug54928 0123456789ABCDEF0123...
2020-06-24T14:24:53.4041847Z [junit] 24-Jun-2020 14:24:53.341 INFO [testBug54928] org.apache.catalina.connector.TestCoyoteAdapter$AsyncServlet$1.run Exception caught org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
2020-06-24T14:24:53.4042187Z [junit] Exception in thread "testBug54928" java.lang.IllegalStateException: The request associated with the AsyncContext has already completed processing.
2020-06-24T14:24:53.4042681Z [junit] at org.apache.catalina.core.AsyncContextImpl.check(AsyncContextImpl.java:517)
2020-06-24T14:24:53.4042958Z [junit] at org.apache.catalina.core.AsyncContextImpl.complete(AsyncContextImpl.java:92)
2020-06-24T14:24:53.4043318Z [junit] at org.apache.catalina.connector.TestCoyoteAdapter$AsyncServlet$1.run(TestCoyoteAdapter.java:400)
2020-06-24T14:24:53.4043635Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:24:53.4044194Z [junit] 24-Jun-2020 14:24:53.342 INFO [main] org.apache.catalina.connector.TestCoyoteAdapter.testBug54928 Waited for servlet thread to stop for 1 ms
2020-06-24T14:24:53.4044757Z [junit] 24-Jun-2020 14:24:53.342 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-37655"]
2020-06-24T14:24:53.4046299Z [junit] 24-Jun-2020 14:24:53.347 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.4046951Z [junit] 24-Jun-2020 14:24:53.348 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-37655"]
2020-06-24T14:24:53.4047534Z [junit] 24-Jun-2020 14:24:53.365 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-5-37655"]
2020-06-24T14:24:53.4048093Z [junit] 24-Jun-2020 14:24:53.370 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParamExtLevel1NoParam]
2020-06-24T14:24:53.4049568Z [junit] 24-Jun-2020 14:24:53.371 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-6"]
2020-06-24T14:24:53.4050143Z [junit] 24-Jun-2020 14:24:53.372 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.4050783Z [junit] 24-Jun-2020 14:24:53.372 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.4051319Z [junit] 24-Jun-2020 14:24:53.376 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-6-46627"]
2020-06-24T14:24:53.4051844Z [junit] 24-Jun-2020 14:24:53.391 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-6-46627"]
2020-06-24T14:24:53.4052341Z [junit] 24-Jun-2020 14:24:53.396 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.4052856Z [junit] 24-Jun-2020 14:24:53.397 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-6-46627"]
2020-06-24T14:24:53.4053407Z [junit] 24-Jun-2020 14:24:53.399 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-6-46627"]
2020-06-24T14:24:53.5040335Z [junit] 24-Jun-2020 14:24:53.401 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParmsRootSessionOnly]
2020-06-24T14:24:53.5043847Z [junit] 24-Jun-2020 14:24:53.406 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-7"]
2020-06-24T14:24:53.5044515Z [junit] 24-Jun-2020 14:24:53.408 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.5045072Z [junit] 24-Jun-2020 14:24:53.409 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.5045497Z [junit] 24-Jun-2020 14:24:53.414 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-7-43273"]
2020-06-24T14:24:53.5045848Z [junit] 24-Jun-2020 14:24:53.419 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-7-43273"]
2020-06-24T14:24:53.5046175Z [junit] 24-Jun-2020 14:24:53.424 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.5046713Z [junit] 24-Jun-2020 14:24:53.425 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-7-43273"]
2020-06-24T14:24:53.5047147Z [junit] 24-Jun-2020 14:24:53.427 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-7-43273"]
2020-06-24T14:24:53.5047489Z [junit] 24-Jun-2020 14:24:53.428 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug54602a]
2020-06-24T14:24:53.5047832Z [junit] 24-Jun-2020 14:24:53.430 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-8"]
2020-06-24T14:24:53.5048142Z [junit] 24-Jun-2020 14:24:53.430 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.5048488Z [junit] 24-Jun-2020 14:24:53.430 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.5048841Z [junit] 24-Jun-2020 14:24:53.434 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-8-33687"]
2020-06-24T14:24:53.5049189Z [junit] 24-Jun-2020 14:24:53.441 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-8-33687"]
2020-06-24T14:24:53.5049515Z [junit] 24-Jun-2020 14:24:53.447 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.5049855Z [junit] 24-Jun-2020 14:24:53.448 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-8-33687"]
2020-06-24T14:24:53.5050205Z [junit] 24-Jun-2020 14:24:53.449 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-8-33687"]
2020-06-24T14:24:53.5050530Z [junit] 24-Jun-2020 14:24:53.450 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug54602b]
2020-06-24T14:24:53.5050875Z [junit] 24-Jun-2020 14:24:53.452 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-9"]
2020-06-24T14:24:53.5051199Z [junit] 24-Jun-2020 14:24:53.452 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.5051540Z [junit] 24-Jun-2020 14:24:53.452 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.5051884Z [junit] 24-Jun-2020 14:24:53.455 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-9-45221"]
2020-06-24T14:24:53.5052230Z [junit] 24-Jun-2020 14:24:53.458 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-9-45221"]
2020-06-24T14:24:53.5052551Z [junit] 24-Jun-2020 14:24:53.464 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.5052898Z [junit] 24-Jun-2020 14:24:53.465 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-9-45221"]
2020-06-24T14:24:53.5053250Z [junit] 24-Jun-2020 14:24:53.466 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-9-45221"]
2020-06-24T14:24:53.5053579Z [junit] 24-Jun-2020 14:24:53.467 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug54602c]
2020-06-24T14:24:53.5053920Z [junit] 24-Jun-2020 14:24:53.468 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-10"]
2020-06-24T14:24:53.5054243Z [junit] 24-Jun-2020 14:24:53.468 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.5054573Z [junit] 24-Jun-2020 14:24:53.468 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.5055015Z [junit] 24-Jun-2020 14:24:53.475 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-10-38361"]
2020-06-24T14:24:53.5055373Z [junit] 24-Jun-2020 14:24:53.483 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-10-38361"]
2020-06-24T14:24:53.5055692Z [junit] 24-Jun-2020 14:24:53.489 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.5056030Z [junit] 24-Jun-2020 14:24:53.490 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-10-38361"]
2020-06-24T14:24:53.5056379Z [junit] 24-Jun-2020 14:24:53.491 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-10-38361"]
2020-06-24T14:24:53.5056713Z [junit] 24-Jun-2020 14:24:53.492 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug54602d]
2020-06-24T14:24:53.5057053Z [junit] 24-Jun-2020 14:24:53.493 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-11"]
2020-06-24T14:24:53.5057373Z [junit] 24-Jun-2020 14:24:53.494 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.5057716Z [junit] 24-Jun-2020 14:24:53.494 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.5058063Z [junit] 24-Jun-2020 14:24:53.498 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-11-41245"]
2020-06-24T14:24:53.5058408Z [junit] 24-Jun-2020 14:24:53.501 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-11-41245"]
2020-06-24T14:24:53.6042442Z [junit] 24-Jun-2020 14:24:53.507 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.6043301Z [junit] 24-Jun-2020 14:24:53.508 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-11-41245"]
2020-06-24T14:24:53.6043882Z [junit] 24-Jun-2020 14:24:53.509 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-11-41245"]
2020-06-24T14:24:53.6044405Z [junit] 24-Jun-2020 14:24:53.510 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug54602e]
2020-06-24T14:24:53.6044926Z [junit] 24-Jun-2020 14:24:53.511 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-12"]
2020-06-24T14:24:53.6045428Z [junit] 24-Jun-2020 14:24:53.511 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.6045962Z [junit] 24-Jun-2020 14:24:53.511 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.6047119Z [junit] 24-Jun-2020 14:24:53.518 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-12-34867"]
2020-06-24T14:24:53.6047604Z [junit] 24-Jun-2020 14:24:53.525 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-12-34867"]
2020-06-24T14:24:53.6047998Z [junit] 24-Jun-2020 14:24:53.530 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.6048462Z [junit] 24-Jun-2020 14:24:53.531 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-12-34867"]
2020-06-24T14:24:53.6048873Z [junit] 24-Jun-2020 14:24:53.532 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-12-34867"]
2020-06-24T14:24:53.6049463Z [junit] 24-Jun-2020 14:24:53.533 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParmsRootNone]
2020-06-24T14:24:53.6049968Z [junit] 24-Jun-2020 14:24:53.534 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-13"]
2020-06-24T14:24:53.6050371Z [junit] 24-Jun-2020 14:24:53.534 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.6050776Z [junit] 24-Jun-2020 14:24:53.535 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.6051179Z [junit] 24-Jun-2020 14:24:53.537 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-13-34287"]
2020-06-24T14:24:53.6051582Z [junit] 24-Jun-2020 14:24:53.541 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-13-34287"]
2020-06-24T14:24:53.6051958Z [junit] 24-Jun-2020 14:24:53.546 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.6052355Z [junit] 24-Jun-2020 14:24:53.547 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-13-34287"]
2020-06-24T14:24:53.6052762Z [junit] 24-Jun-2020 14:24:53.548 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-13-34287"]
2020-06-24T14:24:53.6053150Z [junit] 24-Jun-2020 14:24:53.549 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParamsRedirect]
2020-06-24T14:24:53.6053686Z [junit] 24-Jun-2020 14:24:53.550 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-14"]
2020-06-24T14:24:53.6054078Z [junit] 24-Jun-2020 14:24:53.551 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.6054489Z [junit] 24-Jun-2020 14:24:53.551 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.6054894Z [junit] 24-Jun-2020 14:24:53.555 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-14-33373"]
2020-06-24T14:24:53.6055295Z [junit] 24-Jun-2020 14:24:53.572 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-14-33373"]
2020-06-24T14:24:53.6055667Z [junit] 24-Jun-2020 14:24:53.578 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.6056042Z [junit] 24-Jun-2020 14:24:53.579 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-14-33373"]
2020-06-24T14:24:53.6056455Z [junit] 24-Jun-2020 14:24:53.580 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-14-33373"]
2020-06-24T14:24:53.6056856Z [junit] 24-Jun-2020 14:24:53.581 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParmsFooSessionDummyValue]
2020-06-24T14:24:53.6057357Z [junit] 24-Jun-2020 14:24:53.583 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-15"]
2020-06-24T14:24:53.6058310Z [junit] 24-Jun-2020 14:24:53.583 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.6059082Z [junit] 24-Jun-2020 14:24:53.583 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.6059527Z [junit] 24-Jun-2020 14:24:53.586 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-15-35283"]
2020-06-24T14:24:53.6060081Z [junit] 24-Jun-2020 14:24:53.594 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-15-35283"]
2020-06-24T14:24:53.6060598Z [junit] 24-Jun-2020 14:24:53.600 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.6061045Z [junit] 24-Jun-2020 14:24:53.601 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-15-35283"]
2020-06-24T14:24:53.6061480Z [junit] 24-Jun-2020 14:24:53.602 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-15-35283"]
2020-06-24T14:24:53.6061901Z [junit] 24-Jun-2020 14:24:53.603 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParmsFooSessionOnly]
2020-06-24T14:24:53.7048953Z [junit] 24-Jun-2020 14:24:53.606 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-16"]
2020-06-24T14:24:53.7050139Z [junit] 24-Jun-2020 14:24:53.606 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.7050628Z [junit] 24-Jun-2020 14:24:53.606 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.7051010Z [junit] 24-Jun-2020 14:24:53.611 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-16-41199"]
2020-06-24T14:24:53.7051419Z [junit] 24-Jun-2020 14:24:53.620 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-16-41199"]
2020-06-24T14:24:53.7051751Z [junit] 24-Jun-2020 14:24:53.626 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.7052098Z [junit] 24-Jun-2020 14:24:53.627 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-16-41199"]
2020-06-24T14:24:53.7052461Z [junit] 24-Jun-2020 14:24:53.628 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-16-41199"]
2020-06-24T14:24:53.7052804Z [junit] 24-Jun-2020 14:24:53.629 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParmsFooSessionBar]
2020-06-24T14:24:53.7053150Z [junit] 24-Jun-2020 14:24:53.630 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-17"]
2020-06-24T14:24:53.7053477Z [junit] 24-Jun-2020 14:24:53.631 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.7053826Z [junit] 24-Jun-2020 14:24:53.631 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.7054182Z [junit] 24-Jun-2020 14:24:53.639 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-17-46317"]
2020-06-24T14:24:53.7054543Z [junit] 24-Jun-2020 14:24:53.651 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-17-46317"]
2020-06-24T14:24:53.7054865Z [junit] 24-Jun-2020 14:24:53.657 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.7055208Z [junit] 24-Jun-2020 14:24:53.658 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-17-46317"]
2020-06-24T14:24:53.7055561Z [junit] 24-Jun-2020 14:24:53.659 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-17-46317"]
2020-06-24T14:24:53.7055894Z [junit] 24-Jun-2020 14:24:53.660 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParmsFooNone]
2020-06-24T14:24:53.7056437Z [junit] 24-Jun-2020 14:24:53.660 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-18"]
2020-06-24T14:24:53.7056837Z [junit] 24-Jun-2020 14:24:53.661 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.7057199Z [junit] 24-Jun-2020 14:24:53.661 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.7057552Z [junit] 24-Jun-2020 14:24:53.668 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-18-34345"]
2020-06-24T14:24:53.7057882Z [junit] 24-Jun-2020 14:24:53.680 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-18-34345"]
2020-06-24T14:24:53.7058203Z [junit] 24-Jun-2020 14:24:53.686 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.7058549Z [junit] 24-Jun-2020 14:24:53.687 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-18-34345"]
2020-06-24T14:24:53.7058906Z [junit] 24-Jun-2020 14:24:53.688 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-18-34345"]
2020-06-24T14:24:53.7059251Z [junit] 24-Jun-2020 14:24:53.689 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParamExtLevel1WithParam]
2020-06-24T14:24:53.7059594Z [junit] 24-Jun-2020 14:24:53.689 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-19"]
2020-06-24T14:24:53.7059918Z [junit] 24-Jun-2020 14:24:53.690 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:53.7060262Z [junit] 24-Jun-2020 14:24:53.690 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:53.7060618Z [junit] 24-Jun-2020 14:24:53.697 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-19-41259"]
2020-06-24T14:24:53.7060969Z [junit] 24-Jun-2020 14:24:53.702 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-19-41259"]
2020-06-24T14:24:53.7319855Z [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.071 sec
2020-06-24T14:24:53.7323013Z [junit] 24-Jun-2020 14:24:53.708 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:53.7324314Z [junit] 24-Jun-2020 14:24:53.708 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-19-41259"]
2020-06-24T14:24:53.7324979Z [junit] 24-Jun-2020 14:24:53.710 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-19-41259"]
2020-06-24T14:24:54.0366208Z [junit] Running org.apache.catalina.connector.TestCoyoteAdapterRequestFuzzing
2020-06-24T14:24:54.1367067Z [junit] 24-Jun-2020 14:24:54.049 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[0: requestline[GET /00 HTTP/1.1], expected[400]]]
2020-06-24T14:24:54.4370064Z [junit] 24-Jun-2020 14:24:54.393 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:24:54.4370826Z [junit] 24-Jun-2020 14:24:54.432 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:54.4371415Z [junit] 24-Jun-2020 14:24:54.433 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:54.5396570Z [junit] 24-Jun-2020 14:24:54.521 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-44623"]
2020-06-24T14:24:54.6407203Z [junit] 24-Jun-2020 14:24:54.573 INFO [http-nio-127.0.0.1-auto-1-exec-1] org.apache.coyote.AbstractProcessor.parseHost The host [lÿ#] is not valid
2020-06-24T14:24:54.6410537Z [junit] Note: further occurrences of request parsing errors will be logged at DEBUG level.
2020-06-24T14:24:54.6411419Z [junit] java.lang.IllegalArgumentException: The character [Ã] is never valid in a domain name.
2020-06-24T14:24:54.6411795Z [junit] at org.apache.tomcat.util.http.parser.HttpParser$DomainParseState.next(HttpParser.java:974)
2020-06-24T14:24:54.6412131Z [junit] at org.apache.tomcat.util.http.parser.HttpParser.readHostDomainName(HttpParser.java:870)
2020-06-24T14:24:54.6412444Z [junit] at org.apache.tomcat.util.http.parser.Host.parse(Host.java:71)
2020-06-24T14:24:54.6414380Z [junit] at org.apache.tomcat.util.http.parser.Host.parse(Host.java:45)
2020-06-24T14:24:54.6414788Z [junit] at org.apache.coyote.AbstractProcessor.parseHost(AbstractProcessor.java:295)
2020-06-24T14:24:54.6415169Z [junit] at org.apache.coyote.http11.Http11Processor.prepareRequest(Http11Processor.java:796)
2020-06-24T14:24:54.6415492Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:349)
2020-06-24T14:24:54.6415825Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:24:54.6416143Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:24:54.6416458Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:24:54.6416772Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:24:54.6417183Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:24:54.6417460Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:24:54.6417738Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:24:54.6418000Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:24:54.6418636Z [junit] 24-Jun-2020 14:24:54.593 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-44623"]
2020-06-24T14:24:54.6419154Z [junit] 24-Jun-2020 14:24:54.599 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:54.6419671Z [junit] 24-Jun-2020 14:24:54.605 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-44623"]
2020-06-24T14:24:54.6420222Z [junit] 24-Jun-2020 14:24:54.606 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-44623"]
2020-06-24T14:24:54.6420775Z [junit] 24-Jun-2020 14:24:54.612 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[1: requestline[GET *; HTTP/1.1], expected[400]]]
2020-06-24T14:24:54.6421317Z [junit] 24-Jun-2020 14:24:54.613 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:24:54.6421823Z [junit] 24-Jun-2020 14:24:54.614 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:54.6422348Z [junit] 24-Jun-2020 14:24:54.614 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:54.6422868Z [junit] 24-Jun-2020 14:24:54.617 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-46289"]
2020-06-24T14:24:54.6423391Z [junit] 24-Jun-2020 14:24:54.630 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-46289"]
2020-06-24T14:24:54.6424058Z [junit] 24-Jun-2020 14:24:54.636 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:54.6424633Z [junit] 24-Jun-2020 14:24:54.637 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-46289"]
2020-06-24T14:24:54.7386348Z [junit] 24-Jun-2020 14:24:54.643 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-46289"]
2020-06-24T14:24:54.7387512Z [junit] 24-Jun-2020 14:24:54.644 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[2: requestline[GET /02 HTTP/1.1], expected[400]]]
2020-06-24T14:24:54.7388199Z [junit] 24-Jun-2020 14:24:54.646 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:24:54.7388822Z [junit] 24-Jun-2020 14:24:54.646 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:54.7389508Z [junit] 24-Jun-2020 14:24:54.647 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:54.7390168Z [junit] 24-Jun-2020 14:24:54.655 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-3-42369"]
2020-06-24T14:24:54.7390914Z [junit] 24-Jun-2020 14:24:54.666 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-3-42369"]
2020-06-24T14:24:54.7391485Z [junit] 24-Jun-2020 14:24:54.671 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:54.7392080Z [junit] 24-Jun-2020 14:24:54.672 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-3-42369"]
2020-06-24T14:24:54.7392685Z [junit] 24-Jun-2020 14:24:54.674 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3-42369"]
2020-06-24T14:24:54.7393317Z [junit] 24-Jun-2020 14:24:54.676 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[3: requestline[GET /03 HTTP/1.1], expected[400]]]
2020-06-24T14:24:54.7393918Z [junit] 24-Jun-2020 14:24:54.677 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:24:54.7394511Z [junit] 24-Jun-2020 14:24:54.678 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:54.7395326Z [junit] 24-Jun-2020 14:24:54.678 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:54.7395931Z [junit] 24-Jun-2020 14:24:54.684 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-4-42689"]
2020-06-24T14:24:54.7396536Z [junit] 24-Jun-2020 14:24:54.712 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-4-42689"]
2020-06-24T14:24:54.7397124Z [junit] 24-Jun-2020 14:24:54.717 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:54.7397728Z [junit] 24-Jun-2020 14:24:54.719 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-4-42689"]
2020-06-24T14:24:54.7398344Z [junit] 24-Jun-2020 14:24:54.720 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4-42689"]
2020-06-24T14:24:54.7398977Z [junit] 24-Jun-2020 14:24:54.722 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[4: requestline[GET /04 HTTP/1.1], expected[400]]]
2020-06-24T14:24:54.7399574Z [junit] 24-Jun-2020 14:24:54.724 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"]
2020-06-24T14:24:54.7400358Z [junit] 24-Jun-2020 14:24:54.724 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:54.7401069Z [junit] 24-Jun-2020 14:24:54.724 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:54.7401691Z [junit] 24-Jun-2020 14:24:54.729 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-33989"]
2020-06-24T14:24:54.7402316Z [junit] 24-Jun-2020 14:24:54.736 INFO [http-nio-127.0.0.1-auto-5-exec-1] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header
2020-06-24T14:24:54.7402666Z [junit] Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
2020-06-24T14:24:54.7402986Z [junit] java.lang.IllegalArgumentException: Request header is too large
2020-06-24T14:24:54.7403304Z [junit] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:766)
2020-06-24T14:24:54.7403710Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeader(Http11InputBuffer.java:921)
2020-06-24T14:24:54.7404045Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeaders(Http11InputBuffer.java:594)
2020-06-24T14:24:54.7404406Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:283)
2020-06-24T14:24:54.7404728Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:24:54.7405046Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:24:54.7405367Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:24:54.7405701Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:24:54.7406007Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:24:54.7406322Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:24:54.7406641Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:24:54.7406951Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:24:54.8397609Z [junit] 24-Jun-2020 14:24:54.739 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-33989"]
2020-06-24T14:24:54.8398537Z [junit] 24-Jun-2020 14:24:54.745 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:54.8399209Z [junit] 24-Jun-2020 14:24:54.746 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-33989"]
2020-06-24T14:24:54.8399874Z [junit] 24-Jun-2020 14:24:54.748 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-5-33989"]
2020-06-24T14:24:54.8400587Z [junit] 24-Jun-2020 14:24:54.749 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[5: requestline[GET /05 HTTP/1.1], expected[400]]]
2020-06-24T14:24:54.8401250Z [junit] 24-Jun-2020 14:24:54.751 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-6"]
2020-06-24T14:24:54.8402718Z [junit] 24-Jun-2020 14:24:54.751 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:54.8403423Z [junit] 24-Jun-2020 14:24:54.751 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:54.8404076Z [junit] 24-Jun-2020 14:24:54.757 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-6-43541"]
2020-06-24T14:24:54.8410238Z [junit] 24-Jun-2020 14:24:54.762 INFO [http-nio-127.0.0.1-auto-6-exec-1] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header
2020-06-24T14:24:54.8411062Z [junit] Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
2020-06-24T14:24:54.8411516Z [junit] java.lang.IllegalArgumentException: Request header is too large
2020-06-24T14:24:54.8411863Z [junit] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:766)
2020-06-24T14:24:54.8412216Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeader(Http11InputBuffer.java:921)
2020-06-24T14:24:54.8412660Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeaders(Http11InputBuffer.java:594)
2020-06-24T14:24:54.8413274Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:283)
2020-06-24T14:24:54.8413493Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:24:54.8413687Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:24:54.8413856Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:24:54.8414028Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:24:54.8414190Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:24:54.8414335Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:24:54.8414605Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:24:54.8414835Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:24:54.8415484Z [junit] 24-Jun-2020 14:24:54.764 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-6-43541"]
2020-06-24T14:24:54.8415878Z [junit] 24-Jun-2020 14:24:54.769 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:54.8416279Z [junit] 24-Jun-2020 14:24:54.770 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-6-43541"]
2020-06-24T14:24:54.8416691Z [junit] 24-Jun-2020 14:24:54.771 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-6-43541"]
2020-06-24T14:24:54.8417124Z [junit] 24-Jun-2020 14:24:54.773 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[6: requestline[GET /06 HTTP/1.1], expected[400]]]
2020-06-24T14:24:54.8417529Z [junit] 24-Jun-2020 14:24:54.775 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-7"]
2020-06-24T14:24:54.8417920Z [junit] 24-Jun-2020 14:24:54.775 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:54.8418327Z [junit] 24-Jun-2020 14:24:54.775 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:54.8418733Z [junit] 24-Jun-2020 14:24:54.778 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-7-36849"]
2020-06-24T14:24:54.8419150Z [junit] 24-Jun-2020 14:24:54.784 INFO [http-nio-127.0.0.1-auto-7-exec-1] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header
2020-06-24T14:24:54.8419313Z [junit] Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
2020-06-24T14:24:54.8419458Z [junit] java.lang.IllegalArgumentException: Request header is too large
2020-06-24T14:24:54.8419612Z [junit] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:766)
2020-06-24T14:24:54.8419772Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeader(Http11InputBuffer.java:921)
2020-06-24T14:24:54.8420092Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeaders(Http11InputBuffer.java:594)
2020-06-24T14:24:54.8420311Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:283)
2020-06-24T14:24:54.8420466Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:24:54.8420616Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:24:54.8420769Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:24:54.8420899Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:24:54.8421049Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:24:54.8421191Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:24:54.8421343Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:24:54.8421487Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:24:54.8421893Z [junit] 24-Jun-2020 14:24:54.786 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-7-36849"]
2020-06-24T14:24:54.8422265Z [junit] 24-Jun-2020 14:24:54.791 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:54.8422658Z [junit] 24-Jun-2020 14:24:54.792 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-7-36849"]
2020-06-24T14:24:54.8423067Z [junit] 24-Jun-2020 14:24:54.793 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-7-36849"]
2020-06-24T14:24:54.8423495Z [junit] 24-Jun-2020 14:24:54.794 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[7: requestline[GET /07 HTTP/1.1], expected[400]]]
2020-06-24T14:24:54.8423903Z [junit] 24-Jun-2020 14:24:54.796 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-8"]
2020-06-24T14:24:54.8424278Z [junit] 24-Jun-2020 14:24:54.796 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:54.8424675Z [junit] 24-Jun-2020 14:24:54.796 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:54.8425075Z [junit] 24-Jun-2020 14:24:54.801 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-8-37491"]
2020-06-24T14:24:54.8425482Z [junit] 24-Jun-2020 14:24:54.814 INFO [http-nio-127.0.0.1-auto-8-exec-1] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header
2020-06-24T14:24:54.8425646Z [junit] Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
2020-06-24T14:24:54.8425775Z [junit] java.lang.IllegalArgumentException: Request header is too large
2020-06-24T14:24:54.8426106Z [junit] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:766)
2020-06-24T14:24:54.8426274Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeader(Http11InputBuffer.java:921)
2020-06-24T14:24:54.8426437Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeaders(Http11InputBuffer.java:594)
2020-06-24T14:24:54.8426600Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:283)
2020-06-24T14:24:54.8426760Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:24:54.8426919Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:24:54.8427166Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:24:54.8427325Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:24:54.8427531Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:24:54.8427692Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:24:54.8427835Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:24:54.8427982Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:24:54.8428412Z [junit] 24-Jun-2020 14:24:54.815 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-8-37491"]
2020-06-24T14:24:54.8428811Z [junit] 24-Jun-2020 14:24:54.821 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:54.8429238Z [junit] 24-Jun-2020 14:24:54.822 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-8-37491"]
2020-06-24T14:24:54.8429678Z [junit] 24-Jun-2020 14:24:54.824 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-8-37491"]
2020-06-24T14:24:54.8430134Z [junit] 24-Jun-2020 14:24:54.825 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[8: requestline[GET /08 HTTP/1.1], expected[400]]]
2020-06-24T14:24:54.8430560Z [junit] 24-Jun-2020 14:24:54.826 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-9"]
2020-06-24T14:24:54.8430958Z [junit] 24-Jun-2020 14:24:54.826 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:54.8431384Z [junit] 24-Jun-2020 14:24:54.827 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:54.8431816Z [junit] 24-Jun-2020 14:24:54.830 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-9-33929"]
2020-06-24T14:24:54.8432263Z [junit] 24-Jun-2020 14:24:54.838 INFO [http-nio-127.0.0.1-auto-9-exec-1] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header
2020-06-24T14:24:54.8432436Z [junit] Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
2020-06-24T14:24:54.8432606Z [junit] java.lang.IllegalStateException: More than the maximum allowed number of headers, [100], were detected.
2020-06-24T14:24:54.8432773Z [junit] at org.apache.tomcat.util.http.MimeHeaders.createHeader(MimeHeaders.java:260)
2020-06-24T14:24:54.8432939Z [junit] at org.apache.tomcat.util.http.MimeHeaders.addValue(MimeHeaders.java:304)
2020-06-24T14:24:54.8433085Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeader(Http11InputBuffer.java:858)
2020-06-24T14:24:54.8433256Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeaders(Http11InputBuffer.java:594)
2020-06-24T14:24:54.8433419Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:283)
2020-06-24T14:24:54.8433581Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:24:54.8433742Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:24:54.8433900Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:24:54.8434057Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:24:54.8434213Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:24:54.8434370Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:24:54.8434586Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:24:54.8434954Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:24:54.9399274Z [junit] 24-Jun-2020 14:24:54.840 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-9-33929"]
2020-06-24T14:24:54.9400115Z [junit] 24-Jun-2020 14:24:54.846 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:54.9400664Z [junit] 24-Jun-2020 14:24:54.847 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-9-33929"]
2020-06-24T14:24:54.9401217Z [junit] 24-Jun-2020 14:24:54.849 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-9-33929"]
2020-06-24T14:24:54.9402470Z [junit] 24-Jun-2020 14:24:54.850 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[9: requestline[GET http://host/09 HTTP/1.0], expected[400]]]
2020-06-24T14:24:54.9402998Z [junit] 24-Jun-2020 14:24:54.855 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-10"]
2020-06-24T14:24:54.9403481Z [junit] 24-Jun-2020 14:24:54.855 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:54.9403885Z [junit] 24-Jun-2020 14:24:54.856 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:54.9404287Z [junit] 24-Jun-2020 14:24:54.860 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-10-33221"]
2020-06-24T14:24:54.9404705Z [junit] 24-Jun-2020 14:24:54.877 INFO [http-nio-127.0.0.1-auto-10-exec-10] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header
2020-06-24T14:24:54.9404876Z [junit] Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
2020-06-24T14:24:54.9405041Z [junit] java.lang.IllegalStateException: More than the maximum allowed number of headers, [100], were detected.
2020-06-24T14:24:54.9405200Z [junit] at org.apache.tomcat.util.http.MimeHeaders.createHeader(MimeHeaders.java:260)
2020-06-24T14:24:54.9405355Z [junit] at org.apache.tomcat.util.http.MimeHeaders.addValue(MimeHeaders.java:304)
2020-06-24T14:24:54.9405510Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeader(Http11InputBuffer.java:858)
2020-06-24T14:24:54.9405666Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeaders(Http11InputBuffer.java:594)
2020-06-24T14:24:54.9405805Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:283)
2020-06-24T14:24:54.9405955Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:24:54.9406107Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:24:54.9406264Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:24:54.9406411Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:24:54.9406559Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:24:54.9406703Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:24:54.9406848Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:24:54.9406990Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:24:54.9407377Z [junit] 24-Jun-2020 14:24:54.882 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-10-33221"]
2020-06-24T14:24:54.9407943Z [junit] 24-Jun-2020 14:24:54.889 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:54.9408407Z [junit] 24-Jun-2020 14:24:54.891 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-10-33221"]
2020-06-24T14:24:54.9408829Z [junit] 24-Jun-2020 14:24:54.897 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-10-33221"]
2020-06-24T14:24:54.9409261Z [junit] 24-Jun-2020 14:24:54.898 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[10: requestline[GET /10 HTTP/1.1], expected[400]]]
2020-06-24T14:24:54.9409649Z [junit] 24-Jun-2020 14:24:54.899 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-11"]
2020-06-24T14:24:54.9410022Z [junit] 24-Jun-2020 14:24:54.899 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:54.9410426Z [junit] 24-Jun-2020 14:24:54.899 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:54.9410828Z [junit] 24-Jun-2020 14:24:54.904 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-11-34205"]
2020-06-24T14:24:54.9411230Z [junit] 24-Jun-2020 14:24:54.922 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-11-34205"]
2020-06-24T14:24:54.9411599Z [junit] 24-Jun-2020 14:24:54.927 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:54.9411992Z [junit] 24-Jun-2020 14:24:54.928 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-11-34205"]
2020-06-24T14:24:54.9412395Z [junit] 24-Jun-2020 14:24:54.930 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-11-34205"]
2020-06-24T14:24:54.9412562Z [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.92 sec
2020-06-24T14:24:55.2602168Z [junit] Running org.apache.catalina.connector.TestCoyoteInputStream
2020-06-24T14:24:55.3605067Z [junit] 24-Jun-2020 14:24:55.262 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testReadWithByteBuffer]
2020-06-24T14:24:55.6607479Z [junit] 24-Jun-2020 14:24:55.647 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:24:55.7608844Z [junit] 24-Jun-2020 14:24:55.663 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:55.7609751Z [junit] 24-Jun-2020 14:24:55.663 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:55.7610274Z [junit] 24-Jun-2020 14:24:55.757 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-42599"]
2020-06-24T14:24:55.8611099Z [junit] 24-Jun-2020 14:24:55.836 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-42599"]
2020-06-24T14:24:55.8611932Z [junit] 24-Jun-2020 14:24:55.844 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:55.8612478Z [junit] 24-Jun-2020 14:24:55.855 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-42599"]
2020-06-24T14:24:55.8613021Z [junit] 24-Jun-2020 14:24:55.857 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-42599"]
2020-06-24T14:24:55.8840695Z [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.676 sec
2020-06-24T14:24:56.1906968Z [junit] Running org.apache.catalina.connector.TestCoyoteOutputStream
2020-06-24T14:24:56.2909535Z [junit] 24-Jun-2020 14:24:56.202 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testWriteWithByteBuffer]
2020-06-24T14:24:56.5912878Z [junit] 24-Jun-2020 14:24:56.525 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:24:56.5945232Z [junit] 24-Jun-2020 14:24:56.560 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:56.5945905Z [junit] 24-Jun-2020 14:24:56.560 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:56.6915252Z [junit] 24-Jun-2020 14:24:56.682 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-40109"]
2020-06-24T14:24:56.7916896Z [junit] 24-Jun-2020 14:24:56.768 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-40109"]
2020-06-24T14:24:56.7917688Z [junit] 24-Jun-2020 14:24:56.771 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:56.7918298Z [junit] 24-Jun-2020 14:24:56.780 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-40109"]
2020-06-24T14:24:56.7918840Z [junit] 24-Jun-2020 14:24:56.782 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-40109"]
2020-06-24T14:24:56.7919399Z [junit] 24-Jun-2020 14:24:56.788 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteNoneBlockingWriteNoneNonContainerThread]
2020-06-24T14:24:56.7919948Z [junit] 24-Jun-2020 14:24:56.790 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:24:56.7920515Z [junit] 24-Jun-2020 14:24:56.790 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:56.7920975Z [junit] 24-Jun-2020 14:24:56.790 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:56.8933320Z [junit] 24-Jun-2020 14:24:56.794 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-39539"]
2020-06-24T14:24:56.8938863Z [junit] 24-Jun-2020 14:24:56.811 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-39539"]
2020-06-24T14:24:56.8939225Z [junit] 24-Jun-2020 14:24:56.816 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:56.8939576Z [junit] 24-Jun-2020 14:24:56.818 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-39539"]
2020-06-24T14:24:56.8939961Z [junit] 24-Jun-2020 14:24:56.820 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-39539"]
2020-06-24T14:24:56.8940342Z [junit] 24-Jun-2020 14:24:56.822 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteOnceBlockingWriteNoneContainerThread]
2020-06-24T14:24:56.8940693Z [junit] 24-Jun-2020 14:24:56.825 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:24:56.8941005Z [junit] 24-Jun-2020 14:24:56.825 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:56.8941352Z [junit] 24-Jun-2020 14:24:56.825 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:56.8941700Z [junit] 24-Jun-2020 14:24:56.830 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-3-44791"]
2020-06-24T14:24:56.8942234Z [junit] 24-Jun-2020 14:24:56.837 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-3-44791"]
2020-06-24T14:24:56.8942914Z [junit] 24-Jun-2020 14:24:56.842 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:56.8943407Z [junit] 24-Jun-2020 14:24:56.846 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-3-44791"]
2020-06-24T14:24:56.8943879Z [junit] 24-Jun-2020 14:24:56.847 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3-44791"]
2020-06-24T14:24:56.8944607Z [junit] 24-Jun-2020 14:24:56.850 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteOnceBlockingWriteOnceNonContainerThread]
2020-06-24T14:24:56.8945142Z [junit] 24-Jun-2020 14:24:56.851 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:24:56.8945641Z [junit] 24-Jun-2020 14:24:56.852 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:56.8946163Z [junit] 24-Jun-2020 14:24:56.852 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:56.8946683Z [junit] 24-Jun-2020 14:24:56.859 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-4-39859"]
2020-06-24T14:24:56.8947196Z [junit] 24-Jun-2020 14:24:56.864 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-4-39859"]
2020-06-24T14:24:56.8947685Z [junit] 24-Jun-2020 14:24:56.869 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:56.8948200Z [junit] 24-Jun-2020 14:24:56.871 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-4-39859"]
2020-06-24T14:24:56.8948724Z [junit] 24-Jun-2020 14:24:56.882 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4-39859"]
2020-06-24T14:24:56.8949262Z [junit] 24-Jun-2020 14:24:56.883 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteNoneBlockingWriteOnceContainerThread]
2020-06-24T14:24:56.8949783Z [junit] 24-Jun-2020 14:24:56.884 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"]
2020-06-24T14:24:56.8950524Z [junit] 24-Jun-2020 14:24:56.885 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:56.8950924Z [junit] 24-Jun-2020 14:24:56.885 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:56.8951452Z [junit] 24-Jun-2020 14:24:56.889 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-41881"]
2020-06-24T14:24:56.9938078Z [junit] 24-Jun-2020 14:24:56.893 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-41881"]
2020-06-24T14:24:56.9938994Z [junit] 24-Jun-2020 14:24:56.898 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:56.9939977Z [junit] 24-Jun-2020 14:24:56.900 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-41881"]
2020-06-24T14:24:56.9940407Z [junit] 24-Jun-2020 14:24:56.901 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-5-41881"]
2020-06-24T14:24:56.9940793Z [junit] 24-Jun-2020 14:24:56.903 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteTwiceBlockingWriteNoneNonContainerThread]
2020-06-24T14:24:56.9941515Z [junit] 24-Jun-2020 14:24:56.906 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-6"]
2020-06-24T14:24:56.9941859Z [junit] 24-Jun-2020 14:24:56.906 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:56.9942207Z [junit] 24-Jun-2020 14:24:56.906 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:56.9942559Z [junit] 24-Jun-2020 14:24:56.909 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-6-42479"]
2020-06-24T14:24:56.9942909Z [junit] 24-Jun-2020 14:24:56.916 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-6-42479"]
2020-06-24T14:24:56.9943238Z [junit] 24-Jun-2020 14:24:56.921 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:56.9943584Z [junit] 24-Jun-2020 14:24:56.922 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-6-42479"]
2020-06-24T14:24:56.9943939Z [junit] 24-Jun-2020 14:24:56.924 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-6-42479"]
2020-06-24T14:24:56.9944311Z [junit] 24-Jun-2020 14:24:56.925 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteTwiceBlockingWriteOnceContainerThread]
2020-06-24T14:24:56.9944659Z [junit] 24-Jun-2020 14:24:56.927 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-7"]
2020-06-24T14:24:56.9944982Z [junit] 24-Jun-2020 14:24:56.927 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:56.9945329Z [junit] 24-Jun-2020 14:24:56.927 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:56.9945679Z [junit] 24-Jun-2020 14:24:56.930 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-7-34485"]
2020-06-24T14:24:56.9946214Z [junit] 24-Jun-2020 14:24:56.938 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-7-34485"]
2020-06-24T14:24:56.9946583Z [junit] 24-Jun-2020 14:24:56.943 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:56.9946974Z [junit] 24-Jun-2020 14:24:56.944 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-7-34485"]
2020-06-24T14:24:56.9947377Z [junit] 24-Jun-2020 14:24:56.945 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-7-34485"]
2020-06-24T14:24:56.9947802Z [junit] 24-Jun-2020 14:24:56.946 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteNoneBlockingWriteOnceNonContainerThread]
2020-06-24T14:24:56.9948202Z [junit] 24-Jun-2020 14:24:56.947 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-8"]
2020-06-24T14:24:56.9948575Z [junit] 24-Jun-2020 14:24:56.947 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:56.9948965Z [junit] 24-Jun-2020 14:24:56.947 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:56.9949351Z [junit] 24-Jun-2020 14:24:56.959 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-8-42239"]
2020-06-24T14:24:56.9949749Z [junit] 24-Jun-2020 14:24:56.965 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-8-42239"]
2020-06-24T14:24:56.9950218Z [junit] 24-Jun-2020 14:24:56.970 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:56.9950623Z [junit] 24-Jun-2020 14:24:56.974 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-8-42239"]
2020-06-24T14:24:56.9951025Z [junit] 24-Jun-2020 14:24:56.975 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-8-42239"]
2020-06-24T14:24:56.9951446Z [junit] 24-Jun-2020 14:24:56.978 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteOnceBlockingWriteNoneNonContainerThread]
2020-06-24T14:24:56.9951839Z [junit] 24-Jun-2020 14:24:56.979 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-9"]
2020-06-24T14:24:56.9952214Z [junit] 24-Jun-2020 14:24:56.980 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:56.9952608Z [junit] 24-Jun-2020 14:24:56.980 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:56.9953006Z [junit] 24-Jun-2020 14:24:56.984 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-9-46859"]
2020-06-24T14:24:56.9953401Z [junit] 24-Jun-2020 14:24:56.991 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-9-46859"]
2020-06-24T14:24:57.0942139Z [junit] 24-Jun-2020 14:24:56.996 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:57.0943030Z [junit] 24-Jun-2020 14:24:56.997 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-9-46859"]
2020-06-24T14:24:57.0943833Z [junit] 24-Jun-2020 14:24:56.998 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-9-46859"]
2020-06-24T14:24:57.0944487Z [junit] 24-Jun-2020 14:24:57.000 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteOnceBlockingWriteOnceContainerThread]
2020-06-24T14:24:57.0945087Z [junit] 24-Jun-2020 14:24:57.001 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-10"]
2020-06-24T14:24:57.0945650Z [junit] 24-Jun-2020 14:24:57.002 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:57.0946242Z [junit] 24-Jun-2020 14:24:57.002 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:57.0946833Z [junit] 24-Jun-2020 14:24:57.004 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-10-36787"]
2020-06-24T14:24:57.0947460Z [junit] 24-Jun-2020 14:24:57.008 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-10-36787"]
2020-06-24T14:24:57.0948030Z [junit] 24-Jun-2020 14:24:57.014 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:57.0948616Z [junit] 24-Jun-2020 14:24:57.015 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-10-36787"]
2020-06-24T14:24:57.0949211Z [junit] 24-Jun-2020 14:24:57.016 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-10-36787"]
2020-06-24T14:24:57.0949825Z [junit] 24-Jun-2020 14:24:57.017 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteNoneBlockingWriteNoneContainerThread]
2020-06-24T14:24:57.0950656Z [junit] 24-Jun-2020 14:24:57.018 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-11"]
2020-06-24T14:24:57.0951326Z [junit] 24-Jun-2020 14:24:57.018 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:57.0951946Z [junit] 24-Jun-2020 14:24:57.018 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:57.0952542Z [junit] 24-Jun-2020 14:24:57.021 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-11-33499"]
2020-06-24T14:24:57.0953137Z [junit] 24-Jun-2020 14:24:57.045 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-11-33499"]
2020-06-24T14:24:57.0953701Z [junit] 24-Jun-2020 14:24:57.051 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:57.0954290Z [junit] 24-Jun-2020 14:24:57.052 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-11-33499"]
2020-06-24T14:24:57.0957623Z [junit] 24-Jun-2020 14:24:57.054 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-11-33499"]
2020-06-24T14:24:57.0958097Z [junit] 24-Jun-2020 14:24:57.055 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteTwiceBlockingWriteOnceNonContainerThread]
2020-06-24T14:24:57.0958496Z [junit] 24-Jun-2020 14:24:57.056 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-12"]
2020-06-24T14:24:57.0958867Z [junit] 24-Jun-2020 14:24:57.056 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:57.0959448Z [junit] 24-Jun-2020 14:24:57.057 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:57.0959885Z [junit] 24-Jun-2020 14:24:57.060 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-12-41683"]
2020-06-24T14:24:57.0960315Z [junit] 24-Jun-2020 14:24:57.079 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-12-41683"]
2020-06-24T14:24:57.0960712Z [junit] 24-Jun-2020 14:24:57.084 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:57.0961127Z [junit] 24-Jun-2020 14:24:57.085 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-12-41683"]
2020-06-24T14:24:57.0961558Z [junit] 24-Jun-2020 14:24:57.087 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-12-41683"]
2020-06-24T14:24:57.0962007Z [junit] 24-Jun-2020 14:24:57.089 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteTwiceBlockingWriteNoneContainerThread]
2020-06-24T14:24:57.0962536Z [junit] 24-Jun-2020 14:24:57.091 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-13"]
2020-06-24T14:24:57.1522664Z [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.01 sec
2020-06-24T14:24:57.1559903Z [junit] 24-Jun-2020 14:24:57.093 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:57.1560750Z [junit] 24-Jun-2020 14:24:57.096 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:57.1561413Z [junit] 24-Jun-2020 14:24:57.103 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-13-36495"]
2020-06-24T14:24:57.1562088Z [junit] 24-Jun-2020 14:24:57.115 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-13-36495"]
2020-06-24T14:24:57.1562897Z [junit] 24-Jun-2020 14:24:57.120 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:57.1563453Z [junit] 24-Jun-2020 14:24:57.121 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-13-36495"]
2020-06-24T14:24:57.1564456Z [junit] 24-Jun-2020 14:24:57.125 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-13-36495"]
2020-06-24T14:24:57.4594942Z [junit] Running org.apache.catalina.connector.TestInputBuffer
2020-06-24T14:24:57.4681739Z [junit] 24-Jun-2020 14:24:57.459 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug60400]
2020-06-24T14:24:57.8681793Z [junit] 24-Jun-2020 14:24:57.824 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:24:57.8682367Z [junit] 24-Jun-2020 14:24:57.857 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:57.8682795Z [junit] 24-Jun-2020 14:24:57.857 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:57.9683478Z [junit] 24-Jun-2020 14:24:57.954 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-42437"]
2020-06-24T14:24:58.0685686Z [junit] 24-Jun-2020 14:24:58.049 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-42437"]
2020-06-24T14:24:58.0686157Z [junit] 24-Jun-2020 14:24:58.055 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:58.0686516Z [junit] 24-Jun-2020 14:24:58.063 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-42437"]
2020-06-24T14:24:58.0686916Z [junit] 24-Jun-2020 14:24:58.066 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-42437"]
2020-06-24T14:24:58.1687306Z [junit] 24-Jun-2020 14:24:58.075 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testUtf8Body]
2020-06-24T14:24:58.1687896Z [junit] 24-Jun-2020 14:24:58.083 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:24:58.1688312Z [junit] 24-Jun-2020 14:24:58.084 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:58.1688751Z [junit] 24-Jun-2020 14:24:58.084 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:58.1689187Z [junit] 24-Jun-2020 14:24:58.087 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-45087"]
2020-06-24T14:24:58.1689640Z [junit] 24-Jun-2020 14:24:58.163 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-45087"]
2020-06-24T14:24:58.1690047Z [junit] 24-Jun-2020 14:24:58.164 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:58.1690473Z [junit] 24-Jun-2020 14:24:58.166 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-45087"]
2020-06-24T14:24:58.1690911Z [junit] 24-Jun-2020 14:24:58.168 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-45087"]
2020-06-24T14:24:58.1833924Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.786 sec
2020-06-24T14:24:58.4896988Z [junit] Running org.apache.catalina.connector.TestKeepAliveCount
2020-06-24T14:24:58.5899543Z [junit] 24-Jun-2020 14:24:58.490 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testHttp10]
2020-06-24T14:24:58.8902526Z [junit] 24-Jun-2020 14:24:58.823 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:24:58.8903590Z [junit] 24-Jun-2020 14:24:58.843 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:58.8904357Z [junit] 24-Jun-2020 14:24:58.843 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:58.9903858Z [junit] 24-Jun-2020 14:24:58.916 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-37315"]
2020-06-24T14:24:58.9904319Z [junit] 24-Jun-2020 14:24:58.988 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-37315"]
2020-06-24T14:24:59.0522347Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.62 sec
2020-06-24T14:24:59.0524129Z [junit] 24-Jun-2020 14:24:58.992 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:59.0524813Z [junit] 24-Jun-2020 14:24:58.998 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-37315"]
2020-06-24T14:24:59.0525421Z [junit] 24-Jun-2020 14:24:58.999 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-37315"]
2020-06-24T14:24:59.0525971Z [junit] 24-Jun-2020 14:24:59.005 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testHttp11]
2020-06-24T14:24:59.0527143Z [junit] 24-Jun-2020 14:24:59.006 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:24:59.0527630Z [junit] 24-Jun-2020 14:24:59.007 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:59.0528182Z [junit] 24-Jun-2020 14:24:59.007 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:59.0528646Z [junit] 24-Jun-2020 14:24:59.010 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-36513"]
2020-06-24T14:24:59.0529048Z [junit] 24-Jun-2020 14:24:59.025 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-36513"]
2020-06-24T14:24:59.0529416Z [junit] 24-Jun-2020 14:24:59.030 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:24:59.0529809Z [junit] 24-Jun-2020 14:24:59.032 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-36513"]
2020-06-24T14:24:59.0530221Z [junit] 24-Jun-2020 14:24:59.033 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-36513"]
2020-06-24T14:24:59.3572757Z [junit] Running org.apache.catalina.connector.TestMaxConnections
2020-06-24T14:24:59.3574127Z [junit] 24-Jun-2020 14:24:59.346 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testConnector]
2020-06-24T14:24:59.7577987Z [junit] 24-Jun-2020 14:24:59.712 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:24:59.7578953Z [junit] 24-Jun-2020 14:24:59.741 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:24:59.7579600Z [junit] 24-Jun-2020 14:24:59.741 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:24:59.8579438Z [junit] 24-Jun-2020 14:24:59.848 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-37697"]
2020-06-24T14:24:59.9581061Z [junit] Processing thread: http-nio-127.0.0.1-auto-1-exec-1
2020-06-24T14:24:59.9581950Z [junit] Processing thread: http-nio-127.0.0.1-auto-1-exec-2
2020-06-24T14:25:00.0583272Z [junit] Processing thread: http-nio-127.0.0.1-auto-1-exec-3
2020-06-24T14:25:03.9642023Z [junit] Processing thread: http-nio-127.0.0.1-auto-1-exec-4
2020-06-24T14:25:03.9642415Z [junit] Processing thread: http-nio-127.0.0.1-auto-1-exec-5
2020-06-24T14:25:03.9642855Z [junit] 24-Jun-2020 14:25:03.916 INFO [ConnectThread[0]] org.apache.catalina.connector.TestMaxConnections$TestClient.doHttp10Request ConnectThread[0] Request complete:4057 ms.
2020-06-24T14:25:03.9643306Z [junit] 24-Jun-2020 14:25:03.919 INFO [ConnectThread[1]] org.apache.catalina.connector.TestMaxConnections$TestClient.doHttp10Request ConnectThread[1] Request complete:4005 ms.
2020-06-24T14:25:04.0643259Z [junit] 24-Jun-2020 14:25:03.966 INFO [ConnectThread[2]] org.apache.catalina.connector.TestMaxConnections$TestClient.doHttp10Request ConnectThread[2] Request complete:4002 ms.
2020-06-24T14:25:05.1657394Z [junit] 24-Jun-2020 14:25:05.069 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-37697"]
2020-06-24T14:25:05.1658059Z [junit] 24-Jun-2020 14:25:05.075 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:05.1658592Z [junit] 24-Jun-2020 14:25:05.076 INFO [main] org.apache.catalina.core.StandardWrapper.unload Waiting for [2] instance(s) to be deallocated for Servlet [Simple]
2020-06-24T14:25:07.6694290Z [junit] 24-Jun-2020 14:25:07.578 INFO [main] org.apache.catalina.core.StandardWrapper.unload Waiting for [2] instance(s) to be deallocated for Servlet [Simple]
2020-06-24T14:25:08.1048581Z [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.822 sec
2020-06-24T14:25:08.1052783Z [junit] 24-Jun-2020 14:25:08.086 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-37697"]
2020-06-24T14:25:08.1053574Z [junit] 24-Jun-2020 14:25:08.087 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-37697"]
2020-06-24T14:25:08.4125493Z [junit] Running org.apache.catalina.connector.TestOutputBuffer
2020-06-24T14:25:08.4148116Z [junit] 24-Jun-2020 14:25:08.408 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testUtf8SurrogateBody]
2020-06-24T14:25:08.8158290Z [junit] 24-Jun-2020 14:25:08.754 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:25:08.8159336Z [junit] 24-Jun-2020 14:25:08.776 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:08.8160013Z [junit] 24-Jun-2020 14:25:08.784 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:08.9160161Z [junit] 24-Jun-2020 14:25:08.887 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-40427"]
2020-06-24T14:25:09.0184236Z [junit] 24-Jun-2020 14:25:08.982 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-40427"]
2020-06-24T14:25:09.0185159Z [junit] 24-Jun-2020 14:25:08.983 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:09.0185844Z [junit] 24-Jun-2020 14:25:08.991 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-40427"]
2020-06-24T14:25:09.0186520Z [junit] 24-Jun-2020 14:25:08.993 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-40427"]
2020-06-24T14:25:09.0187150Z [junit] 24-Jun-2020 14:25:09.002 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testWriteSpeed]
2020-06-24T14:25:09.0188145Z [junit] 24-Jun-2020 14:25:09.009 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:25:09.0188796Z [junit] 24-Jun-2020 14:25:09.010 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:09.0189442Z [junit] 24-Jun-2020 14:25:09.010 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:09.1132895Z [junit] Write length: 1, Buffered: n, Time: 24344387ns
2020-06-24T14:25:09.1133357Z [junit] Write length: 1, Buffered: y, Time: 19395370ns
2020-06-24T14:25:09.1133531Z [junit] Write length: 10, Buffered: n, Time: 5174419ns
2020-06-24T14:25:09.1133664Z [junit] Write length: 10, Buffered: y, Time: 4543317ns
2020-06-24T14:25:09.1133830Z [junit] Write length: 100, Buffered: n, Time: 6226422ns
2020-06-24T14:25:09.1134051Z [junit] Write length: 100, Buffered: y, Time: 2352708ns
2020-06-24T14:25:09.1185507Z [junit] 24-Jun-2020 14:25:09.023 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-35431"]
2020-06-24T14:25:09.2061867Z [junit] Write length: 1000, Buffered: n, Time: 4823517ns
2020-06-24T14:25:09.2062440Z [junit] Write length: 1000, Buffered: y, Time: 2354208ns
2020-06-24T14:25:09.2062730Z [junit] Write length: 10000, Buffered: n, Time: 4163915ns
2020-06-24T14:25:09.2062988Z [junit] Write length: 10000, Buffered: y, Time: 935003ns
2020-06-24T14:25:09.2063241Z [junit] Write length: 100000, Buffered: n, Time: 2474609ns
2020-06-24T14:25:09.2063493Z [junit] Write length: 100000, Buffered: y, Time: 996104ns
2020-06-24T14:25:09.2063754Z [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.847 sec
2020-06-24T14:25:09.2064783Z [junit] 24-Jun-2020 14:25:09.132 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-35431"]
2020-06-24T14:25:09.2065352Z [junit] 24-Jun-2020 14:25:09.133 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:09.2066498Z [junit] 24-Jun-2020 14:25:09.135 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-35431"]
2020-06-24T14:25:09.2067094Z [junit] 24-Jun-2020 14:25:09.137 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-35431"]
2020-06-24T14:25:09.2067486Z [junit] 24-Jun-2020 14:25:09.140 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug52577]
2020-06-24T14:25:09.2067933Z [junit] 24-Jun-2020 14:25:09.144 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:25:09.2068335Z [junit] 24-Jun-2020 14:25:09.144 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:09.2068739Z [junit] 24-Jun-2020 14:25:09.145 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:09.2069144Z [junit] 24-Jun-2020 14:25:09.151 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-3-34337"]
2020-06-24T14:25:09.2069543Z [junit] 24-Jun-2020 14:25:09.173 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-3-34337"]
2020-06-24T14:25:09.2069911Z [junit] 24-Jun-2020 14:25:09.178 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:09.2070304Z [junit] 24-Jun-2020 14:25:09.180 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-3-34337"]
2020-06-24T14:25:09.2071122Z [junit] 24-Jun-2020 14:25:09.181 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3-34337"]
2020-06-24T14:25:09.5136432Z [junit] Running org.apache.catalina.connector.TestRequest
2020-06-24T14:25:09.6140778Z [junit] 24-Jun-2020 14:25:09.543 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetReaderValidEncoding]
2020-06-24T14:25:10.0143978Z [junit] 24-Jun-2020 14:25:09.925 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:25:10.0144756Z [junit] 24-Jun-2020 14:25:09.950 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:10.0145245Z [junit] 24-Jun-2020 14:25:09.961 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:10.1150517Z [junit] 24-Jun-2020 14:25:10.054 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-41263"]
2020-06-24T14:25:10.2148211Z [junit] 24-Jun-2020 14:25:10.126 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-41263"]
2020-06-24T14:25:10.2149087Z [junit] 24-Jun-2020 14:25:10.132 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:10.2149672Z [junit] 24-Jun-2020 14:25:10.143 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-41263"]
2020-06-24T14:25:10.2150252Z [junit] 24-Jun-2020 14:25:10.145 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-41263"]
2020-06-24T14:25:10.2150828Z [junit] 24-Jun-2020 14:25:10.151 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug37794]
2020-06-24T14:25:10.2151404Z [junit] 24-Jun-2020 14:25:10.158 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:25:10.2151947Z [junit] 24-Jun-2020 14:25:10.158 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:10.2156531Z [junit] 24-Jun-2020 14:25:10.159 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:10.2157314Z [junit] 24-Jun-2020 14:25:10.172 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-46429"]
2020-06-24T14:25:18.2284127Z [junit] 24-Jun-2020 14:25:18.195 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-46429"]
2020-06-24T14:25:18.2285057Z [junit] 24-Jun-2020 14:25:18.201 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.2286077Z [junit] 24-Jun-2020 14:25:18.204 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-46429"]
2020-06-24T14:25:18.2287163Z [junit] 24-Jun-2020 14:25:18.205 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-46429"]
2020-06-24T14:25:18.2289836Z [junit] 24-Jun-2020 14:25:18.207 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug38113]
2020-06-24T14:25:18.2290381Z [junit] 24-Jun-2020 14:25:18.209 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:25:18.2291094Z [junit] 24-Jun-2020 14:25:18.209 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.2291509Z [junit] 24-Jun-2020 14:25:18.209 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.2292079Z [junit] 24-Jun-2020 14:25:18.212 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-3-35349"]
2020-06-24T14:25:18.3263315Z [junit] 24-Jun-2020 14:25:18.232 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-3-35349"]
2020-06-24T14:25:18.3264237Z [junit] 24-Jun-2020 14:25:18.237 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.3264862Z [junit] 24-Jun-2020 14:25:18.238 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-3-35349"]
2020-06-24T14:25:18.3265485Z [junit] 24-Jun-2020 14:25:18.241 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3-35349"]
2020-06-24T14:25:18.3266065Z [junit] 24-Jun-2020 14:25:18.244 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug48692]
2020-06-24T14:25:18.3266669Z [junit] 24-Jun-2020 14:25:18.245 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:25:18.3267243Z [junit] 24-Jun-2020 14:25:18.246 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.3267862Z [junit] 24-Jun-2020 14:25:18.246 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.3268457Z [junit] 24-Jun-2020 14:25:18.251 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-4-37165"]
2020-06-24T14:25:18.3269048Z [junit] 24-Jun-2020 14:25:18.287 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-4-37165"]
2020-06-24T14:25:18.3269614Z [junit] 24-Jun-2020 14:25:18.293 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.3270206Z [junit] 24-Jun-2020 14:25:18.294 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-4-37165"]
2020-06-24T14:25:18.3270811Z [junit] 24-Jun-2020 14:25:18.295 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4-37165"]
2020-06-24T14:25:18.3271385Z [junit] 24-Jun-2020 14:25:18.299 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug54984]
2020-06-24T14:25:18.3271970Z [junit] 24-Jun-2020 14:25:18.300 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"]
2020-06-24T14:25:18.3272537Z [junit] 24-Jun-2020 14:25:18.300 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.3273124Z [junit] 24-Jun-2020 14:25:18.300 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.3273855Z [junit] 24-Jun-2020 14:25:18.310 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-36629"]
2020-06-24T14:25:18.3274597Z [junit] 24-Jun-2020 14:25:18.324 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-36629"]
2020-06-24T14:25:18.4273755Z [junit] 24-Jun-2020 14:25:18.335 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.4297022Z [junit] 24-Jun-2020 14:25:18.336 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-36629"]
2020-06-24T14:25:18.4297743Z [junit] 24-Jun-2020 14:25:18.338 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-5-36629"]
2020-06-24T14:25:18.4298180Z [junit] 24-Jun-2020 14:25:18.340 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [getLocaleMultipleHeaders01]
2020-06-24T14:25:18.4298936Z [junit] 24-Jun-2020 14:25:18.344 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-6"]
2020-06-24T14:25:18.4299363Z [junit] 24-Jun-2020 14:25:18.344 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [getLocaleMultipleHeaders02]
2020-06-24T14:25:18.4299791Z [junit] 24-Jun-2020 14:25:18.345 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-7"]
2020-06-24T14:25:18.4300429Z [junit] 24-Jun-2020 14:25:18.349 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug49424WithChunking]
2020-06-24T14:25:18.4301016Z [junit] 24-Jun-2020 14:25:18.353 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-8"]
2020-06-24T14:25:18.4301416Z [junit] 24-Jun-2020 14:25:18.354 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.4301859Z [junit] 24-Jun-2020 14:25:18.354 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.4302291Z [junit] 24-Jun-2020 14:25:18.359 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-8-42893"]
2020-06-24T14:25:18.4302714Z [junit] 24-Jun-2020 14:25:18.365 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-8-42893"]
2020-06-24T14:25:18.4303110Z [junit] 24-Jun-2020 14:25:18.370 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.4303530Z [junit] 24-Jun-2020 14:25:18.372 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-8-42893"]
2020-06-24T14:25:18.4303966Z [junit] 24-Jun-2020 14:25:18.374 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-8-42893"]
2020-06-24T14:25:18.4304372Z [junit] 24-Jun-2020 14:25:18.375 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501a]
2020-06-24T14:25:18.4304793Z [junit] 24-Jun-2020 14:25:18.377 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-9"]
2020-06-24T14:25:18.4305186Z [junit] 24-Jun-2020 14:25:18.377 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.4305606Z [junit] 24-Jun-2020 14:25:18.377 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.4306032Z [junit] 24-Jun-2020 14:25:18.383 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-9-32841"]
2020-06-24T14:25:18.4306461Z [junit] 24-Jun-2020 14:25:18.391 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-9-32841"]
2020-06-24T14:25:18.4306863Z [junit] 24-Jun-2020 14:25:18.396 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.4307283Z [junit] 24-Jun-2020 14:25:18.397 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-9-32841"]
2020-06-24T14:25:18.4307699Z [junit] 24-Jun-2020 14:25:18.398 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-9-32841"]
2020-06-24T14:25:18.4308104Z [junit] 24-Jun-2020 14:25:18.400 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501b]
2020-06-24T14:25:18.4308525Z [junit] 24-Jun-2020 14:25:18.400 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-10"]
2020-06-24T14:25:18.4309500Z [junit] 24-Jun-2020 14:25:18.401 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.4310009Z [junit] 24-Jun-2020 14:25:18.401 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.4310458Z [junit] 24-Jun-2020 14:25:18.404 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-10-32877"]
2020-06-24T14:25:18.4310884Z [junit] 24-Jun-2020 14:25:18.409 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-10-32877"]
2020-06-24T14:25:18.4311278Z [junit] 24-Jun-2020 14:25:18.414 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.4311698Z [junit] 24-Jun-2020 14:25:18.415 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-10-32877"]
2020-06-24T14:25:18.4312141Z [junit] 24-Jun-2020 14:25:18.417 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-10-32877"]
2020-06-24T14:25:18.4312546Z [junit] 24-Jun-2020 14:25:18.421 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501c]
2020-06-24T14:25:18.4312962Z [junit] 24-Jun-2020 14:25:18.422 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-11"]
2020-06-24T14:25:18.4313358Z [junit] 24-Jun-2020 14:25:18.422 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.4313779Z [junit] 24-Jun-2020 14:25:18.422 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.5278524Z [junit] 24-Jun-2020 14:25:18.427 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-11-43723"]
2020-06-24T14:25:18.5279220Z [junit] 24-Jun-2020 14:25:18.436 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-11-43723"]
2020-06-24T14:25:18.5279667Z [junit] 24-Jun-2020 14:25:18.441 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.5280112Z [junit] 24-Jun-2020 14:25:18.442 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-11-43723"]
2020-06-24T14:25:18.5280563Z [junit] 24-Jun-2020 14:25:18.444 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-11-43723"]
2020-06-24T14:25:18.5280993Z [junit] 24-Jun-2020 14:25:18.445 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501d]
2020-06-24T14:25:18.5283676Z [junit] 24-Jun-2020 14:25:18.446 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-12"]
2020-06-24T14:25:18.5284256Z [junit] 24-Jun-2020 14:25:18.446 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.5284903Z [junit] 24-Jun-2020 14:25:18.446 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.5285462Z [junit] 24-Jun-2020 14:25:18.458 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-12-45823"]
2020-06-24T14:25:18.5285913Z [junit] 24-Jun-2020 14:25:18.467 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-12-45823"]
2020-06-24T14:25:18.5286324Z [junit] 24-Jun-2020 14:25:18.473 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.5286760Z [junit] 24-Jun-2020 14:25:18.474 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-12-45823"]
2020-06-24T14:25:18.5287515Z [junit] 24-Jun-2020 14:25:18.475 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-12-45823"]
2020-06-24T14:25:18.5287950Z [junit] 24-Jun-2020 14:25:18.476 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501e]
2020-06-24T14:25:18.5288386Z [junit] 24-Jun-2020 14:25:18.477 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-13"]
2020-06-24T14:25:18.5288797Z [junit] 24-Jun-2020 14:25:18.478 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.5289241Z [junit] 24-Jun-2020 14:25:18.478 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.5289685Z [junit] 24-Jun-2020 14:25:18.486 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-13-45193"]
2020-06-24T14:25:18.5290137Z [junit] 24-Jun-2020 14:25:18.495 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-13-45193"]
2020-06-24T14:25:18.5290551Z [junit] 24-Jun-2020 14:25:18.500 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.5290972Z [junit] 24-Jun-2020 14:25:18.501 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-13-45193"]
2020-06-24T14:25:18.5291420Z [junit] 24-Jun-2020 14:25:18.503 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-13-45193"]
2020-06-24T14:25:18.5291837Z [junit] 24-Jun-2020 14:25:18.507 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501f]
2020-06-24T14:25:18.5292274Z [junit] 24-Jun-2020 14:25:18.510 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-14"]
2020-06-24T14:25:18.5292687Z [junit] 24-Jun-2020 14:25:18.511 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.5293125Z [junit] 24-Jun-2020 14:25:18.511 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.5293567Z [junit] 24-Jun-2020 14:25:18.515 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-14-39291"]
2020-06-24T14:25:18.5294008Z [junit] 24-Jun-2020 14:25:18.520 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-14-39291"]
2020-06-24T14:25:18.5294415Z [junit] 24-Jun-2020 14:25:18.525 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.5294853Z [junit] 24-Jun-2020 14:25:18.526 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-14-39291"]
2020-06-24T14:25:18.6277357Z [junit] 24-Jun-2020 14:25:18.529 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-14-39291"]
2020-06-24T14:25:18.6278331Z [junit] 24-Jun-2020 14:25:18.531 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501g]
2020-06-24T14:25:18.6278989Z [junit] 24-Jun-2020 14:25:18.532 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-15"]
2020-06-24T14:25:18.6280011Z [junit] 24-Jun-2020 14:25:18.533 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.6280633Z [junit] 24-Jun-2020 14:25:18.533 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.6281468Z [junit] 24-Jun-2020 14:25:18.539 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-15-39835"]
2020-06-24T14:25:18.6282192Z [junit] 24-Jun-2020 14:25:18.552 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-15-39835"]
2020-06-24T14:25:18.6282795Z [junit] 24-Jun-2020 14:25:18.557 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.6283405Z [junit] 24-Jun-2020 14:25:18.558 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-15-39835"]
2020-06-24T14:25:18.6284022Z [junit] 24-Jun-2020 14:25:18.560 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-15-39835"]
2020-06-24T14:25:18.6284613Z [junit] 24-Jun-2020 14:25:18.561 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501h]
2020-06-24T14:25:18.6285226Z [junit] 24-Jun-2020 14:25:18.563 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-16"]
2020-06-24T14:25:18.6285816Z [junit] 24-Jun-2020 14:25:18.563 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.6286418Z [junit] 24-Jun-2020 14:25:18.563 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.6287028Z [junit] 24-Jun-2020 14:25:18.569 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-16-33809"]
2020-06-24T14:25:18.6287634Z [junit] 24-Jun-2020 14:25:18.576 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-16-33809"]
2020-06-24T14:25:18.6288210Z [junit] 24-Jun-2020 14:25:18.581 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.6289065Z [junit] 24-Jun-2020 14:25:18.582 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-16-33809"]
2020-06-24T14:25:18.6289689Z [junit] 24-Jun-2020 14:25:18.584 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-16-33809"]
2020-06-24T14:25:18.6290277Z [junit] 24-Jun-2020 14:25:18.585 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501i]
2020-06-24T14:25:18.6290880Z [junit] 24-Jun-2020 14:25:18.586 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-17"]
2020-06-24T14:25:18.6291487Z [junit] 24-Jun-2020 14:25:18.586 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.6292094Z [junit] 24-Jun-2020 14:25:18.586 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.6292764Z [junit] 24-Jun-2020 14:25:18.591 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-17-46581"]
2020-06-24T14:25:18.6293368Z [junit] 24-Jun-2020 14:25:18.601 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-17-46581"]
2020-06-24T14:25:18.6293945Z [junit] 24-Jun-2020 14:25:18.606 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.6294550Z [junit] 24-Jun-2020 14:25:18.608 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-17-46581"]
2020-06-24T14:25:18.6295160Z [junit] 24-Jun-2020 14:25:18.611 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-17-46581"]
2020-06-24T14:25:18.6295740Z [junit] 24-Jun-2020 14:25:18.612 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501j]
2020-06-24T14:25:18.6296513Z [junit] 24-Jun-2020 14:25:18.614 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-18"]
2020-06-24T14:25:18.6297114Z [junit] 24-Jun-2020 14:25:18.614 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.6297720Z [junit] 24-Jun-2020 14:25:18.615 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.6298328Z [junit] 24-Jun-2020 14:25:18.619 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-18-38871"]
2020-06-24T14:25:18.7281577Z [junit] 24-Jun-2020 14:25:18.638 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-18-38871"]
2020-06-24T14:25:18.7282721Z [junit] 24-Jun-2020 14:25:18.643 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.7283373Z [junit] 24-Jun-2020 14:25:18.644 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-18-38871"]
2020-06-24T14:25:18.7284002Z [junit] 24-Jun-2020 14:25:18.645 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-18-38871"]
2020-06-24T14:25:18.7284594Z [junit] 24-Jun-2020 14:25:18.646 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501k]
2020-06-24T14:25:18.7285204Z [junit] 24-Jun-2020 14:25:18.647 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-19"]
2020-06-24T14:25:18.7285788Z [junit] 24-Jun-2020 14:25:18.647 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.7286402Z [junit] 24-Jun-2020 14:25:18.647 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.7287024Z [junit] 24-Jun-2020 14:25:18.654 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-19-44059"]
2020-06-24T14:25:18.7287655Z [junit] 24-Jun-2020 14:25:18.662 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-19-44059"]
2020-06-24T14:25:18.7288233Z [junit] 24-Jun-2020 14:25:18.667 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.7288836Z [junit] 24-Jun-2020 14:25:18.668 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-19-44059"]
2020-06-24T14:25:18.7289452Z [junit] 24-Jun-2020 14:25:18.670 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-19-44059"]
2020-06-24T14:25:18.7290774Z [junit] 24-Jun-2020 14:25:18.671 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501l]
2020-06-24T14:25:18.7291545Z [junit] 24-Jun-2020 14:25:18.672 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-20"]
2020-06-24T14:25:18.7292213Z [junit] 24-Jun-2020 14:25:18.672 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.7293336Z [junit] 24-Jun-2020 14:25:18.672 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.7293848Z [junit] 24-Jun-2020 14:25:18.674 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-20-35995"]
2020-06-24T14:25:18.7294273Z [junit] 24-Jun-2020 14:25:18.688 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-20-35995"]
2020-06-24T14:25:18.7294920Z [junit] 24-Jun-2020 14:25:18.694 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.7295407Z [junit] 24-Jun-2020 14:25:18.695 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-20-35995"]
2020-06-24T14:25:18.7295833Z [junit] 24-Jun-2020 14:25:18.696 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-20-35995"]
2020-06-24T14:25:18.7296220Z [junit] 24-Jun-2020 14:25:18.697 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501m]
2020-06-24T14:25:18.7296624Z [junit] 24-Jun-2020 14:25:18.697 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-21"]
2020-06-24T14:25:18.7297001Z [junit] 24-Jun-2020 14:25:18.698 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.7297414Z [junit] 24-Jun-2020 14:25:18.698 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.7297825Z [junit] 24-Jun-2020 14:25:18.703 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-21-40343"]
2020-06-24T14:25:18.7298227Z [junit] 24-Jun-2020 14:25:18.716 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-21-40343"]
2020-06-24T14:25:18.7298601Z [junit] 24-Jun-2020 14:25:18.721 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.7299002Z [junit] 24-Jun-2020 14:25:18.722 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-21-40343"]
2020-06-24T14:25:18.7299408Z [junit] 24-Jun-2020 14:25:18.723 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-21-40343"]
2020-06-24T14:25:18.7299794Z [junit] 24-Jun-2020 14:25:18.725 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501n]
2020-06-24T14:25:18.7300178Z [junit] 24-Jun-2020 14:25:18.725 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-22"]
2020-06-24T14:25:18.7300563Z [junit] 24-Jun-2020 14:25:18.725 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.7300961Z [junit] 24-Jun-2020 14:25:18.726 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.8289429Z [junit] 24-Jun-2020 14:25:18.728 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-22-38747"]
2020-06-24T14:25:18.8290307Z [junit] 24-Jun-2020 14:25:18.739 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-22-38747"]
2020-06-24T14:25:18.8290995Z [junit] 24-Jun-2020 14:25:18.744 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.8292067Z [junit] 24-Jun-2020 14:25:18.745 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-22-38747"]
2020-06-24T14:25:18.8292720Z [junit] 24-Jun-2020 14:25:18.746 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-22-38747"]
2020-06-24T14:25:18.8293154Z [junit] 24-Jun-2020 14:25:18.750 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501o]
2020-06-24T14:25:18.8293748Z [junit] 24-Jun-2020 14:25:18.750 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-23"]
2020-06-24T14:25:18.8294135Z [junit] 24-Jun-2020 14:25:18.751 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.8294816Z [junit] 24-Jun-2020 14:25:18.751 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.8295292Z [junit] 24-Jun-2020 14:25:18.755 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-23-35195"]
2020-06-24T14:25:18.8295710Z [junit] 24-Jun-2020 14:25:18.758 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-23-35195"]
2020-06-24T14:25:18.8296095Z [junit] 24-Jun-2020 14:25:18.764 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.8296505Z [junit] 24-Jun-2020 14:25:18.765 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-23-35195"]
2020-06-24T14:25:18.8296931Z [junit] 24-Jun-2020 14:25:18.766 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-23-35195"]
2020-06-24T14:25:18.8297325Z [junit] 24-Jun-2020 14:25:18.767 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501p]
2020-06-24T14:25:18.8297732Z [junit] 24-Jun-2020 14:25:18.768 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-24"]
2020-06-24T14:25:18.8298100Z [junit] 24-Jun-2020 14:25:18.768 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.8298509Z [junit] 24-Jun-2020 14:25:18.768 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.8298925Z [junit] 24-Jun-2020 14:25:18.783 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-24-46737"]
2020-06-24T14:25:18.8299339Z [junit] 24-Jun-2020 14:25:18.795 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-24-46737"]
2020-06-24T14:25:18.8299726Z [junit] 24-Jun-2020 14:25:18.800 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.8300131Z [junit] 24-Jun-2020 14:25:18.801 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-24-46737"]
2020-06-24T14:25:18.8300547Z [junit] 24-Jun-2020 14:25:18.803 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-24-46737"]
2020-06-24T14:25:18.8300932Z [junit] 24-Jun-2020 14:25:18.804 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501q]
2020-06-24T14:25:18.8301333Z [junit] 24-Jun-2020 14:25:18.805 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-25"]
2020-06-24T14:25:18.8301719Z [junit] 24-Jun-2020 14:25:18.805 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.8302131Z [junit] 24-Jun-2020 14:25:18.805 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.8302542Z [junit] 24-Jun-2020 14:25:18.807 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-25-46371"]
2020-06-24T14:25:18.8302950Z [junit] 24-Jun-2020 14:25:18.819 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-25-46371"]
2020-06-24T14:25:18.8303328Z [junit] 24-Jun-2020 14:25:18.824 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.8303732Z [junit] 24-Jun-2020 14:25:18.825 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-25-46371"]
2020-06-24T14:25:18.8304211Z [junit] 24-Jun-2020 14:25:18.826 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-25-46371"]
2020-06-24T14:25:18.8304640Z [junit] 24-Jun-2020 14:25:18.827 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501r]
2020-06-24T14:25:18.8305059Z [junit] 24-Jun-2020 14:25:18.828 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-26"]
2020-06-24T14:25:18.9293515Z [junit] 24-Jun-2020 14:25:18.829 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.9294094Z [junit] 24-Jun-2020 14:25:18.829 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.9294574Z [junit] 24-Jun-2020 14:25:18.831 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-26-41603"]
2020-06-24T14:25:18.9295057Z [junit] 24-Jun-2020 14:25:18.858 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-26-41603"]
2020-06-24T14:25:18.9295483Z [junit] 24-Jun-2020 14:25:18.864 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.9295909Z [junit] 24-Jun-2020 14:25:18.864 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-26-41603"]
2020-06-24T14:25:18.9296365Z [junit] 24-Jun-2020 14:25:18.867 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-26-41603"]
2020-06-24T14:25:18.9296786Z [junit] 24-Jun-2020 14:25:18.868 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug56501s]
2020-06-24T14:25:18.9297228Z [junit] 24-Jun-2020 14:25:18.870 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-27"]
2020-06-24T14:25:18.9297654Z [junit] 24-Jun-2020 14:25:18.870 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.9298098Z [junit] 24-Jun-2020 14:25:18.871 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.9298546Z [junit] 24-Jun-2020 14:25:18.874 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-27-46491"]
2020-06-24T14:25:18.9298989Z [junit] 24-Jun-2020 14:25:18.890 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-27-46491"]
2020-06-24T14:25:18.9299398Z [junit] 24-Jun-2020 14:25:18.895 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.9299833Z [junit] 24-Jun-2020 14:25:18.896 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-27-46491"]
2020-06-24T14:25:18.9300292Z [junit] 24-Jun-2020 14:25:18.900 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-27-46491"]
2020-06-24T14:25:18.9300713Z [junit] 24-Jun-2020 14:25:18.901 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug57215a]
2020-06-24T14:25:18.9301150Z [junit] 24-Jun-2020 14:25:18.902 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-28"]
2020-06-24T14:25:18.9301655Z [junit] 24-Jun-2020 14:25:18.903 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:18.9302068Z [junit] 24-Jun-2020 14:25:18.903 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:18.9302706Z [junit] 24-Jun-2020 14:25:18.906 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-28-38651"]
2020-06-24T14:25:18.9303192Z [junit] 24-Jun-2020 14:25:18.919 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-28-38651"]
2020-06-24T14:25:18.9303595Z [junit] 24-Jun-2020 14:25:18.924 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:18.9304003Z [junit] 24-Jun-2020 14:25:18.925 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-28-38651"]
2020-06-24T14:25:18.9304426Z [junit] 24-Jun-2020 14:25:18.926 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-28-38651"]
2020-06-24T14:25:18.9304798Z [junit] 24-Jun-2020 14:25:18.928 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug57215b]
2020-06-24T14:25:19.0298511Z [junit] 24-Jun-2020 14:25:18.929 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-29"]
2020-06-24T14:25:19.0312853Z [junit] 24-Jun-2020 14:25:18.930 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:19.0313317Z [junit] 24-Jun-2020 14:25:18.930 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:19.0313823Z [junit] 24-Jun-2020 14:25:18.934 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-29-42259"]
2020-06-24T14:25:19.0314231Z [junit] 24-Jun-2020 14:25:18.944 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-29-42259"]
2020-06-24T14:25:19.0314622Z [junit] 24-Jun-2020 14:25:18.950 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:19.0315176Z [junit] 24-Jun-2020 14:25:18.951 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-29-42259"]
2020-06-24T14:25:19.0315602Z [junit] 24-Jun-2020 14:25:18.952 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-29-42259"]
2020-06-24T14:25:19.0315998Z [junit] 24-Jun-2020 14:25:18.954 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug57215c]
2020-06-24T14:25:19.0316411Z [junit] 24-Jun-2020 14:25:18.955 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-30"]
2020-06-24T14:25:19.0316800Z [junit] 24-Jun-2020 14:25:18.957 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:19.0317208Z [junit] 24-Jun-2020 14:25:18.957 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:19.0317629Z [junit] 24-Jun-2020 14:25:18.959 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-30-38407"]
2020-06-24T14:25:19.0318043Z [junit] 24-Jun-2020 14:25:18.971 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-30-38407"]
2020-06-24T14:25:19.0318422Z [junit] 24-Jun-2020 14:25:18.976 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:19.0318828Z [junit] 24-Jun-2020 14:25:18.977 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-30-38407"]
2020-06-24T14:25:19.0319250Z [junit] 24-Jun-2020 14:25:18.978 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-30-38407"]
2020-06-24T14:25:19.0319641Z [junit] 24-Jun-2020 14:25:18.979 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug57215d]
2020-06-24T14:25:19.0320263Z [junit] 24-Jun-2020 14:25:18.979 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-31"]
2020-06-24T14:25:19.0320724Z [junit] 24-Jun-2020 14:25:18.980 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:19.0321143Z [junit] 24-Jun-2020 14:25:18.980 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:19.0321556Z [junit] 24-Jun-2020 14:25:18.985 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-31-46385"]
2020-06-24T14:25:19.0321970Z [junit] 24-Jun-2020 14:25:18.995 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-31-46385"]
2020-06-24T14:25:19.0322337Z [junit] 24-Jun-2020 14:25:19.000 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:19.0322750Z [junit] 24-Jun-2020 14:25:19.001 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-31-46385"]
2020-06-24T14:25:19.0323174Z [junit] 24-Jun-2020 14:25:19.009 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-31-46385"]
2020-06-24T14:25:19.0323567Z [junit] 24-Jun-2020 14:25:19.010 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug57215e]
2020-06-24T14:25:19.0323970Z [junit] 24-Jun-2020 14:25:19.010 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-32"]
2020-06-24T14:25:19.0324354Z [junit] 24-Jun-2020 14:25:19.011 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:19.0324759Z [junit] 24-Jun-2020 14:25:19.011 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:19.0325180Z [junit] 24-Jun-2020 14:25:19.014 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-32-44267"]
2020-06-24T14:25:19.0325588Z [junit] 24-Jun-2020 14:25:19.023 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-32-44267"]
2020-06-24T14:25:19.0325973Z [junit] 24-Jun-2020 14:25:19.028 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:19.0326377Z [junit] 24-Jun-2020 14:25:19.029 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-32-44267"]
2020-06-24T14:25:19.1300213Z [junit] 24-Jun-2020 14:25:19.031 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-32-44267"]
2020-06-24T14:25:19.1301138Z [junit] 24-Jun-2020 14:25:19.032 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug57215f]
2020-06-24T14:25:19.1302517Z [junit] 24-Jun-2020 14:25:19.032 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-33"]
2020-06-24T14:25:19.1303094Z [junit] 24-Jun-2020 14:25:19.033 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:19.1303625Z [junit] 24-Jun-2020 14:25:19.033 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:19.1304207Z [junit] 24-Jun-2020 14:25:19.036 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-33-38975"]
2020-06-24T14:25:19.1304727Z [junit] 24-Jun-2020 14:25:19.043 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-33-38975"]
2020-06-24T14:25:19.1305434Z [junit] 24-Jun-2020 14:25:19.049 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:19.1306039Z [junit] 24-Jun-2020 14:25:19.050 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-33-38975"]
2020-06-24T14:25:19.1306578Z [junit] 24-Jun-2020 14:25:19.051 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-33-38975"]
2020-06-24T14:25:19.1307065Z [junit] 24-Jun-2020 14:25:19.052 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testLoginLogout]
2020-06-24T14:25:19.1307564Z [junit] 24-Jun-2020 14:25:19.054 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-34"]
2020-06-24T14:25:19.1308037Z [junit] 24-Jun-2020 14:25:19.054 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:19.1308545Z [junit] 24-Jun-2020 14:25:19.054 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:19.1309062Z [junit] 24-Jun-2020 14:25:19.057 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-34-43103"]
2020-06-24T14:25:19.1309572Z [junit] 24-Jun-2020 14:25:19.061 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-34-43103"]
2020-06-24T14:25:19.1311133Z [junit] 24-Jun-2020 14:25:19.067 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:19.1311857Z [junit] 24-Jun-2020 14:25:19.067 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-34-43103"]
2020-06-24T14:25:19.1313212Z [junit] 24-Jun-2020 14:25:19.068 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-34-43103"]
2020-06-24T14:25:19.1315966Z [junit] 24-Jun-2020 14:25:19.069 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug37794withoutFilter]
2020-06-24T14:25:19.1316505Z [junit] 24-Jun-2020 14:25:19.070 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-35"]
2020-06-24T14:25:19.1316965Z [junit] 24-Jun-2020 14:25:19.070 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:19.1317465Z [junit] 24-Jun-2020 14:25:19.070 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:19.1317975Z [junit] 24-Jun-2020 14:25:19.072 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-35-42181"]
2020-06-24T14:25:20.1321550Z [junit] 24-Jun-2020 14:25:20.075 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-35-42181"]
2020-06-24T14:25:20.1324764Z [junit] 24-Jun-2020 14:25:20.081 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:20.1326255Z [junit] 24-Jun-2020 14:25:20.082 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-35-42181"]
2020-06-24T14:25:20.1327391Z [junit] 24-Jun-2020 14:25:20.083 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-35-42181"]
2020-06-24T14:25:20.1327836Z [junit] 24-Jun-2020 14:25:20.085 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetReaderInvalidEbcoding]
2020-06-24T14:25:20.1328239Z [junit] 24-Jun-2020 14:25:20.085 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-36"]
2020-06-24T14:25:20.1328609Z [junit] 24-Jun-2020 14:25:20.086 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:20.1329320Z [junit] 24-Jun-2020 14:25:20.086 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:20.1329741Z [junit] 24-Jun-2020 14:25:20.088 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-36-35097"]
2020-06-24T14:25:20.1330196Z [junit] 24-Jun-2020 14:25:20.107 SEVERE [http-nio-127.0.0.1-auto-36-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [servlet] in context with path [] threw exception
2020-06-24T14:25:20.1330576Z [junit] java.io.UnsupportedEncodingException: The character encoding [x-invalid] is not supported
2020-06-24T14:25:20.1330717Z [junit] at org.apache.tomcat.util.buf.B2CConverter.getCharset(B2CConverter.java:65)
2020-06-24T14:25:20.1330867Z [junit] at org.apache.coyote.Request.getCharset(Request.java:332)
2020-06-24T14:25:20.1331014Z [junit] at org.apache.catalina.connector.InputBuffer.checkConverter(InputBuffer.java:572)
2020-06-24T14:25:20.1331213Z [junit] at org.apache.catalina.connector.Request.getReader(Request.java:1210)
2020-06-24T14:25:20.1331365Z [junit] at org.apache.catalina.connector.RequestFacade.getReader(RequestFacade.java:504)
2020-06-24T14:25:20.1331516Z [junit] at org.apache.catalina.connector.TestRequest$Bug61264GetReaderServlet.doPost(TestRequest.java:975)
2020-06-24T14:25:20.1331668Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:689)
2020-06-24T14:25:20.1331813Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-24T14:25:20.1331964Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-24T14:25:20.1332115Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-24T14:25:20.1332271Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-24T14:25:20.1332418Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-24T14:25:20.1332568Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-24T14:25:20.1332717Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-24T14:25:20.1332862Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-24T14:25:20.1332992Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-24T14:25:20.1333136Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-24T14:25:20.1333285Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-24T14:25:20.1333437Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:25:20.1333584Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:25:20.1333731Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:25:20.1333876Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:25:20.1334021Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:25:20.1334162Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:25:20.1334403Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:25:20.1334544Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:25:20.1334941Z [junit] 24-Jun-2020 14:25:20.113 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-36-35097"]
2020-06-24T14:25:20.1335439Z [junit] 24-Jun-2020 14:25:20.119 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:20.1335846Z [junit] 24-Jun-2020 14:25:20.119 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-36-35097"]
2020-06-24T14:25:20.1336250Z [junit] 24-Jun-2020 14:25:20.120 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-36-35097"]
2020-06-24T14:25:20.1336633Z [junit] 24-Jun-2020 14:25:20.122 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug49424NoChunking]
2020-06-24T14:25:20.1337020Z [junit] 24-Jun-2020 14:25:20.122 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-37"]
2020-06-24T14:25:20.1337389Z [junit] 24-Jun-2020 14:25:20.122 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:20.1337789Z [junit] 24-Jun-2020 14:25:20.122 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:20.1338186Z [junit] 24-Jun-2020 14:25:20.124 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-37-44021"]
2020-06-24T14:25:20.1338579Z [junit] 24-Jun-2020 14:25:20.128 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-37-44021"]
2020-06-24T14:25:20.1745577Z [junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 10.67 sec
2020-06-24T14:25:20.1747252Z [junit] 24-Jun-2020 14:25:20.134 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:20.1748456Z [junit] 24-Jun-2020 14:25:20.134 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-37-44021"]
2020-06-24T14:25:20.1749034Z [junit] 24-Jun-2020 14:25:20.136 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-37-44021"]
2020-06-24T14:25:20.4837518Z [junit] Running org.apache.catalina.connector.TestResponse
2020-06-24T14:25:20.5818297Z [junit] 24-Jun-2020 14:25:20.491 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendRedirect01]
2020-06-24T14:25:20.6819839Z [junit] 24-Jun-2020 14:25:20.587 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:25:20.6820695Z [junit] 24-Jun-2020 14:25:20.592 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendRedirect02]
2020-06-24T14:25:20.6821259Z [junit] 24-Jun-2020 14:25:20.593 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:25:20.6821803Z [junit] 24-Jun-2020 14:25:20.594 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendRedirect03]
2020-06-24T14:25:20.6822327Z [junit] 24-Jun-2020 14:25:20.594 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:25:20.6822830Z [junit] 24-Jun-2020 14:25:20.595 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug49598]
2020-06-24T14:25:20.8822550Z [junit] 24-Jun-2020 14:25:20.828 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:25:20.8823476Z [junit] 24-Jun-2020 14:25:20.845 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:20.8824244Z [junit] 24-Jun-2020 14:25:20.845 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:20.9824064Z [junit] 24-Jun-2020 14:25:20.909 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-4-40879"]
2020-06-24T14:25:21.0845652Z [junit] 24-Jun-2020 14:25:20.991 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-4-40879"]
2020-06-24T14:25:21.0846789Z [junit] 24-Jun-2020 14:25:20.997 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:21.0847420Z [junit] 24-Jun-2020 14:25:21.005 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-4-40879"]
2020-06-24T14:25:21.0848037Z [junit] 24-Jun-2020 14:25:21.006 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4-40879"]
2020-06-24T14:25:21.0848618Z [junit] 24-Jun-2020 14:25:21.012 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug52811]
2020-06-24T14:25:21.0849229Z [junit] 24-Jun-2020 14:25:21.016 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"]
2020-06-24T14:25:21.0849806Z [junit] 24-Jun-2020 14:25:21.016 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:21.0850401Z [junit] 24-Jun-2020 14:25:21.016 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:21.0850997Z [junit] 24-Jun-2020 14:25:21.028 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-45175"]
2020-06-24T14:25:21.0851604Z [junit] 24-Jun-2020 14:25:21.038 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-45175"]
2020-06-24T14:25:21.0852171Z [junit] 24-Jun-2020 14:25:21.044 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:21.0852772Z [junit] 24-Jun-2020 14:25:21.045 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-45175"]
2020-06-24T14:25:21.0853378Z [junit] 24-Jun-2020 14:25:21.047 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-5-45175"]
2020-06-24T14:25:21.0853954Z [junit] 24-Jun-2020 14:25:21.048 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062a]
2020-06-24T14:25:21.0854541Z [junit] 24-Jun-2020 14:25:21.050 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-6"]
2020-06-24T14:25:21.0855115Z [junit] 24-Jun-2020 14:25:21.051 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062b]
2020-06-24T14:25:21.0855702Z [junit] 24-Jun-2020 14:25:21.051 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-7"]
2020-06-24T14:25:21.0856345Z [junit] 24-Jun-2020 14:25:21.052 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062c]
2020-06-24T14:25:21.0856926Z [junit] 24-Jun-2020 14:25:21.052 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-8"]
2020-06-24T14:25:21.0857684Z [junit] 24-Jun-2020 14:25:21.053 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062d]
2020-06-24T14:25:21.0858305Z [junit] 24-Jun-2020 14:25:21.053 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-9"]
2020-06-24T14:25:21.0858913Z [junit] 24-Jun-2020 14:25:21.054 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062e]
2020-06-24T14:25:21.0859558Z [junit] 24-Jun-2020 14:25:21.054 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-10"]
2020-06-24T14:25:21.0860397Z [junit] 24-Jun-2020 14:25:21.055 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062f]
2020-06-24T14:25:21.0861056Z [junit] 24-Jun-2020 14:25:21.055 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-11"]
2020-06-24T14:25:21.0861684Z [junit] 24-Jun-2020 14:25:21.056 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062g]
2020-06-24T14:25:21.0862313Z [junit] 24-Jun-2020 14:25:21.056 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-12"]
2020-06-24T14:25:21.0862928Z [junit] 24-Jun-2020 14:25:21.057 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062h]
2020-06-24T14:25:21.0863639Z [junit] 24-Jun-2020 14:25:21.057 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-13"]
2020-06-24T14:25:21.0864267Z [junit] 24-Jun-2020 14:25:21.058 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062i]
2020-06-24T14:25:21.0864877Z [junit] 24-Jun-2020 14:25:21.058 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-14"]
2020-06-24T14:25:21.0865492Z [junit] 24-Jun-2020 14:25:21.063 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062j]
2020-06-24T14:25:21.0866118Z [junit] 24-Jun-2020 14:25:21.064 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-15"]
2020-06-24T14:25:21.0866729Z [junit] 24-Jun-2020 14:25:21.066 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062k]
2020-06-24T14:25:21.0867356Z [junit] 24-Jun-2020 14:25:21.068 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-16"]
2020-06-24T14:25:21.0867973Z [junit] 24-Jun-2020 14:25:21.070 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062l]
2020-06-24T14:25:21.0868600Z [junit] 24-Jun-2020 14:25:21.071 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-17"]
2020-06-24T14:25:21.0869792Z [junit] 24-Jun-2020 14:25:21.072 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062m]
2020-06-24T14:25:21.0870429Z [junit] 24-Jun-2020 14:25:21.073 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-18"]
2020-06-24T14:25:21.0870981Z [junit] 24-Jun-2020 14:25:21.074 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062n]
2020-06-24T14:25:21.0871539Z [junit] 24-Jun-2020 14:25:21.075 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-19"]
2020-06-24T14:25:21.0872095Z [junit] 24-Jun-2020 14:25:21.076 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062o]
2020-06-24T14:25:21.0872665Z [junit] 24-Jun-2020 14:25:21.077 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-20"]
2020-06-24T14:25:21.0873212Z [junit] 24-Jun-2020 14:25:21.079 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062p]
2020-06-24T14:25:21.0873771Z [junit] 24-Jun-2020 14:25:21.080 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-21"]
2020-06-24T14:25:21.1836513Z [junit] 24-Jun-2020 14:25:21.087 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53469a]
2020-06-24T14:25:21.1837802Z [junit] 24-Jun-2020 14:25:21.088 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-22"]
2020-06-24T14:25:21.1838654Z [junit] 24-Jun-2020 14:25:21.088 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53469b]
2020-06-24T14:25:21.1839202Z [junit] 24-Jun-2020 14:25:21.089 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-23"]
2020-06-24T14:25:21.1841219Z [junit] 24-Jun-2020 14:25:21.093 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testCharset]
2020-06-24T14:25:21.1841888Z [junit] 24-Jun-2020 14:25:21.095 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-24"]
2020-06-24T14:25:21.1842434Z [junit] 24-Jun-2020 14:25:21.096 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:21.1843007Z [junit] 24-Jun-2020 14:25:21.096 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:21.1843601Z [junit] 24-Jun-2020 14:25:21.104 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-24-45937"]
2020-06-24T14:25:21.1844173Z [junit] 24-Jun-2020 14:25:21.110 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-24-45937"]
2020-06-24T14:25:21.1844711Z [junit] 24-Jun-2020 14:25:21.115 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:21.1845366Z [junit] 24-Jun-2020 14:25:21.116 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-24-45937"]
2020-06-24T14:25:21.1846140Z [junit] 24-Jun-2020 14:25:21.128 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-24-45937"]
2020-06-24T14:25:21.1846701Z [junit] 24-Jun-2020 14:25:21.130 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL01]
2020-06-24T14:25:21.1847268Z [junit] 24-Jun-2020 14:25:21.133 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-25"]
2020-06-24T14:25:21.1847816Z [junit] 24-Jun-2020 14:25:21.133 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL02]
2020-06-24T14:25:21.1848374Z [junit] 24-Jun-2020 14:25:21.134 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-26"]
2020-06-24T14:25:21.1851340Z [junit] 24-Jun-2020 14:25:21.135 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL03]
2020-06-24T14:25:21.1851971Z [junit] 24-Jun-2020 14:25:21.135 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-27"]
2020-06-24T14:25:21.1852533Z [junit] 24-Jun-2020 14:25:21.136 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL04]
2020-06-24T14:25:21.1853092Z [junit] 24-Jun-2020 14:25:21.136 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-28"]
2020-06-24T14:25:21.1853635Z [junit] 24-Jun-2020 14:25:21.137 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL06]
2020-06-24T14:25:21.1854184Z [junit] 24-Jun-2020 14:25:21.137 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-29"]
2020-06-24T14:25:21.1854724Z [junit] 24-Jun-2020 14:25:21.138 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL07]
2020-06-24T14:25:21.1855281Z [junit] 24-Jun-2020 14:25:21.139 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-30"]
2020-06-24T14:25:21.1861842Z [junit] 24-Jun-2020 14:25:21.139 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL08]
2020-06-24T14:25:21.1862983Z [junit] 24-Jun-2020 14:25:21.140 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-31"]
2020-06-24T14:25:21.1863535Z [junit] 24-Jun-2020 14:25:21.140 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL09]
2020-06-24T14:25:21.1864138Z [junit] 24-Jun-2020 14:25:21.141 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-32"]
2020-06-24T14:25:21.1864643Z [junit] 24-Jun-2020 14:25:21.141 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL10]
2020-06-24T14:25:21.1865162Z [junit] 24-Jun-2020 14:25:21.142 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-33"]
2020-06-24T14:25:21.1865966Z [junit] 24-Jun-2020 14:25:21.142 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL11]
2020-06-24T14:25:21.1866486Z [junit] 24-Jun-2020 14:25:21.143 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-34"]
2020-06-24T14:25:21.1866988Z [junit] 24-Jun-2020 14:25:21.143 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL12]
2020-06-24T14:25:21.1867686Z [junit] 24-Jun-2020 14:25:21.144 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-35"]
2020-06-24T14:25:21.1868231Z [junit] 24-Jun-2020 14:25:21.144 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL13]
2020-06-24T14:25:21.1868783Z [junit] 24-Jun-2020 14:25:21.145 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-36"]
2020-06-24T14:25:21.1869344Z [junit] 24-Jun-2020 14:25:21.145 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL14]
2020-06-24T14:25:21.1869926Z [junit] 24-Jun-2020 14:25:21.146 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-37"]
2020-06-24T14:25:21.1870466Z [junit] 24-Jun-2020 14:25:21.146 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL15]
2020-06-24T14:25:21.1871029Z [junit] 24-Jun-2020 14:25:21.147 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-38"]
2020-06-24T14:25:21.1871573Z [junit] 24-Jun-2020 14:25:21.148 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL16]
2020-06-24T14:25:21.1872121Z [junit] 24-Jun-2020 14:25:21.148 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-39"]
2020-06-24T14:25:21.1872680Z [junit] 24-Jun-2020 14:25:21.149 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL01]
2020-06-24T14:25:21.1873254Z [junit] 24-Jun-2020 14:25:21.149 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-40"]
2020-06-24T14:25:21.1873802Z [junit] 24-Jun-2020 14:25:21.150 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL02]
2020-06-24T14:25:21.1874356Z [junit] 24-Jun-2020 14:25:21.150 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-41"]
2020-06-24T14:25:21.1875062Z [junit] 24-Jun-2020 14:25:21.151 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL03]
2020-06-24T14:25:21.1875630Z [junit] 24-Jun-2020 14:25:21.157 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-42"]
2020-06-24T14:25:21.1876387Z [junit] 24-Jun-2020 14:25:21.157 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL04]
2020-06-24T14:25:21.1877023Z [junit] 24-Jun-2020 14:25:21.159 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-43"]
2020-06-24T14:25:21.1877590Z [junit] 24-Jun-2020 14:25:21.160 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL05]
2020-06-24T14:25:21.1878143Z [junit] 24-Jun-2020 14:25:21.161 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-44"]
2020-06-24T14:25:21.1878690Z [junit] 24-Jun-2020 14:25:21.161 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL06]
2020-06-24T14:25:21.1879241Z [junit] 24-Jun-2020 14:25:21.162 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-45"]
2020-06-24T14:25:21.1879794Z [junit] 24-Jun-2020 14:25:21.163 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL07]
2020-06-24T14:25:21.1880398Z [junit] 24-Jun-2020 14:25:21.163 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-46"]
2020-06-24T14:25:21.1880958Z [junit] 24-Jun-2020 14:25:21.165 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL08]
2020-06-24T14:25:21.1881511Z [junit] 24-Jun-2020 14:25:21.166 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-47"]
2020-06-24T14:25:21.1882055Z [junit] 24-Jun-2020 14:25:21.167 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL09]
2020-06-24T14:25:21.1882607Z [junit] 24-Jun-2020 14:25:21.168 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-48"]
2020-06-24T14:25:21.1883169Z [junit] 24-Jun-2020 14:25:21.168 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL10]
2020-06-24T14:25:21.1883724Z [junit] 24-Jun-2020 14:25:21.169 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-49"]
2020-06-24T14:25:21.1884268Z [junit] 24-Jun-2020 14:25:21.170 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL11]
2020-06-24T14:25:21.1884817Z [junit] 24-Jun-2020 14:25:21.171 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-50"]
2020-06-24T14:25:21.1885365Z [junit] 24-Jun-2020 14:25:21.172 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL12]
2020-06-24T14:25:21.1885924Z [junit] 24-Jun-2020 14:25:21.172 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-51"]
2020-06-24T14:25:21.1886471Z [junit] 24-Jun-2020 14:25:21.173 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL13]
2020-06-24T14:25:21.1887024Z [junit] 24-Jun-2020 14:25:21.174 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-52"]
2020-06-24T14:25:21.1887568Z [junit] 24-Jun-2020 14:25:21.175 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL14]
2020-06-24T14:25:21.1888118Z [junit] 24-Jun-2020 14:25:21.176 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-53"]
2020-06-24T14:25:21.1888666Z [junit] 24-Jun-2020 14:25:21.178 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL15]
2020-06-24T14:25:21.1889035Z [junit] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.762 sec
2020-06-24T14:25:21.1889639Z [junit] 24-Jun-2020 14:25:21.179 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-54"]
2020-06-24T14:25:21.1890199Z [junit] 24-Jun-2020 14:25:21.180 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL16]
2020-06-24T14:25:21.1891400Z [junit] 24-Jun-2020 14:25:21.180 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-55"]
2020-06-24T14:25:21.5090230Z [junit] Running org.apache.catalina.connector.TestResponsePerformance
2020-06-24T14:25:21.5091765Z [junit] 24-Jun-2020 14:25:21.473 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testToAbsolutePerformance]
2020-06-24T14:25:22.1098258Z [junit] 24-Jun-2020 14:25:22.013 INFO [main] org.apache.catalina.connector.TestResponsePerformance.testToAbsolutePerformance Current 'home-brew': 24ms, Using URI: 133ms
2020-06-24T14:25:22.2099840Z [junit] 24-Jun-2020 14:25:22.141 INFO [main] org.apache.catalina.connector.TestResponsePerformance.testToAbsolutePerformance Current 'home-brew': 24ms, Using URI: 104ms
2020-06-24T14:25:22.3101323Z [junit] 24-Jun-2020 14:25:22.296 INFO [main] org.apache.catalina.connector.TestResponsePerformance.testToAbsolutePerformance Current 'home-brew': 23ms, Using URI: 132ms
2020-06-24T14:25:22.3102178Z [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.878 sec
2020-06-24T14:25:22.6308552Z [junit] Running org.apache.catalina.connector.TestSendFile
2020-06-24T14:25:22.6320353Z [junit] 24-Jun-2020 14:25:22.626 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug60409]
2020-06-24T14:25:22.7311509Z [junit] Created file:/tmp/testSendFile-1593008722717.txt with 100000 bytes.
2020-06-24T14:25:23.0324497Z [junit] 24-Jun-2020 14:25:22.981 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:25:23.0325446Z [junit] 24-Jun-2020 14:25:23.003 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:23.0326090Z [junit] 24-Jun-2020 14:25:23.003 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:23.1328254Z [junit] 24-Jun-2020 14:25:23.089 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-40987"]
2020-06-24T14:25:24.2330985Z [junit] Created file:/tmp/testSendFile-1593008724220-0.txt with 100000 bytes.
2020-06-24T14:25:24.2331425Z [junit] Created file:/tmp/testSendFile-1593008724221-1.txt with 200000 bytes.
2020-06-24T14:25:24.2331743Z [junit] Created file:/tmp/testSendFile-1593008724223-2.txt with 300000 bytes.
2020-06-24T14:25:24.2332090Z [junit] Created file:/tmp/testSendFile-1593008724226-3.txt with 400000 bytes.
2020-06-24T14:25:24.2344710Z [junit] 24-Jun-2020 14:25:24.191 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-40987"]
2020-06-24T14:25:24.2345187Z [junit] 24-Jun-2020 14:25:24.196 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:24.2345600Z [junit] 24-Jun-2020 14:25:24.203 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-40987"]
2020-06-24T14:25:24.2346017Z [junit] 24-Jun-2020 14:25:24.204 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-40987"]
2020-06-24T14:25:24.2346399Z [junit] 24-Jun-2020 14:25:24.213 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendFile]
2020-06-24T14:25:24.3333290Z [junit] Created file:/tmp/testSendFile-1593008724229-4.txt with 500000 bytes.
2020-06-24T14:25:24.3333976Z [junit] Created file:/tmp/testSendFile-1593008724238-5.txt with 600000 bytes.
2020-06-24T14:25:24.3334303Z [junit] Created file:/tmp/testSendFile-1593008724244-6.txt with 700000 bytes.
2020-06-24T14:25:24.3334703Z [junit] Created file:/tmp/testSendFile-1593008724250-7.txt with 800000 bytes.
2020-06-24T14:25:24.3335032Z [junit] Created file:/tmp/testSendFile-1593008724256-8.txt with 900000 bytes.
2020-06-24T14:25:24.3335352Z [junit] Created file:/tmp/testSendFile-1593008724272-9.txt with 1000000 bytes.
2020-06-24T14:25:24.3335497Z [junit] Client received 100000 bytes in 3 ms.
2020-06-24T14:25:24.3335622Z [junit] Client received 200000 bytes in 2 ms.
2020-06-24T14:25:24.3335927Z [junit] Client received 300000 bytes in 2 ms.
2020-06-24T14:25:24.3336055Z [junit] Client received 400000 bytes in 3 ms.
2020-06-24T14:25:24.3336184Z [junit] Client received 500000 bytes in 2 ms.
2020-06-24T14:25:24.3336320Z [junit] Client received 600000 bytes in 2 ms.
2020-06-24T14:25:24.3336438Z [junit] Client received 700000 bytes in 2 ms.
2020-06-24T14:25:24.3336569Z [junit] Client received 800000 bytes in 3 ms.
2020-06-24T14:25:24.3336706Z [junit] Client received 900000 bytes in 2 ms.
2020-06-24T14:25:24.3336838Z [junit] Client received 1000000 bytes in 2 ms.
2020-06-24T14:25:24.3336987Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.778 sec
2020-06-24T14:25:24.3345649Z [junit] 24-Jun-2020 14:25:24.282 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:25:24.3346378Z [junit] 24-Jun-2020 14:25:24.282 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:24.3347453Z [junit] 24-Jun-2020 14:25:24.282 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:24.3347932Z [junit] 24-Jun-2020 14:25:24.291 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-44007"]
2020-06-24T14:25:24.3348392Z [junit] 24-Jun-2020 14:25:24.318 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-44007"]
2020-06-24T14:25:24.3348774Z [junit] 24-Jun-2020 14:25:24.319 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:24.3349169Z [junit] 24-Jun-2020 14:25:24.325 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-44007"]
2020-06-24T14:25:24.3349574Z [junit] 24-Jun-2020 14:25:24.326 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-44007"]
2020-06-24T14:25:24.6508307Z [junit] Running org.apache.catalina.core.TestApplicationContext
2020-06-24T14:25:24.6509535Z [junit] 24-Jun-2020 14:25:24.641 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetJspConfigDescriptor]
2020-06-24T14:25:25.0518175Z [junit] 24-Jun-2020 14:25:25.019 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:25:25.1519702Z [junit] 24-Jun-2020 14:25:25.044 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:25.1520697Z [junit] 24-Jun-2020 14:25:25.057 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:25.2520950Z [junit] 24-Jun-2020 14:25:25.171 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:25:25.2522028Z [junit] 24-Jun-2020 14:25:25.242 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:25:26.1543811Z [junit] 24-Jun-2020 14:25:26.100 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-45785"]
2020-06-24T14:25:26.1544855Z [junit] 24-Jun-2020 14:25:26.118 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-45785"]
2020-06-24T14:25:26.1545478Z [junit] 24-Jun-2020 14:25:26.118 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:26.1546092Z [junit] 24-Jun-2020 14:25:26.125 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-45785"]
2020-06-24T14:25:26.1546710Z [junit] 24-Jun-2020 14:25:26.128 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-45785"]
2020-06-24T14:25:26.1547326Z [junit] 24-Jun-2020 14:25:26.134 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAddServletWithServletNameNull]
2020-06-24T14:25:26.1547930Z [junit] 24-Jun-2020 14:25:26.135 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:25:26.1548508Z [junit] 24-Jun-2020 14:25:26.135 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53257]
2020-06-24T14:25:26.1549099Z [junit] 24-Jun-2020 14:25:26.139 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:25:26.1549678Z [junit] 24-Jun-2020 14:25:26.140 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:26.1550275Z [junit] 24-Jun-2020 14:25:26.140 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:26.1550861Z [junit] 24-Jun-2020 14:25:26.146 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:25:26.2545119Z [junit] 24-Jun-2020 14:25:26.167 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:25:26.4546860Z [junit] 24-Jun-2020 14:25:26.374 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-3-40251"]
2020-06-24T14:25:26.5548534Z [junit] 24-Jun-2020 14:25:26.549 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-3-40251"]
2020-06-24T14:25:26.6550412Z [junit] 24-Jun-2020 14:25:26.555 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:26.6551394Z [junit] 24-Jun-2020 14:25:26.558 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-3-40251"]
2020-06-24T14:25:26.6552047Z [junit] 24-Jun-2020 14:25:26.560 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3-40251"]
2020-06-24T14:25:26.6553082Z [junit] 24-Jun-2020 14:25:26.564 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53467]
2020-06-24T14:25:26.6553563Z [junit] 24-Jun-2020 14:25:26.566 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:25:26.6553949Z [junit] 24-Jun-2020 14:25:26.571 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:26.6554395Z [junit] 24-Jun-2020 14:25:26.571 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:26.6555464Z [junit] 24-Jun-2020 14:25:26.577 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:25:26.6556141Z [junit] 24-Jun-2020 14:25:26.609 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:25:26.7552188Z [junit] 24-Jun-2020 14:25:26.745 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-4-44061"]
2020-06-24T14:25:26.8557409Z [junit] 24-Jun-2020 14:25:26.779 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-4-44061"]
2020-06-24T14:25:26.8557875Z [junit] 24-Jun-2020 14:25:26.784 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:26.8558351Z [junit] 24-Jun-2020 14:25:26.786 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-4-44061"]
2020-06-24T14:25:26.8558770Z [junit] 24-Jun-2020 14:25:26.790 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4-44061"]
2020-06-24T14:25:26.8560667Z [junit] 24-Jun-2020 14:25:26.791 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug57190]
2020-06-24T14:25:26.8561116Z [junit] 24-Jun-2020 14:25:26.795 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"]
2020-06-24T14:25:26.8561534Z [junit] 24-Jun-2020 14:25:26.795 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:26.8561979Z [junit] 24-Jun-2020 14:25:26.795 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:26.8562423Z [junit] 24-Jun-2020 14:25:26.820 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-38709"]
2020-06-24T14:25:26.8562861Z [junit] 24-Jun-2020 14:25:26.826 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-38709"]
2020-06-24T14:25:26.8563254Z [junit] 24-Jun-2020 14:25:26.832 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:26.8563680Z [junit] 24-Jun-2020 14:25:26.835 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-38709"]
2020-06-24T14:25:26.8564113Z [junit] 24-Jun-2020 14:25:26.838 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-5-38709"]
2020-06-24T14:25:26.8564545Z [junit] 24-Jun-2020 14:25:26.839 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAddFilterWithFilterNameNull]
2020-06-24T14:25:26.8564976Z [junit] 24-Jun-2020 14:25:26.840 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-6"]
2020-06-24T14:25:26.8565416Z [junit] 24-Jun-2020 14:25:26.840 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAddFilterWithFilterNameEmptyString]
2020-06-24T14:25:26.8565842Z [junit] 24-Jun-2020 14:25:26.841 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-7"]
2020-06-24T14:25:26.8566253Z [junit] 24-Jun-2020 14:25:26.842 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSetInitParameter]
2020-06-24T14:25:26.8566673Z [junit] 24-Jun-2020 14:25:26.842 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-8"]
2020-06-24T14:25:26.8567302Z [junit] 24-Jun-2020 14:25:26.843 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:26.8567814Z [junit] 24-Jun-2020 14:25:26.843 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:26.8568260Z [junit] 24-Jun-2020 14:25:26.844 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-8-35583"]
2020-06-24T14:25:26.9557433Z [junit] 24-Jun-2020 14:25:26.860 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:25:26.9558169Z [junit] 24-Jun-2020 14:25:26.876 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:25:27.0559701Z [junit] 24-Jun-2020 14:25:26.961 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-8-35583"]
2020-06-24T14:25:27.0560635Z [junit] 24-Jun-2020 14:25:26.961 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:27.0561672Z [junit] 24-Jun-2020 14:25:26.963 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-8-35583"]
2020-06-24T14:25:27.0562090Z [junit] 24-Jun-2020 14:25:26.964 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-8-35583"]
2020-06-24T14:25:27.0562447Z [junit] 24-Jun-2020 14:25:26.966 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testJspPropertyGroupsAreIsolated]
2020-06-24T14:25:27.0562884Z [junit] 24-Jun-2020 14:25:26.967 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-9"]
2020-06-24T14:25:27.0563223Z [junit] 24-Jun-2020 14:25:26.967 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:27.0563577Z [junit] 24-Jun-2020 14:25:26.967 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:27.0563912Z [junit] 24-Jun-2020 14:25:26.972 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-24T14:25:27.0564498Z [junit] 24-Jun-2020 14:25:26.984 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2020-06-24T14:25:27.1562834Z [junit] 24-Jun-2020 14:25:27.087 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-9-33977"]
2020-06-24T14:25:27.1563865Z [junit] 24-Jun-2020 14:25:27.103 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-9-33977"]
2020-06-24T14:25:27.1564532Z [junit] 24-Jun-2020 14:25:27.109 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:27.1565187Z [junit] 24-Jun-2020 14:25:27.114 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-9-33977"]
2020-06-24T14:25:27.1565842Z [junit] 24-Jun-2020 14:25:27.115 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-9-33977"]
2020-06-24T14:25:27.1566482Z [junit] 24-Jun-2020 14:25:27.117 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testCrossContextSetAttribute]
2020-06-24T14:25:27.1567476Z [junit] 24-Jun-2020 14:25:27.119 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-10"]
2020-06-24T14:25:27.1568116Z [junit] 24-Jun-2020 14:25:27.120 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:27.1568763Z [junit] 24-Jun-2020 14:25:27.120 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:27.1569415Z [junit] 24-Jun-2020 14:25:27.126 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-10-43331"]
2020-06-24T14:25:27.1570064Z [junit] 24-Jun-2020 14:25:27.139 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-10-43331"]
2020-06-24T14:25:27.1570688Z [junit] 24-Jun-2020 14:25:27.144 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:27.1571328Z [junit] 24-Jun-2020 14:25:27.146 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-10-43331"]
2020-06-24T14:25:27.1571992Z [junit] 24-Jun-2020 14:25:27.148 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-10-43331"]
2020-06-24T14:25:27.1572637Z [junit] 24-Jun-2020 14:25:27.151 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAddServletWithServletNameEmptyString]
2020-06-24T14:25:27.1573280Z [junit] 24-Jun-2020 14:25:27.153 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-11"]
2020-06-24T14:25:27.1573648Z [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.582 sec
2020-06-24T14:25:27.4906049Z [junit] Running org.apache.catalina.core.TestApplicationContextGetRequestDispatcher
2020-06-24T14:25:27.5924686Z [junit] 24-Jun-2020 14:25:27.497 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcherEncodedTraversal[0: useAsync[true]]]
2020-06-24T14:25:27.8911088Z [junit] 24-Jun-2020 14:25:27.844 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"]
2020-06-24T14:25:27.8911958Z [junit] 24-Jun-2020 14:25:27.862 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:27.8912604Z [junit] 24-Jun-2020 14:25:27.862 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:27.9913020Z [junit] 24-Jun-2020 14:25:27.975 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-45287"]
2020-06-24T14:25:28.0981577Z [junit] 24-Jun-2020 14:25:28.046 WARNING [http-nio-127.0.0.1-auto-1-exec-1] org.apache.catalina.core.ApplicationContext.getRequestDispatcher An application attempted to obtain a request dispatcher with an illegal path [/prefix/%2E%2E/target] that was rejected because it contained an encoded directory traversal attempt
2020-06-24T14:25:28.0982351Z [junit] java.lang.IllegalArgumentException
2020-06-24T14:25:28.0982903Z [junit] at org.apache.catalina.core.ApplicationContext.getRequestDispatcher(ApplicationContext.java:420)
2020-06-24T14:25:28.0983111Z [junit] at org.apache.catalina.core.ApplicationContextFacade.getRequestDispatcher(ApplicationContextFacade.java:222)
2020-06-24T14:25:28.0983272Z [junit] at org.apache.catalina.core.AsyncContextImpl.dispatch(AsyncContextImpl.java:201)
2020-06-24T14:25:28.0983528Z [junit] at org.apache.catalina.core.AsyncContextImpl.dispatch(AsyncContextImpl.java:180)
2020-06-24T14:25:28.0983700Z [junit] at org.apache.catalina.core.TestApplicationContextGetRequestDispatcher$AsyncDispatcherServlet.doGet(TestApplicationContextGetRequestDispatcher.java:515)
2020-06-24T14:25:28.0984232Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-24T14:25:28.0984468Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-24T14:25:28.0985120Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-24T14:25:28.0985287Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-24T14:25:28.0986388Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-24T14:25:28.0986731Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-24T14:25:28.0987051Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-24T14:25:28.0987402Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-24T14:25:28.0987717Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-24T14:25:28.0988035Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-24T14:25:28.0988348Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-24T14:25:28.0988667Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-24T14:25:28.0988985Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-24T14:25:28.0989300Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-24T14:25:28.0989614Z [junit] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1563)
2020-06-24T14:25:28.0989927Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-24T14:25:28.0990237Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-24T14:25:28.0990554Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-24T14:25:28.0990868Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-24T14:25:28.0991172Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-24T14:25:28.0991823Z [junit] 24-Jun-2020 14:25:28.056 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-45287"]
2020-06-24T14:25:28.0992408Z [junit] 24-Jun-2020 14:25:28.062 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.0993010Z [junit] 24-Jun-2020 14:25:28.069 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-45287"]
2020-06-24T14:25:28.0998182Z [junit] 24-Jun-2020 14:25:28.071 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-45287"]
2020-06-24T14:25:28.0998971Z [junit] 24-Jun-2020 14:25:28.077 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcherNullPath01[0: useAsync[true]]]
2020-06-24T14:25:28.0999639Z [junit] 24-Jun-2020 14:25:28.078 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"]
2020-06-24T14:25:28.1000272Z [junit] 24-Jun-2020 14:25:28.078 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.1000932Z [junit] 24-Jun-2020 14:25:28.079 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.1001708Z [junit] 24-Jun-2020 14:25:28.083 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-39039"]
2020-06-24T14:25:28.1002680Z [junit] 24-Jun-2020 14:25:28.090 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-39039"]
2020-06-24T14:25:28.1918986Z [junit] 24-Jun-2020 14:25:28.101 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.1920620Z [junit] 24-Jun-2020 14:25:28.102 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-39039"]
2020-06-24T14:25:28.1921218Z [junit] 24-Jun-2020 14:25:28.104 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-39039"]
2020-06-24T14:25:28.1921789Z [junit] 24-Jun-2020 14:25:28.107 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcherNullPath02[0: useAsync[true]]]
2020-06-24T14:25:28.1922349Z [junit] 24-Jun-2020 14:25:28.110 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-3"]
2020-06-24T14:25:28.1922864Z [junit] 24-Jun-2020 14:25:28.111 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.1923392Z [junit] 24-Jun-2020 14:25:28.112 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.1923927Z [junit] 24-Jun-2020 14:25:28.116 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-3-43253"]
2020-06-24T14:25:28.1924460Z [junit] 24-Jun-2020 14:25:28.122 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-3-43253"]
2020-06-24T14:25:28.1924965Z [junit] 24-Jun-2020 14:25:28.127 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.1925496Z [junit] 24-Jun-2020 14:25:28.129 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-3-43253"]
2020-06-24T14:25:28.1926042Z [junit] 24-Jun-2020 14:25:28.131 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3-43253"]
2020-06-24T14:25:28.1926583Z [junit] 24-Jun-2020 14:25:28.133 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher01[0: useAsync[true]]]
2020-06-24T14:25:28.1927316Z [junit] 24-Jun-2020 14:25:28.134 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-4"]
2020-06-24T14:25:28.1927893Z [junit] 24-Jun-2020 14:25:28.136 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.1928495Z [junit] 24-Jun-2020 14:25:28.141 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.1929106Z [junit] 24-Jun-2020 14:25:28.145 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-4-42351"]
2020-06-24T14:25:28.1929722Z [junit] 24-Jun-2020 14:25:28.176 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-4-42351"]
2020-06-24T14:25:28.1930299Z [junit] 24-Jun-2020 14:25:28.181 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.1930898Z [junit] 24-Jun-2020 14:25:28.183 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-4-42351"]
2020-06-24T14:25:28.1931528Z [junit] 24-Jun-2020 14:25:28.186 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4-42351"]
2020-06-24T14:25:28.1932145Z [junit] 24-Jun-2020 14:25:28.187 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher02[0: useAsync[true]]]
2020-06-24T14:25:28.1933036Z [junit] 24-Jun-2020 14:25:28.188 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"]
2020-06-24T14:25:28.1933812Z [junit] 24-Jun-2020 14:25:28.188 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.1934471Z [junit] 24-Jun-2020 14:25:28.189 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.2922640Z [junit] 24-Jun-2020 14:25:28.195 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-34041"]
2020-06-24T14:25:28.2923680Z [junit] 24-Jun-2020 14:25:28.208 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-34041"]
2020-06-24T14:25:28.2924333Z [junit] 24-Jun-2020 14:25:28.213 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.2924964Z [junit] 24-Jun-2020 14:25:28.215 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-34041"]
2020-06-24T14:25:28.2925598Z [junit] 24-Jun-2020 14:25:28.218 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-5-34041"]
2020-06-24T14:25:28.2926226Z [junit] 24-Jun-2020 14:25:28.219 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher03[0: useAsync[true]]]
2020-06-24T14:25:28.2926840Z [junit] 24-Jun-2020 14:25:28.220 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-6"]
2020-06-24T14:25:28.2927425Z [junit] 24-Jun-2020 14:25:28.221 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.2928038Z [junit] 24-Jun-2020 14:25:28.221 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.2928652Z [junit] 24-Jun-2020 14:25:28.224 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-6-41351"]
2020-06-24T14:25:28.2929262Z [junit] 24-Jun-2020 14:25:28.228 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-6-41351"]
2020-06-24T14:25:28.2929838Z [junit] 24-Jun-2020 14:25:28.234 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.2930478Z [junit] 24-Jun-2020 14:25:28.235 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-6-41351"]
2020-06-24T14:25:28.2931095Z [junit] 24-Jun-2020 14:25:28.236 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-6-41351"]
2020-06-24T14:25:28.2931722Z [junit] 24-Jun-2020 14:25:28.238 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher04[0: useAsync[true]]]
2020-06-24T14:25:28.2932354Z [junit] 24-Jun-2020 14:25:28.239 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-7"]
2020-06-24T14:25:28.2932990Z [junit] 24-Jun-2020 14:25:28.239 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.2934320Z [junit] 24-Jun-2020 14:25:28.239 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.2935047Z [junit] 24-Jun-2020 14:25:28.242 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-7-42771"]
2020-06-24T14:25:28.2935704Z [junit] 24-Jun-2020 14:25:28.246 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-7-42771"]
2020-06-24T14:25:28.2936557Z [junit] 24-Jun-2020 14:25:28.251 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.2937310Z [junit] 24-Jun-2020 14:25:28.252 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-7-42771"]
2020-06-24T14:25:28.2937996Z [junit] 24-Jun-2020 14:25:28.253 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-7-42771"]
2020-06-24T14:25:28.2938664Z [junit] 24-Jun-2020 14:25:28.254 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher05[0: useAsync[true]]]
2020-06-24T14:25:28.2939313Z [junit] 24-Jun-2020 14:25:28.255 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-8"]
2020-06-24T14:25:28.2939944Z [junit] 24-Jun-2020 14:25:28.255 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.2940641Z [junit] 24-Jun-2020 14:25:28.256 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.2941304Z [junit] 24-Jun-2020 14:25:28.260 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-8-43255"]
2020-06-24T14:25:28.2941956Z [junit] 24-Jun-2020 14:25:28.272 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-8-43255"]
2020-06-24T14:25:28.2942574Z [junit] 24-Jun-2020 14:25:28.277 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.2943221Z [junit] 24-Jun-2020 14:25:28.278 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-8-43255"]
2020-06-24T14:25:28.2943891Z [junit] 24-Jun-2020 14:25:28.284 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-8-43255"]
2020-06-24T14:25:28.2944560Z [junit] 24-Jun-2020 14:25:28.285 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher06[0: useAsync[true]]]
2020-06-24T14:25:28.2945210Z [junit] 24-Jun-2020 14:25:28.286 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-9"]
2020-06-24T14:25:28.2945835Z [junit] 24-Jun-2020 14:25:28.286 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.2947225Z [junit] 24-Jun-2020 14:25:28.287 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.3931568Z [junit] 24-Jun-2020 14:25:28.295 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-9-46453"]
2020-06-24T14:25:28.3932484Z [junit] 24-Jun-2020 14:25:28.299 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-9-46453"]
2020-06-24T14:25:28.3933035Z [junit] 24-Jun-2020 14:25:28.304 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.3933577Z [junit] 24-Jun-2020 14:25:28.306 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-9-46453"]
2020-06-24T14:25:28.3934125Z [junit] 24-Jun-2020 14:25:28.307 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-9-46453"]
2020-06-24T14:25:28.3934666Z [junit] 24-Jun-2020 14:25:28.308 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher11[0: useAsync[true]]]
2020-06-24T14:25:28.3935195Z [junit] 24-Jun-2020 14:25:28.308 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-10"]
2020-06-24T14:25:28.3935929Z [junit] 24-Jun-2020 14:25:28.309 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.3936557Z [junit] 24-Jun-2020 14:25:28.309 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.3937125Z [junit] 24-Jun-2020 14:25:28.312 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-10-41063"]
2020-06-24T14:25:28.3937665Z [junit] 24-Jun-2020 14:25:28.315 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-10-41063"]
2020-06-24T14:25:28.3938172Z [junit] 24-Jun-2020 14:25:28.321 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.3938699Z [junit] 24-Jun-2020 14:25:28.322 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-10-41063"]
2020-06-24T14:25:28.3939252Z [junit] 24-Jun-2020 14:25:28.324 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-10-41063"]
2020-06-24T14:25:28.3939801Z [junit] 24-Jun-2020 14:25:28.325 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher12[0: useAsync[true]]]
2020-06-24T14:25:28.3940327Z [junit] 24-Jun-2020 14:25:28.326 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-11"]
2020-06-24T14:25:28.3940833Z [junit] 24-Jun-2020 14:25:28.326 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.3941367Z [junit] 24-Jun-2020 14:25:28.326 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.3941911Z [junit] 24-Jun-2020 14:25:28.329 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-11-42971"]
2020-06-24T14:25:28.3942449Z [junit] 24-Jun-2020 14:25:28.333 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-11-42971"]
2020-06-24T14:25:28.3942950Z [junit] 24-Jun-2020 14:25:28.338 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.3943477Z [junit] 24-Jun-2020 14:25:28.339 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-11-42971"]
2020-06-24T14:25:28.3944020Z [junit] 24-Jun-2020 14:25:28.341 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-11-42971"]
2020-06-24T14:25:28.3944577Z [junit] 24-Jun-2020 14:25:28.342 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher13[0: useAsync[true]]]
2020-06-24T14:25:28.3945108Z [junit] 24-Jun-2020 14:25:28.343 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-12"]
2020-06-24T14:25:28.3945616Z [junit] 24-Jun-2020 14:25:28.343 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.3946145Z [junit] 24-Jun-2020 14:25:28.343 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.3946764Z [junit] 24-Jun-2020 14:25:28.346 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-12-39163"]
2020-06-24T14:25:28.3947234Z [junit] 24-Jun-2020 14:25:28.350 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-12-39163"]
2020-06-24T14:25:28.3947677Z [junit] 24-Jun-2020 14:25:28.355 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.3948421Z [junit] 24-Jun-2020 14:25:28.356 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-12-39163"]
2020-06-24T14:25:28.3949021Z [junit] 24-Jun-2020 14:25:28.358 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-12-39163"]
2020-06-24T14:25:28.3949583Z [junit] 24-Jun-2020 14:25:28.359 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher14[0: useAsync[true]]]
2020-06-24T14:25:28.3950112Z [junit] 24-Jun-2020 14:25:28.360 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-13"]
2020-06-24T14:25:28.3950615Z [junit] 24-Jun-2020 14:25:28.360 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.3951141Z [junit] 24-Jun-2020 14:25:28.360 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.3951688Z [junit] 24-Jun-2020 14:25:28.367 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-13-35449"]
2020-06-24T14:25:28.3952217Z [junit] 24-Jun-2020 14:25:28.373 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-13-35449"]
2020-06-24T14:25:28.3952720Z [junit] 24-Jun-2020 14:25:28.378 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.3953245Z [junit] 24-Jun-2020 14:25:28.379 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-13-35449"]
2020-06-24T14:25:28.3953786Z [junit] 24-Jun-2020 14:25:28.381 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-13-35449"]
2020-06-24T14:25:28.3954329Z [junit] 24-Jun-2020 14:25:28.382 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher15[0: useAsync[true]]]
2020-06-24T14:25:28.3956293Z [junit] 24-Jun-2020 14:25:28.383 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-14"]
2020-06-24T14:25:28.3956723Z [junit] 24-Jun-2020 14:25:28.384 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.3957137Z [junit] 24-Jun-2020 14:25:28.384 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.3957551Z [junit] 24-Jun-2020 14:25:28.386 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-14-36295"]
2020-06-24T14:25:28.3957960Z [junit] 24-Jun-2020 14:25:28.390 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-14-36295"]
2020-06-24T14:25:28.4936515Z [junit] 24-Jun-2020 14:25:28.396 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.4937159Z [junit] 24-Jun-2020 14:25:28.397 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-14-36295"]
2020-06-24T14:25:28.4937632Z [junit] 24-Jun-2020 14:25:28.398 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-14-36295"]
2020-06-24T14:25:28.4938099Z [junit] 24-Jun-2020 14:25:28.399 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher16[0: useAsync[true]]]
2020-06-24T14:25:28.4938547Z [junit] 24-Jun-2020 14:25:28.400 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-15"]
2020-06-24T14:25:28.4938966Z [junit] 24-Jun-2020 14:25:28.400 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.4939634Z [junit] 24-Jun-2020 14:25:28.400 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.4940163Z [junit] 24-Jun-2020 14:25:28.404 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-15-37115"]
2020-06-24T14:25:28.4940629Z [junit] 24-Jun-2020 14:25:28.414 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-15-37115"]
2020-06-24T14:25:28.4941040Z [junit] 24-Jun-2020 14:25:28.420 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.4941479Z [junit] 24-Jun-2020 14:25:28.421 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-15-37115"]
2020-06-24T14:25:28.4941932Z [junit] 24-Jun-2020 14:25:28.422 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-15-37115"]
2020-06-24T14:25:28.4942401Z [junit] 24-Jun-2020 14:25:28.423 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher21[0: useAsync[true]]]
2020-06-24T14:25:28.4942845Z [junit] 24-Jun-2020 14:25:28.426 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-16"]
2020-06-24T14:25:28.4943358Z [junit] 24-Jun-2020 14:25:28.426 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.4943768Z [junit] 24-Jun-2020 14:25:28.426 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.4944181Z [junit] 24-Jun-2020 14:25:28.430 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-16-33347"]
2020-06-24T14:25:28.4944600Z [junit] 24-Jun-2020 14:25:28.449 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-16-33347"]
2020-06-24T14:25:28.4944972Z [junit] 24-Jun-2020 14:25:28.455 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.4945381Z [junit] 24-Jun-2020 14:25:28.456 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-16-33347"]
2020-06-24T14:25:28.4945799Z [junit] 24-Jun-2020 14:25:28.457 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-16-33347"]
2020-06-24T14:25:28.4946219Z [junit] 24-Jun-2020 14:25:28.458 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher22[0: useAsync[true]]]
2020-06-24T14:25:28.4946626Z [junit] 24-Jun-2020 14:25:28.459 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-17"]
2020-06-24T14:25:28.4947014Z [junit] 24-Jun-2020 14:25:28.459 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.4947423Z [junit] 24-Jun-2020 14:25:28.459 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.4947948Z [junit] 24-Jun-2020 14:25:28.467 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-17-41909"]
2020-06-24T14:25:28.4948509Z [junit] 24-Jun-2020 14:25:28.472 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-17-41909"]
2020-06-24T14:25:28.4948892Z [junit] 24-Jun-2020 14:25:28.478 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.4949296Z [junit] 24-Jun-2020 14:25:28.479 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-17-41909"]
2020-06-24T14:25:28.4949779Z [junit] 24-Jun-2020 14:25:28.480 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-17-41909"]
2020-06-24T14:25:28.4950242Z [junit] 24-Jun-2020 14:25:28.487 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher23[0: useAsync[true]]]
2020-06-24T14:25:28.4950663Z [junit] 24-Jun-2020 14:25:28.488 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-18"]
2020-06-24T14:25:28.4951042Z [junit] 24-Jun-2020 14:25:28.489 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.4951451Z [junit] 24-Jun-2020 14:25:28.489 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.5941321Z [junit] 24-Jun-2020 14:25:28.496 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-18-36013"]
2020-06-24T14:25:28.5941869Z [junit] 24-Jun-2020 14:25:28.504 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-18-36013"]
2020-06-24T14:25:28.5942220Z [junit] 24-Jun-2020 14:25:28.509 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.5942577Z [junit] 24-Jun-2020 14:25:28.511 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-18-36013"]
2020-06-24T14:25:28.5942941Z [junit] 24-Jun-2020 14:25:28.512 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-18-36013"]
2020-06-24T14:25:28.5943317Z [junit] 24-Jun-2020 14:25:28.513 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher24[0: useAsync[true]]]
2020-06-24T14:25:28.5943687Z [junit] 24-Jun-2020 14:25:28.514 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-19"]
2020-06-24T14:25:28.5944028Z [junit] 24-Jun-2020 14:25:28.514 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.5944389Z [junit] 24-Jun-2020 14:25:28.514 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.5944737Z [junit] 24-Jun-2020 14:25:28.517 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-19-42717"]
2020-06-24T14:25:28.5945096Z [junit] 24-Jun-2020 14:25:28.520 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-19-42717"]
2020-06-24T14:25:28.5945429Z [junit] 24-Jun-2020 14:25:28.526 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.5945792Z [junit] 24-Jun-2020 14:25:28.527 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-19-42717"]
2020-06-24T14:25:28.5946163Z [junit] 24-Jun-2020 14:25:28.528 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-19-42717"]
2020-06-24T14:25:28.5946538Z [junit] 24-Jun-2020 14:25:28.529 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher25[0: useAsync[true]]]
2020-06-24T14:25:28.5946895Z [junit] 24-Jun-2020 14:25:28.530 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-20"]
2020-06-24T14:25:28.5947231Z [junit] 24-Jun-2020 14:25:28.530 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.5947590Z [junit] 24-Jun-2020 14:25:28.530 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.5948344Z [junit] 24-Jun-2020 14:25:28.532 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-20-38793"]
2020-06-24T14:25:28.5948832Z [junit] 24-Jun-2020 14:25:28.536 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-20-38793"]
2020-06-24T14:25:28.5949228Z [junit] 24-Jun-2020 14:25:28.541 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.5949632Z [junit] 24-Jun-2020 14:25:28.542 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-20-38793"]
2020-06-24T14:25:28.5950050Z [junit] 24-Jun-2020 14:25:28.543 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-20-38793"]
2020-06-24T14:25:28.5950467Z [junit] 24-Jun-2020 14:25:28.544 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher26[0: useAsync[true]]]
2020-06-24T14:25:28.5950883Z [junit] 24-Jun-2020 14:25:28.545 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-21"]
2020-06-24T14:25:28.5951265Z [junit] 24-Jun-2020 14:25:28.545 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.5951673Z [junit] 24-Jun-2020 14:25:28.545 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.5952082Z [junit] 24-Jun-2020 14:25:28.548 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-21-45411"]
2020-06-24T14:25:28.5952490Z [junit] 24-Jun-2020 14:25:28.554 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-21-45411"]
2020-06-24T14:25:28.5952862Z [junit] 24-Jun-2020 14:25:28.560 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-24T14:25:28.5953267Z [junit] 24-Jun-2020 14:25:28.561 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-21-45411"]
2020-06-24T14:25:28.5953683Z [junit] 24-Jun-2020 14:25:28.563 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-21-45411"]
2020-06-24T14:25:28.5954104Z [junit] 24-Jun-2020 14:25:28.564 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetRequestDispatcher31[0: useAsync[true]]]
2020-06-24T14:25:28.5954508Z [junit] 24-Jun-2020 14:25:28.565 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-22"]
2020-06-24T14:25:28.5955077Z [junit] 24-Jun-2020 14:25:28.570 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-24T14:25:28.5955494Z [junit] 24-Jun-2020 14:25:28.570 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-24T14:25:28.5955907Z [junit] 24-Jun-2020 14:25:28.573 INFO [main] org.apache.coyote.AbstractProtocol.st
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment