Skip to content

Instantly share code, notes, and snippets.

@rotty3000
Created June 25, 2020 01:22
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/5fd2d101fab664707f024d3d3110bf86 to your computer and use it in GitHub Desktop.
Save rotty3000/5fd2d101fab664707f024d3d3110bf86 to your computer and use it in GitHub Desktop.
http2 test failures
This file has been truncated, but you can view the full file.
2020-06-25T01:01:52.2080769Z ##[section]Starting: Request a runner to run this job
2020-06-25T01:01:52.9255852Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-latest'
2020-06-25T01:01:52.9255892Z 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-25T01:01:52.9255915Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-latest'
2020-06-25T01:01:53.1242079Z ##[section]Finishing: Request a runner to run this job
2020-06-25T01:02:00.7444445Z Current runner version: '2.263.0'
2020-06-25T01:02:00.7471300Z ##[group]Operating System
2020-06-25T01:02:00.7471931Z Ubuntu
2020-06-25T01:02:00.7472111Z 18.04.4
2020-06-25T01:02:00.7472334Z LTS
2020-06-25T01:02:00.7472572Z ##[endgroup]
2020-06-25T01:02:00.7472803Z ##[group]Virtual Environment
2020-06-25T01:02:00.7473053Z Environment: ubuntu-18.04
2020-06-25T01:02:00.7473307Z Version: 20200621.1
2020-06-25T01:02:00.7473625Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu18/20200621.1/images/linux/Ubuntu1804-README.md
2020-06-25T01:02:00.7473916Z ##[endgroup]
2020-06-25T01:02:00.7474838Z Prepare workflow directory
2020-06-25T01:02:00.7679381Z Prepare all required actions
2020-06-25T01:02:00.7690935Z Download action repository 'actions/checkout@v2'
2020-06-25T01:02:02.7553597Z Download action repository 'actions/setup-java@v1'
2020-06-25T01:02:02.9708680Z ##[group]Run actions/checkout@v2
2020-06-25T01:02:02.9709051Z with:
2020-06-25T01:02:02.9709256Z repository: rotty3000/tomcat
2020-06-25T01:02:02.9709666Z token: ***
2020-06-25T01:02:02.9709864Z ssh-strict: true
2020-06-25T01:02:02.9710060Z persist-credentials: true
2020-06-25T01:02:02.9710257Z clean: true
2020-06-25T01:02:02.9710430Z fetch-depth: 1
2020-06-25T01:02:02.9710625Z lfs: false
2020-06-25T01:02:02.9710822Z submodules: false
2020-06-25T01:02:02.9711018Z env:
2020-06-25T01:02:02.9711212Z LC_ALL: en_US.UTF-8
2020-06-25T01:02:02.9711409Z ##[endgroup]
2020-06-25T01:02:03.7369501Z Syncing repository: rotty3000/tomcat
2020-06-25T01:02:03.7372451Z ##[group]Getting Git version info
2020-06-25T01:02:03.7373455Z Working directory is '/home/runner/work/tomcat/tomcat'
2020-06-25T01:02:03.7373734Z [command]/usr/bin/git version
2020-06-25T01:02:03.7373931Z git version 2.27.0
2020-06-25T01:02:03.7374824Z ##[endgroup]
2020-06-25T01:02:03.7375466Z Deleting the contents of '/home/runner/work/tomcat/tomcat'
2020-06-25T01:02:03.7376476Z ##[group]Initializing the repository
2020-06-25T01:02:03.7376845Z [command]/usr/bin/git init /home/runner/work/tomcat/tomcat
2020-06-25T01:02:03.7377163Z Initialized empty Git repository in /home/runner/work/tomcat/tomcat/.git/
2020-06-25T01:02:03.7377482Z [command]/usr/bin/git remote add origin https://github.com/rotty3000/tomcat
2020-06-25T01:02:03.7377859Z ##[endgroup]
2020-06-25T01:02:03.7378154Z ##[group]Disabling automatic garbage collection
2020-06-25T01:02:03.7378578Z [command]/usr/bin/git config --local gc.auto 0
2020-06-25T01:02:03.7378800Z ##[endgroup]
2020-06-25T01:02:03.7380014Z ##[group]Setting up auth
2020-06-25T01:02:03.7380470Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2020-06-25T01:02:03.7381238Z [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-25T01:02:03.7381917Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2020-06-25T01:02:03.7382704Z [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-25T01:02:03.7383400Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2020-06-25T01:02:03.7383802Z ##[endgroup]
2020-06-25T01:02:03.7384067Z ##[group]Fetching the repository
2020-06-25T01:02:03.7384647Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +f6fb7e85db40de654a6b5ad371df9349f73ea96f:refs/remotes/pull/4/merge
2020-06-25T01:02:03.7648187Z remote: Enumerating objects: 4629, done.
2020-06-25T01:02:03.8101834Z remote: Counting objects: 0% (1/4629)
2020-06-25T01:02:03.8102209Z remote: Counting objects: 1% (47/4629)
2020-06-25T01:02:03.8102474Z remote: Counting objects: 2% (93/4629)
2020-06-25T01:02:03.8102718Z remote: Counting objects: 3% (139/4629)
2020-06-25T01:02:03.8103258Z remote: Counting objects: 4% (186/4629)
2020-06-25T01:02:03.8103511Z remote: Counting objects: 5% (232/4629)
2020-06-25T01:02:03.8103831Z remote: Counting objects: 6% (278/4629)
2020-06-25T01:02:03.8112404Z remote: Counting objects: 7% (325/4629)
2020-06-25T01:02:03.8113158Z remote: Counting objects: 8% (371/4629)
2020-06-25T01:02:03.8151306Z remote: Counting objects: 9% (417/4629)
2020-06-25T01:02:03.8151579Z remote: Counting objects: 10% (463/4629)
2020-06-25T01:02:03.8151794Z remote: Counting objects: 11% (510/4629)
2020-06-25T01:02:03.8152007Z remote: Counting objects: 12% (556/4629)
2020-06-25T01:02:03.8152218Z remote: Counting objects: 13% (602/4629)
2020-06-25T01:02:03.8152638Z remote: Counting objects: 14% (649/4629)
2020-06-25T01:02:03.8152863Z remote: Counting objects: 15% (695/4629)
2020-06-25T01:02:03.8153077Z remote: Counting objects: 16% (741/4629)
2020-06-25T01:02:03.8153307Z remote: Counting objects: 17% (787/4629)
2020-06-25T01:02:03.8153518Z remote: Counting objects: 18% (834/4629)
2020-06-25T01:02:03.8153733Z remote: Counting objects: 19% (880/4629)
2020-06-25T01:02:03.8153945Z remote: Counting objects: 20% (926/4629)
2020-06-25T01:02:03.8163360Z remote: Counting objects: 21% (973/4629)
2020-06-25T01:02:03.8170735Z remote: Counting objects: 22% (1019/4629)
2020-06-25T01:02:03.8170987Z remote: Counting objects: 23% (1065/4629)
2020-06-25T01:02:03.8173961Z remote: Counting objects: 24% (1111/4629)
2020-06-25T01:02:03.8174698Z remote: Counting objects: 25% (1158/4629)
2020-06-25T01:02:03.8177617Z remote: Counting objects: 26% (1204/4629)
2020-06-25T01:02:03.8177996Z remote: Counting objects: 27% (1250/4629)
2020-06-25T01:02:03.8178220Z remote: Counting objects: 28% (1297/4629)
2020-06-25T01:02:03.8178948Z remote: Counting objects: 29% (1343/4629)
2020-06-25T01:02:03.8179189Z remote: Counting objects: 30% (1389/4629)
2020-06-25T01:02:03.8179471Z remote: Counting objects: 31% (1435/4629)
2020-06-25T01:02:03.8179688Z remote: Counting objects: 32% (1482/4629)
2020-06-25T01:02:03.8182171Z remote: Counting objects: 33% (1528/4629)
2020-06-25T01:02:03.8192776Z remote: Counting objects: 34% (1574/4629)
2020-06-25T01:02:03.8193010Z remote: Counting objects: 35% (1621/4629)
2020-06-25T01:02:03.8193229Z remote: Counting objects: 36% (1667/4629)
2020-06-25T01:02:03.8207223Z remote: Counting objects: 37% (1713/4629)
2020-06-25T01:02:03.8207814Z remote: Counting objects: 38% (1760/4629)
2020-06-25T01:02:03.8212413Z remote: Counting objects: 39% (1806/4629)
2020-06-25T01:02:03.8212792Z remote: Counting objects: 40% (1852/4629)
2020-06-25T01:02:03.8213012Z remote: Counting objects: 41% (1898/4629)
2020-06-25T01:02:03.8213796Z remote: Counting objects: 42% (1945/4629)
2020-06-25T01:02:03.8214198Z remote: Counting objects: 43% (1991/4629)
2020-06-25T01:02:03.8214416Z remote: Counting objects: 44% (2037/4629)
2020-06-25T01:02:03.8215182Z remote: Counting objects: 45% (2084/4629)
2020-06-25T01:02:03.8215410Z remote: Counting objects: 46% (2130/4629)
2020-06-25T01:02:03.8215884Z remote: Counting objects: 47% (2176/4629)
2020-06-25T01:02:03.8219844Z remote: Counting objects: 48% (2222/4629)
2020-06-25T01:02:03.8220196Z remote: Counting objects: 49% (2269/4629)
2020-06-25T01:02:03.8220467Z remote: Counting objects: 50% (2315/4629)
2020-06-25T01:02:03.8220791Z remote: Counting objects: 51% (2361/4629)
2020-06-25T01:02:03.8221049Z remote: Counting objects: 52% (2408/4629)
2020-06-25T01:02:03.8248851Z remote: Counting objects: 53% (2454/4629)
2020-06-25T01:02:03.8249120Z remote: Counting objects: 54% (2500/4629)
2020-06-25T01:02:03.8249535Z remote: Counting objects: 55% (2546/4629)
2020-06-25T01:02:03.8249748Z remote: Counting objects: 56% (2593/4629)
2020-06-25T01:02:03.8249960Z remote: Counting objects: 57% (2639/4629)
2020-06-25T01:02:03.8250157Z remote: Counting objects: 58% (2685/4629)
2020-06-25T01:02:03.8250370Z remote: Counting objects: 59% (2732/4629)
2020-06-25T01:02:03.8250580Z remote: Counting objects: 60% (2778/4629)
2020-06-25T01:02:03.8250792Z remote: Counting objects: 61% (2824/4629)
2020-06-25T01:02:03.8251371Z remote: Counting objects: 62% (2870/4629)
2020-06-25T01:02:03.8251586Z remote: Counting objects: 63% (2917/4629)
2020-06-25T01:02:03.8251798Z remote: Counting objects: 64% (2963/4629)
2020-06-25T01:02:03.8252009Z remote: Counting objects: 65% (3009/4629)
2020-06-25T01:02:03.8252302Z remote: Counting objects: 66% (3056/4629)
2020-06-25T01:02:03.8252522Z remote: Counting objects: 67% (3102/4629)
2020-06-25T01:02:03.8252901Z remote: Counting objects: 68% (3148/4629)
2020-06-25T01:02:03.8253117Z remote: Counting objects: 69% (3195/4629)
2020-06-25T01:02:03.8253386Z remote: Counting objects: 70% (3241/4629)
2020-06-25T01:02:03.8253600Z remote: Counting objects: 71% (3287/4629)
2020-06-25T01:02:03.8254251Z remote: Counting objects: 72% (3333/4629)
2020-06-25T01:02:03.8254467Z remote: Counting objects: 73% (3380/4629)
2020-06-25T01:02:03.8254681Z remote: Counting objects: 74% (3426/4629)
2020-06-25T01:02:03.8254912Z remote: Counting objects: 75% (3472/4629)
2020-06-25T01:02:03.8255298Z remote: Counting objects: 76% (3519/4629)
2020-06-25T01:02:03.8261054Z remote: Counting objects: 77% (3565/4629)
2020-06-25T01:02:03.8261841Z remote: Counting objects: 78% (3611/4629)
2020-06-25T01:02:03.8262074Z remote: Counting objects: 79% (3657/4629)
2020-06-25T01:02:03.8262292Z remote: Counting objects: 80% (3704/4629)
2020-06-25T01:02:03.8262519Z remote: Counting objects: 81% (3750/4629)
2020-06-25T01:02:03.8262718Z remote: Counting objects: 82% (3796/4629)
2020-06-25T01:02:03.8262938Z remote: Counting objects: 83% (3843/4629)
2020-06-25T01:02:03.8263154Z remote: Counting objects: 84% (3889/4629)
2020-06-25T01:02:03.8263535Z remote: Counting objects: 85% (3935/4629)
2020-06-25T01:02:03.8263758Z remote: Counting objects: 86% (3981/4629)
2020-06-25T01:02:03.8265835Z remote: Counting objects: 87% (4028/4629)
2020-06-25T01:02:03.8266070Z remote: Counting objects: 88% (4074/4629)
2020-06-25T01:02:03.8266287Z remote: Counting objects: 89% (4120/4629)
2020-06-25T01:02:03.8272465Z remote: Counting objects: 90% (4167/4629)
2020-06-25T01:02:03.8272698Z remote: Counting objects: 91% (4213/4629)
2020-06-25T01:02:03.8278770Z remote: Counting objects: 92% (4259/4629)
2020-06-25T01:02:03.8279099Z remote: Counting objects: 93% (4305/4629)
2020-06-25T01:02:03.8279507Z remote: Counting objects: 94% (4352/4629)
2020-06-25T01:02:03.8280162Z remote: Counting objects: 95% (4398/4629)
2020-06-25T01:02:03.8280573Z remote: Counting objects: 96% (4444/4629)
2020-06-25T01:02:03.8280834Z remote: Counting objects: 97% (4491/4629)
2020-06-25T01:02:03.8281045Z remote: Counting objects: 98% (4537/4629)
2020-06-25T01:02:03.8281256Z remote: Counting objects: 99% (4583/4629)
2020-06-25T01:02:03.8281468Z remote: Counting objects: 100% (4629/4629)
2020-06-25T01:02:03.8281671Z remote: Counting objects: 100% (4629/4629), done.
2020-06-25T01:02:03.8372287Z remote: Compressing objects: 0% (1/3825)
2020-06-25T01:02:03.8393982Z remote: Compressing objects: 1% (39/3825)
2020-06-25T01:02:03.8579465Z remote: Compressing objects: 2% (77/3825)
2020-06-25T01:02:03.8649422Z remote: Compressing objects: 3% (115/3825)
2020-06-25T01:02:03.8752466Z remote: Compressing objects: 4% (153/3825)
2020-06-25T01:02:03.8801784Z remote: Compressing objects: 5% (192/3825)
2020-06-25T01:02:03.8898181Z remote: Compressing objects: 6% (230/3825)
2020-06-25T01:02:03.9058510Z remote: Compressing objects: 7% (268/3825)
2020-06-25T01:02:03.9177687Z remote: Compressing objects: 8% (306/3825)
2020-06-25T01:02:03.9265536Z remote: Compressing objects: 9% (345/3825)
2020-06-25T01:02:03.9308637Z remote: Compressing objects: 10% (383/3825)
2020-06-25T01:02:03.9385825Z remote: Compressing objects: 11% (421/3825)
2020-06-25T01:02:03.9569972Z remote: Compressing objects: 12% (459/3825)
2020-06-25T01:02:03.9611197Z remote: Compressing objects: 13% (498/3825)
2020-06-25T01:02:03.9726309Z remote: Compressing objects: 14% (536/3825)
2020-06-25T01:02:03.9773404Z remote: Compressing objects: 15% (574/3825)
2020-06-25T01:02:03.9817933Z remote: Compressing objects: 16% (612/3825)
2020-06-25T01:02:03.9857083Z remote: Compressing objects: 17% (651/3825)
2020-06-25T01:02:03.9880662Z remote: Compressing objects: 18% (689/3825)
2020-06-25T01:02:03.9951285Z remote: Compressing objects: 19% (727/3825)
2020-06-25T01:02:04.0025736Z remote: Compressing objects: 20% (765/3825)
2020-06-25T01:02:04.0076861Z remote: Compressing objects: 21% (804/3825)
2020-06-25T01:02:04.0176597Z remote: Compressing objects: 22% (842/3825)
2020-06-25T01:02:04.0338382Z remote: Compressing objects: 23% (880/3825)
2020-06-25T01:02:04.0721208Z remote: Compressing objects: 24% (918/3825)
2020-06-25T01:02:04.0923742Z remote: Compressing objects: 25% (957/3825)
2020-06-25T01:02:04.1143239Z remote: Compressing objects: 26% (995/3825)
2020-06-25T01:02:04.1223450Z remote: Compressing objects: 27% (1033/3825)
2020-06-25T01:02:04.1557860Z remote: Compressing objects: 28% (1071/3825)
2020-06-25T01:02:04.1912166Z remote: Compressing objects: 29% (1110/3825)
2020-06-25T01:02:04.1931620Z remote: Compressing objects: 30% (1148/3825)
2020-06-25T01:02:04.1979662Z remote: Compressing objects: 31% (1186/3825)
2020-06-25T01:02:04.2112151Z remote: Compressing objects: 32% (1224/3825)
2020-06-25T01:02:04.2269742Z remote: Compressing objects: 33% (1263/3825)
2020-06-25T01:02:04.2544137Z remote: Compressing objects: 34% (1301/3825)
2020-06-25T01:02:04.2693450Z remote: Compressing objects: 35% (1339/3825)
2020-06-25T01:02:04.2946928Z remote: Compressing objects: 36% (1377/3825)
2020-06-25T01:02:04.3070665Z remote: Compressing objects: 37% (1416/3825)
2020-06-25T01:02:04.3168850Z remote: Compressing objects: 38% (1454/3825)
2020-06-25T01:02:04.3473361Z remote: Compressing objects: 39% (1492/3825)
2020-06-25T01:02:04.3543792Z remote: Compressing objects: 40% (1530/3825)
2020-06-25T01:02:04.3892816Z remote: Compressing objects: 41% (1569/3825)
2020-06-25T01:02:04.3924148Z remote: Compressing objects: 42% (1607/3825)
2020-06-25T01:02:04.4116083Z remote: Compressing objects: 43% (1645/3825)
2020-06-25T01:02:04.4341231Z remote: Compressing objects: 44% (1683/3825)
2020-06-25T01:02:04.4614784Z remote: Compressing objects: 45% (1722/3825)
2020-06-25T01:02:04.4810699Z remote: Compressing objects: 46% (1760/3825)
2020-06-25T01:02:04.4879385Z remote: Compressing objects: 47% (1798/3825)
2020-06-25T01:02:04.5067339Z remote: Compressing objects: 48% (1836/3825)
2020-06-25T01:02:04.5288325Z remote: Compressing objects: 49% (1875/3825)
2020-06-25T01:02:04.5471937Z remote: Compressing objects: 50% (1913/3825)
2020-06-25T01:02:04.5730659Z remote: Compressing objects: 51% (1951/3825)
2020-06-25T01:02:04.5876208Z remote: Compressing objects: 52% (1989/3825)
2020-06-25T01:02:04.6088357Z remote: Compressing objects: 53% (2028/3825)
2020-06-25T01:02:04.6178193Z remote: Compressing objects: 54% (2066/3825)
2020-06-25T01:02:04.6317538Z remote: Compressing objects: 55% (2104/3825)
2020-06-25T01:02:04.6522476Z remote: Compressing objects: 56% (2142/3825)
2020-06-25T01:02:04.6779255Z remote: Compressing objects: 57% (2181/3825)
2020-06-25T01:02:04.6918382Z remote: Compressing objects: 58% (2219/3825)
2020-06-25T01:02:04.7035526Z remote: Compressing objects: 59% (2257/3825)
2020-06-25T01:02:04.7113801Z remote: Compressing objects: 60% (2295/3825)
2020-06-25T01:02:04.7225636Z remote: Compressing objects: 61% (2334/3825)
2020-06-25T01:02:04.7413272Z remote: Compressing objects: 62% (2372/3825)
2020-06-25T01:02:04.7496380Z remote: Compressing objects: 63% (2410/3825)
2020-06-25T01:02:04.7643504Z remote: Compressing objects: 64% (2448/3825)
2020-06-25T01:02:04.7887738Z remote: Compressing objects: 65% (2487/3825)
2020-06-25T01:02:04.8059814Z remote: Compressing objects: 66% (2525/3825)
2020-06-25T01:02:04.8227051Z remote: Compressing objects: 67% (2563/3825)
2020-06-25T01:02:04.8290952Z remote: Compressing objects: 68% (2601/3825)
2020-06-25T01:02:04.8343292Z remote: Compressing objects: 68% (2624/3825)
2020-06-25T01:02:04.8549526Z remote: Compressing objects: 69% (2640/3825)
2020-06-25T01:02:04.8625725Z remote: Compressing objects: 70% (2678/3825)
2020-06-25T01:02:04.8732683Z remote: Compressing objects: 71% (2716/3825)
2020-06-25T01:02:04.8844169Z remote: Compressing objects: 72% (2754/3825)
2020-06-25T01:02:04.8997318Z remote: Compressing objects: 73% (2793/3825)
2020-06-25T01:02:04.9320960Z remote: Compressing objects: 74% (2831/3825)
2020-06-25T01:02:04.9494246Z remote: Compressing objects: 75% (2869/3825)
2020-06-25T01:02:04.9634753Z remote: Compressing objects: 76% (2907/3825)
2020-06-25T01:02:04.9840589Z remote: Compressing objects: 77% (2946/3825)
2020-06-25T01:02:05.0055812Z remote: Compressing objects: 78% (2984/3825)
2020-06-25T01:02:05.0304763Z remote: Compressing objects: 79% (3022/3825)
2020-06-25T01:02:05.0430966Z remote: Compressing objects: 80% (3060/3825)
2020-06-25T01:02:05.0567564Z remote: Compressing objects: 81% (3099/3825)
2020-06-25T01:02:05.0696353Z remote: Compressing objects: 82% (3137/3825)
2020-06-25T01:02:05.0825481Z remote: Compressing objects: 83% (3175/3825)
2020-06-25T01:02:05.0943960Z remote: Compressing objects: 84% (3213/3825)
2020-06-25T01:02:05.1064504Z remote: Compressing objects: 85% (3252/3825)
2020-06-25T01:02:05.1181510Z remote: Compressing objects: 86% (3290/3825)
2020-06-25T01:02:05.1267740Z remote: Compressing objects: 87% (3328/3825)
2020-06-25T01:02:05.1364951Z remote: Compressing objects: 88% (3366/3825)
2020-06-25T01:02:05.1370645Z remote: Compressing objects: 89% (3405/3825)
2020-06-25T01:02:05.1379643Z remote: Compressing objects: 90% (3443/3825)
2020-06-25T01:02:05.1388791Z remote: Compressing objects: 91% (3481/3825)
2020-06-25T01:02:05.1396207Z remote: Compressing objects: 92% (3519/3825)
2020-06-25T01:02:05.1404386Z remote: Compressing objects: 93% (3558/3825)
2020-06-25T01:02:05.1408565Z remote: Compressing objects: 94% (3596/3825)
2020-06-25T01:02:05.1414884Z remote: Compressing objects: 95% (3634/3825)
2020-06-25T01:02:05.1421866Z remote: Compressing objects: 96% (3672/3825)
2020-06-25T01:02:05.1427680Z remote: Compressing objects: 97% (3711/3825)
2020-06-25T01:02:05.1431638Z remote: Compressing objects: 98% (3749/3825)
2020-06-25T01:02:05.1434802Z remote: Compressing objects: 99% (3787/3825)
2020-06-25T01:02:05.1446296Z remote: Compressing objects: 100% (3825/3825)
2020-06-25T01:02:05.1446526Z remote: Compressing objects: 100% (3825/3825), done.
2020-06-25T01:02:05.1661500Z Receiving objects: 0% (1/4629)
2020-06-25T01:02:05.1699221Z Receiving objects: 1% (47/4629)
2020-06-25T01:02:05.1743528Z Receiving objects: 2% (93/4629)
2020-06-25T01:02:05.1795142Z Receiving objects: 3% (139/4629)
2020-06-25T01:02:05.1842682Z Receiving objects: 4% (186/4629)
2020-06-25T01:02:05.1893159Z Receiving objects: 5% (232/4629)
2020-06-25T01:02:05.1948025Z Receiving objects: 6% (278/4629)
2020-06-25T01:02:05.2001596Z Receiving objects: 7% (325/4629)
2020-06-25T01:02:05.2168682Z Receiving objects: 8% (371/4629)
2020-06-25T01:02:05.2215876Z Receiving objects: 9% (417/4629)
2020-06-25T01:02:05.2286948Z Receiving objects: 10% (463/4629)
2020-06-25T01:02:05.2443113Z Receiving objects: 11% (510/4629)
2020-06-25T01:02:05.2524640Z Receiving objects: 12% (556/4629)
2020-06-25T01:02:05.2626109Z Receiving objects: 13% (602/4629)
2020-06-25T01:02:05.2801440Z Receiving objects: 14% (649/4629)
2020-06-25T01:02:05.3014438Z Receiving objects: 15% (695/4629)
2020-06-25T01:02:05.3096483Z Receiving objects: 16% (741/4629)
2020-06-25T01:02:05.3142836Z Receiving objects: 17% (787/4629)
2020-06-25T01:02:05.3206031Z Receiving objects: 18% (834/4629)
2020-06-25T01:02:05.3331108Z Receiving objects: 19% (880/4629)
2020-06-25T01:02:05.3391202Z Receiving objects: 20% (926/4629)
2020-06-25T01:02:05.3524523Z Receiving objects: 21% (973/4629)
2020-06-25T01:02:05.3685285Z Receiving objects: 22% (1019/4629)
2020-06-25T01:02:05.3789736Z Receiving objects: 23% (1065/4629)
2020-06-25T01:02:05.3904725Z Receiving objects: 24% (1111/4629)
2020-06-25T01:02:05.3951770Z Receiving objects: 25% (1158/4629)
2020-06-25T01:02:05.3993029Z Receiving objects: 26% (1204/4629)
2020-06-25T01:02:05.4044345Z Receiving objects: 27% (1250/4629)
2020-06-25T01:02:05.4120604Z Receiving objects: 28% (1297/4629)
2020-06-25T01:02:05.4177791Z Receiving objects: 29% (1343/4629)
2020-06-25T01:02:05.4234232Z Receiving objects: 30% (1389/4629)
2020-06-25T01:02:05.4354897Z Receiving objects: 31% (1435/4629)
2020-06-25T01:02:05.4425214Z Receiving objects: 32% (1482/4629)
2020-06-25T01:02:05.4523598Z Receiving objects: 33% (1528/4629)
2020-06-25T01:02:05.4613700Z Receiving objects: 34% (1574/4629)
2020-06-25T01:02:05.4661673Z Receiving objects: 35% (1621/4629)
2020-06-25T01:02:05.4780834Z Receiving objects: 36% (1667/4629)
2020-06-25T01:02:05.4814187Z Receiving objects: 37% (1713/4629)
2020-06-25T01:02:05.4920655Z Receiving objects: 38% (1760/4629)
2020-06-25T01:02:05.5198475Z Receiving objects: 39% (1806/4629)
2020-06-25T01:02:05.5355983Z Receiving objects: 40% (1852/4629)
2020-06-25T01:02:05.5429071Z Receiving objects: 41% (1898/4629)
2020-06-25T01:02:05.5471332Z Receiving objects: 42% (1945/4629)
2020-06-25T01:02:05.5532961Z Receiving objects: 43% (1991/4629)
2020-06-25T01:02:05.5629132Z Receiving objects: 44% (2037/4629)
2020-06-25T01:02:05.5731054Z Receiving objects: 45% (2084/4629)
2020-06-25T01:02:05.5800982Z Receiving objects: 46% (2130/4629)
2020-06-25T01:02:05.5842235Z Receiving objects: 47% (2176/4629)
2020-06-25T01:02:05.5918499Z Receiving objects: 48% (2222/4629)
2020-06-25T01:02:05.5943019Z Receiving objects: 49% (2269/4629)
2020-06-25T01:02:05.6001244Z Receiving objects: 50% (2315/4629)
2020-06-25T01:02:05.6123309Z Receiving objects: 51% (2361/4629)
2020-06-25T01:02:05.6247031Z Receiving objects: 52% (2408/4629)
2020-06-25T01:02:05.6248410Z Receiving objects: 53% (2454/4629)
2020-06-25T01:02:05.6420770Z Receiving objects: 54% (2500/4629)
2020-06-25T01:02:05.6496354Z Receiving objects: 55% (2546/4629)
2020-06-25T01:02:05.6543951Z Receiving objects: 56% (2593/4629)
2020-06-25T01:02:05.6603147Z Receiving objects: 57% (2639/4629)
2020-06-25T01:02:05.6674709Z Receiving objects: 58% (2685/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.6740926Z Receiving objects: 59% (2732/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.6895471Z Receiving objects: 60% (2778/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.6917677Z Receiving objects: 61% (2824/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.6947626Z Receiving objects: 62% (2870/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.6959372Z Receiving objects: 63% (2917/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.7010100Z Receiving objects: 64% (2963/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.7033343Z Receiving objects: 65% (3009/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.7197731Z Receiving objects: 66% (3056/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.7213792Z Receiving objects: 67% (3102/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.7271061Z Receiving objects: 68% (3148/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.7400224Z Receiving objects: 69% (3195/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.7443850Z Receiving objects: 70% (3241/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.7531664Z Receiving objects: 71% (3287/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.7598840Z Receiving objects: 72% (3333/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.7655666Z Receiving objects: 73% (3380/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.7710324Z Receiving objects: 74% (3426/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.7779367Z Receiving objects: 75% (3472/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.7806434Z Receiving objects: 76% (3519/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.7849720Z Receiving objects: 77% (3565/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.7880774Z Receiving objects: 78% (3611/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.7927258Z Receiving objects: 79% (3657/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.7989538Z Receiving objects: 80% (3704/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8066869Z Receiving objects: 81% (3750/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8073304Z Receiving objects: 82% (3796/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8081266Z Receiving objects: 83% (3843/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8084434Z Receiving objects: 84% (3889/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8088759Z Receiving objects: 85% (3935/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8097633Z Receiving objects: 86% (3981/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8111547Z Receiving objects: 87% (4028/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8122445Z Receiving objects: 88% (4074/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8127768Z Receiving objects: 89% (4120/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8192568Z Receiving objects: 90% (4167/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8382250Z Receiving objects: 91% (4213/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8645060Z Receiving objects: 92% (4259/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8769149Z Receiving objects: 93% (4305/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8788088Z Receiving objects: 94% (4352/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8809003Z Receiving objects: 95% (4398/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8899033Z Receiving objects: 96% (4444/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8905344Z Receiving objects: 97% (4491/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8917751Z Receiving objects: 98% (4537/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8929507Z Receiving objects: 99% (4583/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8930446Z remote: Total 4629 (delta 1852), reused 1274 (delta 661), pack-reused 0
2020-06-25T01:02:05.8937943Z Receiving objects: 100% (4629/4629), 4.43 MiB | 8.84 MiB/s
2020-06-25T01:02:05.8938127Z Receiving objects: 100% (4629/4629), 7.07 MiB | 9.63 MiB/s, done.
2020-06-25T01:02:05.8972298Z Resolving deltas: 0% (0/1852)
2020-06-25T01:02:05.8989239Z Resolving deltas: 1% (20/1852)
2020-06-25T01:02:05.8989573Z Resolving deltas: 2% (39/1852)
2020-06-25T01:02:05.8991110Z Resolving deltas: 3% (56/1852)
2020-06-25T01:02:05.8995847Z Resolving deltas: 4% (75/1852)
2020-06-25T01:02:05.8998646Z Resolving deltas: 5% (94/1852)
2020-06-25T01:02:05.9004479Z Resolving deltas: 6% (113/1852)
2020-06-25T01:02:05.9004915Z Resolving deltas: 8% (162/1852)
2020-06-25T01:02:05.9010654Z Resolving deltas: 9% (167/1852)
2020-06-25T01:02:05.9015194Z Resolving deltas: 10% (186/1852)
2020-06-25T01:02:05.9019040Z Resolving deltas: 11% (209/1852)
2020-06-25T01:02:05.9024027Z Resolving deltas: 12% (226/1852)
2020-06-25T01:02:05.9027251Z Resolving deltas: 14% (277/1852)
2020-06-25T01:02:05.9028383Z Resolving deltas: 16% (303/1852)
2020-06-25T01:02:05.9031187Z Resolving deltas: 17% (315/1852)
2020-06-25T01:02:05.9034325Z Resolving deltas: 18% (335/1852)
2020-06-25T01:02:05.9039209Z Resolving deltas: 19% (354/1852)
2020-06-25T01:02:05.9042572Z Resolving deltas: 20% (371/1852)
2020-06-25T01:02:05.9056667Z Resolving deltas: 21% (393/1852)
2020-06-25T01:02:05.9079843Z Resolving deltas: 22% (414/1852)
2020-06-25T01:02:05.9090797Z Resolving deltas: 23% (429/1852)
2020-06-25T01:02:05.9099167Z Resolving deltas: 24% (448/1852)
2020-06-25T01:02:05.9105261Z Resolving deltas: 25% (467/1852)
2020-06-25T01:02:05.9113424Z Resolving deltas: 26% (482/1852)
2020-06-25T01:02:05.9118733Z Resolving deltas: 27% (501/1852)
2020-06-25T01:02:05.9125769Z Resolving deltas: 28% (520/1852)
2020-06-25T01:02:05.9129114Z Resolving deltas: 29% (540/1852)
2020-06-25T01:02:05.9131776Z Resolving deltas: 30% (558/1852)
2020-06-25T01:02:05.9136516Z Resolving deltas: 31% (576/1852)
2020-06-25T01:02:05.9143032Z Resolving deltas: 32% (594/1852)
2020-06-25T01:02:05.9152116Z Resolving deltas: 34% (632/1852)
2020-06-25T01:02:05.9157325Z Resolving deltas: 35% (649/1852)
2020-06-25T01:02:05.9166578Z Resolving deltas: 36% (668/1852)
2020-06-25T01:02:05.9173836Z Resolving deltas: 37% (688/1852)
2020-06-25T01:02:05.9177566Z Resolving deltas: 38% (704/1852)
2020-06-25T01:02:05.9182792Z Resolving deltas: 39% (723/1852)
2020-06-25T01:02:05.9191139Z Resolving deltas: 40% (741/1852)
2020-06-25T01:02:05.9199072Z Resolving deltas: 41% (760/1852)
2020-06-25T01:02:05.9206166Z Resolving deltas: 42% (778/1852)
2020-06-25T01:02:05.9210067Z Resolving deltas: 43% (802/1852)
2020-06-25T01:02:05.9214016Z Resolving deltas: 44% (826/1852)
2020-06-25T01:02:05.9217909Z Resolving deltas: 45% (835/1852)
2020-06-25T01:02:05.9221555Z Resolving deltas: 46% (854/1852)
2020-06-25T01:02:05.9225613Z Resolving deltas: 47% (875/1852)
2020-06-25T01:02:05.9233659Z Resolving deltas: 48% (890/1852)
2020-06-25T01:02:05.9242333Z Resolving deltas: 49% (908/1852)
2020-06-25T01:02:05.9248319Z Resolving deltas: 50% (927/1852)
2020-06-25T01:02:05.9255172Z Resolving deltas: 51% (945/1852)
2020-06-25T01:02:05.9260972Z Resolving deltas: 52% (967/1852)
2020-06-25T01:02:05.9269989Z Resolving deltas: 53% (982/1852)
2020-06-25T01:02:05.9273614Z Resolving deltas: 54% (1004/1852)
2020-06-25T01:02:05.9283578Z Resolving deltas: 55% (1019/1852)
2020-06-25T01:02:05.9291305Z Resolving deltas: 56% (1038/1852)
2020-06-25T01:02:05.9296136Z Resolving deltas: 57% (1056/1852)
2020-06-25T01:02:05.9303545Z Resolving deltas: 58% (1075/1852)
2020-06-25T01:02:05.9313107Z Resolving deltas: 59% (1093/1852)
2020-06-25T01:02:05.9320683Z Resolving deltas: 60% (1113/1852)
2020-06-25T01:02:05.9330056Z Resolving deltas: 61% (1130/1852)
2020-06-25T01:02:05.9336873Z Resolving deltas: 62% (1150/1852)
2020-06-25T01:02:05.9344027Z Resolving deltas: 63% (1167/1852)
2020-06-25T01:02:05.9355346Z Resolving deltas: 64% (1186/1852)
2020-06-25T01:02:05.9362746Z Resolving deltas: 65% (1204/1852)
2020-06-25T01:02:05.9368156Z Resolving deltas: 66% (1224/1852)
2020-06-25T01:02:05.9373313Z Resolving deltas: 67% (1242/1852)
2020-06-25T01:02:05.9375676Z Resolving deltas: 68% (1260/1852)
2020-06-25T01:02:05.9379076Z Resolving deltas: 69% (1279/1852)
2020-06-25T01:02:05.9381571Z Resolving deltas: 71% (1322/1852)
2020-06-25T01:02:05.9384792Z Resolving deltas: 72% (1341/1852)
2020-06-25T01:02:05.9389988Z Resolving deltas: 73% (1361/1852)
2020-06-25T01:02:05.9392829Z Resolving deltas: 74% (1373/1852)
2020-06-25T01:02:05.9398023Z Resolving deltas: 75% (1389/1852)
2020-06-25T01:02:05.9406992Z Resolving deltas: 76% (1408/1852)
2020-06-25T01:02:05.9416592Z Resolving deltas: 77% (1427/1852)
2020-06-25T01:02:05.9423774Z Resolving deltas: 78% (1445/1852)
2020-06-25T01:02:05.9429972Z Resolving deltas: 79% (1464/1852)
2020-06-25T01:02:05.9435840Z Resolving deltas: 80% (1483/1852)
2020-06-25T01:02:05.9441009Z Resolving deltas: 81% (1503/1852)
2020-06-25T01:02:05.9447071Z Resolving deltas: 82% (1520/1852)
2020-06-25T01:02:05.9450731Z Resolving deltas: 83% (1539/1852)
2020-06-25T01:02:05.9456213Z Resolving deltas: 84% (1558/1852)
2020-06-25T01:02:05.9458839Z Resolving deltas: 86% (1593/1852)
2020-06-25T01:02:05.9461100Z Resolving deltas: 87% (1624/1852)
2020-06-25T01:02:05.9463889Z Resolving deltas: 88% (1638/1852)
2020-06-25T01:02:05.9466103Z Resolving deltas: 89% (1654/1852)
2020-06-25T01:02:05.9468885Z Resolving deltas: 90% (1670/1852)
2020-06-25T01:02:05.9472490Z Resolving deltas: 91% (1689/1852)
2020-06-25T01:02:05.9474179Z Resolving deltas: 92% (1718/1852)
2020-06-25T01:02:05.9476888Z Resolving deltas: 93% (1725/1852)
2020-06-25T01:02:05.9480823Z Resolving deltas: 94% (1741/1852)
2020-06-25T01:02:05.9484270Z Resolving deltas: 95% (1760/1852)
2020-06-25T01:02:05.9487366Z Resolving deltas: 96% (1783/1852)
2020-06-25T01:02:05.9491074Z Resolving deltas: 97% (1800/1852)
2020-06-25T01:02:05.9519411Z Resolving deltas: 98% (1815/1852)
2020-06-25T01:02:05.9542460Z Resolving deltas: 99% (1834/1852)
2020-06-25T01:02:05.9543456Z Resolving deltas: 100% (1852/1852)
2020-06-25T01:02:05.9543968Z Resolving deltas: 100% (1852/1852), done.
2020-06-25T01:02:06.0990514Z From https://github.com/rotty3000/tomcat
2020-06-25T01:02:06.0992034Z * [new ref] f6fb7e85db40de654a6b5ad371df9349f73ea96f -> pull/4/merge
2020-06-25T01:02:06.1014352Z ##[endgroup]
2020-06-25T01:02:06.1015964Z ##[group]Determining the checkout info
2020-06-25T01:02:06.1017165Z ##[endgroup]
2020-06-25T01:02:06.1018343Z ##[group]Checking out the ref
2020-06-25T01:02:06.1021871Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/4/merge
2020-06-25T01:02:06.3914766Z Note: switching to 'refs/remotes/pull/4/merge'.
2020-06-25T01:02:06.3916696Z
2020-06-25T01:02:06.3917099Z You are in 'detached HEAD' state. You can look around, make experimental
2020-06-25T01:02:06.3917265Z changes and commit them, and you can discard any commits you make in this
2020-06-25T01:02:06.3917410Z state without impacting any branches by switching back to a branch.
2020-06-25T01:02:06.3917505Z
2020-06-25T01:02:06.3917638Z If you want to create a new branch to retain commits you create, you may
2020-06-25T01:02:06.3918993Z do so (now or later) by using -c with the switch command. Example:
2020-06-25T01:02:06.3919084Z
2020-06-25T01:02:06.3919347Z git switch -c <new-branch-name>
2020-06-25T01:02:06.3919416Z
2020-06-25T01:02:06.3919540Z Or undo this operation with:
2020-06-25T01:02:06.3919623Z
2020-06-25T01:02:06.3919860Z git switch -
2020-06-25T01:02:06.3919948Z
2020-06-25T01:02:06.3920087Z Turn off this advice by setting config variable advice.detachedHead to false
2020-06-25T01:02:06.3920181Z
2020-06-25T01:02:06.3923266Z HEAD is now at f6fb7e8 Merge 505ad0dff77023dc9ca0c464d4b50af984ee1e76 into 0be0a6a65fe02ea9e54e7bf5d4dbbd109dc8d837
2020-06-25T01:02:06.3932508Z ##[endgroup]
2020-06-25T01:02:06.3936904Z [command]/usr/bin/git log -1
2020-06-25T01:02:06.3981585Z commit f6fb7e85db40de654a6b5ad371df9349f73ea96f
2020-06-25T01:02:06.3982452Z Author: Raymond Augé <raymond.auge@liferay.com>
2020-06-25T01:02:06.3982811Z Date: Thu Jun 25 01:01:47 2020 +0000
2020-06-25T01:02:06.3983067Z
2020-06-25T01:02:06.3983388Z Merge 505ad0dff77023dc9ca0c464d4b50af984ee1e76 into 0be0a6a65fe02ea9e54e7bf5d4dbbd109dc8d837
2020-06-25T01:02:06.4175902Z ##[group]Run actions/setup-java@v1
2020-06-25T01:02:06.4176029Z with:
2020-06-25T01:02:06.4176153Z java-version: 8
2020-06-25T01:02:06.4176272Z java-package: jdk
2020-06-25T01:02:06.4176390Z architecture: x64
2020-06-25T01:02:06.4176507Z env:
2020-06-25T01:02:06.4176625Z LC_ALL: en_US.UTF-8
2020-06-25T01:02:06.4176743Z ##[endgroup]
2020-06-25T01:02:07.4420425Z [command]/bin/tar xzC /home/runner/work/_temp/temp_133405837 -f /home/runner/work/_temp/0317c8d8-4f73-42a0-88cd-f7f94a61ba6d
2020-06-25T01:02:09.9300255Z creating settings.xml with server-id: github; environment variables: username=$GITHUB_ACTOR and password=$GITHUB_TOKEN
2020-06-25T01:02:09.9300991Z writing /home/runner/.m2/settings.xml
2020-06-25T01:02:09.9393552Z ##[group]Run ant -noinput echoproperties deploy embed test-nio2 test-status
2020-06-25T01:02:09.9393766Z ant -noinput echoproperties deploy embed test-nio2 test-status
2020-06-25T01:02:09.9440888Z shell: /bin/bash -e {0}
2020-06-25T01:02:09.9441026Z env:
2020-06-25T01:02:09.9441153Z LC_ALL: en_US.UTF-8
2020-06-25T01:02:09.9441269Z JAVA_HOME: /opt/hostedtoolcache/jdk/8.0.252/x64
2020-06-25T01:02:09.9441407Z JAVA_HOME_8.0.252_x64: /opt/hostedtoolcache/jdk/8.0.252/x64
2020-06-25T01:02:09.9442770Z ANT_OPTS: -Dtest.openssl.exists=false -Dtest.excludePerformance=true -Dtest.exclude=**/TestHttp2Limits.java,org/apache/catalina/connector/TestRequest.java,org/apache/coyote/http11/filters/TestChunkedInputFilter.java,org/apache/catalina/startup/TestTomcat.java,org/apache/coyote/http2/TestHttp2Timeouts.java,org/apache/catalina/core/TestAsyncContextStateChanges.java,org/apache/catalina/valves/TestStuckThreadDetectionValve.java,org/apache/coyote/http11/TestHttp11Processor.java,org/apache/catalina/tribes/group/interceptors/TestOrderInterceptor.java,org/apache/catalina/tribes/group/interceptors/TestTcpFailureDetector.java,org/apache/catalina/servlets/TestDefaultServletOptions.java,org/apache/catalina/nonblocking/TestNonBlockingAPI.java,org/apache/catalina/authenticator/TestSSOnonLoginAndBasicAuthenticator.java,org/apache/catalina/authenticator/TestSSOnonLoginAndDigestAuthenticator.java,org/apache/tomcat/websocket/TestWsWebSocketContainer.java,org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java,jakarta/servlet/http/TestHttpServletResponseSendError.java,org/apache/catalina/core/TestAsyncContextImpl.java,org/apache/catalina/servlets/TestWebdavServletOptions.java,org/apache/catalina/servlets/TestDefaultServletEncodingWithoutBom.java,org/apache/catalina/servlets/TestDefaultServletEncodingWithBom.java,org/apache/catalina/authenticator/TestFormAuthenticator.java,org/apache/naming/TestEnvEntry.java,org/apache/tomcat/util/net/TestSSLHostConfigCompat.java,org/apache/tomcat/websocket/pojo/TestPojoEndpointBase.java,org/apache/jasper/compiler/TestJspDocumentParser.java,org/apache/catalina/valves/rewrite/TestRewriteValve.java,org/apache/jasper/compiler/TestEncodingDetector.java,org/apache/catalina/core/TestApplicationContextGetRequestDispatcher.java,org/apache/jasper/compiler/TestParser.java,org/apache/coyote/http2/TestStreamQueryString.java,org/apache/coyote/http11/TestHttp11InputBuffer.java,org/apache/coyote/http11/TestHttp11InputBufferCRLF.java,org/apache/tomcat/util/net/TestSsl.java,org/apache/coyote/ajp/TestAbstractAjpProcessor.java,org/apache/catalina/tribes/group/TestGroupChannelSenderConnections.java,org/apache/coyote/http2/TestHttp2Section_6_8.java,org/apache/catalina/tribes/group/TestGroupChannelStartStop.java,org/apache/catalina/tribes/group/TestGroupChannelMemberArrival.java,org/apache/tomcat/websocket/TestWebSocketFrameClientSSL.java,org/apache/el/TestELInJsp.java,org/apache/coyote/TestIoTimeouts.java,org/apache/catalina/connector/TestMaxConnections.java,org/apache/coyote/http2/TestAsync.java,org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java,org/apache/catalina/tribes/group/interceptors/TestNonBlockingCoordinator.java
2020-06-25T01:02:09.9443717Z ##[endgroup]
2020-06-25T01:02:11.0299580Z Buildfile: /home/runner/work/tomcat/tomcat/build.xml
2020-06-25T01:02:11.6795583Z
2020-06-25T01:02:11.6796064Z echoproperties:
2020-06-25T01:02:11.7180979Z [echoproperties] #Ant properties
2020-06-25T01:02:11.7182194Z [echoproperties] #Thu Jun 25 01:02:11 UTC 2020
2020-06-25T01:02:11.7183720Z [echoproperties] DSTAMP=20200625
2020-06-25T01:02:11.7185163Z [echoproperties] TODAY=June 25 2020
2020-06-25T01:02:11.7186063Z [echoproperties] TSTAMP=0102
2020-06-25T01:02:11.7187921Z [echoproperties] annotation.revision=0-M1
2020-06-25T01:02:11.7188498Z [echoproperties] annotation.spec.version=2.0
2020-06-25T01:02:11.7190466Z [echoproperties] annotations-api-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/annotations-api-src.jar
2020-06-25T01:02:11.7191738Z [echoproperties] annotations-api.jar=/home/runner/work/tomcat/tomcat/output/build/lib/annotations-api.jar
2020-06-25T01:02:11.7192605Z [echoproperties] ant.core.lib=/usr/share/ant/lib/ant.jar
2020-06-25T01:02:11.7203981Z [echoproperties] ant.file=/home/runner/work/tomcat/tomcat/build.xml
2020-06-25T01:02:11.7211035Z [echoproperties] ant.file.Tomcat\ 10.0=/home/runner/work/tomcat/tomcat/build.xml
2020-06-25T01:02:11.7211592Z [echoproperties] ant.file.type=file
2020-06-25T01:02:11.7211882Z [echoproperties] ant.file.type.Tomcat\ 10.0=file
2020-06-25T01:02:11.7212128Z [echoproperties] ant.home=/usr/share/ant
2020-06-25T01:02:11.7212382Z [echoproperties] ant.java.version=1.8
2020-06-25T01:02:11.7212662Z [echoproperties] ant.library.dir=/usr/share/ant/lib
2020-06-25T01:02:11.7213336Z [echoproperties] ant.project.default-target=deploy
2020-06-25T01:02:11.7213850Z [echoproperties] ant.project.invoked-targets=echoproperties,deploy,embed,test-nio2,test-status
2020-06-25T01:02:11.7214156Z [echoproperties] ant.project.name=Tomcat 10.0
2020-06-25T01:02:11.7214429Z [echoproperties] ant.version=Apache Ant(TM) version 1.10.5 compiled on March 28 2019
2020-06-25T01:02:11.7214708Z [echoproperties] ant.version.required=1.9.8
2020-06-25T01:02:11.7214967Z [echoproperties] awt.toolkit=sun.awt.X11.XToolkit
2020-06-25T01:02:11.7215492Z [echoproperties] base-apache.loc.1=http\://www.apache.org/dyn/closer.lua?action\=download&filename\=
2020-06-25T01:02:11.7216101Z [echoproperties] base-apache.loc.2=https\://archive.apache.org/dist
2020-06-25T01:02:11.7219289Z [echoproperties] base-commons.loc.1=http\://www.apache.org/dyn/closer.lua?action\=download&filename\=/commons
2020-06-25T01:02:11.7219916Z [echoproperties] base-commons.loc.2=https\://archive.apache.org/dist/commons
2020-06-25T01:02:11.7224192Z [echoproperties] base-gh.loc=https\://github.com
2020-06-25T01:02:11.7224709Z [echoproperties] base-maven.loc=https\://repo.maven.apache.org/maven2
2020-06-25T01:02:11.7225169Z [echoproperties] base-sf.loc=https\://downloads.sourceforge.net
2020-06-25T01:02:11.7225693Z [echoproperties] base-tomcat.loc.1=http\://www.apache.org/dyn/closer.lua?action\=download&filename\=/tomcat
2020-06-25T01:02:11.7226162Z [echoproperties] base-tomcat.loc.2=https\://archive.apache.org/dist/tomcat
2020-06-25T01:02:11.7226672Z [echoproperties] base.path=/home/runner/tomcat-build-libs
2020-06-25T01:02:11.7226943Z [echoproperties] basedir=/home/runner/work/tomcat/tomcat
2020-06-25T01:02:11.7227443Z [echoproperties] bnd.checksum.algorithm=MD5|SHA-1
2020-06-25T01:02:11.7227707Z [echoproperties] bnd.checksum.enabled=true
2020-06-25T01:02:11.7227976Z [echoproperties] bnd.checksum.value=0dc5ff0af222ef075b5b0dd488f6aeac|0e542cf0f928107c17ce65f3c68dd2875724fecc
2020-06-25T01:02:11.7228442Z [echoproperties] bnd.home=/home/runner/tomcat-build-libs/bnd-5.1.1
2020-06-25T01:02:11.7228920Z [echoproperties] bnd.jar=/home/runner/tomcat-build-libs/bnd-5.1.1/biz.aQute.bnd-5.1.1.jar
2020-06-25T01:02:11.7229463Z [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-25T01:02:11.7229752Z [echoproperties] bnd.version=5.1.1
2020-06-25T01:02:11.7230216Z [echoproperties] bootstrap-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/bootstrap-src.jar
2020-06-25T01:02:11.7230507Z [echoproperties] bootstrap.jar=/home/runner/work/tomcat/tomcat/output/build/bin/bootstrap.jar
2020-06-25T01:02:11.7230991Z [echoproperties] catalina-ant-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/catalina-ant-src.jar
2020-06-25T01:02:11.7231464Z [echoproperties] catalina-ant.jar=/home/runner/work/tomcat/tomcat/output/build/lib/catalina-ant.jar
2020-06-25T01:02:11.7231980Z [echoproperties] catalina-ha-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/catalina-ha-src.jar
2020-06-25T01:02:11.7232682Z [echoproperties] catalina-ha.jar=/home/runner/work/tomcat/tomcat/output/build/lib/catalina-ha.jar
2020-06-25T01:02:11.7233169Z [echoproperties] catalina-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/catalina-src.jar
2020-06-25T01:02:11.7233779Z [echoproperties] catalina-ssi-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/catalina-ssi-src.jar
2020-06-25T01:02:11.7234277Z [echoproperties] catalina-ssi.jar=/home/runner/work/tomcat/tomcat/output/build/lib/catalina-ssi.jar
2020-06-25T01:02:11.7234794Z [echoproperties] catalina-storeconfig-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/catalina-storeconfig-src.jar
2020-06-25T01:02:11.7235310Z [echoproperties] catalina-storeconfig.jar=/home/runner/work/tomcat/tomcat/output/build/lib/catalina-storeconfig.jar
2020-06-25T01:02:11.7235820Z [echoproperties] catalina-tribes-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/catalina-tribes-src.jar
2020-06-25T01:02:11.7236324Z [echoproperties] catalina-tribes.jar=/home/runner/work/tomcat/tomcat/output/build/lib/catalina-tribes.jar
2020-06-25T01:02:11.7236610Z [echoproperties] catalina.jar=/home/runner/work/tomcat/tomcat/output/build/lib/catalina.jar
2020-06-25T01:02:11.7237090Z [echoproperties] cglib.checksum.algorithm=SHA-512
2020-06-25T01:02:11.7237360Z [echoproperties] cglib.checksum.enabled=true
2020-06-25T01:02:11.7237645Z [echoproperties] cglib.checksum.value=faa1d2121e87ae69e179e3aae217accd0834e0da716b91a029fd526e192612e71675f2740bedf48e23ef1edc45f672a2be1b3e78bbfb1ad59c96dd3d2feeedba
2020-06-25T01:02:11.7238113Z [echoproperties] cglib.home=/home/runner/tomcat-build-libs/cglib-3.3.0
2020-06-25T01:02:11.7238592Z [echoproperties] cglib.jar=/home/runner/tomcat-build-libs/cglib-3.3.0/cglib-nodep-3.3.0.jar
2020-06-25T01:02:11.7239174Z [echoproperties] cglib.loc=https\://repo.maven.apache.org/maven2/cglib/cglib-nodep/3.3.0/cglib-nodep-3.3.0.jar
2020-06-25T01:02:11.7239449Z [echoproperties] cglib.version=3.3.0
2020-06-25T01:02:11.7240036Z [echoproperties] checkstyle.checksum.algorithm=SHA-512
2020-06-25T01:02:11.7240283Z [echoproperties] checkstyle.checksum.enabled=true
2020-06-25T01:02:11.7240635Z [echoproperties] checkstyle.checksum.value=d595e284ec440e20367b93a1835357f1c4c2cf77af4589caafdaa995aa9e8a341716ad59f5222fff484275f23c11beb71ad58792cc6cdbdb261e320724b9418f
2020-06-25T01:02:11.7241203Z [echoproperties] checkstyle.home=/home/runner/tomcat-build-libs/checkstyle-8.22
2020-06-25T01:02:11.7241690Z [echoproperties] checkstyle.jar=/home/runner/tomcat-build-libs/checkstyle-8.22/checkstyle-8.22-all.jar
2020-06-25T01:02:11.7242326Z [echoproperties] checkstyle.loc=https\://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.22/checkstyle-8.22-all.jar
2020-06-25T01:02:11.7242601Z [echoproperties] checkstyle.version=8.22
2020-06-25T01:02:11.7243051Z [echoproperties] cobertura.checksum.algorithm=MD5|SHA-1
2020-06-25T01:02:11.7243454Z [echoproperties] cobertura.checksum.enabled=true
2020-06-25T01:02:11.7243764Z [echoproperties] cobertura.checksum.value=4f46638aa8e4d89565c038092398ea06|99cb44d36555feedcedc46263c23c2f5394ef342
2020-06-25T01:02:11.7244031Z [echoproperties] cobertura.datafile=/home/runner/work/tomcat/tomcat/output/coverage/cobertura.ser
2020-06-25T01:02:11.7244534Z [echoproperties] cobertura.home=/home/runner/tomcat-build-libs/cobertura-2.1.1
2020-06-25T01:02:11.7245066Z [echoproperties] cobertura.jar=/home/runner/tomcat-build-libs/cobertura-2.1.1/cobertura-2.1.1.jar
2020-06-25T01:02:11.7245721Z [echoproperties] cobertura.loc=https\://downloads.sourceforge.net/cobertura/cobertura-2.1.1-bin.tar.gz
2020-06-25T01:02:11.7246163Z [echoproperties] cobertura.out=/home/runner/work/tomcat/tomcat/output/coverage
2020-06-25T01:02:11.7246454Z [echoproperties] cobertura.report.format=html
2020-06-25T01:02:11.7246775Z [echoproperties] cobertura.version=2.1.1
2020-06-25T01:02:11.7247189Z [echoproperties] codesigning.keyStore=request-via-pmc
2020-06-25T01:02:11.7247732Z [echoproperties] codesigning.keyStorePassword=request-via-pmc
2020-06-25T01:02:11.7248744Z [echoproperties] codesigning.partnercode=request-via-pmc
2020-06-25T01:02:11.7249360Z [echoproperties] codesigning.pwd=request-via-pmc
2020-06-25T01:02:11.7251006Z [echoproperties] codesigning.service=Microsoft Windows Signing
2020-06-25T01:02:11.7251485Z [echoproperties] codesigning.user=request-via-pmc
2020-06-25T01:02:11.7251888Z [echoproperties] commons-daemon.bin.checksum.algorithm=SHA-512
2020-06-25T01:02:11.7252260Z [echoproperties] commons-daemon.bin.checksum.enabled=true
2020-06-25T01:02:11.7252765Z [echoproperties] commons-daemon.bin.checksum.value=f9fb917aaf398f61c42796eb4168664e076f81bc3fae82790eb39c723f03a1e7cbc2304161938d8d8993b7fbb718214b94740dbf9679f6ef93e85b5a2e861761
2020-06-25T01:02:11.7253276Z [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-25T01:02:11.7253746Z [echoproperties] commons-daemon.bin.loc.2=https\://archive.apache.org/dist/commons/daemon/binaries/commons-daemon-1.2.2-bin.tar.gz
2020-06-25T01:02:11.7254150Z [echoproperties] commons-daemon.home=/home/runner/tomcat-build-libs/commons-daemon-1.2.2
2020-06-25T01:02:11.7254563Z [echoproperties] commons-daemon.jar=/home/runner/tomcat-build-libs/commons-daemon-1.2.2/commons-daemon-1.2.2.jar
2020-06-25T01:02:11.7254929Z [echoproperties] commons-daemon.native.src.checksum.algorithm=SHA-512
2020-06-25T01:02:11.7255292Z [echoproperties] commons-daemon.native.src.checksum.enabled=true
2020-06-25T01:02:11.7255835Z [echoproperties] commons-daemon.native.src.checksum.value=45ad856a8a6b024e80905cfac5a741a57ab86479ecd65adab9641f5444d3a2362bb13d1ea38ec3db5eb89d30c29f2f6d3b0e48cbf2f60c081c4df2451acd1ab4
2020-06-25T01:02:11.7256356Z [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-25T01:02:11.7256838Z [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-25T01:02:11.7257256Z [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-25T01:02:11.7257630Z [echoproperties] commons-daemon.native.win.checksum.algorithm=SHA-512
2020-06-25T01:02:11.7257977Z [echoproperties] commons-daemon.native.win.checksum.enabled=true
2020-06-25T01:02:11.7258494Z [echoproperties] commons-daemon.native.win.checksum.value=16e7a6fc5bc83ada3bcf9e10cc69ef21400dc019d1f2be00caec0bce72c3bc5a7c72116878e12b4851a15bb473c0948a9c14e1a86b6addcefa6c20638dbcc88c
2020-06-25T01:02:11.7258937Z [echoproperties] commons-daemon.native.win.home=/home/runner/tomcat-build-libs/commons-daemon-1.2.2/windows
2020-06-25T01:02:11.7259435Z [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-25T01:02:11.7276433Z [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-25T01:02:11.7277567Z [echoproperties] commons-daemon.native.win.mgr.exe=/home/runner/tomcat-build-libs/commons-daemon-1.2.2/windows/prunmgr.exe
2020-06-25T01:02:11.7280095Z [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-25T01:02:11.7280469Z [echoproperties] commons-daemon.version=1.2.2
2020-06-25T01:02:11.7280651Z [echoproperties] compile.debug=true
2020-06-25T01:02:11.7303813Z [echoproperties] compile.deprecation=false
2020-06-25T01:02:11.7304424Z [echoproperties] compile.release=8
2020-06-25T01:02:11.7304829Z [echoproperties] compile.source=8
2020-06-25T01:02:11.7305191Z [echoproperties] compile.target=8
2020-06-25T01:02:11.7305585Z [echoproperties] do.codesigning=false
2020-06-25T01:02:11.7306236Z [echoproperties] easymock.checksum.algorithm=SHA-512
2020-06-25T01:02:11.7306828Z [echoproperties] easymock.checksum.enabled=true
2020-06-25T01:02:11.7307255Z [echoproperties] easymock.checksum.value=6fbc3080c9f12aa8dcd1db8aa74e1621caa1d437c0fa64c70a3fe0d46ff74ac2d8d87ac544550487b7aaae98844d4d9d114c724bfc6d9a8873136353f87d8f2e
2020-06-25T01:02:11.7310325Z [echoproperties] easymock.home=/home/runner/tomcat-build-libs/easymock-4.2
2020-06-25T01:02:11.7311112Z [echoproperties] easymock.jar=/home/runner/tomcat-build-libs/easymock-4.2/easymock-4.2.jar
2020-06-25T01:02:11.7311823Z [echoproperties] easymock.loc=https\://repo.maven.apache.org/maven2/org/easymock/easymock/4.2/easymock-4.2.jar
2020-06-25T01:02:11.7314356Z [echoproperties] easymock.version=4.2
2020-06-25T01:02:11.7315995Z [echoproperties] el-api-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/el-api-src.jar
2020-06-25T01:02:11.7316632Z [echoproperties] el-api.jar=/home/runner/work/tomcat/tomcat/output/build/lib/el-api.jar
2020-06-25T01:02:11.7318388Z [echoproperties] el.revision=0-M1
2020-06-25T01:02:11.7321160Z [echoproperties] el.spec.version=4.0
2020-06-25T01:02:11.7321743Z [echoproperties] execute.findbugs=false
2020-06-25T01:02:11.7322092Z [echoproperties] execute.test.apr=true
2020-06-25T01:02:11.7324107Z [echoproperties] execute.test.nio=true
2020-06-25T01:02:11.7325436Z [echoproperties] execute.test.nio2=true
2020-06-25T01:02:11.7325711Z [echoproperties] execute.validate=false
2020-06-25T01:02:11.7326337Z [echoproperties] file.encoding=UTF-8
2020-06-25T01:02:11.7326638Z [echoproperties] file.encoding.pkg=sun.io
2020-06-25T01:02:11.7326911Z [echoproperties] file.separator=/
2020-06-25T01:02:11.7327445Z [echoproperties] final-src.name=apache-tomcat-10.0.0-M7-dev-src
2020-06-25T01:02:11.7327925Z [echoproperties] final.name=apache-tomcat-10.0.0-M7-dev
2020-06-25T01:02:11.7328390Z [echoproperties] findbugs.checksum.algorithm=MD5|SHA-1
2020-06-25T01:02:11.7328687Z [echoproperties] findbugs.checksum.enabled=true
2020-06-25T01:02:11.7329101Z [echoproperties] findbugs.checksum.value=8c54502a8e1b78ea6b173a186ce6f379|95114d9aaeeba7bd4ea5a3d6a2167cd6c87bb943
2020-06-25T01:02:11.7329630Z [echoproperties] findbugs.home=/home/runner/tomcat-build-libs/spotbugs-3.1.12
2020-06-25T01:02:11.7330171Z [echoproperties] findbugs.jar=/home/runner/tomcat-build-libs/spotbugs-3.1.12/lib/spotbugs-ant.jar
2020-06-25T01:02:11.7330768Z [echoproperties] findbugs.loc=https\://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/3.1.12/spotbugs-3.1.12.tgz
2020-06-25T01:02:11.7331098Z [echoproperties] findbugs.out=/home/runner/work/tomcat/tomcat/output/findbugs
2020-06-25T01:02:11.7331389Z [echoproperties] findbugs.report.format=html
2020-06-25T01:02:11.7331663Z [echoproperties] findbugs.report.level=low
2020-06-25T01:02:11.7331888Z [echoproperties] findbugs.version=3.1.12
2020-06-25T01:02:11.7332204Z [echoproperties] git.branch=master
2020-06-25T01:02:11.7332477Z [echoproperties] gpg.exec=/path/to/gpg
2020-06-25T01:02:11.7332939Z [echoproperties] hamcrest.checksum.algorithm=SHA-512
2020-06-25T01:02:11.7333264Z [echoproperties] hamcrest.checksum.enabled=true
2020-06-25T01:02:11.7333585Z [echoproperties] hamcrest.checksum.value=6b1141329b83224f69f074cb913dbff6921d6b8693ede8d2599acb626481255dae63de42eb123cbd5f59a261ac32faae012be64e8e90406ae9215543fbca5546
2020-06-25T01:02:11.7334093Z [echoproperties] hamcrest.home=/home/runner/tomcat-build-libs/hamcrest-2.2
2020-06-25T01:02:11.7334614Z [echoproperties] hamcrest.jar=/home/runner/tomcat-build-libs/hamcrest-2.2/hamcrest-2.2.jar
2020-06-25T01:02:11.7335174Z [echoproperties] hamcrest.loc=https\://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
2020-06-25T01:02:11.7342560Z [echoproperties] hamcrest.version=2.2
2020-06-25T01:02:11.7343378Z [echoproperties] jasper-el-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/jasper-el-src.jar
2020-06-25T01:02:11.7343960Z [echoproperties] jasper-el.jar=/home/runner/work/tomcat/tomcat/output/build/lib/jasper-el.jar
2020-06-25T01:02:11.7344492Z [echoproperties] jasper-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/jasper-src.jar
2020-06-25T01:02:11.7345016Z [echoproperties] jasper.jar=/home/runner/work/tomcat/tomcat/output/build/lib/jasper.jar
2020-06-25T01:02:11.7345582Z [echoproperties] jaspic-api-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/jaspic-api-src.jar
2020-06-25T01:02:11.7346201Z [echoproperties] jaspic-api.jar=/home/runner/work/tomcat/tomcat/output/build/lib/jaspic-api.jar
2020-06-25T01:02:11.7346719Z [echoproperties] jaspic.revision=0-M1
2020-06-25T01:02:11.7347063Z [echoproperties] jaspic.spec.version=2.0
2020-06-25T01:02:11.7347354Z [echoproperties] java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
2020-06-25T01:02:11.7347602Z [echoproperties] java.awt.printerjob=sun.print.PSPrinterJob
2020-06-25T01:02:11.7349174Z [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-25T01:02:11.7349674Z [echoproperties] java.class.version=52.0
2020-06-25T01:02:11.7349972Z [echoproperties] java.endorsed.dirs=/opt/hostedtoolcache/jdk/8.0.252/x64/jre/lib/endorsed
2020-06-25T01:02:11.7350307Z [echoproperties] java.ext.dirs=/opt/hostedtoolcache/jdk/8.0.252/x64/jre/lib/ext\:/usr/java/packages/lib/ext
2020-06-25T01:02:11.7350664Z [echoproperties] java.home=/opt/hostedtoolcache/jdk/8.0.252/x64/jre
2020-06-25T01:02:11.7350959Z [echoproperties] java.io.tmpdir=/tmp
2020-06-25T01:02:11.7351256Z [echoproperties] java.library.path=/usr/java/packages/lib/amd64\:/usr/lib64\:/lib64\:/lib\:/usr/lib
2020-06-25T01:02:11.7351553Z [echoproperties] java.net.preferIPv4Stack=false
2020-06-25T01:02:11.7351861Z [echoproperties] java.runtime.name=OpenJDK Runtime Environment
2020-06-25T01:02:11.7352340Z [echoproperties] java.runtime.version=1.8.0_252-b14
2020-06-25T01:02:11.7352643Z [echoproperties] java.specification.name=Java Platform API Specification
2020-06-25T01:02:11.7352965Z [echoproperties] java.specification.vendor=Oracle Corporation
2020-06-25T01:02:11.7353294Z [echoproperties] java.specification.version=1.8
2020-06-25T01:02:11.7353573Z [echoproperties] java.vendor=Azul Systems, Inc.
2020-06-25T01:02:11.7353872Z [echoproperties] java.vendor.url=http\://www.azulsystems.com/
2020-06-25T01:02:11.7354123Z [echoproperties] java.vendor.url.bug=http\://www.azulsystems.com/support/
2020-06-25T01:02:11.7354436Z [echoproperties] java.version=1.8.0_252
2020-06-25T01:02:11.7354711Z [echoproperties] java.vm.info=mixed mode
2020-06-25T01:02:11.7361529Z [echoproperties] java.vm.name=OpenJDK 64-Bit Server VM
2020-06-25T01:02:11.7362070Z [echoproperties] java.vm.specification.name=Java Virtual Machine Specification
2020-06-25T01:02:11.7362411Z [echoproperties] java.vm.specification.vendor=Oracle Corporation
2020-06-25T01:02:11.7362748Z [echoproperties] java.vm.specification.version=1.8
2020-06-25T01:02:11.7363031Z [echoproperties] java.vm.vendor=Azul Systems, Inc.
2020-06-25T01:02:11.7363503Z [echoproperties] java.vm.version=25.252-b14
2020-06-25T01:02:11.7363820Z [echoproperties] java9.javadoc.options=
2020-06-25T01:02:11.7364328Z [echoproperties] java9.test.option.1=-Dtest.1\=1
2020-06-25T01:02:11.7364790Z [echoproperties] java9.test.option.2=-Dtest.2\=2
2020-06-25T01:02:11.7365427Z [echoproperties] java9.test.option.3=-Dtest.3\=3
2020-06-25T01:02:11.7365941Z [echoproperties] jaxrpc-lib.checksum.algorithm=MD5|SHA-1
2020-06-25T01:02:11.7366593Z [echoproperties] jaxrpc-lib.checksum.enabled=true
2020-06-25T01:02:11.7367510Z [echoproperties] jaxrpc-lib.checksum.value=4bebba22a4cdb9f68e16c45129770333|fe9371d33dc3e1646d4d13bde19614283eb998b1
2020-06-25T01:02:11.7369515Z [echoproperties] jaxrpc-lib.home=/home/runner/tomcat-build-libs/jaxrpc-1.1-rc4
2020-06-25T01:02:11.7369951Z [echoproperties] jaxrpc-lib.jar=/home/runner/tomcat-build-libs/jaxrpc-1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar
2020-06-25T01:02:11.7370434Z [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-25T01:02:11.7370796Z [echoproperties] jaxrpc-lib.version=1.1-rc4
2020-06-25T01:02:11.7371087Z [echoproperties] jdk.vendor.version=Zulu 8.46.0.19-CA-linux64
2020-06-25T01:02:11.7371416Z [echoproperties] jdt.checksum.algorithm=SHA-512
2020-06-25T01:02:11.7371625Z [echoproperties] jdt.checksum.enabled=true
2020-06-25T01:02:11.7371855Z [echoproperties] jdt.checksum.value=41311832a593d13ea84eebea087baa3bab16df381c70bd4c0f425caeb69eac1b41be2af27e40735ae16c039df4861fa93c3cfc4c21f84bad1c5eb1cb0e7ad351
2020-06-25T01:02:11.7372240Z [echoproperties] jdt.home=/home/runner/tomcat-build-libs/ecj-4.15
2020-06-25T01:02:11.7372604Z [echoproperties] jdt.jar=/home/runner/tomcat-build-libs/ecj-4.15/ecj-4.15.jar
2020-06-25T01:02:11.7373035Z [echoproperties] jdt.loc.1=http\://archive.eclipse.org/eclipse/downloads/drops4/R-4.15-202003050155//ecj-4.15.jar
2020-06-25T01:02:11.7373474Z [echoproperties] jdt.loc.2=http\://download.eclipse.org/eclipse/downloads/drops4/R-4.15-202003050155//ecj-4.15.jar
2020-06-25T01:02:11.7373854Z [echoproperties] jdt.release=R-4.15-202003050155/
2020-06-25T01:02:11.7373977Z [echoproperties] jdt.version=4.15
2020-06-25T01:02:11.7374348Z [echoproperties] jsp-api-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/jsp-api-src.jar
2020-06-25T01:02:11.7374765Z [echoproperties] jsp-api.jar=/home/runner/work/tomcat/tomcat/output/build/lib/jsp-api.jar
2020-06-25T01:02:11.7375094Z [echoproperties] jsp.revision=0-M1
2020-06-25T01:02:11.7375265Z [echoproperties] jsp.spec.version=3.0
2020-06-25T01:02:11.7375588Z [echoproperties] junit.checksum.algorithm=MD5|SHA-1
2020-06-25T01:02:11.7375758Z [echoproperties] junit.checksum.enabled=true
2020-06-25T01:02:11.7375956Z [echoproperties] junit.checksum.value=5da6445d7b80aba2623e73d4561dcfde|e49ccba652b735c93bd6e6f59760d8254cf597dd
2020-06-25T01:02:11.7376150Z [echoproperties] junit.formatter.extension=.txt
2020-06-25T01:02:11.7376268Z [echoproperties] junit.formatter.type=plain
2020-06-25T01:02:11.7416497Z [echoproperties] junit.formatter.usefile=true
2020-06-25T01:02:11.7417989Z [echoproperties] junit.home=/home/runner/tomcat-build-libs/junit-4.13
2020-06-25T01:02:11.7418654Z [echoproperties] junit.jar=/home/runner/tomcat-build-libs/junit-4.13/junit-4.13.jar
2020-06-25T01:02:11.7419310Z [echoproperties] junit.loc=https\://repo.maven.apache.org/maven2/junit/junit/4.13/junit-4.13.jar
2020-06-25T01:02:11.7419755Z [echoproperties] junit.version=4.13
2020-06-25T01:02:11.7420097Z [echoproperties] line.separator=\n
2020-06-25T01:02:11.7420610Z [echoproperties] md5sum.binary-prefix=\ *
2020-06-25T01:02:11.7420988Z [echoproperties] min.java.version=8
2020-06-25T01:02:11.7421528Z [echoproperties] nsis.arch.dir=x86-unicode/
2020-06-25T01:02:11.7422084Z [echoproperties] nsis.checksum.algorithm=MD5|SHA-1
2020-06-25T01:02:11.7422479Z [echoproperties] nsis.checksum.enabled=true
2020-06-25T01:02:11.7422845Z [echoproperties] nsis.checksum.value=434e89380742d415ca9b91676cb92540|ed241f7384f4e59d84b9a62c71d1f6955b6a719a
2020-06-25T01:02:11.7423428Z [echoproperties] nsis.exe=/home/runner/tomcat-build-libs/nsis-3.04/makensis.exe
2020-06-25T01:02:11.7423998Z [echoproperties] nsis.home=/home/runner/tomcat-build-libs/nsis-3.04
2020-06-25T01:02:11.7424579Z [echoproperties] nsis.installoptions.dll=/home/runner/tomcat-build-libs/nsis-3.04/Plugins/x86-unicode/InstallOptions.dll
2020-06-25T01:02:11.7425211Z [echoproperties] nsis.loc=https\://downloads.sourceforge.net/nsis/nsis-3.04.zip
2020-06-25T01:02:11.7426023Z [echoproperties] nsis.nsdialogs.dll=/home/runner/tomcat-build-libs/nsis-3.04/Plugins/x86-unicode/nsDialogs.dll
2020-06-25T01:02:11.7426681Z [echoproperties] nsis.nsexec.dll=/home/runner/tomcat-build-libs/nsis-3.04/Plugins/x86-unicode/nsExec.dll
2020-06-25T01:02:11.7427395Z [echoproperties] nsis.nsisdl.dll=/home/runner/tomcat-build-libs/nsis-3.04/Plugins/x86-unicode/NSISdl.dll
2020-06-25T01:02:11.7428070Z [echoproperties] nsis.system.dll=/home/runner/tomcat-build-libs/nsis-3.04/Plugins/x86-unicode/System.dll
2020-06-25T01:02:11.7428451Z [echoproperties] nsis.version=3.04
2020-06-25T01:02:11.7428973Z [echoproperties] objenesis.checksum.algorithm=SHA-512
2020-06-25T01:02:11.7429361Z [echoproperties] objenesis.checksum.enabled=true
2020-06-25T01:02:11.7429761Z [echoproperties] objenesis.checksum.value=4dcfc065d6ccc1e0cb716fc86d844e81a347591d06f99b1840157c51c58a842bdebe86f6bcacee65996b64468d21bdf3bcf463a7f4ae5261440c8f0f6fac8ab3
2020-06-25T01:02:11.7430359Z [echoproperties] objenesis.home=/home/runner/tomcat-build-libs/objenesis-3.1
2020-06-25T01:02:11.7430992Z [echoproperties] objenesis.jar=/home/runner/tomcat-build-libs/objenesis-3.1/objenesis-3.1.jar
2020-06-25T01:02:11.7431639Z [echoproperties] objenesis.loc=https\://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.jar
2020-06-25T01:02:11.7432033Z [echoproperties] objenesis.version=3.1
2020-06-25T01:02:11.7432379Z [echoproperties] org.apache.tomcat.util.net.NioSelectorShared=true
2020-06-25T01:02:11.7432741Z [echoproperties] os.arch=amd64
2020-06-25T01:02:11.7433101Z [echoproperties] os.name=Linux
2020-06-25T01:02:11.7433675Z [echoproperties] os.version=5.3.0-1028-azure
2020-06-25T01:02:11.7434060Z [echoproperties] path.separator=\:
2020-06-25T01:02:11.7434520Z [echoproperties] project=apache-tomcat
2020-06-25T01:02:11.7435059Z [echoproperties] saaj-api.checksum.algorithm=MD5|SHA-1
2020-06-25T01:02:11.7435592Z [echoproperties] saaj-api.checksum.enabled=true
2020-06-25T01:02:11.7436233Z [echoproperties] saaj-api.checksum.value=caae8b4bf2c551155815331e9e96256f|1c399a7fea4d0262a6a39750e419c24f0c769586
2020-06-25T01:02:11.7436836Z [echoproperties] saaj-api.home=/home/runner/tomcat-build-libs/saaj-api-1.3.5
2020-06-25T01:02:11.7437675Z [echoproperties] saaj-api.jar=/home/runner/tomcat-build-libs/saaj-api-1.3.5/saaj-api-1.3.5.jar
2020-06-25T01:02:11.7438307Z [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-25T01:02:11.7438943Z [echoproperties] saaj-api.version=1.3.5
2020-06-25T01:02:11.7439548Z [echoproperties] servlet-api-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/servlet-api-src.jar
2020-06-25T01:02:11.7440161Z [echoproperties] servlet-api.jar=/home/runner/work/tomcat/tomcat/output/build/lib/servlet-api.jar
2020-06-25T01:02:11.7440723Z [echoproperties] servlet.revision=0-M1
2020-06-25T01:02:11.7441083Z [echoproperties] servlet.spec.version=5.0
2020-06-25T01:02:11.7441423Z [echoproperties] sun.arch.data.model=64
2020-06-25T01:02:11.7441908Z [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-25T01:02:11.7442916Z [echoproperties] sun.boot.library.path=/opt/hostedtoolcache/jdk/8.0.252/x64/jre/lib/amd64
2020-06-25T01:02:11.7443292Z [echoproperties] sun.cpu.endian=little
2020-06-25T01:02:11.7443569Z [echoproperties] sun.cpu.isalist=
2020-06-25T01:02:11.7443851Z [echoproperties] sun.io.unicode.encoding=UnicodeLittle
2020-06-25T01:02:11.7444460Z [echoproperties] sun.java.command=org.apache.tools.ant.launch.Launcher -cp -noinput echoproperties deploy embed test-nio2 test-status
2020-06-25T01:02:11.7444913Z [echoproperties] sun.java.launcher=SUN_STANDARD
2020-06-25T01:02:11.7445513Z [echoproperties] sun.jnu.encoding=UTF-8
2020-06-25T01:02:11.7446014Z [echoproperties] sun.management.compiler=HotSpot 64-Bit Tiered Compilers
2020-06-25T01:02:11.7446321Z [echoproperties] sun.os.patch.level=unknown
2020-06-25T01:02:11.7446729Z [echoproperties] test.accesslog=false
2020-06-25T01:02:11.7447045Z [echoproperties] test.apr.loc=/home/runner/work/tomcat/tomcat/output/build/bin
2020-06-25T01:02:11.7447342Z [echoproperties] test.basedir=/home/runner/work/tomcat/tomcat/output/build
2020-06-25T01:02:11.7447633Z [echoproperties] test.classes=/home/runner/work/tomcat/tomcat/output/testclasses
2020-06-25T01:02:11.7447871Z [echoproperties] test.cobertura=false
2020-06-25T01:02:11.7449212Z [echoproperties] test.exclude=**/TestHttp2Limits.java,org/apache/catalina/connector/TestRequest.java,org/apache/coyote/http11/filters/TestChunkedInputFilter.java,org/apache/catalina/startup/TestTomcat.java,org/apache/coyote/http2/TestHttp2Timeouts.java,org/apache/catalina/core/TestAsyncContextStateChanges.java,org/apache/catalina/valves/TestStuckThreadDetectionValve.java,org/apache/coyote/http11/TestHttp11Processor.java,org/apache/catalina/tribes/group/interceptors/TestOrderInterceptor.java,org/apache/catalina/tribes/group/interceptors/TestTcpFailureDetector.java,org/apache/catalina/servlets/TestDefaultServletOptions.java,org/apache/catalina/nonblocking/TestNonBlockingAPI.java,org/apache/catalina/authenticator/TestSSOnonLoginAndBasicAuthenticator.java,org/apache/catalina/authenticator/TestSSOnonLoginAndDigestAuthenticator.java,org/apache/tomcat/websocket/TestWsWebSocketContainer.java,org/apache/catalina/startup/TestHostConfigAutomaticDeployment.java,jakarta/servlet/http/TestHttpServletResponseSendError.java,org/apache/catalina/core/TestAsyncContextImpl.java,org/apache/catalina/servlets/TestWebdavServletOptions.java,org/apache/catalina/servlets/TestDefaultServletEncodingWithoutBom.java,org/apache/catalina/servlets/TestDefaultServletEncodingWithBom.java,org/apache/catalina/authenticator/TestFormAuthenticator.java,org/apache/naming/TestEnvEntry.java,org/apache/tomcat/util/net/TestSSLHostConfigCompat.java,org/apache/tomcat/websocket/pojo/TestPojoEndpointBase.java,org/apache/jasper/compiler/TestJspDocumentParser.java,org/apache/catalina/valves/rewrite/TestRewriteValve.java,org/apache/jasper/compiler/TestEncodingDetector.java,org/apache/catalina/core/TestApplicationContextGetRequestDispatcher.java,org/apache/jasper/compiler/TestParser.java,org/apache/coyote/http2/TestStreamQueryString.java,org/apache/coyote/http11/TestHttp11InputBuffer.java,org/apache/coyote/http11/TestHttp11InputBufferCRLF.java,org/apache/tomcat/util/net/TestSsl.java,org/apache/coyote/ajp/TestAbstractAjpProcessor.java,org/apache/catalina/tribes/group/TestGroupChannelSenderConnections.java,org/apache/coyote/http2/TestHttp2Section_6_8.java,org/apache/catalina/tribes/group/TestGroupChannelStartStop.java,org/apache/catalina/tribes/group/TestGroupChannelMemberArrival.java,org/apache/tomcat/websocket/TestWebSocketFrameClientSSL.java,org/apache/el/TestELInJsp.java,org/apache/coyote/TestIoTimeouts.java,org/apache/catalina/connector/TestMaxConnections.java,org/apache/coyote/http2/TestAsync.java,org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java,org/apache/catalina/tribes/group/interceptors/TestNonBlockingCoordinator.java
2020-06-25T01:02:11.7450392Z [echoproperties] test.excludePerformance=true
2020-06-25T01:02:11.7450933Z [echoproperties] test.formatter=-Dorg.apache.juli.formatter\=java.util.logging.SimpleFormatter
2020-06-25T01:02:11.7451252Z [echoproperties] test.haltonfailure=false
2020-06-25T01:02:11.7451732Z [echoproperties] test.jvmarg.egd=-Djava.security.egd\=file\:/dev/./urandom
2020-06-25T01:02:11.7452083Z [echoproperties] test.name=**/Test*.java
2020-06-25T01:02:11.7452396Z [echoproperties] test.openssl.exists=false
2020-06-25T01:02:11.7452668Z [echoproperties] test.openssl.path=
2020-06-25T01:02:11.7452939Z [echoproperties] test.relaxTiming=false
2020-06-25T01:02:11.7453352Z [echoproperties] test.reports=/home/runner/work/tomcat/tomcat/output/build/logs
2020-06-25T01:02:11.7453601Z [echoproperties] test.run.classes=/home/runner/work/tomcat/tomcat/output/classes
2020-06-25T01:02:11.7454097Z [echoproperties] test.temp=/home/runner/work/tomcat/tomcat/output/test-tmp
2020-06-25T01:02:11.7454459Z [echoproperties] test.threads=1
2020-06-25T01:02:11.7454747Z [echoproperties] test.verbose=true
2020-06-25T01:02:11.7455036Z [echoproperties] today=Jun 25 2020
2020-06-25T01:02:11.7455508Z [echoproperties] today-iso-8601=2020-06-25
2020-06-25T01:02:11.7456025Z [echoproperties] tomcat-api-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/tomcat-api-src.jar
2020-06-25T01:02:11.7456553Z [echoproperties] tomcat-api.jar=/home/runner/work/tomcat/tomcat/output/build/lib/tomcat-api.jar
2020-06-25T01:02:11.7457093Z [echoproperties] tomcat-coyote-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/tomcat-coyote-src.jar
2020-06-25T01:02:11.7457634Z [echoproperties] tomcat-coyote.jar=/home/runner/work/tomcat/tomcat/output/build/lib/tomcat-coyote.jar
2020-06-25T01:02:11.7458174Z [echoproperties] tomcat-dbcp-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/tomcat-dbcp-src.jar
2020-06-25T01:02:11.7458725Z [echoproperties] tomcat-dbcp.jar=/home/runner/work/tomcat/tomcat/output/build/lib/tomcat-dbcp.jar
2020-06-25T01:02:11.7459302Z [echoproperties] tomcat-embed-core-sources.jar=/home/runner/work/tomcat/tomcat/output/embed-src-jars/tomcat-embed-core-src.jar
2020-06-25T01:02:11.7459882Z [echoproperties] tomcat-embed-core.jar=/home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-core.jar
2020-06-25T01:02:11.7460451Z [echoproperties] tomcat-embed-el-sources.jar=/home/runner/work/tomcat/tomcat/output/embed-src-jars/tomcat-embed-el-src.jar
2020-06-25T01:02:11.7461007Z [echoproperties] tomcat-embed-el.jar=/home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-el.jar
2020-06-25T01:02:11.7461580Z [echoproperties] tomcat-embed-jasper-sources.jar=/home/runner/work/tomcat/tomcat/output/embed-src-jars/tomcat-embed-jasper-src.jar
2020-06-25T01:02:11.7462140Z [echoproperties] tomcat-embed-jasper.jar=/home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-jasper.jar
2020-06-25T01:02:11.7462722Z [echoproperties] tomcat-embed-websocket-sources.jar=/home/runner/work/tomcat/tomcat/output/embed-src-jars/tomcat-embed-websocket-src.jar
2020-06-25T01:02:11.7463299Z [echoproperties] tomcat-embed-websocket.jar=/home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-websocket.jar
2020-06-25T01:02:11.7463842Z [echoproperties] tomcat-jdbc-src.jar=/home/runner/work/tomcat/tomcat/output/jdbc-pool/tomcat-jdbc-src.jar
2020-06-25T01:02:11.7464395Z [echoproperties] tomcat-jdbc.jar=/home/runner/work/tomcat/tomcat/output/jdbc-pool/tomcat-jdbc.jar
2020-06-25T01:02:11.7464939Z [echoproperties] tomcat-jni-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/tomcat-jni-src.jar
2020-06-25T01:02:11.7465466Z [echoproperties] tomcat-jni.jar=/home/runner/work/tomcat/tomcat/output/build/lib/tomcat-jni.jar
2020-06-25T01:02:11.7466006Z [echoproperties] tomcat-juli-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/tomcat-juli-src.jar
2020-06-25T01:02:11.7466544Z [echoproperties] tomcat-juli.jar=/home/runner/work/tomcat/tomcat/output/build/bin/tomcat-juli.jar
2020-06-25T01:02:11.7467145Z [echoproperties] tomcat-native.home=/home/runner/tomcat-build-libs/tomcat-native-1.2.24
2020-06-25T01:02:11.7467737Z [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-25T01:02:11.7468458Z [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-25T01:02:11.7468923Z [echoproperties] tomcat-native.src.checksum.algorithm=SHA-512
2020-06-25T01:02:11.7469451Z [echoproperties] tomcat-native.src.checksum.enabled=true
2020-06-25T01:02:11.7470046Z [echoproperties] tomcat-native.src.checksum.value=5dae151a60f8bd5a9a29d63eca838c77174426025ee65a826f0698943494dd3656d50bcd417e220a926b9ce111ea167043d4b806264030e951873d06767b3d6f
2020-06-25T01:02:11.7470765Z [echoproperties] tomcat-native.tar.gz=/home/runner/tomcat-build-libs/tomcat-native-1.2.24/tomcat-native.tar.gz
2020-06-25T01:02:11.7471319Z [echoproperties] tomcat-native.version=1.2.24
2020-06-25T01:02:11.7472005Z [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-25T01:02:11.7472664Z [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-25T01:02:11.7473258Z [echoproperties] tomcat-native.win.checksum.algorithm=SHA-512
2020-06-25T01:02:11.7473691Z [echoproperties] tomcat-native.win.checksum.enabled=true
2020-06-25T01:02:11.7474386Z [echoproperties] tomcat-native.win.checksum.value=c2d581f1f602dce61abc36370ce485c805b90863301555fc3d44362b655f34f950d0096fad22895374086f33d4505792c27f83fe35d4aeb87a08215bea8ae74a
2020-06-25T01:02:11.7474869Z [echoproperties] tomcat-nb.home=/home/runner/work/tomcat/tomcat/nbproject
2020-06-25T01:02:11.7475489Z [echoproperties] tomcat-util-scan-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/tomcat-util-scan-src.jar
2020-06-25T01:02:11.7475983Z [echoproperties] tomcat-util-scan.jar=/home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util-scan.jar
2020-06-25T01:02:11.7478527Z [echoproperties] tomcat-util-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/tomcat-util-src.jar
2020-06-25T01:02:11.7478959Z [echoproperties] tomcat-util.jar=/home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util.jar
2020-06-25T01:02:11.7479371Z [echoproperties] tomcat-websocket-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/tomcat-websocket-src.jar
2020-06-25T01:02:11.7479786Z [echoproperties] tomcat-websocket.jar=/home/runner/work/tomcat/tomcat/output/build/lib/tomcat-websocket.jar
2020-06-25T01:02:11.7479944Z [echoproperties] tomcat.bnd=/home/runner/work/tomcat/tomcat/res/bnd
2020-06-25T01:02:11.7480126Z [echoproperties] tomcat.build=/home/runner/work/tomcat/tomcat/output/build
2020-06-25T01:02:11.7480315Z [echoproperties] tomcat.classes=/home/runner/work/tomcat/tomcat/output/classes
2020-06-25T01:02:11.7480699Z [echoproperties] tomcat.classes.cobertura=/home/runner/work/tomcat/tomcat/output/classes-cobertura
2020-06-25T01:02:11.7480893Z [echoproperties] tomcat.deployer=/home/runner/work/tomcat/tomcat/output/deployer
2020-06-25T01:02:11.7481095Z [echoproperties] tomcat.dist=/home/runner/work/tomcat/tomcat/output/dist
2020-06-25T01:02:11.7481276Z [echoproperties] tomcat.embed=/home/runner/work/tomcat/tomcat/output/embed
2020-06-25T01:02:11.7481677Z [echoproperties] tomcat.embed.sources=/home/runner/work/tomcat/tomcat/output/embed-src-jars
2020-06-25T01:02:11.7481867Z [echoproperties] tomcat.home=/home/runner/work/tomcat/tomcat
2020-06-25T01:02:11.7482243Z [echoproperties] tomcat.jdbc.dir=/home/runner/work/tomcat/tomcat/modules/jdbc-pool
2020-06-25T01:02:11.7482386Z [echoproperties] tomcat.manifests=/home/runner/work/tomcat/tomcat/output/manifests
2020-06-25T01:02:11.7482574Z [echoproperties] tomcat.output=/home/runner/work/tomcat/tomcat/output
2020-06-25T01:02:11.7482932Z [echoproperties] tomcat.pool=/home/runner/work/tomcat/tomcat/output/jdbc-pool
2020-06-25T01:02:11.7483118Z [echoproperties] tomcat.release=/home/runner/work/tomcat/tomcat/output/release
2020-06-25T01:02:11.7483499Z [echoproperties] tomcat.src.jars=/home/runner/work/tomcat/tomcat/output/src-jars
2020-06-25T01:02:11.7483691Z [echoproperties] trydownload.httpusecaches=true
2020-06-25T01:02:11.7483881Z [echoproperties] tstamp=01\:02\:11
2020-06-25T01:02:11.7484043Z [echoproperties] user.country=US
2020-06-25T01:02:11.7484211Z [echoproperties] user.dir=/home/runner/work/tomcat/tomcat
2020-06-25T01:02:11.7484332Z [echoproperties] user.home=/home/runner
2020-06-25T01:02:11.7484593Z [echoproperties] user.language=en
2020-06-25T01:02:11.7484752Z [echoproperties] user.name=runner
2020-06-25T01:02:11.7484910Z [echoproperties] user.timezone=
2020-06-25T01:02:11.7485252Z [echoproperties] version=10.0.0-M7-dev
2020-06-25T01:02:11.7485549Z [echoproperties] version.build=0
2020-06-25T01:02:11.7485790Z [echoproperties] version.major=10
2020-06-25T01:02:11.7485957Z [echoproperties] version.major.minor=10.0
2020-06-25T01:02:11.7486075Z [echoproperties] version.minor=0
2020-06-25T01:02:11.7486240Z [echoproperties] version.number=10.0.0.0
2020-06-25T01:02:11.7486403Z [echoproperties] version.patch=0
2020-06-25T01:02:11.7486728Z [echoproperties] version.suffix=-M7-dev
2020-06-25T01:02:11.7487136Z [echoproperties] websocket-api-src.jar=/home/runner/work/tomcat/tomcat/output/src-jars/websocket-api-src.jar
2020-06-25T01:02:11.7487571Z [echoproperties] websocket-api.jar=/home/runner/work/tomcat/tomcat/output/build/lib/websocket-api.jar
2020-06-25T01:02:11.7487906Z [echoproperties] websocket.revision=0-M1
2020-06-25T01:02:11.7488082Z [echoproperties] websocket.spec.version=2.0
2020-06-25T01:02:11.7488362Z [echoproperties] wsdl4j-lib.checksum.algorithm=MD5|SHA-1
2020-06-25T01:02:11.7488690Z [echoproperties] wsdl4j-lib.checksum.enabled=true
2020-06-25T01:02:11.7489116Z [echoproperties] wsdl4j-lib.checksum.value=cfc28d89625c5e88589aec7a9aee0208|6d106a6845a3d3477a1560008479312888e94f2f
2020-06-25T01:02:11.7489494Z [echoproperties] wsdl4j-lib.home=/home/runner/tomcat-build-libs/wsdl4j-1.6.3
2020-06-25T01:02:11.7489880Z [echoproperties] wsdl4j-lib.jar=/home/runner/tomcat-build-libs/wsdl4j-1.6.3/wsdl4j-1.6.3.jar
2020-06-25T01:02:11.7490317Z [echoproperties] wsdl4j-lib.loc=https\://repo.maven.apache.org/maven2/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar
2020-06-25T01:02:11.7490674Z [echoproperties] wsdl4j-lib.version=1.6.3
2020-06-25T01:02:11.7490840Z [echoproperties] year=2020
2020-06-25T01:02:11.7490910Z
2020-06-25T01:02:11.7491190Z download-compile:
2020-06-25T01:02:11.8354675Z
2020-06-25T01:02:11.8355406Z testexist:
2020-06-25T01:02:11.8476163Z [echo] Testing for /home/runner/tomcat-build-libs/commons-daemon-1.2.2/commons-daemon-1.2.2.jar
2020-06-25T01:02:11.8477717Z
2020-06-25T01:02:11.8478170Z downloadgz-2:
2020-06-25T01:02:11.8513231Z [mkdir] Created dir: /home/runner/tomcat-build-libs
2020-06-25T01:02:11.8966437Z
2020-06-25T01:02:11.8966703Z setproxy:
2020-06-25T01:02:11.8966891Z
2020-06-25T01:02:11.8967045Z trydownload.check:
2020-06-25T01:02:12.1586079Z
2020-06-25T01:02:12.1586564Z trydownload:
2020-06-25T01:02:12.1660938Z [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-25T01:02:12.1661542Z [get] To: /home/runner/tomcat-build-libs/download-1557055266.tar.gz
2020-06-25T01:02:12.1738794Z [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://mirrors.ibiblio.org/apache//commons/daemon/binaries/commons-daemon-1.2.2-bin.tar.gz
2020-06-25T01:02:12.3629621Z
2020-06-25T01:02:12.3630178Z setproxy:
2020-06-25T01:02:12.3669801Z
2020-06-25T01:02:12.3670212Z trydownload.check:
2020-06-25T01:02:12.3674934Z
2020-06-25T01:02:12.3675205Z trydownload:
2020-06-25T01:02:12.4162018Z [echo] Checksum check for commons-daemon-1.2.2-bin.tar.gz, algorithm SHA-512: OK
2020-06-25T01:02:12.4193684Z [gunzip] Expanding download-1557055266.tar.gz to /home/runner/tomcat-build-libs/download-1557055266.tar
2020-06-25T01:02:12.4549999Z [untar] Expanding: /home/runner/tomcat-build-libs/download-1557055266.tar into /home/runner/tomcat-build-libs
2020-06-25T01:02:12.4838261Z [delete] Deleting: /home/runner/tomcat-build-libs/download-1557055266.tar
2020-06-25T01:02:12.4838931Z [delete] Deleting: /home/runner/tomcat-build-libs/download-1557055266.tar.gz
2020-06-25T01:02:12.5207550Z
2020-06-25T01:02:12.5213280Z testexist:
2020-06-25T01:02:12.5217884Z [echo] Testing for /home/runner/tomcat-build-libs/ecj-4.15/ecj-4.15.jar
2020-06-25T01:02:12.5224637Z
2020-06-25T01:02:12.5226627Z downloadfile-2:
2020-06-25T01:02:12.5658546Z
2020-06-25T01:02:12.5659371Z setproxy:
2020-06-25T01:02:12.5661029Z
2020-06-25T01:02:12.5661338Z trydownload.check:
2020-06-25T01:02:12.7372730Z
2020-06-25T01:02:12.7373599Z trydownload:
2020-06-25T01:02:12.7393026Z [get] Getting: http://archive.eclipse.org/eclipse/downloads/drops4/R-4.15-202003050155//ecj-4.15.jar
2020-06-25T01:02:12.7395616Z [get] To: /home/runner/tomcat-build-libs/download-248054795.tmp
2020-06-25T01:02:13.0972520Z
2020-06-25T01:02:13.0973391Z setproxy:
2020-06-25T01:02:13.0974445Z
2020-06-25T01:02:13.0974791Z trydownload.check:
2020-06-25T01:02:13.0976960Z
2020-06-25T01:02:13.0977324Z trydownload:
2020-06-25T01:02:13.1507005Z [echo] Checksum check for ecj-4.15.jar, algorithm SHA-512: OK
2020-06-25T01:02:13.1507883Z [mkdir] Created dir: /home/runner/tomcat-build-libs/ecj-4.15
2020-06-25T01:02:13.1541444Z [move] Moving 1 file to /home/runner/tomcat-build-libs/ecj-4.15
2020-06-25T01:02:13.1799056Z
2020-06-25T01:02:13.1799855Z testexist:
2020-06-25T01:02:13.1801256Z [echo] Testing for /home/runner/tomcat-build-libs/saaj-api-1.3.5/saaj-api-1.3.5.jar
2020-06-25T01:02:13.1803987Z
2020-06-25T01:02:13.1804376Z setproxy:
2020-06-25T01:02:13.1804651Z
2020-06-25T01:02:13.1804941Z downloadfile:
2020-06-25T01:02:13.1810516Z [get] Getting: https://repo.maven.apache.org/maven2/javax/xml/soap/saaj-api/1.3.5/saaj-api-1.3.5.jar
2020-06-25T01:02:13.1811419Z [get] To: /home/runner/tomcat-build-libs/download-1688434052.tmp
2020-06-25T01:02:13.5677648Z [echo] Checksum check for saaj-api-1.3.5.jar, algorithm MD5|SHA-1: OK
2020-06-25T01:02:13.5683074Z [mkdir] Created dir: /home/runner/tomcat-build-libs/saaj-api-1.3.5
2020-06-25T01:02:13.5687083Z [move] Moving 1 file to /home/runner/tomcat-build-libs/saaj-api-1.3.5
2020-06-25T01:02:13.6037340Z
2020-06-25T01:02:13.6046364Z testexist:
2020-06-25T01:02:13.6064946Z [echo] Testing for /home/runner/tomcat-build-libs/jaxrpc-1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar
2020-06-25T01:02:13.6066260Z
2020-06-25T01:02:13.6066462Z setproxy:
2020-06-25T01:02:13.6067028Z
2020-06-25T01:02:13.6067176Z downloadfile:
2020-06-25T01:02:13.6072295Z [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-25T01:02:13.6072875Z [get] To: /home/runner/tomcat-build-libs/download-798455264.tmp
2020-06-25T01:02:13.6294362Z [echo] Checksum check for geronimo-spec-jaxrpc-1.1-rc4.jar, algorithm MD5|SHA-1: OK
2020-06-25T01:02:13.6296827Z [mkdir] Created dir: /home/runner/tomcat-build-libs/jaxrpc-1.1-rc4
2020-06-25T01:02:13.6298371Z [move] Moving 1 file to /home/runner/tomcat-build-libs/jaxrpc-1.1-rc4
2020-06-25T01:02:13.6551978Z
2020-06-25T01:02:13.6552635Z testexist:
2020-06-25T01:02:13.6560629Z [echo] Testing for /home/runner/tomcat-build-libs/wsdl4j-1.6.3/wsdl4j-1.6.3.jar
2020-06-25T01:02:13.6563404Z
2020-06-25T01:02:13.6564525Z setproxy:
2020-06-25T01:02:13.6566575Z
2020-06-25T01:02:13.6567619Z downloadfile:
2020-06-25T01:02:13.6573873Z [get] Getting: https://repo.maven.apache.org/maven2/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar
2020-06-25T01:02:13.6576659Z [get] To: /home/runner/tomcat-build-libs/download-1131391607.tmp
2020-06-25T01:02:13.7071799Z [echo] Checksum check for wsdl4j-1.6.3.jar, algorithm MD5|SHA-1: OK
2020-06-25T01:02:13.7076495Z [mkdir] Created dir: /home/runner/tomcat-build-libs/wsdl4j-1.6.3
2020-06-25T01:02:13.7089198Z [move] Moving 1 file to /home/runner/tomcat-build-libs/wsdl4j-1.6.3
2020-06-25T01:02:13.7092557Z
2020-06-25T01:02:13.7093968Z build-prepare:
2020-06-25T01:02:13.7097850Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/classes
2020-06-25T01:02:13.7112943Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build
2020-06-25T01:02:13.7115692Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/bin
2020-06-25T01:02:13.7118361Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/conf
2020-06-25T01:02:13.7124239Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/i18n
2020-06-25T01:02:13.7127392Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:13.7139692Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/logs
2020-06-25T01:02:13.7144061Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/temp
2020-06-25T01:02:13.7150603Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/webapps
2020-06-25T01:02:13.7215791Z
2020-06-25T01:02:13.7217484Z compile-prepare:
2020-06-25T01:02:13.7222793Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/java/org/apache/catalina/startup
2020-06-25T01:02:13.7304129Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/webapps/docs
2020-06-25T01:02:13.7397080Z
2020-06-25T01:02:13.7455155Z download-validate:
2020-06-25T01:02:13.7457518Z
2020-06-25T01:02:13.7458623Z validate:
2020-06-25T01:02:13.7460070Z
2020-06-25T01:02:13.7461060Z compile:
2020-06-25T01:02:14.0342540Z [javac] Compiling 1728 source files to /home/runner/work/tomcat/tomcat/output/classes
2020-06-25T01:02:14.0400588Z [javac] Support for javac --release has been added in Java9 ignoring it
2020-06-25T01:02:24.8825572Z [javac] Note: Some input files use or override a deprecated API.
2020-06-25T01:02:24.8829312Z [javac] Note: Recompile with -Xlint:deprecation for details.
2020-06-25T01:02:24.8844109Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/util/http/fileupload/servlet/package-info.class
2020-06-25T01:02:24.8848860Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/websocket/pojo/package-info.class
2020-06-25T01:02:24.8852087Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/util/http/fileupload/disk/package-info.class
2020-06-25T01:02:24.8855293Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/util/http/fileupload/package-info.class
2020-06-25T01:02:24.8858355Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/dbcp/dbcp2/managed/package-info.class
2020-06-25T01:02:24.8861547Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/dbcp/dbcp2/datasources/package-info.class
2020-06-25T01:02:24.8870577Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/dbcp/dbcp2/cpdsadapter/package-info.class
2020-06-25T01:02:24.8872740Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/util/http/fileupload/util/mime/package-info.class
2020-06-25T01:02:24.8874643Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/util/http/fileupload/util/package-info.class
2020-06-25T01:02:24.8876465Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/dbcp/dbcp2/package-info.class
2020-06-25T01:02:24.8878285Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/websocket/server/package-info.class
2020-06-25T01:02:24.8880307Z [javac] Creating empty /home/runner/work/tomcat/tomcat/output/classes/org/apache/tomcat/util/descriptor/tld/package-info.class
2020-06-25T01:02:24.9575218Z [copy] Copying 87 files to /home/runner/work/tomcat/tomcat/output/classes
2020-06-25T01:02:25.1387131Z [native2ascii] Converting 77 files from /home/runner/work/tomcat/tomcat/java to /home/runner/work/tomcat/tomcat/output/classes
2020-06-25T01:02:25.2278703Z [native2ascii] Converting 550 files from /home/runner/work/tomcat/tomcat/java to /home/runner/work/tomcat/tomcat/output/build/i18n
2020-06-25T01:02:25.7780776Z
2020-06-25T01:02:25.7787846Z build-manifests:
2020-06-25T01:02:25.7812907Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/manifests
2020-06-25T01:02:25.7849491Z [copy] Copying 21 files to /home/runner/work/tomcat/tomcat/output/manifests
2020-06-25T01:02:25.7969983Z
2020-06-25T01:02:25.7970801Z download-bnd:
2020-06-25T01:02:25.8344150Z
2020-06-25T01:02:25.8345166Z testexist:
2020-06-25T01:02:25.8353705Z [echo] Testing for /home/runner/tomcat-build-libs/bnd-5.1.1/biz.aQute.bnd-5.1.1.jar
2020-06-25T01:02:25.8356595Z
2020-06-25T01:02:25.8356843Z setproxy:
2020-06-25T01:02:25.8360460Z
2020-06-25T01:02:25.8360868Z downloadfile:
2020-06-25T01:02:25.8370981Z [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-25T01:02:25.8371733Z [get] To: /home/runner/tomcat-build-libs/download-216792532.tmp
2020-06-25T01:02:26.6120187Z [echo] Checksum check for biz.aQute.bnd-5.1.1.jar, algorithm MD5|SHA-1: OK
2020-06-25T01:02:26.6120952Z [mkdir] Created dir: /home/runner/tomcat-build-libs/bnd-5.1.1
2020-06-25T01:02:26.6121897Z [move] Moving 1 file to /home/runner/tomcat-build-libs/bnd-5.1.1
2020-06-25T01:02:26.6122381Z
2020-06-25T01:02:26.6122915Z setup-bnd:
2020-06-25T01:02:26.7177849Z
2020-06-25T01:02:26.7178625Z package:
2020-06-25T01:02:26.7330753Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/annotations-api.jar
2020-06-25T01:02:26.7567846Z
2020-06-25T01:02:26.7569079Z add-osgi:
2020-06-25T01:02:26.7569854Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/annotations-api.jar true
2020-06-25T01:02:27.0894749Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/annotations-api.jar
2020-06-25T01:02:27.0896659Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:27.1469396Z
2020-06-25T01:02:27.1470576Z add-graal:
2020-06-25T01:02:27.1640246Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/servlet-api.jar
2020-06-25T01:02:27.2618663Z
2020-06-25T01:02:27.2620770Z add-osgi:
2020-06-25T01:02:27.2624263Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/servlet-api.jar true
2020-06-25T01:02:27.5499031Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/servlet-api.jar
2020-06-25T01:02:27.5502055Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:27.5637755Z
2020-06-25T01:02:27.5639127Z add-graal:
2020-06-25T01:02:27.5665897Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/el-api.jar
2020-06-25T01:02:27.5941510Z
2020-06-25T01:02:27.5943576Z add-osgi:
2020-06-25T01:02:27.5946873Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/el-api.jar true
2020-06-25T01:02:27.6872413Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/el-api.jar
2020-06-25T01:02:27.6876928Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:27.7009332Z
2020-06-25T01:02:27.7011248Z add-graal:
2020-06-25T01:02:27.7039170Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/jsp-api.jar
2020-06-25T01:02:27.7276727Z
2020-06-25T01:02:27.7278715Z add-osgi:
2020-06-25T01:02:27.7286193Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/jsp-api.jar true
2020-06-25T01:02:27.8166295Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/jsp-api.jar
2020-06-25T01:02:27.8169487Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:27.8294956Z
2020-06-25T01:02:27.8326957Z add-graal:
2020-06-25T01:02:27.8373086Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/websocket-api.jar
2020-06-25T01:02:27.8645222Z
2020-06-25T01:02:27.8655231Z add-osgi:
2020-06-25T01:02:27.8658945Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/websocket-api.jar true
2020-06-25T01:02:28.0283823Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/websocket-api.jar
2020-06-25T01:02:28.0287167Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:28.0406231Z
2020-06-25T01:02:28.0407677Z add-graal:
2020-06-25T01:02:28.0442534Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/jaspic-api.jar
2020-06-25T01:02:28.0602125Z
2020-06-25T01:02:28.0603453Z add-osgi:
2020-06-25T01:02:28.0606266Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/jaspic-api.jar true
2020-06-25T01:02:28.1496335Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/jaspic-api.jar
2020-06-25T01:02:28.1498403Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:28.1703376Z
2020-06-25T01:02:28.1704609Z add-graal:
2020-06-25T01:02:28.1727473Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/bin/tomcat-juli.jar
2020-06-25T01:02:28.1993952Z
2020-06-25T01:02:28.1994813Z add-osgi:
2020-06-25T01:02:28.1997620Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/bin/tomcat-juli.jar true
2020-06-25T01:02:28.2874421Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/bin/tomcat-juli.jar
2020-06-25T01:02:28.2878656Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/bin
2020-06-25T01:02:28.3009337Z
2020-06-25T01:02:28.3010060Z add-graal:
2020-06-25T01:02:28.3064750Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/bin/bootstrap.jar
2020-06-25T01:02:28.3249195Z
2020-06-25T01:02:28.3249955Z add-osgi:
2020-06-25T01:02:28.3383605Z
2020-06-25T01:02:28.3384759Z add-graal:
2020-06-25T01:02:28.3468319Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util.jar
2020-06-25T01:02:28.3856770Z
2020-06-25T01:02:28.3858066Z add-osgi:
2020-06-25T01:02:28.3860788Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util.jar true
2020-06-25T01:02:28.5882029Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util.jar
2020-06-25T01:02:28.5886645Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:28.6008693Z
2020-06-25T01:02:28.6009827Z add-graal:
2020-06-25T01:02:28.6031244Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-api.jar
2020-06-25T01:02:28.6168502Z
2020-06-25T01:02:28.6169235Z add-osgi:
2020-06-25T01:02:28.6171383Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-api.jar true
2020-06-25T01:02:28.6638110Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-api.jar
2020-06-25T01:02:28.6641854Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:28.6746412Z
2020-06-25T01:02:28.6747434Z add-graal:
2020-06-25T01:02:28.6782887Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util-scan.jar
2020-06-25T01:02:28.7133324Z
2020-06-25T01:02:28.7134308Z add-osgi:
2020-06-25T01:02:28.7134990Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util-scan.jar true
2020-06-25T01:02:28.8446799Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util-scan.jar
2020-06-25T01:02:28.8455393Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:28.8560203Z
2020-06-25T01:02:28.8561888Z add-graal:
2020-06-25T01:02:28.8579105Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-jni.jar
2020-06-25T01:02:28.8771783Z
2020-06-25T01:02:28.8773451Z add-osgi:
2020-06-25T01:02:28.8776345Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-jni.jar true
2020-06-25T01:02:28.9470850Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-jni.jar
2020-06-25T01:02:28.9474241Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:28.9575399Z
2020-06-25T01:02:28.9576478Z add-graal:
2020-06-25T01:02:28.9650193Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-coyote.jar
2020-06-25T01:02:29.1290478Z
2020-06-25T01:02:29.1291735Z add-osgi:
2020-06-25T01:02:29.1292434Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-coyote.jar true
2020-06-25T01:02:29.3116541Z [bnd] 1 WARNINGS
2020-06-25T01:02:29.3117650Z [bnd] Export org.apache.tomcat.util.http.fileupload, has 1, private references [org.apache.tomcat.util.http.fileupload.impl]
2020-06-25T01:02:29.4785165Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-coyote.jar
2020-06-25T01:02:29.4787809Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:29.4887153Z
2020-06-25T01:02:29.4888410Z add-graal:
2020-06-25T01:02:29.4916090Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-websocket.jar
2020-06-25T01:02:29.5291547Z
2020-06-25T01:02:29.5293113Z add-osgi:
2020-06-25T01:02:29.5293798Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-websocket.jar true
2020-06-25T01:02:29.6520246Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-websocket.jar
2020-06-25T01:02:29.6522958Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:29.6621836Z
2020-06-25T01:02:29.6623078Z add-graal:
2020-06-25T01:02:29.6663495Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-tribes.jar
2020-06-25T01:02:29.7131632Z
2020-06-25T01:02:29.7132549Z add-osgi:
2020-06-25T01:02:29.7132902Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina-tribes.jar true
2020-06-25T01:02:29.8678491Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-tribes.jar
2020-06-25T01:02:29.8683016Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:29.8780252Z
2020-06-25T01:02:29.8781260Z add-graal:
2020-06-25T01:02:29.8905192Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina.jar
2020-06-25T01:02:30.0903532Z
2020-06-25T01:02:30.0905257Z add-osgi:
2020-06-25T01:02:30.0906362Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina.jar true
2020-06-25T01:02:30.6565160Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina.jar
2020-06-25T01:02:30.6569826Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:30.6669021Z
2020-06-25T01:02:30.6670119Z add-graal:
2020-06-25T01:02:30.6688779Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ha.jar
2020-06-25T01:02:30.6928949Z
2020-06-25T01:02:30.6929924Z add-osgi:
2020-06-25T01:02:30.6930543Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ha.jar true
2020-06-25T01:02:30.7839681Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ha.jar
2020-06-25T01:02:30.7841049Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:30.7940486Z
2020-06-25T01:02:30.7944667Z add-graal:
2020-06-25T01:02:30.7955266Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ssi.jar
2020-06-25T01:02:30.8128296Z
2020-06-25T01:02:30.8129481Z add-osgi:
2020-06-25T01:02:30.8130213Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ssi.jar true
2020-06-25T01:02:30.8763980Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ssi.jar
2020-06-25T01:02:30.8765488Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:30.8867054Z
2020-06-25T01:02:30.8868539Z add-graal:
2020-06-25T01:02:30.8881887Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ant.jar
2020-06-25T01:02:30.9073941Z
2020-06-25T01:02:30.9075112Z add-osgi:
2020-06-25T01:02:30.9181352Z
2020-06-25T01:02:30.9182508Z add-graal:
2020-06-25T01:02:30.9195061Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-storeconfig.jar
2020-06-25T01:02:30.9389669Z
2020-06-25T01:02:30.9390640Z add-osgi:
2020-06-25T01:02:30.9391316Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina-storeconfig.jar true
2020-06-25T01:02:31.0896979Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-storeconfig.jar
2020-06-25T01:02:31.0901511Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:31.0997998Z
2020-06-25T01:02:31.0999764Z add-graal:
2020-06-25T01:02:31.1025102Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/jasper-el.jar
2020-06-25T01:02:31.1329172Z
2020-06-25T01:02:31.1331046Z add-osgi:
2020-06-25T01:02:31.1333976Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/jasper-el.jar true
2020-06-25T01:02:31.2379513Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/jasper-el.jar
2020-06-25T01:02:31.2385298Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:31.2495567Z
2020-06-25T01:02:31.2496543Z add-graal:
2020-06-25T01:02:31.2526124Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/jasper.jar
2020-06-25T01:02:31.3278383Z
2020-06-25T01:02:31.3279730Z add-osgi:
2020-06-25T01:02:31.3280488Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/jasper.jar true
2020-06-25T01:02:31.5438318Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/jasper.jar
2020-06-25T01:02:31.5440900Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:31.5534519Z
2020-06-25T01:02:31.5535668Z add-graal:
2020-06-25T01:02:31.5563988Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-dbcp.jar
2020-06-25T01:02:31.6158590Z
2020-06-25T01:02:31.6159799Z add-osgi:
2020-06-25T01:02:31.6160396Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-dbcp.jar true
2020-06-25T01:02:31.7705705Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-dbcp.jar
2020-06-25T01:02:31.7707408Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:31.7800343Z
2020-06-25T01:02:31.7801383Z add-graal:
2020-06-25T01:02:31.7857531Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-cs.jar
2020-06-25T01:02:31.8001674Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-de.jar
2020-06-25T01:02:31.8153118Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-es.jar
2020-06-25T01:02:31.8351091Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-fr.jar
2020-06-25T01:02:31.8603545Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-ja.jar
2020-06-25T01:02:31.8968036Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-ko.jar
2020-06-25T01:02:31.9304519Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-pt-BR.jar
2020-06-25T01:02:31.9426655Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-ru.jar
2020-06-25T01:02:31.9549385Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-i18n-zh-CN.jar
2020-06-25T01:02:31.9779902Z
2020-06-25T01:02:31.9780955Z build-docs:
2020-06-25T01:02:31.9811103Z [copy] Copying 34 files to /home/runner/work/tomcat/tomcat/output/build/webapps
2020-06-25T01:02:31.9915380Z [copy] Copying 7 files to /home/runner/work/tomcat/tomcat/output/build/webapps
2020-06-25T01:02:31.9935941Z [copy] Copying 2 files to /home/runner/work/tomcat/tomcat/output/build/webapps/docs
2020-06-25T01:02:31.9947365Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/docs
2020-06-25T01:02:31.9951321Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/docs
2020-06-25T01:02:31.9953994Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/docs/appdev/sample
2020-06-25T01:02:31.9956447Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/webapps/docs/funcspecs
2020-06-25T01:02:32.0083139Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs
2020-06-25T01:02:32.0083916Z [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-25T01:02:32.0084884Z [xslt] Loading stylesheet /home/runner/work/tomcat/tomcat/webapps/docs/tomcat-docs.xsl
2020-06-25T01:02:32.2053113Z [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-25T01:02:32.2318974Z [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-25T01:02:32.2499623Z [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-25T01:02:32.2663180Z [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-25T01:02:32.2766423Z [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-25T01:02:32.2886370Z [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-25T01:02:32.3435655Z [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-25T01:02:32.3607326Z [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-25T01:02:32.3766497Z [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-25T01:02:32.3804612Z [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-25T01:02:32.3892419Z [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-25T01:02:32.3984620Z [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-25T01:02:32.4116430Z [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-25T01:02:32.4143654Z [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-25T01:02:32.4202712Z [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-25T01:02:32.4294942Z [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-25T01:02:32.4350759Z [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-25T01:02:32.4479743Z [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-25T01:02:32.4536943Z [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-25T01:02:32.4598020Z [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-25T01:02:32.4701627Z [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-25T01:02:32.4915838Z [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-25T01:02:32.5065828Z [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-25T01:02:32.5201017Z [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-25T01:02:32.5279739Z [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-25T01:02:32.5594364Z [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-25T01:02:32.5630961Z [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-25T01:02:32.5696732Z [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-25T01:02:32.5790540Z [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-25T01:02:32.5819772Z [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-25T01:02:32.5987757Z [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-25T01:02:32.6084441Z [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-25T01:02:32.6183813Z [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-25T01:02:32.6229894Z [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-25T01:02:32.6386863Z [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-25T01:02:32.6422017Z [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-25T01:02:32.6477642Z [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-25T01:02:32.6504281Z [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-25T01:02:32.6535243Z [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-25T01:02:32.6590594Z [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-25T01:02:32.6646069Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/appdev
2020-06-25T01:02:32.6648206Z [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-25T01:02:32.6649941Z [xslt] Loading stylesheet /home/runner/work/tomcat/tomcat/webapps/docs/tomcat-docs.xsl
2020-06-25T01:02:32.7368969Z [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-25T01:02:32.7390161Z [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-25T01:02:32.7414843Z [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-25T01:02:32.7432313Z [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-25T01:02:32.7473948Z [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-25T01:02:32.7505690Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/funcspecs
2020-06-25T01:02:32.7508280Z [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-25T01:02:32.7511256Z [xslt] Loading stylesheet /home/runner/work/tomcat/tomcat/webapps/docs/tomcat-docs.xsl
2020-06-25T01:02:32.7826578Z [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-25T01:02:32.7859662Z [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-25T01:02:32.7888055Z [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-25T01:02:32.7931072Z [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-25T01:02:32.7974288Z [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-25T01:02:32.8033809Z [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-25T01:02:32.8073581Z [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-25T01:02:32.8091980Z [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-25T01:02:32.8146897Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config
2020-06-25T01:02:32.8150609Z [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-25T01:02:32.8153941Z [xslt] Loading stylesheet /home/runner/work/tomcat/tomcat/webapps/docs/tomcat-docs.xsl
2020-06-25T01:02:32.8536910Z [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-25T01:02:32.8647418Z [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-25T01:02:32.8687586Z [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-25T01:02:32.8797085Z [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-25T01:02:32.8845485Z [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-25T01:02:32.8894131Z [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-25T01:02:32.8975000Z [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-25T01:02:32.9019673Z [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-25T01:02:32.9066586Z [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-25T01:02:32.9123420Z [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-25T01:02:32.9207104Z [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-25T01:02:32.9232285Z [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-25T01:02:32.9315697Z [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-25T01:02:32.9339056Z [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-25T01:02:32.9361908Z [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-25T01:02:32.9391421Z [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-25T01:02:32.9416954Z [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-25T01:02:32.9678961Z [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-25T01:02:32.9711256Z [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-25T01:02:32.9749382Z [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-25T01:02:32.9841111Z [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-25T01:02:32.9866670Z [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-25T01:02:32.9884963Z [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-25T01:02:32.9916084Z [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-25T01:02:32.9925680Z [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-25T01:02:32.9947662Z [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-25T01:02:32.9987183Z [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-25T01:02:33.0009536Z [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-25T01:02:33.0044421Z [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-25T01:02:33.0107970Z [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-25T01:02:33.0133297Z [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-25T01:02:33.0152628Z [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-25T01:02:33.0171791Z [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-25T01:02:33.0191252Z [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-25T01:02:33.0217846Z [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-25T01:02:33.0490366Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/architecture
2020-06-25T01:02:33.0491047Z [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-25T01:02:33.0492069Z [xslt] Loading stylesheet /home/runner/work/tomcat/tomcat/webapps/docs/tomcat-docs.xsl
2020-06-25T01:02:33.0749041Z [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-25T01:02:33.0767814Z [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-25T01:02:33.0781855Z [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-25T01:02:33.0801419Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/tribes
2020-06-25T01:02:33.0801954Z [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-25T01:02:33.0802954Z [xslt] Loading stylesheet /home/runner/work/tomcat/tomcat/webapps/docs/tomcat-docs.xsl
2020-06-25T01:02:33.1065382Z [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-25T01:02:33.1078687Z [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-25T01:02:33.1092366Z [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-25T01:02:33.1112555Z [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-25T01:02:33.1126340Z [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-25T01:02:33.1139702Z [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-25T01:02:33.1152799Z [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-25T01:02:33.1166280Z
2020-06-25T01:02:33.1167358Z build-tomcat-jdbc:
2020-06-25T01:02:33.1167764Z [echo] Building Tomcat JDBC pool libraries
2020-06-25T01:02:33.1218116Z
2020-06-25T01:02:33.1218572Z prepare:
2020-06-25T01:02:33.1220058Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/jdbc-pool/build
2020-06-25T01:02:33.1220672Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/jdbc-pool/classes
2020-06-25T01:02:33.1221257Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/jdbc-pool/testclasses
2020-06-25T01:02:33.1230133Z [copy] Copying 7 files to /home/runner/work/tomcat/tomcat/output/jdbc-pool
2020-06-25T01:02:33.1254816Z
2020-06-25T01:02:33.1255253Z download:
2020-06-25T01:02:33.1255553Z
2020-06-25T01:02:33.1256153Z build-src:
2020-06-25T01:02:33.1270366Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/jdbc-pool/tomcat-jdbc-src.jar
2020-06-25T01:02:33.1445464Z
2020-06-25T01:02:33.1446036Z build:
2020-06-25T01:02:33.1470163Z [javac] Compiling 37 source files to /home/runner/work/tomcat/tomcat/output/jdbc-pool/classes
2020-06-25T01:02:33.1476709Z [javac] Support for javac --release has been added in Java9 ignoring it
2020-06-25T01:02:33.3267007Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/jdbc-pool/tomcat-jdbc.jar
2020-06-25T01:02:33.3440700Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:33.3444209Z
2020-06-25T01:02:33.3446006Z compile-webapp-examples:
2020-06-25T01:02:33.3446989Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/webapps/examples/WEB-INF/classes
2020-06-25T01:02:33.3491708Z [javac] Compiling 73 source files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/WEB-INF/classes
2020-06-25T01:02:33.3493383Z [javac] Support for javac --release has been added in Java9 ignoring it
2020-06-25T01:02:33.5863517Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/plugin/applet
2020-06-25T01:02:33.5868318Z [javac] Compiling 1 source file to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/plugin/applet
2020-06-25T01:02:33.5875227Z [javac] Support for javac --release has been added in Java9 ignoring it
2020-06-25T01:02:33.6069369Z [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-25T01:02:33.6099601Z
2020-06-25T01:02:33.6100023Z deploy:
2020-06-25T01:02:33.6100343Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/bin
2020-06-25T01:02:33.6110487Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/bin
2020-06-25T01:02:33.6123607Z [copy] Copying 22 files to /home/runner/work/tomcat/tomcat/output/build/bin
2020-06-25T01:02:33.6646512Z [copy] Copying 10 files to /home/runner/work/tomcat/tomcat/output/build/conf
2020-06-25T01:02:33.6775531Z [copy] Copying 237 files to /home/runner/work/tomcat/tomcat/output/build/webapps
2020-06-25T01:02:33.7123866Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps
2020-06-25T01:02:33.7131449Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/ROOT
2020-06-25T01:02:33.7146152Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:33.7287452Z
2020-06-25T01:02:33.7289319Z examples-sources:
2020-06-25T01:02:33.7310497Z [txt2html] Converted 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/simpletag
2020-06-25T01:02:33.7319057Z [txt2html] Converted 4 files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/simpletag
2020-06-25T01:02:33.7323903Z [txt2html] Converted 5 files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/simpletag
2020-06-25T01:02:33.7329761Z [txt2html] Converted 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/jspattribute
2020-06-25T01:02:33.7338594Z [txt2html] Converted 4 files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/jspattribute
2020-06-25T01:02:33.7352484Z [txt2html] Converted 4 files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/cal
2020-06-25T01:02:33.7359817Z [txt2html] Converted 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsptoserv
2020-06-25T01:02:33.7372122Z [txt2html] Converted 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/el
2020-06-25T01:02:33.7377231Z [txt2html] Converted 2 files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/el
2020-06-25T01:02:33.7381647Z [txt2html] Converted 3 files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/el
2020-06-25T01:02:33.7387265Z [txt2html] Converted 1 file to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/misc
2020-06-25T01:02:33.7394990Z [txt2html] Converted 3 files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples/jsp/jsp2/tagfiles
2020-06-25T01:02:33.7497108Z [txt2html] Converted 47 files to /home/runner/work/tomcat/tomcat/output/build/webapps/examples
2020-06-25T01:02:33.7500232Z
2020-06-25T01:02:33.7501884Z build-prepare:
2020-06-25T01:02:33.7504297Z [delete] Deleting directory /home/runner/work/tomcat/tomcat/output/build/temp
2020-06-25T01:02:33.7511738Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/temp
2020-06-25T01:02:33.7529519Z
2020-06-25T01:02:33.7531108Z build-manifests:
2020-06-25T01:02:33.7532408Z
2020-06-25T01:02:33.7533569Z download-bnd:
2020-06-25T01:02:33.7639744Z
2020-06-25T01:02:33.7641214Z testexist:
2020-06-25T01:02:33.7644466Z [echo] Testing for /home/runner/tomcat-build-libs/bnd-5.1.1/biz.aQute.bnd-5.1.1.jar
2020-06-25T01:02:33.7646589Z
2020-06-25T01:02:33.7647652Z setproxy:
2020-06-25T01:02:33.7648918Z
2020-06-25T01:02:33.7650153Z downloadfile:
2020-06-25T01:02:33.7651401Z
2020-06-25T01:02:33.7652658Z setup-bnd:
2020-06-25T01:02:33.8234753Z
2020-06-25T01:02:33.8236725Z download-compile:
2020-06-25T01:02:33.8341423Z
2020-06-25T01:02:33.8342825Z testexist:
2020-06-25T01:02:33.8346172Z [echo] Testing for /home/runner/tomcat-build-libs/commons-daemon-1.2.2/commons-daemon-1.2.2.jar
2020-06-25T01:02:33.8348142Z
2020-06-25T01:02:33.8349427Z downloadgz-2:
2020-06-25T01:02:33.8446870Z
2020-06-25T01:02:33.8450057Z testexist:
2020-06-25T01:02:33.8452996Z [echo] Testing for /home/runner/tomcat-build-libs/ecj-4.15/ecj-4.15.jar
2020-06-25T01:02:33.8454812Z
2020-06-25T01:02:33.8456085Z downloadfile-2:
2020-06-25T01:02:33.8552078Z
2020-06-25T01:02:33.8553299Z testexist:
2020-06-25T01:02:33.8556013Z [echo] Testing for /home/runner/tomcat-build-libs/saaj-api-1.3.5/saaj-api-1.3.5.jar
2020-06-25T01:02:33.8558091Z
2020-06-25T01:02:33.8559215Z setproxy:
2020-06-25T01:02:33.8560507Z
2020-06-25T01:02:33.8561533Z downloadfile:
2020-06-25T01:02:33.8658392Z
2020-06-25T01:02:33.8659654Z testexist:
2020-06-25T01:02:33.8662306Z [echo] Testing for /home/runner/tomcat-build-libs/jaxrpc-1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar
2020-06-25T01:02:33.8664080Z
2020-06-25T01:02:33.8665087Z setproxy:
2020-06-25T01:02:33.8666203Z
2020-06-25T01:02:33.8667199Z downloadfile:
2020-06-25T01:02:33.8774551Z
2020-06-25T01:02:33.8775788Z testexist:
2020-06-25T01:02:33.8778457Z [echo] Testing for /home/runner/tomcat-build-libs/wsdl4j-1.6.3/wsdl4j-1.6.3.jar
2020-06-25T01:02:33.8780220Z
2020-06-25T01:02:33.8781232Z setproxy:
2020-06-25T01:02:33.8782350Z
2020-06-25T01:02:33.8783317Z downloadfile:
2020-06-25T01:02:33.8784505Z
2020-06-25T01:02:33.8785735Z compile-prepare:
2020-06-25T01:02:33.8788934Z
2020-06-25T01:02:33.8790273Z download-validate:
2020-06-25T01:02:33.8791461Z
2020-06-25T01:02:33.8792425Z validate:
2020-06-25T01:02:33.8793453Z
2020-06-25T01:02:33.8794406Z compile:
2020-06-25T01:02:34.0453033Z
2020-06-25T01:02:34.0455074Z embed-jars:
2020-06-25T01:02:34.0458368Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/embed
2020-06-25T01:02:34.0460759Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-25T01:02:34.0465828Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-25T01:02:34.0469786Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-25T01:02:34.0476140Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-25T01:02:34.0503943Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-25T01:02:34.0757298Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-core.jar
2020-06-25T01:02:34.4887057Z
2020-06-25T01:02:34.4888492Z add-osgi:
2020-06-25T01:02:34.4890652Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-core.jar true
2020-06-25T01:02:35.5092863Z [bnd] 1 WARNINGS
2020-06-25T01:02:35.5095199Z [bnd] Export org.apache.tomcat.util.http.fileupload, has 1, private references [org.apache.tomcat.util.http.fileupload.impl]
2020-06-25T01:02:36.2566887Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-core.jar
2020-06-25T01:02:36.2575650Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-25T01:02:36.2683242Z
2020-06-25T01:02:36.2684026Z add-graal:
2020-06-25T01:02:36.2686681Z [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-25T01:02:36.5642044Z [zip] Updating zip: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-core.jar
2020-06-25T01:02:37.0813495Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-el.jar
2020-06-25T01:02:37.1223263Z
2020-06-25T01:02:37.1224427Z add-osgi:
2020-06-25T01:02:37.1228334Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-el.jar true
2020-06-25T01:02:37.2633906Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-el.jar
2020-06-25T01:02:37.2636136Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-25T01:02:37.2763201Z
2020-06-25T01:02:37.2764041Z add-graal:
2020-06-25T01:02:37.2764783Z [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-25T01:02:37.2770201Z [zip] Updating zip: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-el.jar
2020-06-25T01:02:37.3213574Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-jasper.jar
2020-06-25T01:02:37.3997041Z
2020-06-25T01:02:37.3998115Z add-osgi:
2020-06-25T01:02:37.3999332Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-jasper.jar true
2020-06-25T01:02:37.6584316Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-jasper.jar
2020-06-25T01:02:37.6587894Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-25T01:02:37.6682737Z
2020-06-25T01:02:37.6683616Z add-graal:
2020-06-25T01:02:37.6684962Z [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-25T01:02:37.6739429Z [zip] Updating zip: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-jasper.jar
2020-06-25T01:02:37.7660894Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-websocket.jar
2020-06-25T01:02:37.8066105Z
2020-06-25T01:02:37.8067157Z add-osgi:
2020-06-25T01:02:37.8068833Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-websocket.jar true
2020-06-25T01:02:37.9524280Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-websocket.jar
2020-06-25T01:02:37.9526847Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/embed
2020-06-25T01:02:37.9622593Z
2020-06-25T01:02:37.9623526Z add-graal:
2020-06-25T01:02:37.9624887Z [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-25T01:02:37.9659365Z [zip] Updating zip: /home/runner/work/tomcat/tomcat/output/embed/tomcat-embed-websocket.jar
2020-06-25T01:02:38.0060132Z
2020-06-25T01:02:38.0061174Z build-tomcat-jdbc-src:
2020-06-25T01:02:38.0061516Z [echo] Building Tomcat JDBC pool src JAR
2020-06-25T01:02:38.0090525Z
2020-06-25T01:02:38.0095639Z build-src:
2020-06-25T01:02:38.0150307Z
2020-06-25T01:02:38.0151186Z package-src-jar:
2020-06-25T01:02:38.0176789Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/src-jars
2020-06-25T01:02:38.0177216Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/annotations-api-src.jar
2020-06-25T01:02:38.0286419Z
2020-06-25T01:02:38.0287644Z add-osgi:
2020-06-25T01:02:38.0378534Z
2020-06-25T01:02:38.0380091Z add-graal:
2020-06-25T01:02:38.0409043Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/servlet-api-src.jar
2020-06-25T01:02:38.1121394Z
2020-06-25T01:02:38.1122824Z add-osgi:
2020-06-25T01:02:38.1215709Z
2020-06-25T01:02:38.1216678Z add-graal:
2020-06-25T01:02:38.1267240Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/el-api-src.jar
2020-06-25T01:02:38.1431526Z
2020-06-25T01:02:38.1432879Z add-osgi:
2020-06-25T01:02:38.1542698Z
2020-06-25T01:02:38.1543632Z add-graal:
2020-06-25T01:02:38.1544387Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/jsp-api-src.jar
2020-06-25T01:02:38.1768096Z
2020-06-25T01:02:38.1769898Z add-osgi:
2020-06-25T01:02:38.1857841Z
2020-06-25T01:02:38.1859579Z add-graal:
2020-06-25T01:02:38.1873785Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/websocket-api-src.jar
2020-06-25T01:02:38.2015949Z
2020-06-25T01:02:38.2017624Z add-osgi:
2020-06-25T01:02:38.2105809Z
2020-06-25T01:02:38.2107547Z add-graal:
2020-06-25T01:02:38.2121210Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/jaspic-api-src.jar
2020-06-25T01:02:38.2242841Z
2020-06-25T01:02:38.2244772Z add-osgi:
2020-06-25T01:02:38.2331606Z
2020-06-25T01:02:38.2333239Z add-graal:
2020-06-25T01:02:38.2346582Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/tomcat-juli-src.jar
2020-06-25T01:02:38.2486030Z
2020-06-25T01:02:38.2487776Z add-osgi:
2020-06-25T01:02:38.2584419Z
2020-06-25T01:02:38.2586402Z add-graal:
2020-06-25T01:02:38.2610372Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/bootstrap-src.jar
2020-06-25T01:02:38.2742346Z
2020-06-25T01:02:38.2744061Z add-osgi:
2020-06-25T01:02:38.2834813Z
2020-06-25T01:02:38.2836463Z add-graal:
2020-06-25T01:02:38.2875785Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/tomcat-util-src.jar
2020-06-25T01:02:38.3232514Z
2020-06-25T01:02:38.3234417Z add-osgi:
2020-06-25T01:02:38.3322985Z
2020-06-25T01:02:38.3324964Z add-graal:
2020-06-25T01:02:38.3341746Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/tomcat-api-src.jar
2020-06-25T01:02:38.3461448Z
2020-06-25T01:02:38.3463304Z add-osgi:
2020-06-25T01:02:38.3551126Z
2020-06-25T01:02:38.3552921Z add-graal:
2020-06-25T01:02:38.3579379Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/tomcat-util-scan-src.jar
2020-06-25T01:02:38.3947417Z
2020-06-25T01:02:38.3949461Z add-osgi:
2020-06-25T01:02:38.4219746Z
2020-06-25T01:02:38.4221779Z add-graal:
2020-06-25T01:02:38.4237306Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/tomcat-jni-src.jar
2020-06-25T01:02:38.4440774Z
2020-06-25T01:02:38.4443303Z add-osgi:
2020-06-25T01:02:38.4533312Z
2020-06-25T01:02:38.4535165Z add-graal:
2020-06-25T01:02:38.4598515Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/tomcat-coyote-src.jar
2020-06-25T01:02:38.5863566Z
2020-06-25T01:02:38.5865676Z add-osgi:
2020-06-25T01:02:38.5960243Z
2020-06-25T01:02:38.5962733Z add-graal:
2020-06-25T01:02:38.5986928Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/tomcat-websocket-src.jar
2020-06-25T01:02:38.6326936Z
2020-06-25T01:02:38.6328950Z add-osgi:
2020-06-25T01:02:38.6416735Z
2020-06-25T01:02:38.6418668Z add-graal:
2020-06-25T01:02:38.6455368Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/catalina-tribes-src.jar
2020-06-25T01:02:38.6973316Z
2020-06-25T01:02:38.6975387Z add-osgi:
2020-06-25T01:02:38.7063962Z
2020-06-25T01:02:38.7065865Z add-graal:
2020-06-25T01:02:38.7157434Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/catalina-src.jar
2020-06-25T01:02:38.9572796Z
2020-06-25T01:02:38.9573874Z add-osgi:
2020-06-25T01:02:38.9665678Z
2020-06-25T01:02:38.9666585Z add-graal:
2020-06-25T01:02:38.9689578Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/catalina-ha-src.jar
2020-06-25T01:02:38.9987057Z
2020-06-25T01:02:38.9987894Z add-osgi:
2020-06-25T01:02:39.0074676Z
2020-06-25T01:02:39.0075616Z add-graal:
2020-06-25T01:02:39.0097109Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/catalina-ssi-src.jar
2020-06-25T01:02:39.0243877Z
2020-06-25T01:02:39.0244931Z add-osgi:
2020-06-25T01:02:39.0331873Z
2020-06-25T01:02:39.0332554Z add-graal:
2020-06-25T01:02:39.0346814Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/catalina-ant-src.jar
2020-06-25T01:02:39.0516510Z
2020-06-25T01:02:39.0517256Z add-osgi:
2020-06-25T01:02:39.0601297Z
2020-06-25T01:02:39.0602075Z add-graal:
2020-06-25T01:02:39.0617217Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/catalina-storeconfig-src.jar
2020-06-25T01:02:39.0813762Z
2020-06-25T01:02:39.0814573Z add-osgi:
2020-06-25T01:02:39.0898094Z
2020-06-25T01:02:39.0898793Z add-graal:
2020-06-25T01:02:39.0918274Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/jasper-el-src.jar
2020-06-25T01:02:39.1189500Z
2020-06-25T01:02:39.1190205Z add-osgi:
2020-06-25T01:02:39.1276226Z
2020-06-25T01:02:39.1276861Z add-graal:
2020-06-25T01:02:39.1302121Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/jasper-src.jar
2020-06-25T01:02:39.2026860Z
2020-06-25T01:02:39.2027865Z add-osgi:
2020-06-25T01:02:39.2123066Z
2020-06-25T01:02:39.2123992Z add-graal:
2020-06-25T01:02:39.2180281Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/src-jars/tomcat-dbcp-src.jar
2020-06-25T01:02:39.2708045Z
2020-06-25T01:02:39.2709556Z add-osgi:
2020-06-25T01:02:39.2795438Z
2020-06-25T01:02:39.2796274Z add-graal:
2020-06-25T01:02:39.2798941Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/src-jars
2020-06-25T01:02:39.2804460Z
2020-06-25T01:02:39.2805219Z embed-sources:
2020-06-25T01:02:39.2807309Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/embed-src-jars
2020-06-25T01:02:39.3024184Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/embed-src-jars/tomcat-embed-core-src.jar
2020-06-25T01:02:39.7952956Z
2020-06-25T01:02:39.7954539Z add-osgi:
2020-06-25T01:02:39.8037165Z
2020-06-25T01:02:39.8041111Z add-graal:
2020-06-25T01:02:39.8060977Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/embed-src-jars/tomcat-embed-el-src.jar
2020-06-25T01:02:39.8410793Z
2020-06-25T01:02:39.8412059Z add-osgi:
2020-06-25T01:02:39.8493832Z
2020-06-25T01:02:39.8494872Z add-graal:
2020-06-25T01:02:39.8524941Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/embed-src-jars/tomcat-embed-jasper-src.jar
2020-06-25T01:02:39.9338409Z
2020-06-25T01:02:39.9339716Z add-osgi:
2020-06-25T01:02:39.9424312Z
2020-06-25T01:02:39.9425447Z add-graal:
2020-06-25T01:02:39.9446228Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/embed-src-jars/tomcat-embed-websocket-src.jar
2020-06-25T01:02:39.9825139Z
2020-06-25T01:02:39.9826371Z add-osgi:
2020-06-25T01:02:39.9910736Z
2020-06-25T01:02:39.9911941Z add-graal:
2020-06-25T01:02:39.9912610Z [copy] Copying 1 file to /home/runner/work/tomcat/tomcat/output/embed-src-jars
2020-06-25T01:02:39.9918938Z
2020-06-25T01:02:39.9919394Z embed:
2020-06-25T01:02:40.0233549Z [zip] Building zip: /home/runner/work/tomcat/tomcat/output/embed/apache-tomcat-10.0.0-M7-dev-embed.zip
2020-06-25T01:02:40.4102723Z
2020-06-25T01:02:40.4109048Z sign:
2020-06-25T01:02:40.4328336Z [tar] Building tar: /home/runner/work/tomcat/tomcat/output/embed/apache-tomcat-10.0.0-M7-dev-embed.tar.gz
2020-06-25T01:02:40.8073278Z
2020-06-25T01:02:40.8074019Z sign:
2020-06-25T01:02:40.8074203Z
2020-06-25T01:02:40.8075024Z download-compile:
2020-06-25T01:02:40.8192727Z
2020-06-25T01:02:40.8193088Z testexist:
2020-06-25T01:02:40.8196092Z [echo] Testing for /home/runner/tomcat-build-libs/commons-daemon-1.2.2/commons-daemon-1.2.2.jar
2020-06-25T01:02:40.8197979Z
2020-06-25T01:02:40.8198691Z downloadgz-2:
2020-06-25T01:02:40.8319904Z
2020-06-25T01:02:40.8321205Z testexist:
2020-06-25T01:02:40.8323784Z [echo] Testing for /home/runner/tomcat-build-libs/ecj-4.15/ecj-4.15.jar
2020-06-25T01:02:40.8325756Z
2020-06-25T01:02:40.8327042Z downloadfile-2:
2020-06-25T01:02:40.8410928Z
2020-06-25T01:02:40.8412171Z testexist:
2020-06-25T01:02:40.8414625Z [echo] Testing for /home/runner/tomcat-build-libs/saaj-api-1.3.5/saaj-api-1.3.5.jar
2020-06-25T01:02:40.8416257Z
2020-06-25T01:02:40.8417246Z setproxy:
2020-06-25T01:02:40.8418345Z
2020-06-25T01:02:40.8419521Z downloadfile:
2020-06-25T01:02:40.8511005Z
2020-06-25T01:02:40.8511538Z testexist:
2020-06-25T01:02:40.8512340Z [echo] Testing for /home/runner/tomcat-build-libs/jaxrpc-1.1-rc4/geronimo-spec-jaxrpc-1.1-rc4.jar
2020-06-25T01:02:40.8512690Z
2020-06-25T01:02:40.8513000Z setproxy:
2020-06-25T01:02:40.8513230Z
2020-06-25T01:02:40.8513520Z downloadfile:
2020-06-25T01:02:40.8595057Z
2020-06-25T01:02:40.8595646Z testexist:
2020-06-25T01:02:40.8596456Z [echo] Testing for /home/runner/tomcat-build-libs/wsdl4j-1.6.3/wsdl4j-1.6.3.jar
2020-06-25T01:02:40.8596750Z
2020-06-25T01:02:40.8597047Z setproxy:
2020-06-25T01:02:40.8597298Z
2020-06-25T01:02:40.8597594Z downloadfile:
2020-06-25T01:02:40.8597835Z
2020-06-25T01:02:40.8598498Z build-prepare:
2020-06-25T01:02:40.8598869Z [delete] Deleting directory /home/runner/work/tomcat/tomcat/output/build/temp
2020-06-25T01:02:40.8601163Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/build/temp
2020-06-25T01:02:40.8613839Z
2020-06-25T01:02:40.8614594Z compile-prepare:
2020-06-25T01:02:40.8619777Z
2020-06-25T01:02:40.8620471Z download-validate:
2020-06-25T01:02:40.8620801Z
2020-06-25T01:02:40.8621098Z validate:
2020-06-25T01:02:40.8621328Z
2020-06-25T01:02:40.8621620Z compile:
2020-06-25T01:02:41.0312985Z
2020-06-25T01:02:41.0314117Z download-test-compile:
2020-06-25T01:02:41.0409028Z
2020-06-25T01:02:41.0409321Z testexist:
2020-06-25T01:02:41.0413226Z [echo] Testing for /home/runner/tomcat-build-libs/junit-4.13/junit-4.13.jar
2020-06-25T01:02:41.0415538Z
2020-06-25T01:02:41.0415713Z setproxy:
2020-06-25T01:02:41.0416944Z
2020-06-25T01:02:41.0417083Z downloadfile:
2020-06-25T01:02:41.0422965Z [get] Getting: https://repo.maven.apache.org/maven2/junit/junit/4.13/junit-4.13.jar
2020-06-25T01:02:41.0423531Z [get] To: /home/runner/tomcat-build-libs/download-1540569087.tmp
2020-06-25T01:02:41.1082477Z [echo] Checksum check for junit-4.13.jar, algorithm MD5|SHA-1: OK
2020-06-25T01:02:41.1085684Z [mkdir] Created dir: /home/runner/tomcat-build-libs/junit-4.13
2020-06-25T01:02:41.1088229Z [move] Moving 1 file to /home/runner/tomcat-build-libs/junit-4.13
2020-06-25T01:02:41.1202676Z
2020-06-25T01:02:41.1203305Z testexist:
2020-06-25T01:02:41.1205855Z [echo] Testing for /home/runner/tomcat-build-libs/hamcrest-2.2/hamcrest-2.2.jar
2020-06-25T01:02:41.1207679Z
2020-06-25T01:02:41.1207922Z setproxy:
2020-06-25T01:02:41.1208745Z
2020-06-25T01:02:41.1209045Z downloadfile:
2020-06-25T01:02:41.1213698Z [get] Getting: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
2020-06-25T01:02:41.1215274Z [get] To: /home/runner/tomcat-build-libs/download-2059925345.tmp
2020-06-25T01:02:41.1404846Z [echo] Checksum check for hamcrest-2.2.jar, algorithm SHA-512: OK
2020-06-25T01:02:41.1408054Z [mkdir] Created dir: /home/runner/tomcat-build-libs/hamcrest-2.2
2020-06-25T01:02:41.1410233Z [move] Moving 1 file to /home/runner/tomcat-build-libs/hamcrest-2.2
2020-06-25T01:02:41.1515502Z
2020-06-25T01:02:41.1516068Z testexist:
2020-06-25T01:02:41.1516864Z [echo] Testing for /home/runner/tomcat-build-libs/easymock-4.2/easymock-4.2.jar
2020-06-25T01:02:41.1517184Z
2020-06-25T01:02:41.1517485Z setproxy:
2020-06-25T01:02:41.1517728Z
2020-06-25T01:02:41.1518015Z downloadfile:
2020-06-25T01:02:41.1520191Z [get] Getting: https://repo.maven.apache.org/maven2/org/easymock/easymock/4.2/easymock-4.2.jar
2020-06-25T01:02:41.1521043Z [get] To: /home/runner/tomcat-build-libs/download-178072540.tmp
2020-06-25T01:02:41.2000683Z [echo] Checksum check for easymock-4.2.jar, algorithm SHA-512: OK
2020-06-25T01:02:41.2001606Z [mkdir] Created dir: /home/runner/tomcat-build-libs/easymock-4.2
2020-06-25T01:02:41.2002170Z [move] Moving 1 file to /home/runner/tomcat-build-libs/easymock-4.2
2020-06-25T01:02:41.2094930Z
2020-06-25T01:02:41.2095556Z testexist:
2020-06-25T01:02:41.2096453Z [echo] Testing for /home/runner/tomcat-build-libs/cglib-3.3.0/cglib-nodep-3.3.0.jar
2020-06-25T01:02:41.2096776Z
2020-06-25T01:02:41.2097077Z setproxy:
2020-06-25T01:02:41.2097322Z
2020-06-25T01:02:41.2097595Z downloadfile:
2020-06-25T01:02:41.2112289Z [get] Getting: https://repo.maven.apache.org/maven2/cglib/cglib-nodep/3.3.0/cglib-nodep-3.3.0.jar
2020-06-25T01:02:41.2112863Z [get] To: /home/runner/tomcat-build-libs/download-841751442.tmp
2020-06-25T01:02:41.2428207Z [echo] Checksum check for cglib-nodep-3.3.0.jar, algorithm SHA-512: OK
2020-06-25T01:02:41.2431229Z [mkdir] Created dir: /home/runner/tomcat-build-libs/cglib-3.3.0
2020-06-25T01:02:41.2438349Z [move] Moving 1 file to /home/runner/tomcat-build-libs/cglib-3.3.0
2020-06-25T01:02:41.2522896Z
2020-06-25T01:02:41.2523706Z testexist:
2020-06-25T01:02:41.2526262Z [echo] Testing for /home/runner/tomcat-build-libs/objenesis-3.1/objenesis-3.1.jar
2020-06-25T01:02:41.2528065Z
2020-06-25T01:02:41.2529057Z setproxy:
2020-06-25T01:02:41.2530179Z
2020-06-25T01:02:41.2531130Z downloadfile:
2020-06-25T01:02:41.2535812Z [get] Getting: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.jar
2020-06-25T01:02:41.2537372Z [get] To: /home/runner/tomcat-build-libs/download-1844759275.tmp
2020-06-25T01:02:41.2711301Z [echo] Checksum check for objenesis-3.1.jar, algorithm SHA-512: OK
2020-06-25T01:02:41.2712068Z [mkdir] Created dir: /home/runner/tomcat-build-libs/objenesis-3.1
2020-06-25T01:02:41.2712662Z [move] Moving 1 file to /home/runner/tomcat-build-libs/objenesis-3.1
2020-06-25T01:02:41.2712942Z
2020-06-25T01:02:41.2713394Z compile-webapp-examples:
2020-06-25T01:02:41.2810147Z
2020-06-25T01:02:41.2811813Z test-compile:
2020-06-25T01:02:41.2814213Z [mkdir] Created dir: /home/runner/work/tomcat/tomcat/output/testclasses
2020-06-25T01:02:41.3074850Z [javac] Compiling 579 source files to /home/runner/work/tomcat/tomcat/output/testclasses
2020-06-25T01:02:41.3107719Z [javac] Support for javac --release has been added in Java9 ignoring it
2020-06-25T01:02:43.6083682Z [javac] Note: Some input files use or override a deprecated API.
2020-06-25T01:02:43.6085098Z [javac] Note: Recompile with -Xlint:deprecation for details.
2020-06-25T01:02:43.6186182Z [copy] Copying 3 files to /home/runner/work/tomcat/tomcat/output/testclasses
2020-06-25T01:02:43.6192069Z
2020-06-25T01:02:43.6193058Z build-manifests:
2020-06-25T01:02:43.6193423Z
2020-06-25T01:02:43.6193884Z download-bnd:
2020-06-25T01:02:43.6286505Z
2020-06-25T01:02:43.6287183Z testexist:
2020-06-25T01:02:43.6288164Z [echo] Testing for /home/runner/tomcat-build-libs/bnd-5.1.1/biz.aQute.bnd-5.1.1.jar
2020-06-25T01:02:43.6288489Z
2020-06-25T01:02:43.6288769Z setproxy:
2020-06-25T01:02:43.6289013Z
2020-06-25T01:02:43.6289324Z downloadfile:
2020-06-25T01:02:43.6289549Z
2020-06-25T01:02:43.6289984Z setup-bnd:
2020-06-25T01:02:43.6854846Z
2020-06-25T01:02:43.6855577Z package:
2020-06-25T01:02:43.6873826Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/annotations-api.jar
2020-06-25T01:02:43.6991938Z
2020-06-25T01:02:43.6993161Z add-osgi:
2020-06-25T01:02:43.6993859Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/annotations-api.jar true
2020-06-25T01:02:43.9953004Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/annotations-api.jar
2020-06-25T01:02:43.9957101Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:44.0055488Z
2020-06-25T01:02:44.0057324Z add-graal:
2020-06-25T01:02:44.0095067Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/servlet-api.jar
2020-06-25T01:02:44.0830671Z
2020-06-25T01:02:44.0831997Z add-osgi:
2020-06-25T01:02:44.0832566Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/servlet-api.jar true
2020-06-25T01:02:44.1917204Z [bnd] 2 WARNINGS
2020-06-25T01:02:44.1917944Z [bnd] Split package, multiple jars provide the same package:jakarta/servlet
2020-06-25T01:02:44.1919015Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:44.1919766Z [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-25T01:02:44.1921285Z [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-25T01:02:44.1921874Z [bnd] Split package, multiple jars provide the same package:jakarta/servlet/http
2020-06-25T01:02:44.1922537Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:44.1923222Z [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-25T01:02:44.1924460Z [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-25T01:02:44.2928544Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/servlet-api.jar
2020-06-25T01:02:44.2929583Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:44.3017895Z
2020-06-25T01:02:44.3019078Z add-graal:
2020-06-25T01:02:44.3039643Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/el-api.jar
2020-06-25T01:02:44.3233229Z
2020-06-25T01:02:44.3234149Z add-osgi:
2020-06-25T01:02:44.3234798Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/el-api.jar true
2020-06-25T01:02:44.4354197Z [bnd] 1 WARNINGS
2020-06-25T01:02:44.4356039Z [bnd] Split package, multiple jars provide the same package:jakarta/el
2020-06-25T01:02:44.4358025Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:44.4359800Z [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-25T01:02:44.4362222Z [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-25T01:02:44.4636378Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/el-api.jar
2020-06-25T01:02:44.4637424Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:44.4725774Z
2020-06-25T01:02:44.4726962Z add-graal:
2020-06-25T01:02:44.4759000Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/jsp-api.jar
2020-06-25T01:02:44.4951029Z
2020-06-25T01:02:44.4952290Z add-osgi:
2020-06-25T01:02:44.4953523Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/jsp-api.jar true
2020-06-25T01:02:44.6097254Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/jsp-api.jar
2020-06-25T01:02:44.6105133Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:44.6191635Z
2020-06-25T01:02:44.6193525Z add-graal:
2020-06-25T01:02:44.6217519Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/websocket-api.jar
2020-06-25T01:02:44.6363849Z
2020-06-25T01:02:44.6366311Z add-osgi:
2020-06-25T01:02:44.6369001Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/websocket-api.jar true
2020-06-25T01:02:44.7154731Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/websocket-api.jar
2020-06-25T01:02:44.7158151Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:44.7245257Z
2020-06-25T01:02:44.7246458Z add-graal:
2020-06-25T01:02:44.7269677Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/jaspic-api.jar
2020-06-25T01:02:44.7395687Z
2020-06-25T01:02:44.7396620Z add-osgi:
2020-06-25T01:02:44.7397233Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/jaspic-api.jar true
2020-06-25T01:02:44.8155851Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/jaspic-api.jar
2020-06-25T01:02:44.8159476Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:44.8245448Z
2020-06-25T01:02:44.8247198Z add-graal:
2020-06-25T01:02:44.8340803Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/bin/tomcat-juli.jar
2020-06-25T01:02:44.8493336Z
2020-06-25T01:02:44.8494971Z add-osgi:
2020-06-25T01:02:44.8497687Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/bin/tomcat-juli.jar true
2020-06-25T01:02:44.9223560Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/bin/tomcat-juli.jar
2020-06-25T01:02:44.9230417Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/bin
2020-06-25T01:02:44.9315903Z
2020-06-25T01:02:44.9317763Z add-graal:
2020-06-25T01:02:44.9465467Z
2020-06-25T01:02:44.9467332Z add-osgi:
2020-06-25T01:02:44.9549110Z
2020-06-25T01:02:44.9550824Z add-graal:
2020-06-25T01:02:44.9591406Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util.jar
2020-06-25T01:02:44.9898868Z
2020-06-25T01:02:44.9900777Z add-osgi:
2020-06-25T01:02:44.9903659Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util.jar true
2020-06-25T01:02:45.0825087Z [bnd] 7 WARNINGS
2020-06-25T01:02:45.0826879Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/json
2020-06-25T01:02:45.0828849Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.0830529Z [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-25T01:02:45.0833025Z [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-25T01:02:45.0834583Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/threads/res
2020-06-25T01:02:45.0836124Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.0838074Z [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-25T01:02:45.0840557Z [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-25T01:02:45.0842002Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util
2020-06-25T01:02:45.0843531Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.0845258Z [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-25T01:02:45.0847908Z [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-25T01:02:45.0849319Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/buf
2020-06-25T01:02:45.0850835Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.0852425Z [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-25T01:02:45.0855316Z [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-25T01:02:45.0858133Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/codec/binary
2020-06-25T01:02:45.0860540Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.0862916Z [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-25T01:02:45.0866192Z [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-25T01:02:45.0868849Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/compat
2020-06-25T01:02:45.0871459Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.0874059Z [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-25T01:02:45.0877270Z [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-25T01:02:45.0879153Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/security
2020-06-25T01:02:45.0881033Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.0882971Z [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-25T01:02:45.0885804Z [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-25T01:02:45.1428957Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util.jar
2020-06-25T01:02:45.1433171Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:45.1518802Z
2020-06-25T01:02:45.1520614Z add-graal:
2020-06-25T01:02:45.1541186Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-api.jar
2020-06-25T01:02:45.1648474Z
2020-06-25T01:02:45.1650294Z add-osgi:
2020-06-25T01:02:45.1653423Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-api.jar true
2020-06-25T01:02:45.2240912Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-api.jar
2020-06-25T01:02:45.2244431Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:45.2329052Z
2020-06-25T01:02:45.2330860Z add-graal:
2020-06-25T01:02:45.2363345Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util-scan.jar
2020-06-25T01:02:45.2702044Z
2020-06-25T01:02:45.2703963Z add-osgi:
2020-06-25T01:02:45.2707502Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util-scan.jar true
2020-06-25T01:02:45.3876572Z [bnd] 5 WARNINGS
2020-06-25T01:02:45.3877167Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/descriptor
2020-06-25T01:02:45.3878504Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.3879208Z [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-25T01:02:45.3880564Z [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-25T01:02:45.3881060Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/descriptor/tld
2020-06-25T01:02:45.3881667Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.3882356Z [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-25T01:02:45.3883551Z [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-25T01:02:45.3884017Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/descriptor/web
2020-06-25T01:02:45.3884609Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.3885449Z [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-25T01:02:45.3886708Z [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-25T01:02:45.3887166Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/digester
2020-06-25T01:02:45.3887755Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.3888436Z [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-25T01:02:45.3889723Z [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-25T01:02:45.3890257Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/scan
2020-06-25T01:02:45.3890852Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.3891571Z [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-25T01:02:45.3892788Z [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-25T01:02:45.4759717Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-util-scan.jar
2020-06-25T01:02:45.4760427Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:45.4846180Z
2020-06-25T01:02:45.4847433Z add-graal:
2020-06-25T01:02:45.4869269Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-jni.jar
2020-06-25T01:02:45.5017767Z
2020-06-25T01:02:45.5019657Z add-osgi:
2020-06-25T01:02:45.5022529Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-jni.jar true
2020-06-25T01:02:45.5734538Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-jni.jar
2020-06-25T01:02:45.5738243Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:45.5825544Z
2020-06-25T01:02:45.5827516Z add-graal:
2020-06-25T01:02:45.5901654Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-coyote.jar
2020-06-25T01:02:45.6945333Z
2020-06-25T01:02:45.6947315Z add-osgi:
2020-06-25T01:02:45.6950341Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-coyote.jar true
2020-06-25T01:02:45.8882765Z [bnd] 14 WARNINGS
2020-06-25T01:02:45.8884548Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/net/jsse
2020-06-25T01:02:45.8886775Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.8888579Z [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-25T01:02:45.8890972Z [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-25T01:02:45.8892756Z [bnd] Split package, multiple jars provide the same package:org/apache/coyote
2020-06-25T01:02:45.8894444Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.8896182Z [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-25T01:02:45.8898567Z [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-25T01:02:45.8900004Z [bnd] Split package, multiple jars provide the same package:org/apache/coyote/ajp
2020-06-25T01:02:45.8901514Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.8903181Z [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-25T01:02:45.8905513Z [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-25T01:02:45.8906984Z [bnd] Split package, multiple jars provide the same package:org/apache/coyote/http11
2020-06-25T01:02:45.8908514Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.8910369Z [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-25T01:02:45.8912955Z [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-25T01:02:45.8914592Z [bnd] Split package, multiple jars provide the same package:org/apache/coyote/http11/filters
2020-06-25T01:02:45.8916934Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.8918721Z [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-25T01:02:45.8921995Z [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-25T01:02:45.8924871Z [bnd] Split package, multiple jars provide the same package:org/apache/coyote/http11/upgrade
2020-06-25T01:02:45.8927602Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.8930280Z [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-25T01:02:45.8933474Z [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-25T01:02:45.8941635Z [bnd] Split package, multiple jars provide the same package:org/apache/coyote/http2
2020-06-25T01:02:45.8944787Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.8947629Z [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-25T01:02:45.8950901Z [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-25T01:02:45.8953272Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/http
2020-06-25T01:02:45.8955704Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.8958342Z [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-25T01:02:45.8961693Z [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-25T01:02:45.8964181Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/http/parser
2020-06-25T01:02:45.8966373Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.8969320Z [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-25T01:02:45.8971983Z [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-25T01:02:45.8973779Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/modeler
2020-06-25T01:02:45.8975671Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.8977589Z [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-25T01:02:45.8980218Z [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-25T01:02:45.8981967Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/net
2020-06-25T01:02:45.8983819Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.8985908Z [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-25T01:02:45.8988583Z [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-25T01:02:45.8990645Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/net/openssl
2020-06-25T01:02:45.8992794Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.8995220Z [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-25T01:02:45.8997907Z [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-25T01:02:45.8999675Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/util/net/openssl/ciphers
2020-06-25T01:02:45.9001585Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:45.9003542Z [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-25T01:02:45.9006295Z [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-25T01:02:45.9008245Z [bnd] Export org.apache.tomcat.util.http.fileupload, has 1, private references [org.apache.tomcat.util.http.fileupload.impl]
2020-06-25T01:02:46.1001258Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-coyote.jar
2020-06-25T01:02:46.1006733Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:46.1094592Z
2020-06-25T01:02:46.1096466Z add-graal:
2020-06-25T01:02:46.1129768Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-websocket.jar
2020-06-25T01:02:46.1466567Z
2020-06-25T01:02:46.1468616Z add-osgi:
2020-06-25T01:02:46.1471554Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-websocket.jar true
2020-06-25T01:02:46.2416816Z [bnd] 3 WARNINGS
2020-06-25T01:02:46.2418136Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/websocket/pojo
2020-06-25T01:02:46.2420379Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:46.2428321Z [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-25T01:02:46.2429815Z [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-25T01:02:46.2430697Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/websocket
2020-06-25T01:02:46.2431365Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:46.2432117Z [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-25T01:02:46.2433462Z [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-25T01:02:46.2434202Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/websocket/server
2020-06-25T01:02:46.2434843Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:46.2435541Z [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-25T01:02:46.2436750Z [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-25T01:02:46.3019011Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-websocket.jar
2020-06-25T01:02:46.3019757Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:46.3186006Z
2020-06-25T01:02:46.3187205Z add-graal:
2020-06-25T01:02:46.3245569Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-tribes.jar
2020-06-25T01:02:46.3698715Z
2020-06-25T01:02:46.3699851Z add-osgi:
2020-06-25T01:02:46.3700536Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina-tribes.jar true
2020-06-25T01:02:46.4949425Z [bnd] 10 WARNINGS
2020-06-25T01:02:46.4950161Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/membership/cloud
2020-06-25T01:02:46.4951206Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:46.4951992Z [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-25T01:02:46.4953525Z [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-25T01:02:46.4954105Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/group
2020-06-25T01:02:46.4954718Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:46.4955423Z [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-25T01:02:46.4956691Z [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-25T01:02:46.4957173Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/group/interceptors
2020-06-25T01:02:46.4957764Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:46.4958518Z [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-25T01:02:46.4959750Z [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-25T01:02:46.4960228Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/io
2020-06-25T01:02:46.4960826Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:46.4961577Z [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-25T01:02:46.4962770Z [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-25T01:02:46.4963332Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/jmx
2020-06-25T01:02:46.4964002Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:46.4964681Z [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-25T01:02:46.4966039Z [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-25T01:02:46.4966508Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/membership
2020-06-25T01:02:46.4967096Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:46.4967836Z [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-25T01:02:46.4969157Z [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-25T01:02:46.4969602Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/tipis
2020-06-25T01:02:46.4970193Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:46.4970934Z [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-25T01:02:46.4972138Z [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-25T01:02:46.4972601Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/transport
2020-06-25T01:02:46.4973765Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:46.4974660Z [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-25T01:02:46.4975875Z [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-25T01:02:46.4976283Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/transport/nio
2020-06-25T01:02:46.4976819Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:46.4977444Z [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-25T01:02:46.4978590Z [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-25T01:02:46.4978963Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/tribes/util
2020-06-25T01:02:46.4979478Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:46.4980165Z [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-25T01:02:46.4981268Z [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-25T01:02:46.5877788Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-tribes.jar
2020-06-25T01:02:46.5878542Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:46.5972079Z
2020-06-25T01:02:46.5973184Z add-graal:
2020-06-25T01:02:46.6117640Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina.jar
2020-06-25T01:02:46.8000392Z
2020-06-25T01:02:46.8001767Z add-osgi:
2020-06-25T01:02:46.8002463Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina.jar true
2020-06-25T01:02:47.2026293Z [bnd] 25 WARNINGS
2020-06-25T01:02:47.2027018Z [bnd] Split package, multiple jars provide the same package:org/apache/naming/factory/webservices
2020-06-25T01:02:47.2028410Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2029230Z [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-25T01:02:47.2030490Z [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-25T01:02:47.2030978Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/authenticator
2020-06-25T01:02:47.2031580Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2032310Z [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-25T01:02:47.2033521Z [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-25T01:02:47.2034040Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/authenticator/jaspic
2020-06-25T01:02:47.2034640Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2035375Z [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-25T01:02:47.2036582Z [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-25T01:02:47.2037044Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/connector
2020-06-25T01:02:47.2037636Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2038369Z [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-25T01:02:47.2039773Z [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-25T01:02:47.2040264Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/core
2020-06-25T01:02:47.2041513Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2042293Z [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-25T01:02:47.2043504Z [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-25T01:02:47.2043937Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/deploy
2020-06-25T01:02:47.2044528Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2045245Z [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-25T01:02:47.2046686Z [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-25T01:02:47.2047156Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/filters
2020-06-25T01:02:47.2047757Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2048515Z [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-25T01:02:47.2049710Z [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-25T01:02:47.2051314Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/loader
2020-06-25T01:02:47.2051939Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2052609Z [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-25T01:02:47.2053731Z [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-25T01:02:47.2054138Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/manager
2020-06-25T01:02:47.2054655Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2055303Z [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-25T01:02:47.2056446Z [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-25T01:02:47.2056804Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/manager/host
2020-06-25T01:02:47.2057312Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2058039Z [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-25T01:02:47.2059170Z [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-25T01:02:47.2059538Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/mapper
2020-06-25T01:02:47.2060157Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2060879Z [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-25T01:02:47.2062048Z [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-25T01:02:47.2062429Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/mbeans
2020-06-25T01:02:47.2062939Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2063501Z [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-25T01:02:47.2064597Z [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-25T01:02:47.2065001Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/realm
2020-06-25T01:02:47.2065522Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2066169Z [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-25T01:02:47.2067283Z [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-25T01:02:47.2067649Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/security
2020-06-25T01:02:47.2068210Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2068808Z [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-25T01:02:47.2069980Z [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-25T01:02:47.2070397Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/servlets
2020-06-25T01:02:47.2070917Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2071572Z [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-25T01:02:47.2072737Z [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-25T01:02:47.2073111Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/session
2020-06-25T01:02:47.2073620Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2074283Z [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-25T01:02:47.2075414Z [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-25T01:02:47.2075793Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/ssi
2020-06-25T01:02:47.2076313Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2076867Z [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-25T01:02:47.2077999Z [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-25T01:02:47.2078423Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/startup
2020-06-25T01:02:47.2079027Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2079743Z [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-25T01:02:47.2080869Z [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-25T01:02:47.2082098Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/users
2020-06-25T01:02:47.2082543Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2083010Z [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-25T01:02:47.2083983Z [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-25T01:02:47.2084236Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/util
2020-06-25T01:02:47.2084633Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2085141Z [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-25T01:02:47.2086224Z [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-25T01:02:47.2086505Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/valves
2020-06-25T01:02:47.2086897Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2087402Z [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-25T01:02:47.2088533Z [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-25T01:02:47.2088790Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/valves/rewrite
2020-06-25T01:02:47.2089186Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2089595Z [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-25T01:02:47.2090557Z [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-25T01:02:47.2090814Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/webresources
2020-06-25T01:02:47.2091204Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2091703Z [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-25T01:02:47.2092674Z [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-25T01:02:47.2092928Z [bnd] Split package, multiple jars provide the same package:org/apache/naming
2020-06-25T01:02:47.2093320Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2093789Z [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-25T01:02:47.2094759Z [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-25T01:02:47.2095058Z [bnd] Split package, multiple jars provide the same package:org/apache/naming/factory
2020-06-25T01:02:47.2095506Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.2095965Z [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-25T01:02:47.2096920Z [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-25T01:02:47.5939801Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina.jar
2020-06-25T01:02:47.5943665Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:47.6031680Z
2020-06-25T01:02:47.6032923Z add-graal:
2020-06-25T01:02:47.6053870Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ha.jar
2020-06-25T01:02:47.6286626Z
2020-06-25T01:02:47.6287920Z add-osgi:
2020-06-25T01:02:47.6288651Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ha.jar true
2020-06-25T01:02:47.6959391Z [bnd] 6 WARNINGS
2020-06-25T01:02:47.6960083Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/ha/authenticator
2020-06-25T01:02:47.6961179Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.6961929Z [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-25T01:02:47.6963290Z [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-25T01:02:47.6963767Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/ha/backend
2020-06-25T01:02:47.6964365Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.6965023Z [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-25T01:02:47.6966378Z [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-25T01:02:47.6967200Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/ha/context
2020-06-25T01:02:47.6967824Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.6968450Z [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-25T01:02:47.6969662Z [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-25T01:02:47.6971346Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/ha/deploy
2020-06-25T01:02:47.6971994Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.6972531Z [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-25T01:02:47.6973513Z [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-25T01:02:47.6973794Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/ha/session
2020-06-25T01:02:47.6974183Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.6974677Z [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-25T01:02:47.6975653Z [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-25T01:02:47.6975912Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/ha/tcp
2020-06-25T01:02:47.6976300Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.6976921Z [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-25T01:02:47.6977973Z [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-25T01:02:47.7399801Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ha.jar
2020-06-25T01:02:47.7400578Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:47.7523152Z
2020-06-25T01:02:47.7524169Z add-graal:
2020-06-25T01:02:47.7541877Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ssi.jar
2020-06-25T01:02:47.7694504Z
2020-06-25T01:02:47.7695408Z add-osgi:
2020-06-25T01:02:47.7696052Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ssi.jar true
2020-06-25T01:02:47.8240970Z [bnd] 1 WARNINGS
2020-06-25T01:02:47.8241686Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/ssi
2020-06-25T01:02:47.8242685Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.8243375Z [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-25T01:02:47.8244627Z [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-25T01:02:47.8423555Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-ssi.jar
2020-06-25T01:02:47.8428852Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:47.8507774Z
2020-06-25T01:02:47.8508786Z add-graal:
2020-06-25T01:02:47.8634793Z
2020-06-25T01:02:47.8635880Z add-osgi:
2020-06-25T01:02:47.8717316Z
2020-06-25T01:02:47.8718278Z add-graal:
2020-06-25T01:02:47.8734897Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-storeconfig.jar
2020-06-25T01:02:47.8909829Z
2020-06-25T01:02:47.8910901Z add-osgi:
2020-06-25T01:02:47.8911611Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/catalina-storeconfig.jar true
2020-06-25T01:02:47.9476287Z [bnd] 1 WARNINGS
2020-06-25T01:02:47.9476948Z [bnd] Split package, multiple jars provide the same package:org/apache/catalina/storeconfig
2020-06-25T01:02:47.9477995Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:47.9478697Z [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-25T01:02:47.9480162Z [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-25T01:02:47.9691556Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/catalina-storeconfig.jar
2020-06-25T01:02:47.9692272Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:47.9777976Z
2020-06-25T01:02:47.9779303Z add-graal:
2020-06-25T01:02:47.9803718Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/jasper-el.jar
2020-06-25T01:02:48.0091347Z
2020-06-25T01:02:48.0100198Z add-osgi:
2020-06-25T01:02:48.0101031Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/jasper-el.jar true
2020-06-25T01:02:48.1193968Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/jasper-el.jar
2020-06-25T01:02:48.1206442Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:48.1279851Z
2020-06-25T01:02:48.1281055Z add-graal:
2020-06-25T01:02:48.1326351Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/jasper.jar
2020-06-25T01:02:48.2025529Z
2020-06-25T01:02:48.2027097Z add-osgi:
2020-06-25T01:02:48.2027738Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/jasper.jar true
2020-06-25T01:02:48.3229526Z [bnd] 1 WARNINGS
2020-06-25T01:02:48.3230278Z [bnd] Split package, multiple jars provide the same package:org/apache/jasper/resources
2020-06-25T01:02:48.3231361Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:48.3232333Z [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-25T01:02:48.3233688Z [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-25T01:02:48.4352059Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/jasper.jar
2020-06-25T01:02:48.4353098Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:48.4442081Z
2020-06-25T01:02:48.4443400Z add-graal:
2020-06-25T01:02:48.4476220Z [jar] Building jar: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-dbcp.jar
2020-06-25T01:02:48.4926640Z
2020-06-25T01:02:48.4928013Z add-osgi:
2020-06-25T01:02:48.4928748Z [echo] add-osgi /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-dbcp.jar true
2020-06-25T01:02:48.5885972Z [bnd] 1 WARNINGS
2020-06-25T01:02:48.5886762Z [bnd] Split package, multiple jars provide the same package:org/apache/tomcat/dbcp/dbcp2
2020-06-25T01:02:48.5887845Z [bnd] Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
2020-06-25T01:02:48.5888699Z [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-25T01:02:48.5890385Z [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-25T01:02:48.6548101Z [delete] Deleting: /home/runner/work/tomcat/tomcat/output/build/lib/tomcat-dbcp.jar
2020-06-25T01:02:48.6548913Z [move] Moving 1 file to /home/runner/work/tomcat/tomcat/output/build/lib
2020-06-25T01:02:48.6634575Z
2020-06-25T01:02:48.6635800Z add-graal:
2020-06-25T01:02:48.7503450Z
2020-06-25T01:02:48.7504892Z build-docs:
2020-06-25T01:02:48.7775054Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs
2020-06-25T01:02:48.7791755Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/appdev
2020-06-25T01:02:48.7798388Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/funcspecs
2020-06-25T01:02:48.7809882Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/config
2020-06-25T01:02:48.7819709Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/architecture
2020-06-25T01:02:48.7826257Z [xslt] Transforming into /home/runner/work/tomcat/tomcat/output/build/webapps/docs/tribes
2020-06-25T01:02:48.7828794Z
2020-06-25T01:02:48.7830506Z build-tomcat-jdbc:
2020-06-25T01:02:48.7832817Z [echo] Building Tomcat JDBC pool libraries
2020-06-25T01:02:48.7865175Z
2020-06-25T01:02:48.7866440Z prepare:
2020-06-25T01:02:48.7874353Z
2020-06-25T01:02:48.7875565Z download:
2020-06-25T01:02:48.7876800Z
2020-06-25T01:02:48.7878290Z build-src:
2020-06-25T01:02:48.7935786Z
2020-06-25T01:02:48.7937100Z build:
2020-06-25T01:02:48.8017816Z
2020-06-25T01:02:48.8019105Z deploy:
2020-06-25T01:02:48.9357169Z
2020-06-25T01:02:48.9358523Z examples-sources:
2020-06-25T01:02:48.9424594Z
2020-06-25T01:02:48.9426615Z download-cobertura:
2020-06-25T01:02:48.9427892Z
2020-06-25T01:02:48.9429087Z cobertura-init:
2020-06-25T01:02:48.9434947Z
2020-06-25T01:02:48.9436766Z cobertura-disabled:
2020-06-25T01:02:48.9438601Z
2020-06-25T01:02:48.9439928Z cobertura-disabled-log:
2020-06-25T01:02:48.9441092Z
2020-06-25T01:02:48.9442276Z cobertura-instrument:
2020-06-25T01:02:48.9443405Z
2020-06-25T01:02:48.9444558Z test-openssl-exists:
2020-06-25T01:02:48.9489397Z
2020-06-25T01:02:48.9491104Z test-nio2:
2020-06-25T01:02:49.3027734Z [junit] Running jakarta.el.TestArrayELResolver
2020-06-25T01:02:49.3028742Z [junit] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
2020-06-25T01:02:49.6121502Z [junit] Running jakarta.el.TestBeanELResolver
2020-06-25T01:02:49.6688233Z [junit] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
2020-06-25T01:02:49.9504879Z [junit] Running jakarta.el.TestBeanELResolverVarargsInvocation
2020-06-25T01:02:49.9505250Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
2020-06-25T01:02:50.2755029Z [junit] Running jakarta.el.TestBeanNameELResolver
2020-06-25T01:02:50.2755576Z [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
2020-06-25T01:02:50.5888618Z [junit] Running jakarta.el.TestCompositeELResolver
2020-06-25T01:02:50.6890619Z [junit] 25-Jun-2020 01:02:50.626 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug50408]
2020-06-25T01:02:51.0967232Z [junit] 25-Jun-2020 01:02:51.038 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:02:51.0967794Z [junit] 25-Jun-2020 01:02:51.083 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:51.0968505Z [junit] 25-Jun-2020 01:02:51.084 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:51.2968817Z [junit] 25-Jun-2020 01:02:51.231 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-25T01:02:51.3974974Z [junit] 25-Jun-2020 01:02:51.378 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-25T01:02:52.3982385Z [junit] 25-Jun-2020 01:02:52.333 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36783"]
2020-06-25T01:02:52.6913348Z [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.126 sec
2020-06-25T01:02:52.6985280Z [junit] 25-Jun-2020 01:02:52.633 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36783"]
2020-06-25T01:02:52.6986055Z [junit] 25-Jun-2020 01:02:52.638 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:52.6986862Z [junit] 25-Jun-2020 01:02:52.646 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36783"]
2020-06-25T01:02:52.6987591Z [junit] 25-Jun-2020 01:02:52.647 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36783"]
2020-06-25T01:02:53.0484629Z [junit] Running jakarta.el.TestELContext
2020-06-25T01:02:53.0682650Z [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
2020-06-25T01:02:53.3787460Z [junit] Running jakarta.el.TestELProcessor
2020-06-25T01:02:53.3834405Z [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
2020-06-25T01:02:53.6905607Z [junit] Running jakarta.el.TestELResolver
2020-06-25T01:02:53.6906499Z [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec
2020-06-25T01:02:53.9934817Z [junit] Running jakarta.el.TestEvaluationListener
2020-06-25T01:02:53.9935510Z [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
2020-06-25T01:02:54.2681139Z [junit] Running jakarta.el.TestImportHandler
2020-06-25T01:02:54.2686051Z [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
2020-06-25T01:02:54.5758687Z [junit] Running jakarta.el.TestImportHandlerStandardPackages
2020-06-25T01:02:54.5759123Z [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
2020-06-25T01:02:54.8720829Z [junit] Running jakarta.el.TestListELResolver
2020-06-25T01:02:54.8723524Z [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
2020-06-25T01:02:55.1759107Z [junit] Running jakarta.el.TestMapELResolver
2020-06-25T01:02:55.1760083Z [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
2020-06-25T01:02:55.4763990Z [junit] Running jakarta.el.TestResourceBundleELResolver
2020-06-25T01:02:55.4764766Z [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
2020-06-25T01:02:55.7812392Z [junit] Running jakarta.el.TestStaticFieldELResolver
2020-06-25T01:02:55.7812840Z [junit] publicStaticString
2020-06-25T01:02:55.7814892Z [junit] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
2020-06-25T01:02:56.0860449Z [junit] Running jakarta.el.TestUtil
2020-06-25T01:02:56.0860916Z [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
2020-06-25T01:02:56.4001701Z [junit] Running jakarta.servlet.annotation.TestServletSecurity
2020-06-25T01:02:56.4998802Z [junit] 25-Jun-2020 01:02:56.447 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testFooBarThenFoo]
2020-06-25T01:02:56.8001914Z [junit] 25-Jun-2020 01:02:56.788 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:02:56.9003378Z [junit] 25-Jun-2020 01:02:56.819 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:56.9004175Z [junit] 25-Jun-2020 01:02:56.820 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:57.0019775Z [junit] 25-Jun-2020 01:02:56.943 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-40795"]
2020-06-25T01:02:57.1002213Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.725 sec
2020-06-25T01:02:57.1035239Z [junit] 25-Jun-2020 01:02:57.023 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-40795"]
2020-06-25T01:02:57.1036103Z [junit] 25-Jun-2020 01:02:57.029 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:57.1036807Z [junit] 25-Jun-2020 01:02:57.037 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-40795"]
2020-06-25T01:02:57.1037469Z [junit] 25-Jun-2020 01:02:57.038 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-40795"]
2020-06-25T01:02:57.1038096Z [junit] 25-Jun-2020 01:02:57.048 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testFooThenFooBar]
2020-06-25T01:02:57.1038775Z [junit] 25-Jun-2020 01:02:57.051 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:02:57.1039409Z [junit] 25-Jun-2020 01:02:57.053 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:57.1040054Z [junit] 25-Jun-2020 01:02:57.053 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:57.1040701Z [junit] 25-Jun-2020 01:02:57.059 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-36219"]
2020-06-25T01:02:57.1041346Z [junit] 25-Jun-2020 01:02:57.064 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-36219"]
2020-06-25T01:02:57.1041954Z [junit] 25-Jun-2020 01:02:57.072 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:57.1042604Z [junit] 25-Jun-2020 01:02:57.074 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-36219"]
2020-06-25T01:02:57.1043261Z [junit] 25-Jun-2020 01:02:57.074 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-36219"]
2020-06-25T01:02:57.5097905Z [junit] Running jakarta.servlet.annotation.TestServletSecurityMappings
2020-06-25T01:02:57.5098975Z [junit] 25-Jun-2020 01:02:57.458 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[false, false, false, false]]
2020-06-25T01:02:57.8110025Z [junit] 25-Jun-2020 01:02:57.794 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:02:57.9111669Z [junit] 25-Jun-2020 01:02:57.820 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:57.9112538Z [junit] 25-Jun-2020 01:02:57.820 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:58.0113680Z [junit] 25-Jun-2020 01:02:57.913 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-41867"]
2020-06-25T01:02:58.0114273Z [junit] 25-Jun-2020 01:02:57.987 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-41867"]
2020-06-25T01:02:58.0114680Z [junit] 25-Jun-2020 01:02:57.992 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:58.0115100Z [junit] 25-Jun-2020 01:02:57.999 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-41867"]
2020-06-25T01:02:58.0115549Z [junit] 25-Jun-2020 01:02:58.001 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-41867"]
2020-06-25T01:02:58.1115323Z [junit] 25-Jun-2020 01:02:58.015 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[false, false, false, true]]
2020-06-25T01:02:58.1116457Z [junit] 25-Jun-2020 01:02:58.018 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:02:58.1117132Z [junit] 25-Jun-2020 01:02:58.019 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:58.1117798Z [junit] 25-Jun-2020 01:02:58.020 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:58.1118454Z [junit] 25-Jun-2020 01:02:58.034 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-39029"]
2020-06-25T01:02:58.1119120Z [junit] 25-Jun-2020 01:02:58.045 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-39029"]
2020-06-25T01:02:58.1119746Z [junit] 25-Jun-2020 01:02:58.046 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:58.1120389Z [junit] 25-Jun-2020 01:02:58.050 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-39029"]
2020-06-25T01:02:58.1121054Z [junit] 25-Jun-2020 01:02:58.051 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-39029"]
2020-06-25T01:02:58.1121741Z [junit] 25-Jun-2020 01:02:58.054 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[false, false, true, false]]
2020-06-25T01:02:58.1122411Z [junit] 25-Jun-2020 01:02:58.055 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-3"]
2020-06-25T01:02:58.1123037Z [junit] 25-Jun-2020 01:02:58.057 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:58.1123689Z [junit] 25-Jun-2020 01:02:58.057 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:58.1124340Z [junit] 25-Jun-2020 01:02:58.064 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-3-39595"]
2020-06-25T01:02:58.1124986Z [junit] 25-Jun-2020 01:02:58.075 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-3-39595"]
2020-06-25T01:02:58.1127954Z [junit] 25-Jun-2020 01:02:58.080 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:58.1128421Z [junit] 25-Jun-2020 01:02:58.082 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-3-39595"]
2020-06-25T01:02:58.1129078Z [junit] 25-Jun-2020 01:02:58.082 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-3-39595"]
2020-06-25T01:02:58.1129648Z [junit] 25-Jun-2020 01:02:58.084 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[false, false, true, true]]
2020-06-25T01:02:58.1130102Z [junit] 25-Jun-2020 01:02:58.086 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-4"]
2020-06-25T01:02:58.1130506Z [junit] 25-Jun-2020 01:02:58.089 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:58.1130939Z [junit] 25-Jun-2020 01:02:58.089 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:58.1131362Z [junit] 25-Jun-2020 01:02:58.093 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-4-41177"]
2020-06-25T01:02:58.1131801Z [junit] 25-Jun-2020 01:02:58.109 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-4-41177"]
2020-06-25T01:02:58.2127236Z [junit] 25-Jun-2020 01:02:58.114 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:58.2128242Z [junit] 25-Jun-2020 01:02:58.117 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-4-41177"]
2020-06-25T01:02:58.2128956Z [junit] 25-Jun-2020 01:02:58.118 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-4-41177"]
2020-06-25T01:02:58.2129648Z [junit] 25-Jun-2020 01:02:58.120 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[false, true, false, false]]
2020-06-25T01:02:58.2130348Z [junit] 25-Jun-2020 01:02:58.122 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-5"]
2020-06-25T01:02:58.2130990Z [junit] 25-Jun-2020 01:02:58.129 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:58.2131658Z [junit] 25-Jun-2020 01:02:58.129 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:58.2132314Z [junit] 25-Jun-2020 01:02:58.133 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-5-44381"]
2020-06-25T01:02:58.2132970Z [junit] 25-Jun-2020 01:02:58.138 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-5-44381"]
2020-06-25T01:02:58.2133586Z [junit] 25-Jun-2020 01:02:58.144 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:58.2134244Z [junit] 25-Jun-2020 01:02:58.145 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-5-44381"]
2020-06-25T01:02:58.2134912Z [junit] 25-Jun-2020 01:02:58.146 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-5-44381"]
2020-06-25T01:02:58.2135594Z [junit] 25-Jun-2020 01:02:58.148 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[false, true, false, true]]
2020-06-25T01:02:58.2136248Z [junit] 25-Jun-2020 01:02:58.149 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-6"]
2020-06-25T01:02:58.2136872Z [junit] 25-Jun-2020 01:02:58.161 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:58.2137804Z [junit] 25-Jun-2020 01:02:58.161 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:58.2138580Z [junit] 25-Jun-2020 01:02:58.166 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-6-35913"]
2020-06-25T01:02:58.2139264Z [junit] 25-Jun-2020 01:02:58.174 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-6-35913"]
2020-06-25T01:02:58.2139884Z [junit] 25-Jun-2020 01:02:58.180 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:58.2140530Z [junit] 25-Jun-2020 01:02:58.181 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-6-35913"]
2020-06-25T01:02:58.2141190Z [junit] 25-Jun-2020 01:02:58.184 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-6-35913"]
2020-06-25T01:02:58.2141880Z [junit] 25-Jun-2020 01:02:58.189 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[false, true, true, false]]
2020-06-25T01:02:58.2142540Z [junit] 25-Jun-2020 01:02:58.190 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-7"]
2020-06-25T01:02:58.2143167Z [junit] 25-Jun-2020 01:02:58.193 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:58.2143812Z [junit] 25-Jun-2020 01:02:58.193 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:58.2144463Z [junit] 25-Jun-2020 01:02:58.197 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-7-34137"]
2020-06-25T01:02:58.2145131Z [junit] 25-Jun-2020 01:02:58.205 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-7-34137"]
2020-06-25T01:02:58.2145846Z [junit] 25-Jun-2020 01:02:58.211 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:58.3125819Z [junit] 25-Jun-2020 01:02:58.212 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-7-34137"]
2020-06-25T01:02:58.3126963Z [junit] 25-Jun-2020 01:02:58.216 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-7-34137"]
2020-06-25T01:02:58.3127762Z [junit] 25-Jun-2020 01:02:58.219 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[false, true, true, true]]
2020-06-25T01:02:58.3128435Z [junit] 25-Jun-2020 01:02:58.220 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-8"]
2020-06-25T01:02:58.3129180Z [junit] 25-Jun-2020 01:02:58.225 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:58.3129841Z [junit] 25-Jun-2020 01:02:58.225 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:58.3130504Z [junit] 25-Jun-2020 01:02:58.230 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-8-38887"]
2020-06-25T01:02:58.3131331Z [junit] 25-Jun-2020 01:02:58.237 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-8-38887"]
2020-06-25T01:02:58.3132067Z [junit] 25-Jun-2020 01:02:58.242 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:58.3132826Z [junit] 25-Jun-2020 01:02:58.243 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-8-38887"]
2020-06-25T01:02:58.3133903Z [junit] 25-Jun-2020 01:02:58.244 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-8-38887"]
2020-06-25T01:02:58.3135293Z [junit] 25-Jun-2020 01:02:58.246 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[true, false, false, false]]
2020-06-25T01:02:58.3136142Z [junit] 25-Jun-2020 01:02:58.247 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-9"]
2020-06-25T01:02:58.3136890Z [junit] 25-Jun-2020 01:02:58.248 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:58.3137654Z [junit] 25-Jun-2020 01:02:58.248 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:58.3138423Z [junit] 25-Jun-2020 01:02:58.251 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-9-45281"]
2020-06-25T01:02:58.3139206Z [junit] 25-Jun-2020 01:02:58.258 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-9-45281"]
2020-06-25T01:02:58.3139960Z [junit] 25-Jun-2020 01:02:58.263 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:58.3144546Z [junit] 25-Jun-2020 01:02:58.264 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-9-45281"]
2020-06-25T01:02:58.3145422Z [junit] 25-Jun-2020 01:02:58.265 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-9-45281"]
2020-06-25T01:02:58.3146238Z [junit] 25-Jun-2020 01:02:58.268 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[true, false, false, true]]
2020-06-25T01:02:58.3147037Z [junit] 25-Jun-2020 01:02:58.269 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-10"]
2020-06-25T01:02:58.3147786Z [junit] 25-Jun-2020 01:02:58.271 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:58.3148560Z [junit] 25-Jun-2020 01:02:58.271 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:58.3149341Z [junit] 25-Jun-2020 01:02:58.276 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-10-35253"]
2020-06-25T01:02:58.3150125Z [junit] 25-Jun-2020 01:02:58.287 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-10-35253"]
2020-06-25T01:02:58.3150859Z [junit] 25-Jun-2020 01:02:58.293 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:58.3151633Z [junit] 25-Jun-2020 01:02:58.294 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-10-35253"]
2020-06-25T01:02:58.3153240Z [junit] 25-Jun-2020 01:02:58.294 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-10-35253"]
2020-06-25T01:02:58.4152012Z [junit] 25-Jun-2020 01:02:58.397 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[true, false, true, false]]
2020-06-25T01:02:58.4152638Z [junit] 25-Jun-2020 01:02:58.399 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-11"]
2020-06-25T01:02:58.4153069Z [junit] 25-Jun-2020 01:02:58.403 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:58.4153509Z [junit] 25-Jun-2020 01:02:58.403 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:58.4154183Z [junit] 25-Jun-2020 01:02:58.407 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-11-42325"]
2020-06-25T01:02:58.4154736Z [junit] 25-Jun-2020 01:02:58.414 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-11-42325"]
2020-06-25T01:02:58.5153183Z [junit] 25-Jun-2020 01:02:58.419 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:58.5154459Z [junit] 25-Jun-2020 01:02:58.421 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-11-42325"]
2020-06-25T01:02:58.5155210Z [junit] 25-Jun-2020 01:02:58.421 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-11-42325"]
2020-06-25T01:02:58.5155914Z [junit] 25-Jun-2020 01:02:58.425 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[true, false, true, true]]
2020-06-25T01:02:58.5156611Z [junit] 25-Jun-2020 01:02:58.426 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-12"]
2020-06-25T01:02:58.5157241Z [junit] 25-Jun-2020 01:02:58.437 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:58.5157896Z [junit] 25-Jun-2020 01:02:58.437 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:58.5158653Z [junit] 25-Jun-2020 01:02:58.441 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-12-42149"]
2020-06-25T01:02:58.5159870Z [junit] 25-Jun-2020 01:02:58.446 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-12-42149"]
2020-06-25T01:02:58.5160376Z [junit] 25-Jun-2020 01:02:58.451 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:58.5160827Z [junit] 25-Jun-2020 01:02:58.452 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-12-42149"]
2020-06-25T01:02:58.5161281Z [junit] 25-Jun-2020 01:02:58.453 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-12-42149"]
2020-06-25T01:02:58.5161742Z [junit] 25-Jun-2020 01:02:58.455 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[true, true, false, false]]
2020-06-25T01:02:58.5162179Z [junit] 25-Jun-2020 01:02:58.456 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-13"]
2020-06-25T01:02:58.5162584Z [junit] 25-Jun-2020 01:02:58.472 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:58.5163021Z [junit] 25-Jun-2020 01:02:58.472 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:58.5163464Z [junit] 25-Jun-2020 01:02:58.476 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-13-36951"]
2020-06-25T01:02:58.5163905Z [junit] 25-Jun-2020 01:02:58.486 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-13-36951"]
2020-06-25T01:02:58.5164303Z [junit] 25-Jun-2020 01:02:58.492 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:58.5164730Z [junit] 25-Jun-2020 01:02:58.493 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-13-36951"]
2020-06-25T01:02:58.5165172Z [junit] 25-Jun-2020 01:02:58.493 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-13-36951"]
2020-06-25T01:02:58.5166633Z [junit] 25-Jun-2020 01:02:58.498 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[true, true, false, true]]
2020-06-25T01:02:58.5167090Z [junit] 25-Jun-2020 01:02:58.499 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-14"]
2020-06-25T01:02:58.5167500Z [junit] 25-Jun-2020 01:02:58.504 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:58.5167914Z [junit] 25-Jun-2020 01:02:58.504 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:58.5168351Z [junit] 25-Jun-2020 01:02:58.507 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-14-34397"]
2020-06-25T01:02:58.5168793Z [junit] 25-Jun-2020 01:02:58.511 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-14-34397"]
2020-06-25T01:02:58.6159543Z [junit] 25-Jun-2020 01:02:58.517 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:58.6160733Z [junit] 25-Jun-2020 01:02:58.518 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-14-34397"]
2020-06-25T01:02:58.6161607Z [junit] 25-Jun-2020 01:02:58.518 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-14-34397"]
2020-06-25T01:02:58.6162508Z [junit] 25-Jun-2020 01:02:58.520 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[true, true, true, false]]
2020-06-25T01:02:58.6163777Z [junit] 25-Jun-2020 01:02:58.521 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-15"]
2020-06-25T01:02:58.6164373Z [junit] 25-Jun-2020 01:02:58.524 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:58.6164914Z [junit] 25-Jun-2020 01:02:58.524 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:58.6165773Z [junit] 25-Jun-2020 01:02:58.528 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-15-44943"]
2020-06-25T01:02:58.6166242Z [junit] 25-Jun-2020 01:02:58.533 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-15-44943"]
2020-06-25T01:02:58.6166670Z [junit] 25-Jun-2020 01:02:58.538 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:58.6167118Z [junit] 25-Jun-2020 01:02:58.539 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-15-44943"]
2020-06-25T01:02:58.6167566Z [junit] 25-Jun-2020 01:02:58.540 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-15-44943"]
2020-06-25T01:02:58.7164320Z [junit] 25-Jun-2020 01:02:58.643 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTestSecurityAnnotationsAddServlet[true, true, true, true]]
2020-06-25T01:02:58.7165037Z [junit] 25-Jun-2020 01:02:58.646 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-16"]
2020-06-25T01:02:58.7165735Z [junit] 25-Jun-2020 01:02:58.657 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:02:58.7166258Z [junit] 25-Jun-2020 01:02:58.657 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:02:58.7167070Z [junit] 25-Jun-2020 01:02:58.663 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-16-42005"]
2020-06-25T01:02:58.7167714Z [junit] 25-Jun-2020 01:02:58.674 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-16-42005"]
2020-06-25T01:02:58.7168191Z [junit] 25-Jun-2020 01:02:58.680 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:02:58.7168700Z [junit] 25-Jun-2020 01:02:58.681 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-16-42005"]
2020-06-25T01:02:58.7169225Z [junit] 25-Jun-2020 01:02:58.682 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-16-42005"]
2020-06-25T01:02:58.8065340Z [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.373 sec
2020-06-25T01:02:59.0651600Z [junit] Running jakarta.servlet.http.TestCookie
2020-06-25T01:02:59.0652189Z [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
2020-06-25T01:02:59.3608376Z [junit] Running jakarta.servlet.http.TestCookieRFC2109Validator
2020-06-25T01:02:59.3608964Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
2020-06-25T01:02:59.6375035Z [junit] Running jakarta.servlet.http.TestCookieRFC6265Validator
2020-06-25T01:02:59.6376049Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
2020-06-25T01:02:59.8968469Z [junit] Running jakarta.servlet.http.TestCookieStrict
2020-06-25T01:02:59.8969193Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
2020-06-25T01:03:00.2056364Z [junit] Running jakarta.servlet.http.TestHttpServlet
2020-06-25T01:03:00.3059370Z [junit] 25-Jun-2020 01:03:00.239 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testDoOptionsSub]
2020-06-25T01:03:00.3059712Z [junit] java.util.logging.ErrorManager: 0: Unable to delete log files older than [90] days
2020-06-25T01:03:00.6062406Z [junit] 25-Jun-2020 01:03:00.573 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:00.6062972Z [junit] 25-Jun-2020 01:03:00.603 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:00.6063419Z [junit] 25-Jun-2020 01:03:00.604 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:00.7063938Z [junit] 25-Jun-2020 01:03:00.693 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36513"]
2020-06-25T01:03:00.8068660Z [junit] 25-Jun-2020 01:03:00.773 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36513"]
2020-06-25T01:03:00.8069648Z [junit] 25-Jun-2020 01:03:00.779 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:00.8070348Z [junit] 25-Jun-2020 01:03:00.786 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36513"]
2020-06-25T01:03:00.8071038Z [junit] 25-Jun-2020 01:03:00.787 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36513"]
2020-06-25T01:03:00.8071671Z [junit] 25-Jun-2020 01:03:00.795 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53454]
2020-06-25T01:03:00.8072319Z [junit] 25-Jun-2020 01:03:00.796 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:00.8072942Z [junit] 25-Jun-2020 01:03:00.798 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:00.8073840Z [junit] 25-Jun-2020 01:03:00.798 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:00.8074600Z [junit] 25-Jun-2020 01:03:00.801 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-39703"]
2020-06-25T01:03:00.9072915Z [junit] 25-Jun-2020 01:03:00.808 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-39703"]
2020-06-25T01:03:00.9073935Z [junit] 25-Jun-2020 01:03:00.814 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:00.9074616Z [junit] 25-Jun-2020 01:03:00.815 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-39703"]
2020-06-25T01:03:00.9075294Z [junit] 25-Jun-2020 01:03:00.816 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-39703"]
2020-06-25T01:03:00.9075960Z [junit] 25-Jun-2020 01:03:00.821 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug57602]
2020-06-25T01:03:00.9076607Z [junit] 25-Jun-2020 01:03:00.823 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-3"]
2020-06-25T01:03:00.9077228Z [junit] 25-Jun-2020 01:03:00.825 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:00.9077869Z [junit] 25-Jun-2020 01:03:00.825 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:00.9078513Z [junit] 25-Jun-2020 01:03:00.828 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-3-44107"]
2020-06-25T01:03:00.9079156Z [junit] 25-Jun-2020 01:03:00.841 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-3-44107"]
2020-06-25T01:03:00.9079776Z [junit] 25-Jun-2020 01:03:00.847 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:00.9080414Z [junit] 25-Jun-2020 01:03:00.848 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-3-44107"]
2020-06-25T01:03:00.9081089Z [junit] 25-Jun-2020 01:03:00.849 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-3-44107"]
2020-06-25T01:03:00.9081710Z [junit] 25-Jun-2020 01:03:00.851 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testChunkingWithHead]
2020-06-25T01:03:00.9082344Z [junit] 25-Jun-2020 01:03:00.853 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-4"]
2020-06-25T01:03:00.9082957Z [junit] 25-Jun-2020 01:03:00.864 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:00.9083711Z [junit] 25-Jun-2020 01:03:00.864 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:00.9084516Z [junit] 25-Jun-2020 01:03:00.872 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-4-36847"]
2020-06-25T01:03:00.9085168Z [junit] 25-Jun-2020 01:03:00.899 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-4-36847"]
2020-06-25T01:03:00.9085940Z [junit] 25-Jun-2020 01:03:00.904 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:00.9086582Z [junit] 25-Jun-2020 01:03:00.906 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-4-36847"]
2020-06-25T01:03:00.9087517Z [junit] 25-Jun-2020 01:03:00.906 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-4-36847"]
2020-06-25T01:03:01.1088844Z [junit] 25-Jun-2020 01:03:01.009 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testUnimplementedMethodHttp09]
2020-06-25T01:03:01.1089849Z [junit] 25-Jun-2020 01:03:01.012 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-5"]
2020-06-25T01:03:01.1090302Z [junit] 25-Jun-2020 01:03:01.016 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:01.1090741Z [junit] 25-Jun-2020 01:03:01.017 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:01.1091180Z [junit] 25-Jun-2020 01:03:01.025 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-5-43195"]
2020-06-25T01:03:01.1091626Z [junit] 25-Jun-2020 01:03:01.029 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-5-43195"]
2020-06-25T01:03:01.1092030Z [junit] 25-Jun-2020 01:03:01.035 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:01.1092457Z [junit] 25-Jun-2020 01:03:01.036 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-5-43195"]
2020-06-25T01:03:01.1092899Z [junit] 25-Jun-2020 01:03:01.038 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-5-43195"]
2020-06-25T01:03:01.1093321Z [junit] 25-Jun-2020 01:03:01.041 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testUnimplementedMethodHttp10]
2020-06-25T01:03:01.1093745Z [junit] 25-Jun-2020 01:03:01.043 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-6"]
2020-06-25T01:03:01.1094154Z [junit] 25-Jun-2020 01:03:01.049 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:01.1094588Z [junit] 25-Jun-2020 01:03:01.049 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:01.1095008Z [junit] 25-Jun-2020 01:03:01.054 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-6-34433"]
2020-06-25T01:03:01.1095440Z [junit] 25-Jun-2020 01:03:01.058 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-6-34433"]
2020-06-25T01:03:01.1095837Z [junit] 25-Jun-2020 01:03:01.064 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:01.1096262Z [junit] 25-Jun-2020 01:03:01.065 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-6-34433"]
2020-06-25T01:03:01.1096702Z [junit] 25-Jun-2020 01:03:01.065 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-6-34433"]
2020-06-25T01:03:01.1097130Z [junit] 25-Jun-2020 01:03:01.067 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testUnimplementedMethodHttp11]
2020-06-25T01:03:01.1097552Z [junit] 25-Jun-2020 01:03:01.068 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-7"]
2020-06-25T01:03:01.1097951Z [junit] 25-Jun-2020 01:03:01.070 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:01.1098376Z [junit] 25-Jun-2020 01:03:01.070 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:01.1098806Z [junit] 25-Jun-2020 01:03:01.073 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-7-46865"]
2020-06-25T01:03:01.1099341Z [junit] 25-Jun-2020 01:03:01.075 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-7-46865"]
2020-06-25T01:03:01.1099785Z [junit] 25-Jun-2020 01:03:01.081 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:01.1100219Z [junit] 25-Jun-2020 01:03:01.082 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-7-46865"]
2020-06-25T01:03:01.1100657Z [junit] 25-Jun-2020 01:03:01.083 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-7-46865"]
2020-06-25T01:03:01.1101259Z [junit] 25-Jun-2020 01:03:01.087 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testDoOptions]
2020-06-25T01:03:01.1101683Z [junit] 25-Jun-2020 01:03:01.088 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-8"]
2020-06-25T01:03:01.1102089Z [junit] 25-Jun-2020 01:03:01.093 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:01.1102517Z [junit] 25-Jun-2020 01:03:01.093 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:01.1102952Z [junit] 25-Jun-2020 01:03:01.099 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-8-45765"]
2020-06-25T01:03:01.1103958Z [junit] 25-Jun-2020 01:03:01.104 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-8-45765"]
2020-06-25T01:03:01.2092128Z [junit] 25-Jun-2020 01:03:01.110 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:01.2092840Z [junit] 25-Jun-2020 01:03:01.111 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-8-45765"]
2020-06-25T01:03:01.2093370Z [junit] 25-Jun-2020 01:03:01.111 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-8-45765"]
2020-06-25T01:03:01.2260794Z [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.06 sec
2020-06-25T01:03:01.5327501Z [junit] Running jakarta.servlet.jsp.TestPageContext
2020-06-25T01:03:01.6329475Z [junit] 25-Jun-2020 01:03:01.562 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug49196]
2020-06-25T01:03:01.9333093Z [junit] 25-Jun-2020 01:03:01.929 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:02.0334534Z [junit] 25-Jun-2020 01:03:01.950 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:02.0335377Z [junit] 25-Jun-2020 01:03:01.950 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:02.1336670Z [junit] 25-Jun-2020 01:03:02.068 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-25T01:03:02.2339019Z [junit] 25-Jun-2020 01:03:02.172 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-25T01:03:03.2348470Z [junit] 25-Jun-2020 01:03:03.152 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38203"]
2020-06-25T01:03:03.3320420Z [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.829 sec
2020-06-25T01:03:03.3322322Z [junit] 25-Jun-2020 01:03:03.281 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38203"]
2020-06-25T01:03:03.3323160Z [junit] 25-Jun-2020 01:03:03.286 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:03.3323882Z [junit] 25-Jun-2020 01:03:03.300 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38203"]
2020-06-25T01:03:03.3324572Z [junit] 25-Jun-2020 01:03:03.301 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38203"]
2020-06-25T01:03:03.6369188Z [junit] Running jakarta.servlet.jsp.el.TestScopedAttributeELResolver
2020-06-25T01:03:03.7372119Z [junit] 25-Jun-2020 01:03:03.658 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug49196]
2020-06-25T01:03:03.7372442Z [junit] java.util.logging.ErrorManager: 0: Unable to delete log files older than [90] days
2020-06-25T01:03:03.7372617Z [junit] java.util.logging.ErrorManager: 0: Unable to delete log files older than [90] days
2020-06-25T01:03:03.7372771Z [junit] java.util.logging.ErrorManager: 0: Unable to delete log files older than [90] days
2020-06-25T01:03:03.7372926Z [junit] java.util.logging.ErrorManager: 0: Unable to delete log files older than [90] days
2020-06-25T01:03:04.0408642Z [junit] 25-Jun-2020 01:03:04.021 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:04.1410331Z [junit] 25-Jun-2020 01:03:04.051 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:04.1411288Z [junit] 25-Jun-2020 01:03:04.060 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:04.2412212Z [junit] 25-Jun-2020 01:03:04.189 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-25T01:03:04.3414232Z [junit] 25-Jun-2020 01:03:04.312 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-25T01:03:05.3424081Z [junit] 25-Jun-2020 01:03:05.308 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36065"]
2020-06-25T01:03:05.6402864Z [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.037 sec
2020-06-25T01:03:05.6406815Z [junit] 25-Jun-2020 01:03:05.596 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36065"]
2020-06-25T01:03:05.6407338Z [junit] 25-Jun-2020 01:03:05.602 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:05.6407789Z [junit] 25-Jun-2020 01:03:05.609 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36065"]
2020-06-25T01:03:05.6408246Z [junit] 25-Jun-2020 01:03:05.610 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36065"]
2020-06-25T01:03:05.9550189Z [junit] Running jakarta.servlet.resources.TestSchemaValidation
2020-06-25T01:03:06.4556014Z [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.552 sec
2020-06-25T01:03:06.7733523Z [junit] Running org.apache.catalina.ant.TestDeployTask
2020-06-25T01:03:07.1739310Z [junit] 25-Jun-2020 01:03:07.088 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [bug58086a]
2020-06-25T01:03:07.2741516Z [junit] 25-Jun-2020 01:03:07.202 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:07.2742863Z [junit] 25-Jun-2020 01:03:07.212 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [bug58086b]
2020-06-25T01:03:07.2743695Z [junit] 25-Jun-2020 01:03:07.213 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:07.2744368Z [junit] 25-Jun-2020 01:03:07.214 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [bug58086c]
2020-06-25T01:03:07.2745020Z [junit] 25-Jun-2020 01:03:07.216 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-3"]
2020-06-25T01:03:07.2745658Z [junit] 25-Jun-2020 01:03:07.217 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [bug58086d]
2020-06-25T01:03:07.5745227Z [junit] 25-Jun-2020 01:03:07.522 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-4"]
2020-06-25T01:03:07.5746228Z [junit] 25-Jun-2020 01:03:07.561 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:07.5746952Z [junit] 25-Jun-2020 01:03:07.561 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:07.6747082Z [junit] 25-Jun-2020 01:03:07.644 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-25T01:03:08.0751373Z [junit] 25-Jun-2020 01:03:08.056 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-25T01:03:08.0752604Z [junit] 25-Jun-2020 01:03:08.070 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-4-33875"]
2020-06-25T01:03:08.1799344Z [junit] 25-Jun-2020 01:03:08.165 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-4-33875"]
2020-06-25T01:03:08.1800246Z [junit] 25-Jun-2020 01:03:08.170 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:08.2124539Z [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.47 sec
2020-06-25T01:03:08.2126769Z [junit] 25-Jun-2020 01:03:08.184 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-4-33875"]
2020-06-25T01:03:08.2127495Z [junit] 25-Jun-2020 01:03:08.186 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-4-33875"]
2020-06-25T01:03:08.5200814Z [junit] Running org.apache.catalina.authenticator.TestAuthInfoResponseHeaders
2020-06-25T01:03:08.6202825Z [junit] 25-Jun-2020 01:03:08.552 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testWithHeaders]
2020-06-25T01:03:09.0207346Z [junit] 25-Jun-2020 01:03:08.968 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:09.0208276Z [junit] 25-Jun-2020 01:03:08.995 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:09.0208965Z [junit] 25-Jun-2020 01:03:08.995 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:09.1209018Z [junit] 25-Jun-2020 01:03:09.084 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-33197"]
2020-06-25T01:03:09.2208343Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 sec
2020-06-25T01:03:09.2210045Z [junit] 25-Jun-2020 01:03:09.165 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-33197"]
2020-06-25T01:03:09.2210855Z [junit] 25-Jun-2020 01:03:09.171 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:09.2211552Z [junit] 25-Jun-2020 01:03:09.184 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-33197"]
2020-06-25T01:03:09.2212224Z [junit] 25-Jun-2020 01:03:09.185 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-33197"]
2020-06-25T01:03:09.2212850Z [junit] 25-Jun-2020 01:03:09.198 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNoHeaders]
2020-06-25T01:03:09.2213496Z [junit] 25-Jun-2020 01:03:09.199 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:09.2214156Z [junit] 25-Jun-2020 01:03:09.201 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:09.2214807Z [junit] 25-Jun-2020 01:03:09.201 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:09.2215455Z [junit] 25-Jun-2020 01:03:09.205 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-32945"]
2020-06-25T01:03:09.2216110Z [junit] 25-Jun-2020 01:03:09.208 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-32945"]
2020-06-25T01:03:09.2216723Z [junit] 25-Jun-2020 01:03:09.213 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:09.2217360Z [junit] 25-Jun-2020 01:03:09.215 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-32945"]
2020-06-25T01:03:09.2218024Z [junit] 25-Jun-2020 01:03:09.215 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-32945"]
2020-06-25T01:03:09.6455555Z [junit] Running org.apache.catalina.authenticator.TestAuthenticatorBaseCorsPreflight
2020-06-25T01:03:09.6456920Z [junit] 25-Jun-2020 01:03:09.600 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[0: input[NEVER]]]
2020-06-25T01:03:10.0460364Z [junit] 25-Jun-2020 01:03:09.960 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:10.0461267Z [junit] 25-Jun-2020 01:03:09.996 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:10.0461952Z [junit] 25-Jun-2020 01:03:09.996 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:10.1462580Z [junit] 25-Jun-2020 01:03:10.107 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36837"]
2020-06-25T01:03:10.2466260Z [junit] 25-Jun-2020 01:03:10.180 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36837"]
2020-06-25T01:03:10.2467259Z [junit] 25-Jun-2020 01:03:10.185 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:10.2467949Z [junit] 25-Jun-2020 01:03:10.195 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36837"]
2020-06-25T01:03:10.2468615Z [junit] 25-Jun-2020 01:03:10.196 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36837"]
2020-06-25T01:03:10.2469254Z [junit] 25-Jun-2020 01:03:10.208 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[1: input[ALWAYS]]]
2020-06-25T01:03:10.2470147Z [junit] 25-Jun-2020 01:03:10.212 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:10.2470901Z [junit] 25-Jun-2020 01:03:10.214 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:10.2471577Z [junit] 25-Jun-2020 01:03:10.214 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:10.2472232Z [junit] 25-Jun-2020 01:03:10.220 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-41021"]
2020-06-25T01:03:10.2472889Z [junit] 25-Jun-2020 01:03:10.225 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-41021"]
2020-06-25T01:03:10.2473506Z [junit] 25-Jun-2020 01:03:10.230 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:10.2474154Z [junit] 25-Jun-2020 01:03:10.232 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-41021"]
2020-06-25T01:03:10.2474820Z [junit] 25-Jun-2020 01:03:10.232 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-41021"]
2020-06-25T01:03:10.2475453Z [junit] 25-Jun-2020 01:03:10.235 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[2: input[ALWAYS]]]
2020-06-25T01:03:10.2476090Z [junit] 25-Jun-2020 01:03:10.238 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-3"]
2020-06-25T01:03:10.3470861Z [junit] 25-Jun-2020 01:03:10.259 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:10.3471848Z [junit] 25-Jun-2020 01:03:10.259 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:10.3473658Z [junit] 25-Jun-2020 01:03:10.270 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-3-40009"]
2020-06-25T01:03:10.3475337Z [junit] 25-Jun-2020 01:03:10.280 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-3-40009"]
2020-06-25T01:03:10.3476186Z [junit] 25-Jun-2020 01:03:10.285 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:10.3477004Z [junit] 25-Jun-2020 01:03:10.287 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-3-40009"]
2020-06-25T01:03:10.3477806Z [junit] 25-Jun-2020 01:03:10.287 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-3-40009"]
2020-06-25T01:03:10.3478577Z [junit] 25-Jun-2020 01:03:10.291 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[3: input[ALWAYS]]]
2020-06-25T01:03:10.3479366Z [junit] 25-Jun-2020 01:03:10.302 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-4"]
2020-06-25T01:03:10.3480100Z [junit] 25-Jun-2020 01:03:10.307 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:10.3480868Z [junit] 25-Jun-2020 01:03:10.307 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:10.3481647Z [junit] 25-Jun-2020 01:03:10.316 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-4-35543"]
2020-06-25T01:03:10.3482417Z [junit] 25-Jun-2020 01:03:10.319 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-4-35543"]
2020-06-25T01:03:10.3483436Z [junit] 25-Jun-2020 01:03:10.324 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:10.3484323Z [junit] 25-Jun-2020 01:03:10.326 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-4-35543"]
2020-06-25T01:03:10.3485140Z [junit] 25-Jun-2020 01:03:10.326 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-4-35543"]
2020-06-25T01:03:10.3485891Z [junit] 25-Jun-2020 01:03:10.332 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[4: input[ALWAYS]]]
2020-06-25T01:03:10.3486654Z [junit] 25-Jun-2020 01:03:10.333 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-5"]
2020-06-25T01:03:10.3487381Z [junit] 25-Jun-2020 01:03:10.337 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:10.3488153Z [junit] 25-Jun-2020 01:03:10.337 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:10.4473100Z [junit] 25-Jun-2020 01:03:10.356 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-5-39119"]
2020-06-25T01:03:10.4474780Z [junit] 25-Jun-2020 01:03:10.365 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-5-39119"]
2020-06-25T01:03:10.4475477Z [junit] 25-Jun-2020 01:03:10.371 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:10.4476801Z [junit] 25-Jun-2020 01:03:10.372 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-5-39119"]
2020-06-25T01:03:10.4477392Z [junit] 25-Jun-2020 01:03:10.372 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-5-39119"]
2020-06-25T01:03:10.5476104Z [junit] 25-Jun-2020 01:03:10.475 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[5: input[ALWAYS]]]
2020-06-25T01:03:10.5477160Z [junit] 25-Jun-2020 01:03:10.477 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-6"]
2020-06-25T01:03:10.5478641Z [junit] 25-Jun-2020 01:03:10.481 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:10.5479373Z [junit] 25-Jun-2020 01:03:10.481 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:10.5480072Z [junit] 25-Jun-2020 01:03:10.485 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-6-40909"]
2020-06-25T01:03:10.5480774Z [junit] 25-Jun-2020 01:03:10.487 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-6-40909"]
2020-06-25T01:03:10.5481429Z [junit] 25-Jun-2020 01:03:10.493 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:10.5482109Z [junit] 25-Jun-2020 01:03:10.494 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-6-40909"]
2020-06-25T01:03:10.5482798Z [junit] 25-Jun-2020 01:03:10.494 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-6-40909"]
2020-06-25T01:03:10.6480465Z [junit] 25-Jun-2020 01:03:10.598 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[6: input[ALWAYS]]]
2020-06-25T01:03:10.6481094Z [junit] 25-Jun-2020 01:03:10.599 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-7"]
2020-06-25T01:03:10.6481744Z [junit] 25-Jun-2020 01:03:10.606 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:10.6482182Z [junit] 25-Jun-2020 01:03:10.606 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:10.6482712Z [junit] 25-Jun-2020 01:03:10.610 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-7-33151"]
2020-06-25T01:03:10.6483170Z [junit] 25-Jun-2020 01:03:10.615 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-7-33151"]
2020-06-25T01:03:10.6483573Z [junit] 25-Jun-2020 01:03:10.620 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:10.6483999Z [junit] 25-Jun-2020 01:03:10.621 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-7-33151"]
2020-06-25T01:03:10.6484452Z [junit] 25-Jun-2020 01:03:10.621 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-7-33151"]
2020-06-25T01:03:10.6484875Z [junit] 25-Jun-2020 01:03:10.624 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[7: input[ALWAYS]]]
2020-06-25T01:03:10.6485450Z [junit] 25-Jun-2020 01:03:10.625 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-8"]
2020-06-25T01:03:10.6485866Z [junit] 25-Jun-2020 01:03:10.629 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:10.6486298Z [junit] 25-Jun-2020 01:03:10.630 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:10.6486733Z [junit] 25-Jun-2020 01:03:10.634 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-8-33329"]
2020-06-25T01:03:10.6487172Z [junit] 25-Jun-2020 01:03:10.637 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-8-33329"]
2020-06-25T01:03:10.6487576Z [junit] 25-Jun-2020 01:03:10.643 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:10.6488000Z [junit] 25-Jun-2020 01:03:10.644 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-8-33329"]
2020-06-25T01:03:10.6488439Z [junit] 25-Jun-2020 01:03:10.644 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-8-33329"]
2020-06-25T01:03:10.6488856Z [junit] 25-Jun-2020 01:03:10.646 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[8: input[ALWAYS]]]
2020-06-25T01:03:10.7484565Z [junit] 25-Jun-2020 01:03:10.647 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-9"]
2020-06-25T01:03:10.7485819Z [junit] 25-Jun-2020 01:03:10.654 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:10.7486563Z [junit] 25-Jun-2020 01:03:10.654 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:10.7487256Z [junit] 25-Jun-2020 01:03:10.658 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-9-34267"]
2020-06-25T01:03:10.7487951Z [junit] 25-Jun-2020 01:03:10.661 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-9-34267"]
2020-06-25T01:03:10.7488576Z [junit] 25-Jun-2020 01:03:10.666 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:10.7489251Z [junit] 25-Jun-2020 01:03:10.668 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-9-34267"]
2020-06-25T01:03:10.7490312Z [junit] 25-Jun-2020 01:03:10.668 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-9-34267"]
2020-06-25T01:03:10.8487396Z [junit] 25-Jun-2020 01:03:10.771 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[9: input[ALWAYS]]]
2020-06-25T01:03:10.8488934Z [junit] 25-Jun-2020 01:03:10.773 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-10"]
2020-06-25T01:03:10.8489414Z [junit] 25-Jun-2020 01:03:10.777 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:10.8489857Z [junit] 25-Jun-2020 01:03:10.777 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:10.8490374Z [junit] 25-Jun-2020 01:03:10.781 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-10-38473"]
2020-06-25T01:03:10.8490840Z [junit] 25-Jun-2020 01:03:10.785 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-10-38473"]
2020-06-25T01:03:10.8491253Z [junit] 25-Jun-2020 01:03:10.790 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:10.8491687Z [junit] 25-Jun-2020 01:03:10.792 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-10-38473"]
2020-06-25T01:03:10.8492133Z [junit] 25-Jun-2020 01:03:10.792 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-10-38473"]
2020-06-25T01:03:10.8492558Z [junit] 25-Jun-2020 01:03:10.795 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[10: input[FILTER]]]
2020-06-25T01:03:10.8492997Z [junit] 25-Jun-2020 01:03:10.796 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-11"]
2020-06-25T01:03:10.8493403Z [junit] 25-Jun-2020 01:03:10.798 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:10.8493844Z [junit] 25-Jun-2020 01:03:10.798 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:10.8494283Z [junit] 25-Jun-2020 01:03:10.804 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-11-36461"]
2020-06-25T01:03:10.8494718Z [junit] 25-Jun-2020 01:03:10.807 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-11-36461"]
2020-06-25T01:03:10.8495113Z [junit] 25-Jun-2020 01:03:10.813 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:10.8495549Z [junit] 25-Jun-2020 01:03:10.814 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-11-36461"]
2020-06-25T01:03:10.8495999Z [junit] 25-Jun-2020 01:03:10.814 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-11-36461"]
2020-06-25T01:03:10.8496418Z [junit] 25-Jun-2020 01:03:10.817 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [test[11: input[FILTER]]]
2020-06-25T01:03:10.8496847Z [junit] 25-Jun-2020 01:03:10.818 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-12"]
2020-06-25T01:03:10.8497250Z [junit] 25-Jun-2020 01:03:10.824 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:10.8497682Z [junit] 25-Jun-2020 01:03:10.824 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:10.8498336Z [junit] 25-Jun-2020 01:03:10.827 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-12-39547"]
2020-06-25T01:03:10.8498833Z [junit] 25-Jun-2020 01:03:10.835 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-12-39547"]
2020-06-25T01:03:10.8499250Z [junit] 25-Jun-2020 01:03:10.841 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:10.8499681Z [junit] 25-Jun-2020 01:03:10.842 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-12-39547"]
2020-06-25T01:03:10.8500122Z [junit] 25-Jun-2020 01:03:10.842 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-12-39547"]
2020-06-25T01:03:10.9470318Z [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.387 sec
2020-06-25T01:03:11.2548518Z [junit] Running org.apache.catalina.authenticator.TestBasicAuthParser
2020-06-25T01:03:11.2550543Z [junit] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
2020-06-25T01:03:11.5594359Z [junit] Running org.apache.catalina.authenticator.TestDigestAuthenticator
2020-06-25T01:03:11.6596785Z [junit] 25-Jun-2020 01:03:11.600 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAllValid]
2020-06-25T01:03:12.0600837Z [junit] 25-Jun-2020 01:03:11.992 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:12.0601408Z [junit] 25-Jun-2020 01:03:12.023 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:12.0601849Z [junit] 25-Jun-2020 01:03:12.033 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:12.1602274Z [junit] 25-Jun-2020 01:03:12.144 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-43253"]
2020-06-25T01:03:12.2604018Z [junit] 25-Jun-2020 01:03:12.237 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-43253"]
2020-06-25T01:03:12.2605009Z [junit] 25-Jun-2020 01:03:12.243 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:12.2605863Z [junit] 25-Jun-2020 01:03:12.253 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-43253"]
2020-06-25T01:03:12.2606545Z [junit] 25-Jun-2020 01:03:12.254 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-43253"]
2020-06-25T01:03:12.3608119Z [junit] 25-Jun-2020 01:03:12.267 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidUriFail]
2020-06-25T01:03:12.3609223Z [junit] 25-Jun-2020 01:03:12.269 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:12.3609901Z [junit] 25-Jun-2020 01:03:12.272 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:12.3610566Z [junit] 25-Jun-2020 01:03:12.272 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:12.3611221Z [junit] 25-Jun-2020 01:03:12.276 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-35365"]
2020-06-25T01:03:12.3611880Z [junit] 25-Jun-2020 01:03:12.288 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-35365"]
2020-06-25T01:03:12.3612493Z [junit] 25-Jun-2020 01:03:12.293 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:12.3613447Z [junit] 25-Jun-2020 01:03:12.295 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-35365"]
2020-06-25T01:03:12.3614218Z [junit] 25-Jun-2020 01:03:12.297 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-35365"]
2020-06-25T01:03:12.3614872Z [junit] 25-Jun-2020 01:03:12.302 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidUriPass]
2020-06-25T01:03:12.3615507Z [junit] 25-Jun-2020 01:03:12.304 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-3"]
2020-06-25T01:03:12.3616124Z [junit] 25-Jun-2020 01:03:12.309 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:12.3616761Z [junit] 25-Jun-2020 01:03:12.309 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:12.3617417Z [junit] 25-Jun-2020 01:03:12.319 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-3-37109"]
2020-06-25T01:03:12.3618068Z [junit] 25-Jun-2020 01:03:12.327 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-3-37109"]
2020-06-25T01:03:12.3618678Z [junit] 25-Jun-2020 01:03:12.332 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:12.3619311Z [junit] 25-Jun-2020 01:03:12.334 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-3-37109"]
2020-06-25T01:03:12.3619962Z [junit] 25-Jun-2020 01:03:12.335 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-3-37109"]
2020-06-25T01:03:12.3620576Z [junit] 25-Jun-2020 01:03:12.338 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [bug54521]
2020-06-25T01:03:12.4610823Z [junit] 25-Jun-2020 01:03:12.380 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-4"]
2020-06-25T01:03:12.4611520Z [junit] 25-Jun-2020 01:03:12.385 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidQopCombo1]
2020-06-25T01:03:12.4612036Z [junit] 25-Jun-2020 01:03:12.390 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-5"]
2020-06-25T01:03:12.4612528Z [junit] 25-Jun-2020 01:03:12.393 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:12.4613041Z [junit] 25-Jun-2020 01:03:12.393 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:12.4613552Z [junit] 25-Jun-2020 01:03:12.398 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-5-45953"]
2020-06-25T01:03:12.4614074Z [junit] 25-Jun-2020 01:03:12.406 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-5-45953"]
2020-06-25T01:03:12.4614548Z [junit] 25-Jun-2020 01:03:12.411 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:12.4615049Z [junit] 25-Jun-2020 01:03:12.413 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-5-45953"]
2020-06-25T01:03:12.4615565Z [junit] 25-Jun-2020 01:03:12.413 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-5-45953"]
2020-06-25T01:03:12.5628518Z [junit] 25-Jun-2020 01:03:12.516 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidQopCombo2]
2020-06-25T01:03:12.5664835Z [junit] 25-Jun-2020 01:03:12.517 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-6"]
2020-06-25T01:03:12.5665715Z [junit] 25-Jun-2020 01:03:12.520 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:12.5666584Z [junit] 25-Jun-2020 01:03:12.520 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:12.5667291Z [junit] 25-Jun-2020 01:03:12.525 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-6-39011"]
2020-06-25T01:03:12.5667956Z [junit] 25-Jun-2020 01:03:12.535 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-6-39011"]
2020-06-25T01:03:12.5668572Z [junit] 25-Jun-2020 01:03:12.540 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:12.5671503Z [junit] 25-Jun-2020 01:03:12.542 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-6-39011"]
2020-06-25T01:03:12.5671995Z [junit] 25-Jun-2020 01:03:12.544 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-6-39011"]
2020-06-25T01:03:12.5672420Z [junit] 25-Jun-2020 01:03:12.547 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidQopCombo3]
2020-06-25T01:03:12.5672848Z [junit] 25-Jun-2020 01:03:12.550 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-7"]
2020-06-25T01:03:12.5673252Z [junit] 25-Jun-2020 01:03:12.560 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:12.5673679Z [junit] 25-Jun-2020 01:03:12.560 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:12.6637451Z [junit] 25-Jun-2020 01:03:12.564 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-7-38583"]
2020-06-25T01:03:12.6638092Z [junit] 25-Jun-2020 01:03:12.570 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-7-38583"]
2020-06-25T01:03:12.6638518Z [junit] 25-Jun-2020 01:03:12.576 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:12.6638957Z [junit] 25-Jun-2020 01:03:12.577 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-7-38583"]
2020-06-25T01:03:12.6639405Z [junit] 25-Jun-2020 01:03:12.577 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-7-38583"]
2020-06-25T01:03:12.6639880Z [junit] 25-Jun-2020 01:03:12.581 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidQopCombo4]
2020-06-25T01:03:12.6640306Z [junit] 25-Jun-2020 01:03:12.582 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-8"]
2020-06-25T01:03:12.6640718Z [junit] 25-Jun-2020 01:03:12.584 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:12.6641152Z [junit] 25-Jun-2020 01:03:12.584 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:12.6641589Z [junit] 25-Jun-2020 01:03:12.587 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-8-36603"]
2020-06-25T01:03:12.6642023Z [junit] 25-Jun-2020 01:03:12.600 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-8-36603"]
2020-06-25T01:03:12.6642421Z [junit] 25-Jun-2020 01:03:12.606 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:12.6643091Z [junit] 25-Jun-2020 01:03:12.607 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-8-36603"]
2020-06-25T01:03:12.6643612Z [junit] 25-Jun-2020 01:03:12.607 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-8-36603"]
2020-06-25T01:03:12.6644037Z [junit] 25-Jun-2020 01:03:12.609 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidQopCombo5]
2020-06-25T01:03:12.6644462Z [junit] 25-Jun-2020 01:03:12.610 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-9"]
2020-06-25T01:03:12.6644864Z [junit] 25-Jun-2020 01:03:12.621 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:12.6645288Z [junit] 25-Jun-2020 01:03:12.621 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:12.6645946Z [junit] 25-Jun-2020 01:03:12.628 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-9-44973"]
2020-06-25T01:03:12.6646383Z [junit] 25-Jun-2020 01:03:12.635 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-9-44973"]
2020-06-25T01:03:12.6646781Z [junit] 25-Jun-2020 01:03:12.641 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:12.6647208Z [junit] 25-Jun-2020 01:03:12.642 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-9-44973"]
2020-06-25T01:03:12.6647647Z [junit] 25-Jun-2020 01:03:12.642 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-9-44973"]
2020-06-25T01:03:12.6648065Z [junit] 25-Jun-2020 01:03:12.645 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidQopCombo6]
2020-06-25T01:03:12.6648495Z [junit] 25-Jun-2020 01:03:12.647 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-10"]
2020-06-25T01:03:12.6648899Z [junit] 25-Jun-2020 01:03:12.652 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:12.6649314Z [junit] 25-Jun-2020 01:03:12.652 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:12.6649749Z [junit] 25-Jun-2020 01:03:12.657 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-10-38761"]
2020-06-25T01:03:12.7640214Z [junit] 25-Jun-2020 01:03:12.669 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-10-38761"]
2020-06-25T01:03:12.7641419Z [junit] 25-Jun-2020 01:03:12.674 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:12.7642151Z [junit] 25-Jun-2020 01:03:12.676 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-10-38761"]
2020-06-25T01:03:12.7642853Z [junit] 25-Jun-2020 01:03:12.676 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-10-38761"]
2020-06-25T01:03:12.7643501Z [junit] 25-Jun-2020 01:03:12.678 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testValidNoQop]
2020-06-25T01:03:12.7644174Z [junit] 25-Jun-2020 01:03:12.679 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-11"]
2020-06-25T01:03:12.7644811Z [junit] 25-Jun-2020 01:03:12.684 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:12.7646003Z [junit] 25-Jun-2020 01:03:12.684 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:12.7646829Z [junit] 25-Jun-2020 01:03:12.689 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-11-40885"]
2020-06-25T01:03:12.7647549Z [junit] 25-Jun-2020 01:03:12.698 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-11-40885"]
2020-06-25T01:03:12.7648181Z [junit] 25-Jun-2020 01:03:12.704 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:12.7648854Z [junit] 25-Jun-2020 01:03:12.705 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-11-40885"]
2020-06-25T01:03:12.7649541Z [junit] 25-Jun-2020 01:03:12.706 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-11-40885"]
2020-06-25T01:03:12.7650214Z [junit] 25-Jun-2020 01:03:12.708 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testValidQuery]
2020-06-25T01:03:12.7650887Z [junit] 25-Jun-2020 01:03:12.709 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-12"]
2020-06-25T01:03:12.7651531Z [junit] 25-Jun-2020 01:03:12.712 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:12.7652882Z [junit] 25-Jun-2020 01:03:12.712 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:12.7653492Z [junit] 25-Jun-2020 01:03:12.715 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-12-44535"]
2020-06-25T01:03:12.7654026Z [junit] 25-Jun-2020 01:03:12.720 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-12-44535"]
2020-06-25T01:03:12.7654588Z [junit] 25-Jun-2020 01:03:12.726 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:12.7655108Z [junit] 25-Jun-2020 01:03:12.727 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-12-44535"]
2020-06-25T01:03:12.7655641Z [junit] 25-Jun-2020 01:03:12.727 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-12-44535"]
2020-06-25T01:03:12.8644583Z [junit] 25-Jun-2020 01:03:12.830 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidOpaque]
2020-06-25T01:03:12.8650640Z [junit] 25-Jun-2020 01:03:12.832 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-13"]
2020-06-25T01:03:12.8651131Z [junit] 25-Jun-2020 01:03:12.834 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:12.8651591Z [junit] 25-Jun-2020 01:03:12.835 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:12.8652046Z [junit] 25-Jun-2020 01:03:12.838 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-13-43103"]
2020-06-25T01:03:12.8652488Z [junit] 25-Jun-2020 01:03:12.857 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-13-43103"]
2020-06-25T01:03:12.8652887Z [junit] 25-Jun-2020 01:03:12.863 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:12.9648400Z [junit] 25-Jun-2020 01:03:12.865 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-13-43103"]
2020-06-25T01:03:12.9650109Z [junit] 25-Jun-2020 01:03:12.866 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-13-43103"]
2020-06-25T01:03:12.9650911Z [junit] 25-Jun-2020 01:03:12.868 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidNonce]
2020-06-25T01:03:12.9652565Z [junit] 25-Jun-2020 01:03:12.869 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-14"]
2020-06-25T01:03:12.9653134Z [junit] 25-Jun-2020 01:03:12.877 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:12.9653653Z [junit] 25-Jun-2020 01:03:12.877 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:12.9654242Z [junit] 25-Jun-2020 01:03:12.888 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-14-33331"]
2020-06-25T01:03:12.9654776Z [junit] 25-Jun-2020 01:03:12.893 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-14-33331"]
2020-06-25T01:03:12.9655253Z [junit] 25-Jun-2020 01:03:12.899 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:12.9655762Z [junit] 25-Jun-2020 01:03:12.900 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-14-33331"]
2020-06-25T01:03:12.9656283Z [junit] 25-Jun-2020 01:03:12.900 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-14-33331"]
2020-06-25T01:03:13.0652600Z [junit] 25-Jun-2020 01:03:13.003 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidRealm]
2020-06-25T01:03:13.0653585Z [junit] 25-Jun-2020 01:03:13.004 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-15"]
2020-06-25T01:03:13.0654279Z [junit] 25-Jun-2020 01:03:13.008 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:13.0654967Z [junit] 25-Jun-2020 01:03:13.008 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:13.0655634Z [junit] 25-Jun-2020 01:03:13.011 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-15-42091"]
2020-06-25T01:03:13.0656290Z [junit] 25-Jun-2020 01:03:13.018 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-15-42091"]
2020-06-25T01:03:13.0656908Z [junit] 25-Jun-2020 01:03:13.024 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:13.0657555Z [junit] 25-Jun-2020 01:03:13.025 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-15-42091"]
2020-06-25T01:03:13.0658232Z [junit] 25-Jun-2020 01:03:13.026 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-15-42091"]
2020-06-25T01:03:13.0658857Z [junit] 25-Jun-2020 01:03:13.028 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testReplay]
2020-06-25T01:03:13.0659497Z [junit] 25-Jun-2020 01:03:13.030 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-16"]
2020-06-25T01:03:13.0660111Z [junit] 25-Jun-2020 01:03:13.033 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:13.0660755Z [junit] 25-Jun-2020 01:03:13.033 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:13.0661429Z [junit] 25-Jun-2020 01:03:13.038 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-16-40189"]
2020-06-25T01:03:13.0662338Z [junit] 25-Jun-2020 01:03:13.044 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-16-40189"]
2020-06-25T01:03:13.0663061Z [junit] 25-Jun-2020 01:03:13.049 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:13.0663823Z [junit] 25-Jun-2020 01:03:13.050 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-16-40189"]
2020-06-25T01:03:13.0665021Z [junit] 25-Jun-2020 01:03:13.051 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-16-40189"]
2020-06-25T01:03:13.0665507Z [junit] 25-Jun-2020 01:03:13.053 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidNc1]
2020-06-25T01:03:13.0665945Z [junit] 25-Jun-2020 01:03:13.061 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-17"]
2020-06-25T01:03:13.1476330Z [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.608 sec
2020-06-25T01:03:13.1480399Z [junit] 25-Jun-2020 01:03:13.070 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:13.1480941Z [junit] 25-Jun-2020 01:03:13.070 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:13.1481414Z [junit] 25-Jun-2020 01:03:13.077 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-17-38167"]
2020-06-25T01:03:13.1481864Z [junit] 25-Jun-2020 01:03:13.091 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-17-38167"]
2020-06-25T01:03:13.1482268Z [junit] 25-Jun-2020 01:03:13.096 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:13.1482705Z [junit] 25-Jun-2020 01:03:13.097 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-17-38167"]
2020-06-25T01:03:13.1483149Z [junit] 25-Jun-2020 01:03:13.098 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-17-38167"]
2020-06-25T01:03:13.1483561Z [junit] 25-Jun-2020 01:03:13.100 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidQop]
2020-06-25T01:03:13.1483988Z [junit] 25-Jun-2020 01:03:13.101 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-18"]
2020-06-25T01:03:13.1484390Z [junit] 25-Jun-2020 01:03:13.104 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:13.1484814Z [junit] 25-Jun-2020 01:03:13.104 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:13.1485252Z [junit] 25-Jun-2020 01:03:13.106 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-18-41641"]
2020-06-25T01:03:13.1486041Z [junit] 25-Jun-2020 01:03:13.117 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-18-41641"]
2020-06-25T01:03:13.1486442Z [junit] 25-Jun-2020 01:03:13.122 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:13.1486867Z [junit] 25-Jun-2020 01:03:13.123 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-18-41641"]
2020-06-25T01:03:13.1487310Z [junit] 25-Jun-2020 01:03:13.124 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-18-41641"]
2020-06-25T01:03:13.4331550Z [junit] Running org.apache.catalina.authenticator.TestJaspicCallbackHandlerInAuthenticator
2020-06-25T01:03:13.4332025Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
2020-06-25T01:03:13.7377137Z [junit] Running org.apache.catalina.authenticator.jaspic.TestAuthConfigFactoryImpl
2020-06-25T01:03:13.7539270Z [junit] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
2020-06-25T01:03:14.0586580Z [junit] Running org.apache.catalina.authenticator.jaspic.TestPersistentProviderRegistrations
2020-06-25T01:03:14.0586853Z [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
2020-06-25T01:03:14.3161538Z [junit] Running org.apache.catalina.authenticator.jaspic.TestSimpleServerAuthConfig
2020-06-25T01:03:14.3162134Z [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
2020-06-25T01:03:14.6212798Z [junit] Running org.apache.catalina.connector.TestConnector
2020-06-25T01:03:14.7215047Z [junit] 25-Jun-2020 01:03:14.663 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testTraceAllowedCustom]
2020-06-25T01:03:15.1232545Z [junit] 25-Jun-2020 01:03:15.039 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:15.1233554Z [junit] 25-Jun-2020 01:03:15.061 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:15.1234728Z [junit] 25-Jun-2020 01:03:15.062 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:15.2234491Z [junit] 25-Jun-2020 01:03:15.146 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-43591"]
2020-06-25T01:03:15.2252090Z [junit] 25-Jun-2020 01:03:15.217 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-43591"]
2020-06-25T01:03:15.2252951Z [junit] 25-Jun-2020 01:03:15.222 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:15.3236916Z [junit] 25-Jun-2020 01:03:15.230 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-43591"]
2020-06-25T01:03:15.3237950Z [junit] 25-Jun-2020 01:03:15.232 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-43591"]
2020-06-25T01:03:15.3238801Z [junit] 25-Jun-2020 01:03:15.243 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testTraceAllowedWebDav]
2020-06-25T01:03:15.3239464Z [junit] 25-Jun-2020 01:03:15.260 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:15.3240088Z [junit] 25-Jun-2020 01:03:15.269 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:15.3240751Z [junit] 25-Jun-2020 01:03:15.269 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:15.3241405Z [junit] 25-Jun-2020 01:03:15.278 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-32839"]
2020-06-25T01:03:15.3242061Z [junit] 25-Jun-2020 01:03:15.287 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-32839"]
2020-06-25T01:03:15.3242677Z [junit] 25-Jun-2020 01:03:15.293 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:15.3243316Z [junit] 25-Jun-2020 01:03:15.295 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-32839"]
2020-06-25T01:03:15.3243968Z [junit] 25-Jun-2020 01:03:15.296 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-32839"]
2020-06-25T01:03:15.3244830Z [junit] 25-Jun-2020 01:03:15.301 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testDuplicatePortNoThrows]
2020-06-25T01:03:15.3245740Z [junit] 25-Jun-2020 01:03:15.306 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-auto-3"]
2020-06-25T01:03:15.3246423Z [junit] 25-Jun-2020 01:03:15.311 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-auto-3-35067"]
2020-06-25T01:03:15.3247078Z [junit] 25-Jun-2020 01:03:15.316 WARNING [main] org.apache.tomcat.util.net.AbstractEndpoint.getUtilityExecutor No utility executor was set, creating one
2020-06-25T01:03:15.3247702Z [junit] 25-Jun-2020 01:03:15.317 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-35067"]
2020-06-25T01:03:15.3248367Z [junit] 25-Jun-2020 01:03:15.318 SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to initialize component [Connector[HTTP/1.1-35067]]
2020-06-25T01:03:15.3248748Z [junit] org.apache.catalina.LifecycleException: Protocol handler initialization failed
2020-06-25T01:03:15.3249083Z [junit] at org.apache.catalina.connector.Connector.initInternal(Connector.java:1048)
2020-06-25T01:03:15.3249415Z [junit] at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
2020-06-25T01:03:15.3249742Z [junit] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:173)
2020-06-25T01:03:15.3250075Z [junit] at org.apache.catalina.connector.TestConnector.doTestDuplicatePort(TestConnector.java:146)
2020-06-25T01:03:15.3250412Z [junit] at org.apache.catalina.connector.TestConnector.testDuplicatePortNoThrows(TestConnector.java:132)
2020-06-25T01:03:15.3250762Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2020-06-25T01:03:15.3251092Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2020-06-25T01:03:15.3251428Z [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2020-06-25T01:03:15.3251751Z [junit] at java.lang.reflect.Method.invoke(Method.java:498)
2020-06-25T01:03:15.3252079Z [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2020-06-25T01:03:15.3252409Z [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2020-06-25T01:03:15.3252724Z [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2020-06-25T01:03:15.3253050Z [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2020-06-25T01:03:15.3253376Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-25T01:03:15.3253698Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-25T01:03:15.3254076Z [junit] at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2020-06-25T01:03:15.3254399Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-25T01:03:15.3254736Z [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2020-06-25T01:03:15.3255056Z [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2020-06-25T01:03:15.3255380Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2020-06-25T01:03:15.3255708Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2020-06-25T01:03:15.3256029Z [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2020-06-25T01:03:15.3256349Z [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2020-06-25T01:03:15.3256668Z [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2020-06-25T01:03:15.3257093Z [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2020-06-25T01:03:15.3257409Z [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2020-06-25T01:03:15.3257792Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-25T01:03:15.3258133Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-25T01:03:15.3258454Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-25T01:03:15.3258771Z [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2020-06-25T01:03:15.3259088Z [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50)
2020-06-25T01:03:15.3259416Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534)
2020-06-25T01:03:15.3259739Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196)
2020-06-25T01:03:15.3260083Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041)
2020-06-25T01:03:15.3260427Z [junit] Caused by: java.net.BindException: Address already in use
2020-06-25T01:03:15.3260744Z [junit] at sun.nio.ch.Net.bind0(Native Method)
2020-06-25T01:03:15.3261047Z [junit] at sun.nio.ch.Net.bind(Net.java:433)
2020-06-25T01:03:15.3261353Z [junit] at sun.nio.ch.Net.bind(Net.java:425)
2020-06-25T01:03:15.3261668Z [junit] at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220)
2020-06-25T01:03:15.3261992Z [junit] at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:85)
2020-06-25T01:03:15.3262315Z [junit] at org.apache.tomcat.util.net.NioEndpoint.initServerSocket(NioEndpoint.java:172)
2020-06-25T01:03:15.3263224Z [junit] at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:157)
2020-06-25T01:03:15.3263565Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.bindWithCleanup(AbstractEndpoint.java:1112)
2020-06-25T01:03:15.3263843Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:1125)
2020-06-25T01:03:15.3264113Z [junit] at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:558)
2020-06-25T01:03:15.3264395Z [junit] at org.apache.coyote.http11.AbstractHttp11Protocol.init(AbstractHttp11Protocol.java:74)
2020-06-25T01:03:15.3264665Z [junit] at org.apache.catalina.connector.Connector.initInternal(Connector.java:1045)
2020-06-25T01:03:15.3264913Z [junit] ... 33 more
2020-06-25T01:03:15.3265521Z [junit] 25-Jun-2020 01:03:15.319 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-35067"]
2020-06-25T01:03:15.3266111Z [junit] 25-Jun-2020 01:03:15.319 SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to start component [Connector[HTTP/1.1-35067]]
2020-06-25T01:03:15.3266418Z [junit] org.apache.catalina.LifecycleException: Protocol handler start failed
2020-06-25T01:03:15.3266683Z [junit] at org.apache.catalina.connector.Connector.startInternal(Connector.java:1073)
2020-06-25T01:03:15.3266950Z [junit] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
2020-06-25T01:03:15.3267223Z [junit] at org.apache.catalina.connector.TestConnector.doTestDuplicatePort(TestConnector.java:146)
2020-06-25T01:03:15.3267501Z [junit] at org.apache.catalina.connector.TestConnector.testDuplicatePortNoThrows(TestConnector.java:132)
2020-06-25T01:03:15.3267765Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2020-06-25T01:03:15.3268031Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2020-06-25T01:03:15.3268302Z [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2020-06-25T01:03:15.3268666Z [junit] at java.lang.reflect.Method.invoke(Method.java:498)
2020-06-25T01:03:15.3268930Z [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2020-06-25T01:03:15.3269261Z [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2020-06-25T01:03:15.3269603Z [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2020-06-25T01:03:15.3269887Z [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2020-06-25T01:03:15.3270149Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-25T01:03:15.3270409Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-25T01:03:15.3270671Z [junit] at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2020-06-25T01:03:15.3270930Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-25T01:03:15.3271199Z [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2020-06-25T01:03:15.3271459Z [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2020-06-25T01:03:15.3271729Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2020-06-25T01:03:15.3271994Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2020-06-25T01:03:15.3272253Z [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2020-06-25T01:03:15.3272494Z [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2020-06-25T01:03:15.3272750Z [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2020-06-25T01:03:15.3273009Z [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2020-06-25T01:03:15.3273264Z [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2020-06-25T01:03:15.3273530Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-25T01:03:15.3273791Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-25T01:03:15.3274049Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-25T01:03:15.3274301Z [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2020-06-25T01:03:15.3274557Z [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50)
2020-06-25T01:03:15.3274820Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534)
2020-06-25T01:03:15.3275091Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196)
2020-06-25T01:03:15.3275363Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041)
2020-06-25T01:03:15.3275633Z [junit] Caused by: java.net.BindException: Address already in use
2020-06-25T01:03:15.3275883Z [junit] at sun.nio.ch.Net.bind0(Native Method)
2020-06-25T01:03:15.3276129Z [junit] at sun.nio.ch.Net.bind(Net.java:433)
2020-06-25T01:03:15.3276375Z [junit] at sun.nio.ch.Net.bind(Net.java:425)
2020-06-25T01:03:15.3276629Z [junit] at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220)
2020-06-25T01:03:15.3276901Z [junit] at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:85)
2020-06-25T01:03:15.3277400Z [junit] at org.apache.tomcat.util.net.NioEndpoint.initServerSocket(NioEndpoint.java:172)
2020-06-25T01:03:15.3277623Z [junit] at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:157)
2020-06-25T01:03:15.3277797Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.bindWithCleanup(AbstractEndpoint.java:1112)
2020-06-25T01:03:15.3278016Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1198)
2020-06-25T01:03:15.3278383Z [junit] at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:569)
2020-06-25T01:03:15.3278541Z [junit] at org.apache.catalina.connector.Connector.startInternal(Connector.java:1070)
2020-06-25T01:03:15.3278739Z [junit] ... 32 more
2020-06-25T01:03:15.3279495Z [junit] 25-Jun-2020 01:03:15.319 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-4"]
2020-06-25T01:03:15.3279927Z [junit] 25-Jun-2020 01:03:15.320 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testTraceNotAllowedDefault]
2020-06-25T01:03:15.3280354Z [junit] 25-Jun-2020 01:03:15.322 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-5"]
2020-06-25T01:03:15.4251211Z [junit] 25-Jun-2020 01:03:15.328 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:15.4252924Z [junit] 25-Jun-2020 01:03:15.329 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:15.4253549Z [junit] 25-Jun-2020 01:03:15.339 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-5-39607"]
2020-06-25T01:03:15.4254151Z [junit] 25-Jun-2020 01:03:15.342 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-5-39607"]
2020-06-25T01:03:15.4254620Z [junit] 25-Jun-2020 01:03:15.347 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:15.4255126Z [junit] 25-Jun-2020 01:03:15.349 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-5-39607"]
2020-06-25T01:03:15.4255652Z [junit] 25-Jun-2020 01:03:15.350 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-5-39607"]
2020-06-25T01:03:15.4256153Z [junit] 25-Jun-2020 01:03:15.353 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testTraceAllowedDefault]
2020-06-25T01:03:15.4256658Z [junit] 25-Jun-2020 01:03:15.355 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-6"]
2020-06-25T01:03:15.4257133Z [junit] 25-Jun-2020 01:03:15.363 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:15.4257644Z [junit] 25-Jun-2020 01:03:15.363 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:15.4258155Z [junit] 25-Jun-2020 01:03:15.381 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-6-43233"]
2020-06-25T01:03:15.4258665Z [junit] 25-Jun-2020 01:03:15.385 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-6-43233"]
2020-06-25T01:03:15.4259141Z [junit] 25-Jun-2020 01:03:15.391 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:15.4259648Z [junit] 25-Jun-2020 01:03:15.393 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-6-43233"]
2020-06-25T01:03:15.4260170Z [junit] 25-Jun-2020 01:03:15.393 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-6-43233"]
2020-06-25T01:03:15.5255817Z [junit] 25-Jun-2020 01:03:15.497 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPort]
2020-06-25T01:03:15.5261831Z [junit] 25-Jun-2020 01:03:15.498 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-7"]
2020-06-25T01:03:15.5262334Z [junit] 25-Jun-2020 01:03:15.502 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-auto-8"]
2020-06-25T01:03:15.5263197Z [junit] 25-Jun-2020 01:03:15.503 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:15.5263798Z [junit] 25-Jun-2020 01:03:15.503 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:15.5264256Z [junit] 25-Jun-2020 01:03:15.504 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-7-45773"]
2020-06-25T01:03:15.5264680Z [junit] 25-Jun-2020 01:03:15.504 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-auto-8-44149"]
2020-06-25T01:03:15.5265112Z [junit] 25-Jun-2020 01:03:15.506 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-7-45773"]
2020-06-25T01:03:15.5265531Z [junit] 25-Jun-2020 01:03:15.512 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-auto-8-44149"]
2020-06-25T01:03:15.5265943Z [junit] 25-Jun-2020 01:03:15.518 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:15.5266379Z [junit] 25-Jun-2020 01:03:15.518 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-7-45773"]
2020-06-25T01:03:15.5266782Z [junit] 25-Jun-2020 01:03:15.519 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-auto-8-44149"]
2020-06-25T01:03:15.5267222Z [junit] 25-Jun-2020 01:03:15.520 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-7-45773"]
2020-06-25T01:03:15.5267651Z [junit] 25-Jun-2020 01:03:15.522 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-auto-8-44149"]
2020-06-25T01:03:15.5268052Z [junit] 25-Jun-2020 01:03:15.523 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testStop]
2020-06-25T01:03:15.5268467Z [junit] 25-Jun-2020 01:03:15.524 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-9"]
2020-06-25T01:03:15.6258788Z [junit] 25-Jun-2020 01:03:15.527 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:15.6260025Z [junit] 25-Jun-2020 01:03:15.527 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:15.6260607Z [junit] 25-Jun-2020 01:03:15.532 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-9-34297"]
2020-06-25T01:03:15.6261130Z [junit] 25-Jun-2020 01:03:15.538 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-9-34297"]
2020-06-25T01:03:16.6272735Z [junit] 25-Jun-2020 01:03:16.546 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-9-34297"]
2020-06-25T01:03:16.6273887Z [junit] 25-Jun-2020 01:03:16.546 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:16.6274660Z [junit] 25-Jun-2020 01:03:16.548 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-9-34297"]
2020-06-25T01:03:16.6275346Z [junit] 25-Jun-2020 01:03:16.551 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidProtocolNoThrows]
2020-06-25T01:03:16.6275989Z [junit] 25-Jun-2020 01:03:16.552 SEVERE [main] org.apache.catalina.connector.Connector.<init> Protocol handler instantiation failed
2020-06-25T01:03:16.6276324Z [junit] java.lang.ClassNotFoundException: foo.Bar
2020-06-25T01:03:16.6276624Z [junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
2020-06-25T01:03:16.6277281Z [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
2020-06-25T01:03:16.6277593Z [junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
2020-06-25T01:03:16.6277901Z [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
2020-06-25T01:03:16.6278313Z [junit] at java.lang.Class.forName0(Native Method)
2020-06-25T01:03:16.6278612Z [junit] at java.lang.Class.forName(Class.java:264)
2020-06-25T01:03:16.6278917Z [junit] at org.apache.coyote.ProtocolHandler.create(ProtocolHandler.java:219)
2020-06-25T01:03:16.6280115Z [junit] at org.apache.catalina.connector.Connector.<init>(Connector.java:79)
2020-06-25T01:03:16.6280388Z [junit] at org.apache.catalina.connector.TestConnector.doTestInvalidProtocol(TestConnector.java:117)
2020-06-25T01:03:16.6280595Z [junit] at org.apache.catalina.connector.TestConnector.testInvalidProtocolNoThrows(TestConnector.java:112)
2020-06-25T01:03:16.6280906Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2020-06-25T01:03:16.6281100Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2020-06-25T01:03:16.6281294Z [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2020-06-25T01:03:16.6281480Z [junit] at java.lang.reflect.Method.invoke(Method.java:498)
2020-06-25T01:03:16.6281667Z [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2020-06-25T01:03:16.6281855Z [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2020-06-25T01:03:16.6282044Z [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2020-06-25T01:03:16.6282233Z [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2020-06-25T01:03:16.6282417Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-25T01:03:16.6282605Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-25T01:03:16.6282762Z [junit] at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2020-06-25T01:03:16.6282945Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-25T01:03:16.6283128Z [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2020-06-25T01:03:16.6283310Z [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2020-06-25T01:03:16.6283490Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2020-06-25T01:03:16.6283672Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2020-06-25T01:03:16.6283845Z [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2020-06-25T01:03:16.6284027Z [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2020-06-25T01:03:16.6284201Z [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2020-06-25T01:03:16.6284374Z [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2020-06-25T01:03:16.6284554Z [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2020-06-25T01:03:16.6284721Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-25T01:03:16.6284903Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-25T01:03:16.6285078Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-25T01:03:16.6285251Z [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2020-06-25T01:03:16.6285625Z [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50)
2020-06-25T01:03:16.6285812Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534)
2020-06-25T01:03:16.6286255Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196)
2020-06-25T01:03:16.6286529Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041)
2020-06-25T01:03:16.6287384Z [junit] 25-Jun-2020 01:03:16.553 SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to initialize component [Connector[foo.Bar-auto-null]]
2020-06-25T01:03:16.6287600Z [junit] org.apache.catalina.LifecycleException: Protocol handler instantiation failed
2020-06-25T01:03:16.6287789Z [junit] at org.apache.catalina.connector.Connector.initInternal(Connector.java:1010)
2020-06-25T01:03:16.6287974Z [junit] at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
2020-06-25T01:03:16.6288144Z [junit] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:173)
2020-06-25T01:03:16.6288340Z [junit] at org.apache.catalina.connector.TestConnector.doTestInvalidProtocol(TestConnector.java:120)
2020-06-25T01:03:16.6288539Z [junit] at org.apache.catalina.connector.TestConnector.testInvalidProtocolNoThrows(TestConnector.java:112)
2020-06-25T01:03:16.6288728Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2020-06-25T01:03:16.6288918Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2020-06-25T01:03:16.6289112Z [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2020-06-25T01:03:16.6289289Z [junit] at java.lang.reflect.Method.invoke(Method.java:498)
2020-06-25T01:03:16.6289468Z [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2020-06-25T01:03:16.6289657Z [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2020-06-25T01:03:16.6289851Z [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2020-06-25T01:03:16.6290036Z [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2020-06-25T01:03:16.6290209Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-25T01:03:16.6290391Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-25T01:03:16.6290565Z [junit] at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2020-06-25T01:03:16.6290741Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-25T01:03:16.6290923Z [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2020-06-25T01:03:16.6291099Z [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2020-06-25T01:03:16.6291278Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2020-06-25T01:03:16.6291468Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2020-06-25T01:03:16.6291642Z [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2020-06-25T01:03:16.6291823Z [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2020-06-25T01:03:16.6291984Z [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2020-06-25T01:03:16.6292157Z [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2020-06-25T01:03:16.6292326Z [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2020-06-25T01:03:16.6292499Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-25T01:03:16.6292676Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-25T01:03:16.6292855Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-25T01:03:16.6293101Z [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2020-06-25T01:03:16.6293277Z [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50)
2020-06-25T01:03:16.6293511Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534)
2020-06-25T01:03:16.6293710Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196)
2020-06-25T01:03:16.6293902Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041)
2020-06-25T01:03:16.6294472Z [junit] 25-Jun-2020 01:03:16.554 SEVERE [main] org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to start component [Connector[foo.Bar-auto-null]]
2020-06-25T01:03:16.6295000Z [junit] org.apache.catalina.LifecycleException: The connector cannot start since the specified port value of [-1] is invalid
2020-06-25T01:03:16.6295200Z [junit] at org.apache.catalina.connector.Connector.startInternal(Connector.java:1063)
2020-06-25T01:03:16.6295387Z [junit] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
2020-06-25T01:03:16.6295580Z [junit] at org.apache.catalina.connector.TestConnector.doTestInvalidProtocol(TestConnector.java:120)
2020-06-25T01:03:16.6295781Z [junit] at org.apache.catalina.connector.TestConnector.testInvalidProtocolNoThrows(TestConnector.java:112)
2020-06-25T01:03:16.6295963Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2020-06-25T01:03:16.6296150Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2020-06-25T01:03:16.6296341Z [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2020-06-25T01:03:16.6296518Z [junit] at java.lang.reflect.Method.invoke(Method.java:498)
2020-06-25T01:03:16.6301494Z [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2020-06-25T01:03:16.6301895Z [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2020-06-25T01:03:16.6302233Z [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2020-06-25T01:03:16.6302559Z [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2020-06-25T01:03:16.6302876Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-25T01:03:16.6303184Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-25T01:03:16.6303492Z [junit] at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2020-06-25T01:03:16.6303795Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-25T01:03:16.6304093Z [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2020-06-25T01:03:16.6304406Z [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2020-06-25T01:03:16.6304716Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2020-06-25T01:03:16.6305034Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2020-06-25T01:03:16.6305346Z [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2020-06-25T01:03:16.6305644Z [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2020-06-25T01:03:16.6305949Z [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2020-06-25T01:03:16.6306254Z [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2020-06-25T01:03:16.6306553Z [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2020-06-25T01:03:16.6306857Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-25T01:03:16.6307320Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-25T01:03:16.6307622Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-25T01:03:16.6307995Z [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2020-06-25T01:03:16.6308325Z [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50)
2020-06-25T01:03:16.6308642Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534)
2020-06-25T01:03:16.6308968Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196)
2020-06-25T01:03:16.6309290Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041)
2020-06-25T01:03:16.6310114Z [junit] 25-Jun-2020 01:03:16.554 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-10"]
2020-06-25T01:03:16.6312469Z [junit] 25-Jun-2020 01:03:16.555 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testTraceNotAllowedCustom]
2020-06-25T01:03:16.6312995Z [junit] 25-Jun-2020 01:03:16.556 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-11"]
2020-06-25T01:03:16.6313480Z [junit] 25-Jun-2020 01:03:16.564 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:16.6313998Z [junit] 25-Jun-2020 01:03:16.564 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:16.6314519Z [junit] 25-Jun-2020 01:03:16.569 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-11-38839"]
2020-06-25T01:03:16.6315027Z [junit] 25-Jun-2020 01:03:16.574 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-11-38839"]
2020-06-25T01:03:16.6315499Z [junit] 25-Jun-2020 01:03:16.580 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:16.6316016Z [junit] 25-Jun-2020 01:03:16.581 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-11-38839"]
2020-06-25T01:03:16.6316544Z [junit] 25-Jun-2020 01:03:16.581 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-11-38839"]
2020-06-25T01:03:16.7260254Z [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.149 sec
2020-06-25T01:03:16.7310382Z [junit] 25-Jun-2020 01:03:16.684 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testTraceNotAllowedWebDav]
2020-06-25T01:03:16.7311336Z [junit] 25-Jun-2020 01:03:16.686 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-12"]
2020-06-25T01:03:16.7312429Z [junit] 25-Jun-2020 01:03:16.688 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:16.7313015Z [junit] 25-Jun-2020 01:03:16.688 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:16.7313560Z [junit] 25-Jun-2020 01:03:16.692 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-12-37589"]
2020-06-25T01:03:16.7314000Z [junit] 25-Jun-2020 01:03:16.695 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-12-37589"]
2020-06-25T01:03:16.7314407Z [junit] 25-Jun-2020 01:03:16.695 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:16.7314833Z [junit] 25-Jun-2020 01:03:16.696 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-12-37589"]
2020-06-25T01:03:16.7315484Z [junit] 25-Jun-2020 01:03:16.696 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-12-37589"]
2020-06-25T01:03:16.7315991Z [junit] 25-Jun-2020 01:03:16.706 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testInvalidProtocolThrows]
2020-06-25T01:03:16.7316411Z [junit] 25-Jun-2020 01:03:16.706 SEVERE [main] org.apache.catalina.connector.Connector.<init> Protocol handler instantiation failed
2020-06-25T01:03:16.7316573Z [junit] java.lang.ClassNotFoundException: foo.Bar
2020-06-25T01:03:16.7316718Z [junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
2020-06-25T01:03:16.7316868Z [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
2020-06-25T01:03:16.7317017Z [junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
2020-06-25T01:03:16.7317174Z [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
2020-06-25T01:03:16.7317305Z [junit] at java.lang.Class.forName0(Native Method)
2020-06-25T01:03:16.7317443Z [junit] at java.lang.Class.forName(Class.java:264)
2020-06-25T01:03:16.7317590Z [junit] at org.apache.coyote.ProtocolHandler.create(ProtocolHandler.java:219)
2020-06-25T01:03:16.7317750Z [junit] at org.apache.catalina.connector.Connector.<init>(Connector.java:79)
2020-06-25T01:03:16.7317914Z [junit] at org.apache.catalina.connector.TestConnector.doTestInvalidProtocol(TestConnector.java:117)
2020-06-25T01:03:16.7318084Z [junit] at org.apache.catalina.connector.TestConnector.testInvalidProtocolThrows(TestConnector.java:106)
2020-06-25T01:03:16.7318240Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2020-06-25T01:03:16.7318396Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2020-06-25T01:03:16.7318566Z [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2020-06-25T01:03:16.7318716Z [junit] at java.lang.reflect.Method.invoke(Method.java:498)
2020-06-25T01:03:16.7318859Z [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2020-06-25T01:03:16.7319020Z [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2020-06-25T01:03:16.7319179Z [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2020-06-25T01:03:16.7319336Z [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2020-06-25T01:03:16.7319493Z [junit] at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
2020-06-25T01:03:16.7319648Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-25T01:03:16.7319805Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-25T01:03:16.7319955Z [junit] at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2020-06-25T01:03:16.7320107Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-25T01:03:16.7320260Z [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2020-06-25T01:03:16.7320411Z [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2020-06-25T01:03:16.7320553Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2020-06-25T01:03:16.7320709Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2020-06-25T01:03:16.7320856Z [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2020-06-25T01:03:16.7321004Z [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2020-06-25T01:03:16.7321217Z [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2020-06-25T01:03:16.7321365Z [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2020-06-25T01:03:16.7321554Z [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2020-06-25T01:03:16.7321711Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-25T01:03:16.7321862Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-25T01:03:16.7322012Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-25T01:03:16.7322160Z [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2020-06-25T01:03:16.7322294Z [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50)
2020-06-25T01:03:16.7322450Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534)
2020-06-25T01:03:16.7322623Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196)
2020-06-25T01:03:16.7322789Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041)
2020-06-25T01:03:16.7323253Z [junit] 25-Jun-2020 01:03:16.707 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-13"]
2020-06-25T01:03:16.7323676Z [junit] 25-Jun-2020 01:03:16.708 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testDuplicatePortThrows]
2020-06-25T01:03:16.7324084Z [junit] 25-Jun-2020 01:03:16.709 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-auto-14"]
2020-06-25T01:03:16.7324496Z [junit] 25-Jun-2020 01:03:16.710 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-auto-14-40701"]
2020-06-25T01:03:16.7324930Z [junit] 25-Jun-2020 01:03:16.720 WARNING [main] org.apache.tomcat.util.net.AbstractEndpoint.getUtilityExecutor No utility executor was set, creating one
2020-06-25T01:03:16.7325517Z [junit] 25-Jun-2020 01:03:16.721 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-40701"]
2020-06-25T01:03:16.7325958Z [junit] 25-Jun-2020 01:03:16.721 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-15"]
2020-06-25T01:03:17.4013028Z [junit] Running org.apache.catalina.connector.TestCoyoteAdapter
2020-06-25T01:03:17.5168945Z [junit] 25-Jun-2020 01:03:17.439 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParamExtRootNoParam]
2020-06-25T01:03:17.9173388Z [junit] 25-Jun-2020 01:03:17.835 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:17.9174357Z [junit] 25-Jun-2020 01:03:17.873 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:17.9175073Z [junit] 25-Jun-2020 01:03:17.873 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:18.0174947Z [junit] 25-Jun-2020 01:03:17.960 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-44125"]
2020-06-25T01:03:18.1178936Z [junit] 25-Jun-2020 01:03:18.041 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-44125"]
2020-06-25T01:03:18.1179957Z [junit] 25-Jun-2020 01:03:18.047 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:18.1184535Z [junit] 25-Jun-2020 01:03:18.056 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-44125"]
2020-06-25T01:03:18.1185244Z [junit] 25-Jun-2020 01:03:18.060 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-44125"]
2020-06-25T01:03:18.1185676Z [junit] 25-Jun-2020 01:03:18.071 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParmsFooSessionDummy]
2020-06-25T01:03:18.1186284Z [junit] 25-Jun-2020 01:03:18.073 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:18.1186707Z [junit] 25-Jun-2020 01:03:18.075 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:18.1187135Z [junit] 25-Jun-2020 01:03:18.075 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:18.1187566Z [junit] 25-Jun-2020 01:03:18.080 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-42873"]
2020-06-25T01:03:18.1188001Z [junit] 25-Jun-2020 01:03:18.082 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-42873"]
2020-06-25T01:03:18.1188399Z [junit] 25-Jun-2020 01:03:18.088 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:18.1188820Z [junit] 25-Jun-2020 01:03:18.089 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-42873"]
2020-06-25T01:03:18.1189257Z [junit] 25-Jun-2020 01:03:18.089 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-42873"]
2020-06-25T01:03:18.1189675Z [junit] 25-Jun-2020 01:03:18.091 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParmsFooSessionValue]
2020-06-25T01:03:18.1190093Z [junit] 25-Jun-2020 01:03:18.093 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-3"]
2020-06-25T01:03:18.1190497Z [junit] 25-Jun-2020 01:03:18.096 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:18.1190913Z [junit] 25-Jun-2020 01:03:18.096 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:18.1191340Z [junit] 25-Jun-2020 01:03:18.100 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-3-35859"]
2020-06-25T01:03:18.1191762Z [junit] 25-Jun-2020 01:03:18.103 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-3-35859"]
2020-06-25T01:03:18.1192160Z [junit] 25-Jun-2020 01:03:18.108 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:18.1192581Z [junit] 25-Jun-2020 01:03:18.110 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-3-35859"]
2020-06-25T01:03:18.1193019Z [junit] 25-Jun-2020 01:03:18.112 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-3-35859"]
2020-06-25T01:03:18.1193431Z [junit] 25-Jun-2020 01:03:18.115 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNormalize01]
2020-06-25T01:03:18.1193856Z [junit] 25-Jun-2020 01:03:18.116 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-4"]
2020-06-25T01:03:18.1194258Z [junit] 25-Jun-2020 01:03:18.116 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug54928]
2020-06-25T01:03:18.2183714Z [junit] 25-Jun-2020 01:03:18.117 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-5"]
2020-06-25T01:03:18.2184396Z [junit] 25-Jun-2020 01:03:18.122 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:18.2185346Z [junit] 25-Jun-2020 01:03:18.122 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:18.2185977Z [junit] 25-Jun-2020 01:03:18.128 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-5-42781"]
2020-06-25T01:03:18.2186560Z [junit] 25-Jun-2020 01:03:18.134 INFO [main] org.apache.catalina.connector.TestCoyoteAdapter.testBug54928 Content-Type: text/p...
2020-06-25T01:03:18.2187037Z [junit] 25-Jun-2020 01:03:18.134 INFO [main] org.apache.catalina.connector.TestCoyoteAdapter.testBug54928 Transfer-Encoding: c...
2020-06-25T01:03:18.2187508Z [junit] 25-Jun-2020 01:03:18.134 INFO [main] org.apache.catalina.connector.TestCoyoteAdapter.testBug54928 Date: Thu, 25 Jun 20...
2020-06-25T01:03:18.2187979Z [junit] 25-Jun-2020 01:03:18.135 INFO [main] org.apache.catalina.connector.TestCoyoteAdapter.testBug54928 0123456789ABCDEF0123...
2020-06-25T01:03:18.2188457Z [junit] 25-Jun-2020 01:03:18.135 INFO [main] org.apache.catalina.connector.TestCoyoteAdapter.testBug54928 0123456789ABCDEF0123...
2020-06-25T01:03:18.2189064Z [junit] 25-Jun-2020 01:03:18.137 INFO [testBug54928] org.apache.catalina.connector.TestCoyoteAdapter$AsyncServlet$1.run Exception caught org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
2020-06-25T01:03:18.2189323Z [junit] Exception in thread "testBug54928" java.lang.IllegalStateException: The request associated with the AsyncContext has already completed processing.
2020-06-25T01:03:18.2189535Z [junit] at org.apache.catalina.core.AsyncContextImpl.check(AsyncContextImpl.java:517)
2020-06-25T01:03:18.2189730Z [junit] at org.apache.catalina.core.AsyncContextImpl.complete(AsyncContextImpl.java:92)
2020-06-25T01:03:18.2189930Z [junit] at org.apache.catalina.connector.TestCoyoteAdapter$AsyncServlet$1.run(TestCoyoteAdapter.java:400)
2020-06-25T01:03:18.2190112Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:18.2190585Z [junit] 25-Jun-2020 01:03:18.138 INFO [main] org.apache.catalina.connector.TestCoyoteAdapter.testBug54928 Waited for servlet thread to stop for 1 ms
2020-06-25T01:03:18.2191099Z [junit] 25-Jun-2020 01:03:18.138 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-5-42781"]
2020-06-25T01:03:18.2191573Z [junit] 25-Jun-2020 01:03:18.152 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:18.2192074Z [junit] 25-Jun-2020 01:03:18.153 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-5-42781"]
2020-06-25T01:03:18.2192594Z [junit] 25-Jun-2020 01:03:18.153 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-5-42781"]
2020-06-25T01:03:18.3200093Z [junit] 25-Jun-2020 01:03:18.256 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParamExtLevel1NoParam]
2020-06-25T01:03:18.3201126Z [junit] 25-Jun-2020 01:03:18.257 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-6"]
2020-06-25T01:03:18.3201850Z [junit] 25-Jun-2020 01:03:18.260 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:18.3202525Z [junit] 25-Jun-2020 01:03:18.260 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:18.3203186Z [junit] 25-Jun-2020 01:03:18.268 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-6-39699"]
2020-06-25T01:03:18.3203842Z [junit] 25-Jun-2020 01:03:18.271 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-6-39699"]
2020-06-25T01:03:18.3204661Z [junit] 25-Jun-2020 01:03:18.276 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:18.3207815Z [junit] 25-Jun-2020 01:03:18.278 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-6-39699"]
2020-06-25T01:03:18.3208360Z [junit] 25-Jun-2020 01:03:18.278 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-6-39699"]
2020-06-25T01:03:18.3208789Z [junit] 25-Jun-2020 01:03:18.280 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParmsRootSessionOnly]
2020-06-25T01:03:18.3209211Z [junit] 25-Jun-2020 01:03:18.281 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-7"]
2020-06-25T01:03:18.3209614Z [junit] 25-Jun-2020 01:03:18.285 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:18.3210045Z [junit] 25-Jun-2020 01:03:18.285 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:18.3210477Z [junit] 25-Jun-2020 01:03:18.292 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-7-35745"]
2020-06-25T01:03:18.3210902Z [junit] 25-Jun-2020 01:03:18.295 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-7-35745"]
2020-06-25T01:03:18.3211297Z [junit] 25-Jun-2020 01:03:18.300 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:18.3211722Z [junit] 25-Jun-2020 01:03:18.302 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-7-35745"]
2020-06-25T01:03:18.3212163Z [junit] 25-Jun-2020 01:03:18.302 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-7-35745"]
2020-06-25T01:03:18.3212575Z [junit] 25-Jun-2020 01:03:18.304 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug54602a]
2020-06-25T01:03:18.3212989Z [junit] 25-Jun-2020 01:03:18.306 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-8"]
2020-06-25T01:03:18.3213387Z [junit] 25-Jun-2020 01:03:18.307 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:18.3213808Z [junit] 25-Jun-2020 01:03:18.307 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:18.3214236Z [junit] 25-Jun-2020 01:03:18.310 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-8-43793"]
2020-06-25T01:03:18.3214664Z [junit] 25-Jun-2020 01:03:18.312 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-8-43793"]
2020-06-25T01:03:18.3215064Z [junit] 25-Jun-2020 01:03:18.318 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:18.3215487Z [junit] 25-Jun-2020 01:03:18.319 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-8-43793"]
2020-06-25T01:03:18.3215921Z [junit] 25-Jun-2020 01:03:18.319 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-8-43793"]
2020-06-25T01:03:18.5209773Z [junit] 25-Jun-2020 01:03:18.422 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug54602b]
2020-06-25T01:03:18.5211002Z [junit] 25-Jun-2020 01:03:18.424 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-9"]
2020-06-25T01:03:18.5211831Z [junit] 25-Jun-2020 01:03:18.433 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:18.5212993Z [junit] 25-Jun-2020 01:03:18.433 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:18.5214575Z [junit] 25-Jun-2020 01:03:18.437 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-9-38659"]
2020-06-25T01:03:18.5215211Z [junit] 25-Jun-2020 01:03:18.439 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-9-38659"]
2020-06-25T01:03:18.5215701Z [junit] 25-Jun-2020 01:03:18.444 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:18.5216268Z [junit] 25-Jun-2020 01:03:18.446 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-9-38659"]
2020-06-25T01:03:18.5216807Z [junit] 25-Jun-2020 01:03:18.446 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-9-38659"]
2020-06-25T01:03:18.6213110Z [junit] 25-Jun-2020 01:03:18.549 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug54602c]
2020-06-25T01:03:18.6214284Z [junit] 25-Jun-2020 01:03:18.550 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-10"]
2020-06-25T01:03:18.6215521Z [junit] 25-Jun-2020 01:03:18.553 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:18.6216177Z [junit] 25-Jun-2020 01:03:18.553 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:18.6216728Z [junit] 25-Jun-2020 01:03:18.556 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-10-42945"]
2020-06-25T01:03:18.6217285Z [junit] 25-Jun-2020 01:03:18.558 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-10-42945"]
2020-06-25T01:03:18.6217762Z [junit] 25-Jun-2020 01:03:18.564 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:18.6218276Z [junit] 25-Jun-2020 01:03:18.565 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-10-42945"]
2020-06-25T01:03:18.6218807Z [junit] 25-Jun-2020 01:03:18.565 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-10-42945"]
2020-06-25T01:03:18.6219291Z [junit] 25-Jun-2020 01:03:18.568 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug54602d]
2020-06-25T01:03:18.6219795Z [junit] 25-Jun-2020 01:03:18.569 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-11"]
2020-06-25T01:03:18.6220277Z [junit] 25-Jun-2020 01:03:18.581 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:18.6220843Z [junit] 25-Jun-2020 01:03:18.581 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:18.6221369Z [junit] 25-Jun-2020 01:03:18.586 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-11-33953"]
2020-06-25T01:03:18.6221885Z [junit] 25-Jun-2020 01:03:18.589 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-11-33953"]
2020-06-25T01:03:18.6222354Z [junit] 25-Jun-2020 01:03:18.594 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:18.6222856Z [junit] 25-Jun-2020 01:03:18.596 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-11-33953"]
2020-06-25T01:03:18.6223640Z [junit] 25-Jun-2020 01:03:18.596 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-11-33953"]
2020-06-25T01:03:18.7216775Z [junit] 25-Jun-2020 01:03:18.698 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug54602e]
2020-06-25T01:03:18.7217918Z [junit] 25-Jun-2020 01:03:18.699 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-12"]
2020-06-25T01:03:18.7218624Z [junit] 25-Jun-2020 01:03:18.703 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:18.7219741Z [junit] 25-Jun-2020 01:03:18.704 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:18.7220280Z [junit] 25-Jun-2020 01:03:18.707 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-12-39251"]
2020-06-25T01:03:18.7220752Z [junit] 25-Jun-2020 01:03:18.709 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-12-39251"]
2020-06-25T01:03:18.7221210Z [junit] 25-Jun-2020 01:03:18.715 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:18.7221651Z [junit] 25-Jun-2020 01:03:18.716 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-12-39251"]
2020-06-25T01:03:18.7222097Z [junit] 25-Jun-2020 01:03:18.716 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-12-39251"]
2020-06-25T01:03:18.8219521Z [junit] 25-Jun-2020 01:03:18.819 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParmsRootNone]
2020-06-25T01:03:18.8220459Z [junit] 25-Jun-2020 01:03:18.820 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-13"]
2020-06-25T01:03:18.9222692Z [junit] 25-Jun-2020 01:03:18.823 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:18.9224198Z [junit] 25-Jun-2020 01:03:18.823 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:18.9224718Z [junit] 25-Jun-2020 01:03:18.826 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-13-35119"]
2020-06-25T01:03:18.9225159Z [junit] 25-Jun-2020 01:03:18.829 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-13-35119"]
2020-06-25T01:03:18.9225650Z [junit] 25-Jun-2020 01:03:18.834 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:18.9226068Z [junit] 25-Jun-2020 01:03:18.835 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-13-35119"]
2020-06-25T01:03:18.9226518Z [junit] 25-Jun-2020 01:03:18.836 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-13-35119"]
2020-06-25T01:03:18.9226940Z [junit] 25-Jun-2020 01:03:18.838 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParamsRedirect]
2020-06-25T01:03:18.9227367Z [junit] 25-Jun-2020 01:03:18.839 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-14"]
2020-06-25T01:03:18.9227770Z [junit] 25-Jun-2020 01:03:18.844 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:18.9228885Z [junit] 25-Jun-2020 01:03:18.844 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:18.9229954Z [junit] 25-Jun-2020 01:03:18.852 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-14-37937"]
2020-06-25T01:03:18.9230486Z [junit] 25-Jun-2020 01:03:18.866 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-14-37937"]
2020-06-25T01:03:18.9230900Z [junit] 25-Jun-2020 01:03:18.871 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:18.9231322Z [junit] 25-Jun-2020 01:03:18.873 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-14-37937"]
2020-06-25T01:03:18.9231756Z [junit] 25-Jun-2020 01:03:18.873 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-14-37937"]
2020-06-25T01:03:18.9232180Z [junit] 25-Jun-2020 01:03:18.875 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParmsFooSessionDummyValue]
2020-06-25T01:03:18.9232610Z [junit] 25-Jun-2020 01:03:18.877 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-15"]
2020-06-25T01:03:18.9233012Z [junit] 25-Jun-2020 01:03:18.887 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:18.9233440Z [junit] 25-Jun-2020 01:03:18.887 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:18.9233870Z [junit] 25-Jun-2020 01:03:18.892 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-15-42273"]
2020-06-25T01:03:18.9234299Z [junit] 25-Jun-2020 01:03:18.894 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-15-42273"]
2020-06-25T01:03:18.9234691Z [junit] 25-Jun-2020 01:03:18.900 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:18.9235122Z [junit] 25-Jun-2020 01:03:18.901 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-15-42273"]
2020-06-25T01:03:18.9235564Z [junit] 25-Jun-2020 01:03:18.901 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-15-42273"]
2020-06-25T01:03:19.0241005Z [junit] 25-Jun-2020 01:03:19.004 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParmsFooSessionOnly]
2020-06-25T01:03:19.0243281Z [junit] 25-Jun-2020 01:03:19.006 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-16"]
2020-06-25T01:03:19.0248927Z [junit] 25-Jun-2020 01:03:19.010 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:19.0249506Z [junit] 25-Jun-2020 01:03:19.010 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:19.0249972Z [junit] 25-Jun-2020 01:03:19.014 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-16-33725"]
2020-06-25T01:03:19.0250421Z [junit] 25-Jun-2020 01:03:19.016 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-16-33725"]
2020-06-25T01:03:19.0250826Z [junit] 25-Jun-2020 01:03:19.022 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:19.1210274Z [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.748 sec
2020-06-25T01:03:19.1211614Z [junit] 25-Jun-2020 01:03:19.023 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-16-33725"]
2020-06-25T01:03:19.1212318Z [junit] 25-Jun-2020 01:03:19.023 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-16-33725"]
2020-06-25T01:03:19.1213117Z [junit] 25-Jun-2020 01:03:19.026 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParmsFooSessionBar]
2020-06-25T01:03:19.1215440Z [junit] 25-Jun-2020 01:03:19.027 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-17"]
2020-06-25T01:03:19.1215985Z [junit] 25-Jun-2020 01:03:19.041 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:19.1216425Z [junit] 25-Jun-2020 01:03:19.042 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:19.1216870Z [junit] 25-Jun-2020 01:03:19.047 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-17-38953"]
2020-06-25T01:03:19.1217303Z [junit] 25-Jun-2020 01:03:19.049 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-17-38953"]
2020-06-25T01:03:19.1217709Z [junit] 25-Jun-2020 01:03:19.055 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:19.1218139Z [junit] 25-Jun-2020 01:03:19.056 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-17-38953"]
2020-06-25T01:03:19.1218578Z [junit] 25-Jun-2020 01:03:19.056 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-17-38953"]
2020-06-25T01:03:19.1218989Z [junit] 25-Jun-2020 01:03:19.058 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParmsFooNone]
2020-06-25T01:03:19.1219411Z [junit] 25-Jun-2020 01:03:19.060 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-18"]
2020-06-25T01:03:19.1219817Z [junit] 25-Jun-2020 01:03:19.064 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:19.1220242Z [junit] 25-Jun-2020 01:03:19.064 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:19.1220677Z [junit] 25-Jun-2020 01:03:19.067 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-18-46559"]
2020-06-25T01:03:19.1221104Z [junit] 25-Jun-2020 01:03:19.077 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-18-46559"]
2020-06-25T01:03:19.1221496Z [junit] 25-Jun-2020 01:03:19.083 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:19.1221917Z [junit] 25-Jun-2020 01:03:19.084 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-18-46559"]
2020-06-25T01:03:19.1222361Z [junit] 25-Jun-2020 01:03:19.084 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-18-46559"]
2020-06-25T01:03:19.1222848Z [junit] 25-Jun-2020 01:03:19.086 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testPathParamExtLevel1WithParam]
2020-06-25T01:03:19.1223271Z [junit] 25-Jun-2020 01:03:19.087 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-19"]
2020-06-25T01:03:19.1223671Z [junit] 25-Jun-2020 01:03:19.092 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:19.1224083Z [junit] 25-Jun-2020 01:03:19.092 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:19.1224518Z [junit] 25-Jun-2020 01:03:19.095 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-19-46489"]
2020-06-25T01:03:19.1225052Z [junit] 25-Jun-2020 01:03:19.097 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-19-46489"]
2020-06-25T01:03:19.1225499Z [junit] 25-Jun-2020 01:03:19.103 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:19.1225937Z [junit] 25-Jun-2020 01:03:19.104 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-19-46489"]
2020-06-25T01:03:19.1226371Z [junit] 25-Jun-2020 01:03:19.104 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-19-46489"]
2020-06-25T01:03:19.5311637Z [junit] Running org.apache.catalina.connector.TestCoyoteAdapterRequestFuzzing
2020-06-25T01:03:19.5312705Z [junit] 25-Jun-2020 01:03:19.474 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[0: requestline[GET /00 HTTP/1.1], expected[400]]]
2020-06-25T01:03:19.9316462Z [junit] 25-Jun-2020 01:03:19.882 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:19.9317414Z [junit] 25-Jun-2020 01:03:19.921 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:19.9318595Z [junit] 25-Jun-2020 01:03:19.922 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:20.0367636Z [junit] 25-Jun-2020 01:03:20.028 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-46723"]
2020-06-25T01:03:20.1391953Z [junit] 25-Jun-2020 01:03:20.076 INFO [http-nio2-127.0.0.1-auto-1-exec-2] org.apache.coyote.AbstractProcessor.parseHost The host [lÿ#] is not valid
2020-06-25T01:03:20.1392723Z [junit] Note: further occurrences of request parsing errors will be logged at DEBUG level.
2020-06-25T01:03:20.1393453Z [junit] java.lang.IllegalArgumentException: The character [Ã] is never valid in a domain name.
2020-06-25T01:03:20.1393847Z [junit] at org.apache.tomcat.util.http.parser.HttpParser$DomainParseState.next(HttpParser.java:974)
2020-06-25T01:03:20.1394226Z [junit] at org.apache.tomcat.util.http.parser.HttpParser.readHostDomainName(HttpParser.java:870)
2020-06-25T01:03:20.1394585Z [junit] at org.apache.tomcat.util.http.parser.Host.parse(Host.java:71)
2020-06-25T01:03:20.1394926Z [junit] at org.apache.tomcat.util.http.parser.Host.parse(Host.java:45)
2020-06-25T01:03:20.1395255Z [junit] at org.apache.coyote.AbstractProcessor.parseHost(AbstractProcessor.java:295)
2020-06-25T01:03:20.1395596Z [junit] at org.apache.coyote.http11.Http11Processor.prepareRequest(Http11Processor.java:796)
2020-06-25T01:03:20.1395937Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:349)
2020-06-25T01:03:20.1396297Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T01:03:20.1396630Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-25T01:03:20.1396973Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1625)
2020-06-25T01:03:20.1397305Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-25T01:03:20.1397633Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1075)
2020-06-25T01:03:20.1397964Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint.setSocketOptions(Nio2Endpoint.java:324)
2020-06-25T01:03:20.1398295Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:425)
2020-06-25T01:03:20.1398625Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:380)
2020-06-25T01:03:20.1399238Z [junit] at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
2020-06-25T01:03:20.1399563Z [junit] at sun.nio.ch.Invoker$2.run(Invoker.java:218)
2020-06-25T01:03:20.1399888Z [junit] at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
2020-06-25T01:03:20.1400327Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-25T01:03:20.1400684Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-25T01:03:20.1401016Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-25T01:03:20.1401341Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:20.1402033Z [junit] 25-Jun-2020 01:03:20.102 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-46723"]
2020-06-25T01:03:20.1402669Z [junit] 25-Jun-2020 01:03:20.111 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:20.1403331Z [junit] 25-Jun-2020 01:03:20.118 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-46723"]
2020-06-25T01:03:20.1404003Z [junit] 25-Jun-2020 01:03:20.119 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-46723"]
2020-06-25T01:03:20.1404681Z [junit] 25-Jun-2020 01:03:20.129 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[1: requestline[GET *; HTTP/1.1], expected[400]]]
2020-06-25T01:03:20.1405562Z [junit] 25-Jun-2020 01:03:20.132 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:20.2367835Z [junit] 25-Jun-2020 01:03:20.141 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:20.2406959Z [junit] 25-Jun-2020 01:03:20.141 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:20.2407848Z [junit] 25-Jun-2020 01:03:20.146 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-36231"]
2020-06-25T01:03:20.2408538Z [junit] 25-Jun-2020 01:03:20.155 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-36231"]
2020-06-25T01:03:20.2409166Z [junit] 25-Jun-2020 01:03:20.160 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:20.2409811Z [junit] 25-Jun-2020 01:03:20.162 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-36231"]
2020-06-25T01:03:20.2410473Z [junit] 25-Jun-2020 01:03:20.162 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-36231"]
2020-06-25T01:03:20.2411164Z [junit] 25-Jun-2020 01:03:20.164 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[2: requestline[GET /02 HTTP/1.1], expected[400]]]
2020-06-25T01:03:20.2411831Z [junit] 25-Jun-2020 01:03:20.166 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-3"]
2020-06-25T01:03:20.2412464Z [junit] 25-Jun-2020 01:03:20.167 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:20.2413111Z [junit] 25-Jun-2020 01:03:20.167 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:20.2413759Z [junit] 25-Jun-2020 01:03:20.172 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-3-41273"]
2020-06-25T01:03:20.2414407Z [junit] 25-Jun-2020 01:03:20.179 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-3-41273"]
2020-06-25T01:03:20.2415270Z [junit] 25-Jun-2020 01:03:20.184 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:20.2416015Z [junit] 25-Jun-2020 01:03:20.186 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-3-41273"]
2020-06-25T01:03:20.2416709Z [junit] 25-Jun-2020 01:03:20.186 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-3-41273"]
2020-06-25T01:03:20.2417387Z [junit] 25-Jun-2020 01:03:20.189 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[3: requestline[GET /03 HTTP/1.1], expected[400]]]
2020-06-25T01:03:20.2418042Z [junit] 25-Jun-2020 01:03:20.190 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-4"]
2020-06-25T01:03:20.2418671Z [junit] 25-Jun-2020 01:03:20.201 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:20.2419318Z [junit] 25-Jun-2020 01:03:20.201 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:20.2419976Z [junit] 25-Jun-2020 01:03:20.208 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-4-38045"]
2020-06-25T01:03:20.2420640Z [junit] 25-Jun-2020 01:03:20.221 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-4-38045"]
2020-06-25T01:03:20.2421256Z [junit] 25-Jun-2020 01:03:20.226 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:20.2421897Z [junit] 25-Jun-2020 01:03:20.228 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-4-38045"]
2020-06-25T01:03:20.2422551Z [junit] 25-Jun-2020 01:03:20.228 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-4-38045"]
2020-06-25T01:03:20.2423238Z [junit] 25-Jun-2020 01:03:20.230 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[4: requestline[GET /04 HTTP/1.1], expected[400]]]
2020-06-25T01:03:20.2423892Z [junit] 25-Jun-2020 01:03:20.231 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-5"]
2020-06-25T01:03:20.2424599Z [junit] 25-Jun-2020 01:03:20.234 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:20.2425241Z [junit] 25-Jun-2020 01:03:20.234 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:20.3370079Z [junit] 25-Jun-2020 01:03:20.252 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-5-44547"]
2020-06-25T01:03:20.3371608Z [junit] 25-Jun-2020 01:03:20.266 INFO [http-nio2-127.0.0.1-auto-5-exec-4] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header
2020-06-25T01:03:20.3372129Z [junit] Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
2020-06-25T01:03:20.3372641Z [junit] java.lang.IllegalArgumentException: Request header is too large
2020-06-25T01:03:20.3373044Z [junit] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:766)
2020-06-25T01:03:20.3373554Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeader(Http11InputBuffer.java:921)
2020-06-25T01:03:20.3374114Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeaders(Http11InputBuffer.java:594)
2020-06-25T01:03:20.3374356Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:283)
2020-06-25T01:03:20.3374834Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T01:03:20.3375063Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-25T01:03:20.3375317Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1625)
2020-06-25T01:03:20.3375480Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-25T01:03:20.3375640Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1075)
2020-06-25T01:03:20.3375809Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2SocketWrapper$2.completed(Nio2Endpoint.java:587)
2020-06-25T01:03:20.3375975Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2SocketWrapper$2.completed(Nio2Endpoint.java:565)
2020-06-25T01:03:20.3376133Z [junit] at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
2020-06-25T01:03:20.3376271Z [junit] at sun.nio.ch.Invoker$2.run(Invoker.java:218)
2020-06-25T01:03:20.3376423Z [junit] at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
2020-06-25T01:03:20.3376584Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-25T01:03:20.3376747Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-25T01:03:20.3376903Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-25T01:03:20.3377050Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:20.3377757Z [junit] 25-Jun-2020 01:03:20.268 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-5-44547"]
2020-06-25T01:03:20.3378179Z [junit] 25-Jun-2020 01:03:20.274 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:20.3378614Z [junit] 25-Jun-2020 01:03:20.275 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-5-44547"]
2020-06-25T01:03:20.3379060Z [junit] 25-Jun-2020 01:03:20.275 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-5-44547"]
2020-06-25T01:03:20.4381296Z [junit] 25-Jun-2020 01:03:20.378 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[5: requestline[GET /05 HTTP/1.1], expected[400]]]
2020-06-25T01:03:20.4382185Z [junit] 25-Jun-2020 01:03:20.380 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-6"]
2020-06-25T01:03:20.4382768Z [junit] 25-Jun-2020 01:03:20.385 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:20.4383340Z [junit] 25-Jun-2020 01:03:20.385 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:20.4383940Z [junit] 25-Jun-2020 01:03:20.389 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-6-41723"]
2020-06-25T01:03:20.4385715Z [junit] 25-Jun-2020 01:03:20.392 INFO [http-nio2-127.0.0.1-auto-6-exec-2] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header
2020-06-25T01:03:20.4386060Z [junit] Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
2020-06-25T01:03:20.4386330Z [junit] java.lang.IllegalArgumentException: Request header is too large
2020-06-25T01:03:20.4386605Z [junit] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:766)
2020-06-25T01:03:20.4386884Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeader(Http11InputBuffer.java:921)
2020-06-25T01:03:20.4387160Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeaders(Http11InputBuffer.java:594)
2020-06-25T01:03:20.4387651Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:283)
2020-06-25T01:03:20.4387921Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T01:03:20.4388309Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-25T01:03:20.4388601Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1625)
2020-06-25T01:03:20.4388869Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-25T01:03:20.4389117Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1075)
2020-06-25T01:03:20.4389390Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint.setSocketOptions(Nio2Endpoint.java:324)
2020-06-25T01:03:20.4389655Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:425)
2020-06-25T01:03:20.4389929Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:380)
2020-06-25T01:03:20.4390184Z [junit] at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
2020-06-25T01:03:20.4390443Z [junit] at sun.nio.ch.Invoker$2.run(Invoker.java:218)
2020-06-25T01:03:20.4390704Z [junit] at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
2020-06-25T01:03:20.4390976Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-25T01:03:20.4391241Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-25T01:03:20.4391508Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-25T01:03:20.4391762Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:20.4392339Z [junit] 25-Jun-2020 01:03:20.394 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-6-41723"]
2020-06-25T01:03:20.4392887Z [junit] 25-Jun-2020 01:03:20.399 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:20.4393451Z [junit] 25-Jun-2020 01:03:20.401 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-6-41723"]
2020-06-25T01:03:20.4394031Z [junit] 25-Jun-2020 01:03:20.401 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-6-41723"]
2020-06-25T01:03:20.4394624Z [junit] 25-Jun-2020 01:03:20.404 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[6: requestline[GET /06 HTTP/1.1], expected[400]]]
2020-06-25T01:03:20.4395190Z [junit] 25-Jun-2020 01:03:20.405 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-7"]
2020-06-25T01:03:20.4395734Z [junit] 25-Jun-2020 01:03:20.411 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:20.4396295Z [junit] 25-Jun-2020 01:03:20.411 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:20.4396946Z [junit] 25-Jun-2020 01:03:20.415 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-7-40783"]
2020-06-25T01:03:20.4397545Z [junit] 25-Jun-2020 01:03:20.418 INFO [http-nio2-127.0.0.1-auto-7-exec-2] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header
2020-06-25T01:03:20.4397843Z [junit] Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
2020-06-25T01:03:20.4398112Z [junit] java.lang.IllegalArgumentException: Request header is too large
2020-06-25T01:03:20.4398379Z [junit] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:766)
2020-06-25T01:03:20.4399027Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeader(Http11InputBuffer.java:921)
2020-06-25T01:03:20.4399245Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeaders(Http11InputBuffer.java:594)
2020-06-25T01:03:20.4399620Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:283)
2020-06-25T01:03:20.4399857Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T01:03:20.4400021Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-25T01:03:20.4400190Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1625)
2020-06-25T01:03:20.4400352Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-25T01:03:20.4400497Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1075)
2020-06-25T01:03:20.4400670Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint.setSocketOptions(Nio2Endpoint.java:324)
2020-06-25T01:03:20.4400830Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:425)
2020-06-25T01:03:20.4400996Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:380)
2020-06-25T01:03:20.4401143Z [junit] at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
2020-06-25T01:03:20.4401287Z [junit] at sun.nio.ch.Invoker$2.run(Invoker.java:218)
2020-06-25T01:03:20.4401438Z [junit] at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
2020-06-25T01:03:20.4401597Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-25T01:03:20.4401752Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-25T01:03:20.4401967Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-25T01:03:20.4402151Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:20.4402900Z [junit] 25-Jun-2020 01:03:20.420 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-7-40783"]
2020-06-25T01:03:20.4403369Z [junit] 25-Jun-2020 01:03:20.425 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:20.4403859Z [junit] 25-Jun-2020 01:03:20.426 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-7-40783"]
2020-06-25T01:03:20.4404344Z [junit] 25-Jun-2020 01:03:20.426 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-7-40783"]
2020-06-25T01:03:20.4404853Z [junit] 25-Jun-2020 01:03:20.428 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[7: requestline[GET /07 HTTP/1.1], expected[400]]]
2020-06-25T01:03:20.4405640Z [junit] 25-Jun-2020 01:03:20.430 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-8"]
2020-06-25T01:03:20.4406246Z [junit] 25-Jun-2020 01:03:20.433 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:20.4406718Z [junit] 25-Jun-2020 01:03:20.433 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:20.5394467Z [junit] 25-Jun-2020 01:03:20.444 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-8-44785"]
2020-06-25T01:03:20.5395521Z [junit] 25-Jun-2020 01:03:20.448 INFO [http-nio2-127.0.0.1-auto-8-exec-4] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header
2020-06-25T01:03:20.5397508Z [junit] Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
2020-06-25T01:03:20.5398137Z [junit] java.lang.IllegalArgumentException: Request header is too large
2020-06-25T01:03:20.5398465Z [junit] at org.apache.coyote.http11.Http11InputBuffer.fill(Http11InputBuffer.java:766)
2020-06-25T01:03:20.5398987Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeader(Http11InputBuffer.java:921)
2020-06-25T01:03:20.5399357Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeaders(Http11InputBuffer.java:594)
2020-06-25T01:03:20.5399676Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:283)
2020-06-25T01:03:20.5399990Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T01:03:20.5400305Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-25T01:03:20.5400627Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1625)
2020-06-25T01:03:20.5400924Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-25T01:03:20.5411637Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1075)
2020-06-25T01:03:20.5412103Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2SocketWrapper$2.completed(Nio2Endpoint.java:587)
2020-06-25T01:03:20.5412321Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2SocketWrapper$2.completed(Nio2Endpoint.java:565)
2020-06-25T01:03:20.5412482Z [junit] at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
2020-06-25T01:03:20.5412630Z [junit] at sun.nio.ch.Invoker$2.run(Invoker.java:218)
2020-06-25T01:03:20.5412796Z [junit] at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
2020-06-25T01:03:20.5413253Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-25T01:03:20.5413427Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-25T01:03:20.5413619Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-25T01:03:20.5413780Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:20.5414447Z [junit] 25-Jun-2020 01:03:20.450 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-8-44785"]
2020-06-25T01:03:20.5414874Z [junit] 25-Jun-2020 01:03:20.455 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:20.5415287Z [junit] 25-Jun-2020 01:03:20.456 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-8-44785"]
2020-06-25T01:03:20.5415727Z [junit] 25-Jun-2020 01:03:20.457 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-8-44785"]
2020-06-25T01:03:20.5416196Z [junit] 25-Jun-2020 01:03:20.459 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[8: requestline[GET /08 HTTP/1.1], expected[400]]]
2020-06-25T01:03:20.5416639Z [junit] 25-Jun-2020 01:03:20.460 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-9"]
2020-06-25T01:03:20.5417043Z [junit] 25-Jun-2020 01:03:20.468 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:20.5417476Z [junit] 25-Jun-2020 01:03:20.469 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:20.5417912Z [junit] 25-Jun-2020 01:03:20.474 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-9-35967"]
2020-06-25T01:03:20.5418370Z [junit] 25-Jun-2020 01:03:20.476 INFO [http-nio2-127.0.0.1-auto-9-exec-2] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header
2020-06-25T01:03:20.5418726Z [junit] Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
2020-06-25T01:03:20.5418969Z [junit] java.lang.IllegalStateException: More than the maximum allowed number of headers, [100], were detected.
2020-06-25T01:03:20.5419143Z [junit] at org.apache.tomcat.util.http.MimeHeaders.createHeader(MimeHeaders.java:260)
2020-06-25T01:03:20.5419311Z [junit] at org.apache.tomcat.util.http.MimeHeaders.addValue(MimeHeaders.java:304)
2020-06-25T01:03:20.5419527Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeader(Http11InputBuffer.java:858)
2020-06-25T01:03:20.5419695Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeaders(Http11InputBuffer.java:594)
2020-06-25T01:03:20.5419863Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:283)
2020-06-25T01:03:20.5420030Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T01:03:20.5420194Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-25T01:03:20.5420368Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1625)
2020-06-25T01:03:20.5420515Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-25T01:03:20.5420676Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1075)
2020-06-25T01:03:20.5420837Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint.setSocketOptions(Nio2Endpoint.java:324)
2020-06-25T01:03:20.5420996Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:425)
2020-06-25T01:03:20.5421161Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:380)
2020-06-25T01:03:20.5421316Z [junit] at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
2020-06-25T01:03:20.5421462Z [junit] at sun.nio.ch.Invoker$2.run(Invoker.java:218)
2020-06-25T01:03:20.5421614Z [junit] at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
2020-06-25T01:03:20.5421777Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-25T01:03:20.5421939Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-25T01:03:20.5422099Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-25T01:03:20.5422234Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:20.5422681Z [junit] 25-Jun-2020 01:03:20.478 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-9-35967"]
2020-06-25T01:03:20.5423088Z [junit] 25-Jun-2020 01:03:20.484 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:20.5423518Z [junit] 25-Jun-2020 01:03:20.485 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-9-35967"]
2020-06-25T01:03:20.5423964Z [junit] 25-Jun-2020 01:03:20.485 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-9-35967"]
2020-06-25T01:03:20.5424474Z [junit] 25-Jun-2020 01:03:20.488 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-25T01:03:20.5424921Z [junit] 25-Jun-2020 01:03:20.489 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-10"]
2020-06-25T01:03:20.5425328Z [junit] 25-Jun-2020 01:03:20.491 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:20.5425838Z [junit] 25-Jun-2020 01:03:20.492 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:20.5426395Z [junit] 25-Jun-2020 01:03:20.495 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-10-41929"]
2020-06-25T01:03:20.5426871Z [junit] 25-Jun-2020 01:03:20.498 INFO [http-nio2-127.0.0.1-auto-10-exec-2] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header
2020-06-25T01:03:20.5427058Z [junit] Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
2020-06-25T01:03:20.5427232Z [junit] java.lang.IllegalStateException: More than the maximum allowed number of headers, [100], were detected.
2020-06-25T01:03:20.5427406Z [junit] at org.apache.tomcat.util.http.MimeHeaders.createHeader(MimeHeaders.java:260)
2020-06-25T01:03:20.5427575Z [junit] at org.apache.tomcat.util.http.MimeHeaders.addValue(MimeHeaders.java:304)
2020-06-25T01:03:20.5427752Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeader(Http11InputBuffer.java:858)
2020-06-25T01:03:20.5427926Z [junit] at org.apache.coyote.http11.Http11InputBuffer.parseHeaders(Http11InputBuffer.java:594)
2020-06-25T01:03:20.5428097Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:283)
2020-06-25T01:03:20.5428263Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T01:03:20.5428428Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-25T01:03:20.5428592Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1625)
2020-06-25T01:03:20.5428757Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-25T01:03:20.5428902Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1075)
2020-06-25T01:03:20.5429065Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint.setSocketOptions(Nio2Endpoint.java:324)
2020-06-25T01:03:20.5429224Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:425)
2020-06-25T01:03:20.5429387Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:380)
2020-06-25T01:03:20.5429535Z [junit] at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
2020-06-25T01:03:20.5429686Z [junit] at sun.nio.ch.Invoker$2.run(Invoker.java:218)
2020-06-25T01:03:20.5429836Z [junit] at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
2020-06-25T01:03:20.5429998Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-25T01:03:20.5430159Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-25T01:03:20.5430323Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-25T01:03:20.5430472Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:20.5430897Z [junit] 25-Jun-2020 01:03:20.500 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-10-41929"]
2020-06-25T01:03:20.5431310Z [junit] 25-Jun-2020 01:03:20.506 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:20.5431747Z [junit] 25-Jun-2020 01:03:20.507 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-10-41929"]
2020-06-25T01:03:20.5432193Z [junit] 25-Jun-2020 01:03:20.507 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-10-41929"]
2020-06-25T01:03:20.5432654Z [junit] 25-Jun-2020 01:03:20.509 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[10: requestline[GET /10 HTTP/1.1], expected[400]]]
2020-06-25T01:03:20.5433171Z [junit] 25-Jun-2020 01:03:20.510 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-11"]
2020-06-25T01:03:20.5433652Z [junit] 25-Jun-2020 01:03:20.517 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:20.5434096Z [junit] 25-Jun-2020 01:03:20.518 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:20.5434532Z [junit] 25-Jun-2020 01:03:20.521 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-11-32853"]
2020-06-25T01:03:20.5434970Z [junit] 25-Jun-2020 01:03:20.532 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-11-32853"]
2020-06-25T01:03:20.5435367Z [junit] 25-Jun-2020 01:03:20.537 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:20.5435801Z [junit] 25-Jun-2020 01:03:20.538 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-11-32853"]
2020-06-25T01:03:20.5436243Z [junit] 25-Jun-2020 01:03:20.539 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-11-32853"]
2020-06-25T01:03:20.6551588Z [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.211 sec
2020-06-25T01:03:20.9608440Z [junit] Running org.apache.catalina.connector.TestCoyoteInputStream
2020-06-25T01:03:21.0610947Z [junit] 25-Jun-2020 01:03:20.977 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testReadWithByteBuffer]
2020-06-25T01:03:21.3614424Z [junit] 25-Jun-2020 01:03:21.340 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:21.4615933Z [junit] 25-Jun-2020 01:03:21.382 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:21.4616768Z [junit] 25-Jun-2020 01:03:21.382 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:21.5618568Z [junit] 25-Jun-2020 01:03:21.500 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-35915"]
2020-06-25T01:03:21.6209383Z [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.7 sec
2020-06-25T01:03:21.6210850Z [junit] 25-Jun-2020 01:03:21.578 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-35915"]
2020-06-25T01:03:21.6211592Z [junit] 25-Jun-2020 01:03:21.584 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:21.6212273Z [junit] 25-Jun-2020 01:03:21.590 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-35915"]
2020-06-25T01:03:21.6212975Z [junit] 25-Jun-2020 01:03:21.591 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-35915"]
2020-06-25T01:03:21.9261291Z [junit] Running org.apache.catalina.connector.TestCoyoteOutputStream
2020-06-25T01:03:22.0264371Z [junit] 25-Jun-2020 01:03:21.960 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testWriteWithByteBuffer]
2020-06-25T01:03:22.4268012Z [junit] 25-Jun-2020 01:03:22.328 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:22.4268849Z [junit] 25-Jun-2020 01:03:22.355 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:22.4270059Z [junit] 25-Jun-2020 01:03:22.364 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:22.5270487Z [junit] 25-Jun-2020 01:03:22.468 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-40427"]
2020-06-25T01:03:22.6272160Z [junit] 25-Jun-2020 01:03:22.553 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-40427"]
2020-06-25T01:03:22.6272776Z [junit] 25-Jun-2020 01:03:22.559 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:22.6273216Z [junit] 25-Jun-2020 01:03:22.568 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-40427"]
2020-06-25T01:03:22.6273662Z [junit] 25-Jun-2020 01:03:22.569 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-40427"]
2020-06-25T01:03:22.7290018Z [junit] 25-Jun-2020 01:03:22.677 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteNoneBlockingWriteNoneNonContainerThread]
2020-06-25T01:03:22.7292016Z [junit] 25-Jun-2020 01:03:22.679 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:22.7292562Z [junit] 25-Jun-2020 01:03:22.681 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:22.7293011Z [junit] 25-Jun-2020 01:03:22.681 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:22.7293452Z [junit] 25-Jun-2020 01:03:22.685 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-38997"]
2020-06-25T01:03:22.7293891Z [junit] 25-Jun-2020 01:03:22.697 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-38997"]
2020-06-25T01:03:22.7294304Z [junit] 25-Jun-2020 01:03:22.702 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:22.7294735Z [junit] 25-Jun-2020 01:03:22.704 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-38997"]
2020-06-25T01:03:22.7295179Z [junit] 25-Jun-2020 01:03:22.704 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-38997"]
2020-06-25T01:03:22.7295638Z [junit] 25-Jun-2020 01:03:22.707 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteOnceBlockingWriteNoneContainerThread]
2020-06-25T01:03:22.7296075Z [junit] 25-Jun-2020 01:03:22.708 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-3"]
2020-06-25T01:03:22.7296479Z [junit] 25-Jun-2020 01:03:22.717 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:22.7296918Z [junit] 25-Jun-2020 01:03:22.718 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:22.7297343Z [junit] 25-Jun-2020 01:03:22.721 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-3-42651"]
2020-06-25T01:03:22.8278531Z [junit] 25-Jun-2020 01:03:22.728 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-3-42651"]
2020-06-25T01:03:22.8279178Z [junit] 25-Jun-2020 01:03:22.734 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:22.8280048Z [junit] 25-Jun-2020 01:03:22.735 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-3-42651"]
2020-06-25T01:03:22.8280586Z [junit] 25-Jun-2020 01:03:22.736 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-3-42651"]
2020-06-25T01:03:22.9280543Z [junit] 25-Jun-2020 01:03:22.839 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteOnceBlockingWriteOnceNonContainerThread]
2020-06-25T01:03:22.9281565Z [junit] 25-Jun-2020 01:03:22.841 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-4"]
2020-06-25T01:03:22.9282096Z [junit] 25-Jun-2020 01:03:22.845 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:22.9282614Z [junit] 25-Jun-2020 01:03:22.845 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:22.9283135Z [junit] 25-Jun-2020 01:03:22.852 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-4-46655"]
2020-06-25T01:03:22.9283673Z [junit] 25-Jun-2020 01:03:22.869 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-4-46655"]
2020-06-25T01:03:22.9284159Z [junit] 25-Jun-2020 01:03:22.874 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:22.9284667Z [junit] 25-Jun-2020 01:03:22.876 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-4-46655"]
2020-06-25T01:03:22.9285192Z [junit] 25-Jun-2020 01:03:22.876 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-4-46655"]
2020-06-25T01:03:23.0282954Z [junit] 25-Jun-2020 01:03:22.979 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteNoneBlockingWriteOnceContainerThread]
2020-06-25T01:03:23.0284198Z [junit] 25-Jun-2020 01:03:22.981 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-5"]
2020-06-25T01:03:23.0285061Z [junit] 25-Jun-2020 01:03:22.984 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:23.0286464Z [junit] 25-Jun-2020 01:03:22.984 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:23.0287163Z [junit] 25-Jun-2020 01:03:22.988 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-5-41773"]
2020-06-25T01:03:23.0287710Z [junit] 25-Jun-2020 01:03:22.991 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-5-41773"]
2020-06-25T01:03:23.0288196Z [junit] 25-Jun-2020 01:03:22.997 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:23.0288709Z [junit] 25-Jun-2020 01:03:22.998 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-5-41773"]
2020-06-25T01:03:23.0289249Z [junit] 25-Jun-2020 01:03:22.998 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-5-41773"]
2020-06-25T01:03:23.1286221Z [junit] 25-Jun-2020 01:03:23.101 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteTwiceBlockingWriteNoneNonContainerThread]
2020-06-25T01:03:23.1287280Z [junit] 25-Jun-2020 01:03:23.103 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-6"]
2020-06-25T01:03:23.1287954Z [junit] 25-Jun-2020 01:03:23.105 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:23.1288632Z [junit] 25-Jun-2020 01:03:23.105 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:23.1289535Z [junit] 25-Jun-2020 01:03:23.112 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-6-33419"]
2020-06-25T01:03:23.1290329Z [junit] 25-Jun-2020 01:03:23.116 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-6-33419"]
2020-06-25T01:03:23.1290985Z [junit] 25-Jun-2020 01:03:23.121 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:23.1291639Z [junit] 25-Jun-2020 01:03:23.123 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-6-33419"]
2020-06-25T01:03:23.1292306Z [junit] 25-Jun-2020 01:03:23.123 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-6-33419"]
2020-06-25T01:03:23.1292991Z [junit] 25-Jun-2020 01:03:23.125 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteTwiceBlockingWriteOnceContainerThread]
2020-06-25T01:03:23.1293658Z [junit] 25-Jun-2020 01:03:23.126 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-7"]
2020-06-25T01:03:23.2289289Z [junit] 25-Jun-2020 01:03:23.144 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:23.2290568Z [junit] 25-Jun-2020 01:03:23.144 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:23.2291866Z [junit] 25-Jun-2020 01:03:23.147 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-7-41245"]
2020-06-25T01:03:23.2292469Z [junit] 25-Jun-2020 01:03:23.150 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-7-41245"]
2020-06-25T01:03:23.2292963Z [junit] 25-Jun-2020 01:03:23.156 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:23.2293566Z [junit] 25-Jun-2020 01:03:23.157 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-7-41245"]
2020-06-25T01:03:23.2294093Z [junit] 25-Jun-2020 01:03:23.158 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-7-41245"]
2020-06-25T01:03:23.2294648Z [junit] 25-Jun-2020 01:03:23.161 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteNoneBlockingWriteOnceNonContainerThread]
2020-06-25T01:03:23.2295166Z [junit] 25-Jun-2020 01:03:23.162 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-8"]
2020-06-25T01:03:23.2295649Z [junit] 25-Jun-2020 01:03:23.163 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:23.2296161Z [junit] 25-Jun-2020 01:03:23.164 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:23.2296677Z [junit] 25-Jun-2020 01:03:23.173 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-8-43445"]
2020-06-25T01:03:23.2297196Z [junit] 25-Jun-2020 01:03:23.177 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-8-43445"]
2020-06-25T01:03:23.2297669Z [junit] 25-Jun-2020 01:03:23.182 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:23.2298174Z [junit] 25-Jun-2020 01:03:23.183 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-8-43445"]
2020-06-25T01:03:23.2298690Z [junit] 25-Jun-2020 01:03:23.183 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-8-43445"]
2020-06-25T01:03:23.3295468Z [junit] 25-Jun-2020 01:03:23.286 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteOnceBlockingWriteNoneNonContainerThread]
2020-06-25T01:03:23.3296921Z [junit] 25-Jun-2020 01:03:23.287 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-9"]
2020-06-25T01:03:23.3297744Z [junit] 25-Jun-2020 01:03:23.291 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:23.3298527Z [junit] 25-Jun-2020 01:03:23.291 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:23.3299304Z [junit] 25-Jun-2020 01:03:23.297 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-9-44349"]
2020-06-25T01:03:23.3300074Z [junit] 25-Jun-2020 01:03:23.301 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-9-44349"]
2020-06-25T01:03:23.3300812Z [junit] 25-Jun-2020 01:03:23.306 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:23.3301579Z [junit] 25-Jun-2020 01:03:23.307 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-9-44349"]
2020-06-25T01:03:23.3302361Z [junit] 25-Jun-2020 01:03:23.308 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-9-44349"]
2020-06-25T01:03:23.4297665Z [junit] 25-Jun-2020 01:03:23.412 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteOnceBlockingWriteOnceContainerThread]
2020-06-25T01:03:23.4298694Z [junit] 25-Jun-2020 01:03:23.413 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-10"]
2020-06-25T01:03:23.4299345Z [junit] 25-Jun-2020 01:03:23.415 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:23.4300045Z [junit] 25-Jun-2020 01:03:23.415 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:23.4326136Z [junit] 25-Jun-2020 01:03:23.420 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-10-39603"]
2020-06-25T01:03:23.4326711Z [junit] 25-Jun-2020 01:03:23.424 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-10-39603"]
2020-06-25T01:03:23.5157633Z [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.626 sec
2020-06-25T01:03:23.5163653Z [junit] 25-Jun-2020 01:03:23.430 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:23.5164544Z [junit] 25-Jun-2020 01:03:23.431 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-10-39603"]
2020-06-25T01:03:23.5165490Z [junit] 25-Jun-2020 01:03:23.431 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-10-39603"]
2020-06-25T01:03:23.5181113Z [junit] 25-Jun-2020 01:03:23.433 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteNoneBlockingWriteNoneContainerThread]
2020-06-25T01:03:23.5182002Z [junit] 25-Jun-2020 01:03:23.434 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-11"]
2020-06-25T01:03:23.5182666Z [junit] 25-Jun-2020 01:03:23.437 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:23.5183336Z [junit] 25-Jun-2020 01:03:23.437 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:23.5184269Z [junit] 25-Jun-2020 01:03:23.444 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-11-35181"]
2020-06-25T01:03:23.5185051Z [junit] 25-Jun-2020 01:03:23.448 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-11-35181"]
2020-06-25T01:03:23.5185724Z [junit] 25-Jun-2020 01:03:23.453 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:23.5186384Z [junit] 25-Jun-2020 01:03:23.454 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-11-35181"]
2020-06-25T01:03:23.5187059Z [junit] 25-Jun-2020 01:03:23.454 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-11-35181"]
2020-06-25T01:03:23.5197302Z [junit] 25-Jun-2020 01:03:23.457 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteTwiceBlockingWriteOnceNonContainerThread]
2020-06-25T01:03:23.5198062Z [junit] 25-Jun-2020 01:03:23.458 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-12"]
2020-06-25T01:03:23.5198653Z [junit] 25-Jun-2020 01:03:23.461 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:23.5199240Z [junit] 25-Jun-2020 01:03:23.461 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:23.5199831Z [junit] 25-Jun-2020 01:03:23.464 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-12-46405"]
2020-06-25T01:03:23.5200419Z [junit] 25-Jun-2020 01:03:23.468 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-12-46405"]
2020-06-25T01:03:23.5200963Z [junit] 25-Jun-2020 01:03:23.473 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:23.5201547Z [junit] 25-Jun-2020 01:03:23.475 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-12-46405"]
2020-06-25T01:03:23.5202137Z [junit] 25-Jun-2020 01:03:23.475 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-12-46405"]
2020-06-25T01:03:23.5202735Z [junit] 25-Jun-2020 01:03:23.477 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testNonBlockingWriteTwiceBlockingWriteNoneContainerThread]
2020-06-25T01:03:23.5203312Z [junit] 25-Jun-2020 01:03:23.478 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-13"]
2020-06-25T01:03:23.5203876Z [junit] 25-Jun-2020 01:03:23.482 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:23.5204458Z [junit] 25-Jun-2020 01:03:23.482 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:23.5205041Z [junit] 25-Jun-2020 01:03:23.485 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-13-34931"]
2020-06-25T01:03:23.5205982Z [junit] 25-Jun-2020 01:03:23.495 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-13-34931"]
2020-06-25T01:03:23.5206630Z [junit] 25-Jun-2020 01:03:23.500 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:23.5207201Z [junit] 25-Jun-2020 01:03:23.501 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-13-34931"]
2020-06-25T01:03:23.5207778Z [junit] 25-Jun-2020 01:03:23.502 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-13-34931"]
2020-06-25T01:03:23.8247390Z [junit] Running org.apache.catalina.connector.TestInputBuffer
2020-06-25T01:03:23.9249861Z [junit] 25-Jun-2020 01:03:23.863 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug60400]
2020-06-25T01:03:24.3254776Z [junit] 25-Jun-2020 01:03:24.226 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:24.3255613Z [junit] 25-Jun-2020 01:03:24.249 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:24.3256204Z [junit] 25-Jun-2020 01:03:24.249 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:24.4274906Z [junit] 25-Jun-2020 01:03:24.329 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-44457"]
2020-06-25T01:03:24.4275481Z [junit] 25-Jun-2020 01:03:24.416 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-44457"]
2020-06-25T01:03:24.4276208Z [junit] 25-Jun-2020 01:03:24.421 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:24.5261305Z [junit] 25-Jun-2020 01:03:24.430 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-44457"]
2020-06-25T01:03:24.5262347Z [junit] 25-Jun-2020 01:03:24.431 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-44457"]
2020-06-25T01:03:24.5263018Z [junit] 25-Jun-2020 01:03:24.443 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testUtf8Body]
2020-06-25T01:03:24.5263711Z [junit] 25-Jun-2020 01:03:24.445 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:24.5264349Z [junit] 25-Jun-2020 01:03:24.449 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:24.5264995Z [junit] 25-Jun-2020 01:03:24.449 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:24.5265661Z [junit] 25-Jun-2020 01:03:24.461 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-36549"]
2020-06-25T01:03:24.5623132Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.765 sec
2020-06-25T01:03:24.5624475Z [junit] 25-Jun-2020 01:03:24.538 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-36549"]
2020-06-25T01:03:24.5625078Z [junit] 25-Jun-2020 01:03:24.539 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:24.5626226Z [junit] 25-Jun-2020 01:03:24.542 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-36549"]
2020-06-25T01:03:24.5626856Z [junit] 25-Jun-2020 01:03:24.542 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-36549"]
2020-06-25T01:03:24.8672720Z [junit] Running org.apache.catalina.connector.TestKeepAliveCount
2020-06-25T01:03:24.9675630Z [junit] 25-Jun-2020 01:03:24.893 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testHttp10]
2020-06-25T01:03:25.3679286Z [junit] 25-Jun-2020 01:03:25.312 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:25.3679850Z [junit] 25-Jun-2020 01:03:25.343 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:25.3680312Z [junit] 25-Jun-2020 01:03:25.344 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:25.4681030Z [junit] 25-Jun-2020 01:03:25.451 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-37239"]
2020-06-25T01:03:25.5683208Z [junit] 25-Jun-2020 01:03:25.515 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-37239"]
2020-06-25T01:03:25.5684273Z [junit] 25-Jun-2020 01:03:25.520 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:25.5684991Z [junit] 25-Jun-2020 01:03:25.531 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-37239"]
2020-06-25T01:03:25.5685892Z [junit] 25-Jun-2020 01:03:25.532 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-37239"]
2020-06-25T01:03:25.5686553Z [junit] 25-Jun-2020 01:03:25.542 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testHttp11]
2020-06-25T01:03:25.5687245Z [junit] 25-Jun-2020 01:03:25.550 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:25.5687887Z [junit] 25-Jun-2020 01:03:25.552 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:25.5688541Z [junit] 25-Jun-2020 01:03:25.552 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:25.5689204Z [junit] 25-Jun-2020 01:03:25.556 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-41991"]
2020-06-25T01:03:25.5955104Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.766 sec
2020-06-25T01:03:25.5957141Z [junit] 25-Jun-2020 01:03:25.569 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-41991"]
2020-06-25T01:03:25.5957863Z [junit] 25-Jun-2020 01:03:25.574 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:25.5958561Z [junit] 25-Jun-2020 01:03:25.576 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-41991"]
2020-06-25T01:03:25.5959246Z [junit] 25-Jun-2020 01:03:25.576 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-41991"]
2020-06-25T01:03:25.9004500Z [junit] Running org.apache.catalina.connector.TestOutputBuffer
2020-06-25T01:03:26.0007219Z [junit] 25-Jun-2020 01:03:25.930 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testUtf8SurrogateBody]
2020-06-25T01:03:26.3010073Z [junit] 25-Jun-2020 01:03:26.290 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:26.4011850Z [junit] 25-Jun-2020 01:03:26.324 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:26.4012935Z [junit] 25-Jun-2020 01:03:26.324 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:26.5013741Z [junit] 25-Jun-2020 01:03:26.417 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38849"]
2020-06-25T01:03:26.5014783Z [junit] 25-Jun-2020 01:03:26.488 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38849"]
2020-06-25T01:03:26.5015459Z [junit] 25-Jun-2020 01:03:26.494 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:26.6013531Z [junit] Write length: 1, Buffered: n, Time: 18468084ns
2020-06-25T01:03:26.6015700Z [junit] Write length: 1, Buffered: y, Time: 14997687ns
2020-06-25T01:03:26.6016496Z [junit] Write length: 10, Buffered: n, Time: 4262197ns
2020-06-25T01:03:26.6016825Z [junit] Write length: 10, Buffered: y, Time: 2298798ns
2020-06-25T01:03:26.6017143Z [junit] Write length: 100, Buffered: n, Time: 3285998ns
2020-06-25T01:03:26.6017575Z [junit] Write length: 100, Buffered: y, Time: 1754999ns
2020-06-25T01:03:26.6017915Z [junit] Write length: 1000, Buffered: n, Time: 3190197ns
2020-06-25T01:03:26.6018228Z [junit] Write length: 1000, Buffered: y, Time: 3477297ns
2020-06-25T01:03:26.6018569Z [junit] Write length: 10000, Buffered: n, Time: 3741396ns
2020-06-25T01:03:26.6019666Z [junit] 25-Jun-2020 01:03:26.503 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38849"]
2020-06-25T01:03:26.6020375Z [junit] 25-Jun-2020 01:03:26.504 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38849"]
2020-06-25T01:03:26.6021041Z [junit] 25-Jun-2020 01:03:26.512 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testWriteSpeed]
2020-06-25T01:03:26.6021699Z [junit] 25-Jun-2020 01:03:26.516 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:26.6022341Z [junit] 25-Jun-2020 01:03:26.521 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:26.6022998Z [junit] 25-Jun-2020 01:03:26.521 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:26.6023661Z [junit] 25-Jun-2020 01:03:26.526 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-43769"]
2020-06-25T01:03:26.7016501Z [junit] Write length: 10000, Buffered: y, Time: 8900193ns
2020-06-25T01:03:26.7036809Z [junit] Write length: 100000, Buffered: n, Time: 9729692ns
2020-06-25T01:03:26.7037369Z [junit] Write length: 100000, Buffered: y, Time: 1569199ns
2020-06-25T01:03:26.7038702Z [junit] 25-Jun-2020 01:03:26.617 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-43769"]
2020-06-25T01:03:26.7039518Z [junit] 25-Jun-2020 01:03:26.622 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:26.7040315Z [junit] 25-Jun-2020 01:03:26.627 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-43769"]
2020-06-25T01:03:26.7041958Z [junit] 25-Jun-2020 01:03:26.627 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-43769"]
2020-06-25T01:03:26.7042771Z [junit] 25-Jun-2020 01:03:26.631 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug52577]
2020-06-25T01:03:26.7043553Z [junit] 25-Jun-2020 01:03:26.634 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-3"]
2020-06-25T01:03:26.7044311Z [junit] 25-Jun-2020 01:03:26.653 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:26.7045094Z [junit] 25-Jun-2020 01:03:26.653 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:26.7046104Z [junit] 25-Jun-2020 01:03:26.657 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-3-33661"]
2020-06-25T01:03:26.7046901Z [junit] 25-Jun-2020 01:03:26.660 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-3-33661"]
2020-06-25T01:03:26.7047651Z [junit] 25-Jun-2020 01:03:26.666 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:26.7048775Z [junit] 25-Jun-2020 01:03:26.667 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-3-33661"]
2020-06-25T01:03:26.7049595Z [junit] 25-Jun-2020 01:03:26.668 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-3-33661"]
2020-06-25T01:03:26.7867981Z [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.922 sec
2020-06-25T01:03:27.0913137Z [junit] Running org.apache.catalina.connector.TestResponse
2020-06-25T01:03:27.1915838Z [junit] 25-Jun-2020 01:03:27.163 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendRedirect01]
2020-06-25T01:03:27.2963075Z [junit] 25-Jun-2020 01:03:27.274 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:27.2963665Z [junit] 25-Jun-2020 01:03:27.280 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendRedirect02]
2020-06-25T01:03:27.2964130Z [junit] 25-Jun-2020 01:03:27.281 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:27.2964555Z [junit] 25-Jun-2020 01:03:27.282 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendRedirect03]
2020-06-25T01:03:27.2964990Z [junit] 25-Jun-2020 01:03:27.282 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-3"]
2020-06-25T01:03:27.2965555Z [junit] 25-Jun-2020 01:03:27.283 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug49598]
2020-06-25T01:03:27.5967357Z [junit] 25-Jun-2020 01:03:27.540 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-4"]
2020-06-25T01:03:27.5967878Z [junit] 25-Jun-2020 01:03:27.578 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:27.5968348Z [junit] 25-Jun-2020 01:03:27.579 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:27.6969448Z [junit] 25-Jun-2020 01:03:27.694 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-4-45193"]
2020-06-25T01:03:27.7971549Z [junit] 25-Jun-2020 01:03:27.759 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-4-45193"]
2020-06-25T01:03:27.7972513Z [junit] 25-Jun-2020 01:03:27.766 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:27.7973194Z [junit] 25-Jun-2020 01:03:27.772 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-4-45193"]
2020-06-25T01:03:27.7973882Z [junit] 25-Jun-2020 01:03:27.773 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-4-45193"]
2020-06-25T01:03:27.7974544Z [junit] 25-Jun-2020 01:03:27.777 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug52811]
2020-06-25T01:03:27.7975193Z [junit] 25-Jun-2020 01:03:27.778 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-5"]
2020-06-25T01:03:27.7975838Z [junit] 25-Jun-2020 01:03:27.793 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:27.7976489Z [junit] 25-Jun-2020 01:03:27.793 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:27.9006782Z [junit] 25-Jun-2020 01:03:27.798 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-5-44205"]
2020-06-25T01:03:27.9035671Z [junit] 25-Jun-2020 01:03:27.807 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-5-44205"]
2020-06-25T01:03:27.9037178Z [junit] 25-Jun-2020 01:03:27.813 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:27.9038402Z [junit] 25-Jun-2020 01:03:27.815 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-5-44205"]
2020-06-25T01:03:27.9039545Z [junit] 25-Jun-2020 01:03:27.816 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-5-44205"]
2020-06-25T01:03:27.9040614Z [junit] 25-Jun-2020 01:03:27.820 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062a]
2020-06-25T01:03:27.9041268Z [junit] 25-Jun-2020 01:03:27.822 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-6"]
2020-06-25T01:03:27.9041896Z [junit] 25-Jun-2020 01:03:27.823 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062b]
2020-06-25T01:03:27.9042556Z [junit] 25-Jun-2020 01:03:27.823 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-7"]
2020-06-25T01:03:27.9043184Z [junit] 25-Jun-2020 01:03:27.824 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062c]
2020-06-25T01:03:27.9043823Z [junit] 25-Jun-2020 01:03:27.825 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-8"]
2020-06-25T01:03:27.9044439Z [junit] 25-Jun-2020 01:03:27.828 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062d]
2020-06-25T01:03:27.9045075Z [junit] 25-Jun-2020 01:03:27.830 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-9"]
2020-06-25T01:03:27.9045934Z [junit] 25-Jun-2020 01:03:27.830 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062e]
2020-06-25T01:03:27.9046591Z [junit] 25-Jun-2020 01:03:27.831 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-10"]
2020-06-25T01:03:27.9047214Z [junit] 25-Jun-2020 01:03:27.833 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062f]
2020-06-25T01:03:27.9047861Z [junit] 25-Jun-2020 01:03:27.834 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-11"]
2020-06-25T01:03:27.9048495Z [junit] 25-Jun-2020 01:03:27.836 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062g]
2020-06-25T01:03:27.9049132Z [junit] 25-Jun-2020 01:03:27.838 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-12"]
2020-06-25T01:03:27.9049754Z [junit] 25-Jun-2020 01:03:27.839 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062h]
2020-06-25T01:03:27.9050564Z [junit] 25-Jun-2020 01:03:27.840 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-13"]
2020-06-25T01:03:27.9051200Z [junit] 25-Jun-2020 01:03:27.841 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062i]
2020-06-25T01:03:27.9051848Z [junit] 25-Jun-2020 01:03:27.842 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-14"]
2020-06-25T01:03:27.9052473Z [junit] 25-Jun-2020 01:03:27.844 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062j]
2020-06-25T01:03:27.9053132Z [junit] 25-Jun-2020 01:03:27.845 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-15"]
2020-06-25T01:03:27.9053761Z [junit] 25-Jun-2020 01:03:27.847 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062k]
2020-06-25T01:03:27.9054559Z [junit] 25-Jun-2020 01:03:27.850 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-16"]
2020-06-25T01:03:27.9055256Z [junit] 25-Jun-2020 01:03:27.850 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062l]
2020-06-25T01:03:27.9056015Z [junit] 25-Jun-2020 01:03:27.852 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-17"]
2020-06-25T01:03:27.9056644Z [junit] 25-Jun-2020 01:03:27.854 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062m]
2020-06-25T01:03:27.9057286Z [junit] 25-Jun-2020 01:03:27.855 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-18"]
2020-06-25T01:03:27.9057909Z [junit] 25-Jun-2020 01:03:27.856 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062n]
2020-06-25T01:03:27.9058561Z [junit] 25-Jun-2020 01:03:27.857 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-19"]
2020-06-25T01:03:27.9059766Z [junit] 25-Jun-2020 01:03:27.858 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062o]
2020-06-25T01:03:27.9060404Z [junit] 25-Jun-2020 01:03:27.860 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-20"]
2020-06-25T01:03:27.9060963Z [junit] 25-Jun-2020 01:03:27.861 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53062p]
2020-06-25T01:03:27.9061528Z [junit] 25-Jun-2020 01:03:27.862 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-21"]
2020-06-25T01:03:27.9062102Z [junit] 25-Jun-2020 01:03:27.862 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53469a]
2020-06-25T01:03:27.9062679Z [junit] 25-Jun-2020 01:03:27.863 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-22"]
2020-06-25T01:03:27.9063233Z [junit] 25-Jun-2020 01:03:27.863 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53469b]
2020-06-25T01:03:27.9063802Z [junit] 25-Jun-2020 01:03:27.864 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-23"]
2020-06-25T01:03:27.9064344Z [junit] 25-Jun-2020 01:03:27.864 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testCharset]
2020-06-25T01:03:27.9064909Z [junit] 25-Jun-2020 01:03:27.865 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-24"]
2020-06-25T01:03:27.9065464Z [junit] 25-Jun-2020 01:03:27.870 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:27.9066035Z [junit] 25-Jun-2020 01:03:27.870 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:27.9066617Z [junit] 25-Jun-2020 01:03:27.873 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-24-34315"]
2020-06-25T01:03:27.9067196Z [junit] 25-Jun-2020 01:03:27.879 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-24-34315"]
2020-06-25T01:03:27.9067739Z [junit] 25-Jun-2020 01:03:27.884 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:27.9068445Z [junit] 25-Jun-2020 01:03:27.886 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-24-34315"]
2020-06-25T01:03:27.9069168Z [junit] 25-Jun-2020 01:03:27.886 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-24-34315"]
2020-06-25T01:03:27.9069788Z [junit] 25-Jun-2020 01:03:27.898 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL01]
2020-06-25T01:03:27.9752245Z [junit] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.873 sec
2020-06-25T01:03:27.9756531Z [junit] 25-Jun-2020 01:03:27.899 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-25"]
2020-06-25T01:03:27.9757334Z [junit] 25-Jun-2020 01:03:27.900 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL02]
2020-06-25T01:03:27.9757925Z [junit] 25-Jun-2020 01:03:27.900 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-26"]
2020-06-25T01:03:27.9758486Z [junit] 25-Jun-2020 01:03:27.901 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL03]
2020-06-25T01:03:27.9759078Z [junit] 25-Jun-2020 01:03:27.901 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-27"]
2020-06-25T01:03:27.9759626Z [junit] 25-Jun-2020 01:03:27.902 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL04]
2020-06-25T01:03:27.9760209Z [junit] 25-Jun-2020 01:03:27.903 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-28"]
2020-06-25T01:03:27.9761784Z [junit] 25-Jun-2020 01:03:27.904 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL06]
2020-06-25T01:03:27.9762359Z [junit] 25-Jun-2020 01:03:27.905 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-29"]
2020-06-25T01:03:27.9762804Z [junit] 25-Jun-2020 01:03:27.906 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL07]
2020-06-25T01:03:27.9763216Z [junit] 25-Jun-2020 01:03:27.907 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-30"]
2020-06-25T01:03:27.9763633Z [junit] 25-Jun-2020 01:03:27.909 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL08]
2020-06-25T01:03:27.9764053Z [junit] 25-Jun-2020 01:03:27.910 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-31"]
2020-06-25T01:03:27.9764463Z [junit] 25-Jun-2020 01:03:27.911 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL09]
2020-06-25T01:03:27.9764882Z [junit] 25-Jun-2020 01:03:27.912 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-32"]
2020-06-25T01:03:27.9765289Z [junit] 25-Jun-2020 01:03:27.913 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL10]
2020-06-25T01:03:27.9765875Z [junit] 25-Jun-2020 01:03:27.914 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-33"]
2020-06-25T01:03:27.9766282Z [junit] 25-Jun-2020 01:03:27.914 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL11]
2020-06-25T01:03:27.9766697Z [junit] 25-Jun-2020 01:03:27.915 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-34"]
2020-06-25T01:03:27.9767094Z [junit] 25-Jun-2020 01:03:27.915 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL12]
2020-06-25T01:03:27.9767510Z [junit] 25-Jun-2020 01:03:27.916 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-35"]
2020-06-25T01:03:27.9768100Z [junit] 25-Jun-2020 01:03:27.916 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL13]
2020-06-25T01:03:27.9768513Z [junit] 25-Jun-2020 01:03:27.917 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-36"]
2020-06-25T01:03:27.9769007Z [junit] 25-Jun-2020 01:03:27.917 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL14]
2020-06-25T01:03:27.9769431Z [junit] 25-Jun-2020 01:03:27.917 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-37"]
2020-06-25T01:03:27.9769868Z [junit] 25-Jun-2020 01:03:27.918 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL15]
2020-06-25T01:03:27.9770286Z [junit] 25-Jun-2020 01:03:27.918 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-38"]
2020-06-25T01:03:27.9770693Z [junit] 25-Jun-2020 01:03:27.919 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeURL16]
2020-06-25T01:03:27.9771120Z [junit] 25-Jun-2020 01:03:27.919 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-39"]
2020-06-25T01:03:27.9771531Z [junit] 25-Jun-2020 01:03:27.920 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL01]
2020-06-25T01:03:27.9771952Z [junit] 25-Jun-2020 01:03:27.921 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-40"]
2020-06-25T01:03:27.9772372Z [junit] 25-Jun-2020 01:03:27.922 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL02]
2020-06-25T01:03:27.9772798Z [junit] 25-Jun-2020 01:03:27.923 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-41"]
2020-06-25T01:03:27.9773199Z [junit] 25-Jun-2020 01:03:27.923 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL03]
2020-06-25T01:03:27.9773627Z [junit] 25-Jun-2020 01:03:27.924 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-42"]
2020-06-25T01:03:27.9774041Z [junit] 25-Jun-2020 01:03:27.925 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL04]
2020-06-25T01:03:27.9774468Z [junit] 25-Jun-2020 01:03:27.925 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-43"]
2020-06-25T01:03:27.9774882Z [junit] 25-Jun-2020 01:03:27.925 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL05]
2020-06-25T01:03:27.9775303Z [junit] 25-Jun-2020 01:03:27.927 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-44"]
2020-06-25T01:03:27.9775718Z [junit] 25-Jun-2020 01:03:27.927 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL06]
2020-06-25T01:03:27.9776141Z [junit] 25-Jun-2020 01:03:27.929 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-45"]
2020-06-25T01:03:27.9776548Z [junit] 25-Jun-2020 01:03:27.929 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL07]
2020-06-25T01:03:27.9776963Z [junit] 25-Jun-2020 01:03:27.930 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-46"]
2020-06-25T01:03:27.9777372Z [junit] 25-Jun-2020 01:03:27.931 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL08]
2020-06-25T01:03:27.9777786Z [junit] 25-Jun-2020 01:03:27.932 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-47"]
2020-06-25T01:03:27.9778274Z [junit] 25-Jun-2020 01:03:27.933 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL09]
2020-06-25T01:03:27.9778793Z [junit] 25-Jun-2020 01:03:27.935 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-48"]
2020-06-25T01:03:27.9779216Z [junit] 25-Jun-2020 01:03:27.935 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL10]
2020-06-25T01:03:27.9779640Z [junit] 25-Jun-2020 01:03:27.936 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-49"]
2020-06-25T01:03:27.9780049Z [junit] 25-Jun-2020 01:03:27.937 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL11]
2020-06-25T01:03:27.9780469Z [junit] 25-Jun-2020 01:03:27.938 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-50"]
2020-06-25T01:03:27.9780883Z [junit] 25-Jun-2020 01:03:27.939 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL12]
2020-06-25T01:03:27.9781479Z [junit] 25-Jun-2020 01:03:27.940 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-51"]
2020-06-25T01:03:27.9781886Z [junit] 25-Jun-2020 01:03:27.941 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL13]
2020-06-25T01:03:27.9782306Z [junit] 25-Jun-2020 01:03:27.942 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-52"]
2020-06-25T01:03:27.9782712Z [junit] 25-Jun-2020 01:03:27.942 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL14]
2020-06-25T01:03:27.9783138Z [junit] 25-Jun-2020 01:03:27.943 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-53"]
2020-06-25T01:03:27.9783558Z [junit] 25-Jun-2020 01:03:27.945 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL15]
2020-06-25T01:03:27.9783977Z [junit] 25-Jun-2020 01:03:27.945 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-54"]
2020-06-25T01:03:27.9784388Z [junit] 25-Jun-2020 01:03:27.946 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testEncodeRedirectURL16]
2020-06-25T01:03:27.9784807Z [junit] 25-Jun-2020 01:03:27.947 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-55"]
2020-06-25T01:03:28.2808400Z [junit] Running org.apache.catalina.connector.TestSendFile
2020-06-25T01:03:28.3811059Z [junit] 25-Jun-2020 01:03:28.348 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug60409]
2020-06-25T01:03:28.4811526Z [junit] Created file:/tmp/testSendFile-1593047008443.txt with 100000 bytes.
2020-06-25T01:03:28.7816311Z [junit] 25-Jun-2020 01:03:28.708 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:28.7816872Z [junit] 25-Jun-2020 01:03:28.738 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:28.7817323Z [junit] 25-Jun-2020 01:03:28.739 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:28.8826643Z [junit] 25-Jun-2020 01:03:28.829 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36719"]
2020-06-25T01:03:29.9843091Z [junit] 25-Jun-2020 01:03:29.911 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36719"]
2020-06-25T01:03:29.9843861Z [junit] Created file:/tmp/testSendFile-1593047009938-0.txt with 100000 bytes.
2020-06-25T01:03:29.9844381Z [junit] 25-Jun-2020 01:03:29.917 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:29.9844740Z [junit] Created file:/tmp/testSendFile-1593047009939-1.txt with 200000 bytes.
2020-06-25T01:03:29.9845165Z [junit] 25-Jun-2020 01:03:29.924 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36719"]
2020-06-25T01:03:29.9845659Z [junit] Created file:/tmp/testSendFile-1593047009941-2.txt with 300000 bytes.
2020-06-25T01:03:29.9846089Z [junit] 25-Jun-2020 01:03:29.926 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36719"]
2020-06-25T01:03:29.9846438Z [junit] Created file:/tmp/testSendFile-1593047009945-3.txt with 400000 bytes.
2020-06-25T01:03:29.9846836Z [junit] 25-Jun-2020 01:03:29.936 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendFile]
2020-06-25T01:03:29.9847176Z [junit] Created file:/tmp/testSendFile-1593047009950-4.txt with 500000 bytes.
2020-06-25T01:03:29.9847495Z [junit] Created file:/tmp/testSendFile-1593047009957-5.txt with 600000 bytes.
2020-06-25T01:03:29.9847822Z [junit] Created file:/tmp/testSendFile-1593047009963-6.txt with 700000 bytes.
2020-06-25T01:03:29.9848156Z [junit] Created file:/tmp/testSendFile-1593047009970-7.txt with 800000 bytes.
2020-06-25T01:03:30.0846973Z [junit] 25-Jun-2020 01:03:30.000 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:30.0847540Z [junit] 25-Jun-2020 01:03:30.003 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:30.0847981Z [junit] 25-Jun-2020 01:03:30.003 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:30.0848364Z [junit] Created file:/tmp/testSendFile-1593047009977-8.txt with 900000 bytes.
2020-06-25T01:03:30.0848801Z [junit] 25-Jun-2020 01:03:30.012 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-43065"]
2020-06-25T01:03:30.0849158Z [junit] Created file:/tmp/testSendFile-1593047009996-9.txt with 1000000 bytes.
2020-06-25T01:03:30.0849310Z [junit] Client received 100000 bytes in 4 ms.
2020-06-25T01:03:30.0849446Z [junit] Client received 200000 bytes in 4 ms.
2020-06-25T01:03:30.0849573Z [junit] Client received 300000 bytes in 6 ms.
2020-06-25T01:03:30.0849700Z [junit] Client received 400000 bytes in 3 ms.
2020-06-25T01:03:30.0849812Z [junit] Client received 500000 bytes in 3 ms.
2020-06-25T01:03:30.0849945Z [junit] Client received 600000 bytes in 4 ms.
2020-06-25T01:03:30.0850080Z [junit] Client received 700000 bytes in 3 ms.
2020-06-25T01:03:30.0850210Z [junit] Client received 800000 bytes in 4 ms.
2020-06-25T01:03:30.0850338Z [junit] Client received 900000 bytes in 5 ms.
2020-06-25T01:03:30.0850468Z [junit] Client received 1000000 bytes in 4 ms.
2020-06-25T01:03:30.0850617Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.805 sec
2020-06-25T01:03:30.0852382Z [junit] 25-Jun-2020 01:03:30.054 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-43065"]
2020-06-25T01:03:30.0852818Z [junit] 25-Jun-2020 01:03:30.055 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:30.0853248Z [junit] 25-Jun-2020 01:03:30.060 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-43065"]
2020-06-25T01:03:30.0853691Z [junit] 25-Jun-2020 01:03:30.065 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-43065"]
2020-06-25T01:03:30.4025802Z [junit] Running org.apache.catalina.core.TestApplicationContext
2020-06-25T01:03:30.5028907Z [junit] 25-Jun-2020 01:03:30.438 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testGetJspConfigDescriptor]
2020-06-25T01:03:30.8031508Z [junit] 25-Jun-2020 01:03:30.800 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:30.9033258Z [junit] 25-Jun-2020 01:03:30.835 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:30.9034393Z [junit] 25-Jun-2020 01:03:30.836 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:31.0035419Z [junit] 25-Jun-2020 01:03:30.918 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-25T01:03:31.0036249Z [junit] 25-Jun-2020 01:03:30.978 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-25T01:03:32.0044357Z [junit] 25-Jun-2020 01:03:31.945 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-39353"]
2020-06-25T01:03:32.0045572Z [junit] 25-Jun-2020 01:03:31.949 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-39353"]
2020-06-25T01:03:32.0046273Z [junit] 25-Jun-2020 01:03:31.954 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:32.0046929Z [junit] 25-Jun-2020 01:03:31.965 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-39353"]
2020-06-25T01:03:32.0047623Z [junit] 25-Jun-2020 01:03:31.966 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-39353"]
2020-06-25T01:03:32.0048281Z [junit] 25-Jun-2020 01:03:31.978 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAddServletWithServletNameNull]
2020-06-25T01:03:32.0048953Z [junit] 25-Jun-2020 01:03:31.981 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:32.0049575Z [junit] 25-Jun-2020 01:03:31.982 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53257]
2020-06-25T01:03:32.0050219Z [junit] 25-Jun-2020 01:03:31.989 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-3"]
2020-06-25T01:03:32.0050842Z [junit] 25-Jun-2020 01:03:31.994 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:32.0051495Z [junit] 25-Jun-2020 01:03:31.994 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:32.1052278Z [junit] 25-Jun-2020 01:03:32.006 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-25T01:03:32.1053506Z [junit] 25-Jun-2020 01:03:32.060 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-25T01:03:32.4050912Z [junit] 25-Jun-2020 01:03:32.323 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-3-45225"]
2020-06-25T01:03:32.5053257Z [junit] 25-Jun-2020 01:03:32.453 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-3-45225"]
2020-06-25T01:03:32.5055267Z [junit] 25-Jun-2020 01:03:32.458 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:32.5056401Z [junit] 25-Jun-2020 01:03:32.461 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-3-45225"]
2020-06-25T01:03:32.5057228Z [junit] 25-Jun-2020 01:03:32.461 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-3-45225"]
2020-06-25T01:03:32.6055680Z [junit] 25-Jun-2020 01:03:32.565 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug53467]
2020-06-25T01:03:32.6056306Z [junit] 25-Jun-2020 01:03:32.566 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-4"]
2020-06-25T01:03:32.6056752Z [junit] 25-Jun-2020 01:03:32.569 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:32.6057192Z [junit] 25-Jun-2020 01:03:32.570 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:32.6057608Z [junit] 25-Jun-2020 01:03:32.575 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-25T01:03:32.6058266Z [junit] 25-Jun-2020 01:03:32.589 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-25T01:03:32.7057462Z [junit] 25-Jun-2020 01:03:32.692 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-4-42489"]
2020-06-25T01:03:32.8061371Z [junit] 25-Jun-2020 01:03:32.723 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-4-42489"]
2020-06-25T01:03:32.8087180Z [junit] 25-Jun-2020 01:03:32.728 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:32.8088053Z [junit] 25-Jun-2020 01:03:32.730 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-4-42489"]
2020-06-25T01:03:32.8088762Z [junit] 25-Jun-2020 01:03:32.731 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-4-42489"]
2020-06-25T01:03:32.8089757Z [junit] 25-Jun-2020 01:03:32.734 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug57190]
2020-06-25T01:03:32.8090249Z [junit] 25-Jun-2020 01:03:32.737 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-5"]
2020-06-25T01:03:32.8090689Z [junit] 25-Jun-2020 01:03:32.739 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:32.8091189Z [junit] 25-Jun-2020 01:03:32.739 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:32.8091626Z [junit] 25-Jun-2020 01:03:32.755 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-5-43157"]
2020-06-25T01:03:32.8092062Z [junit] 25-Jun-2020 01:03:32.758 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-5-43157"]
2020-06-25T01:03:32.8092465Z [junit] 25-Jun-2020 01:03:32.764 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:32.8092892Z [junit] 25-Jun-2020 01:03:32.767 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-5-43157"]
2020-06-25T01:03:32.8093577Z [junit] 25-Jun-2020 01:03:32.768 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-5-43157"]
2020-06-25T01:03:32.8094098Z [junit] 25-Jun-2020 01:03:32.771 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAddFilterWithFilterNameNull]
2020-06-25T01:03:32.8094541Z [junit] 25-Jun-2020 01:03:32.771 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-6"]
2020-06-25T01:03:32.8094975Z [junit] 25-Jun-2020 01:03:32.772 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAddFilterWithFilterNameEmptyString]
2020-06-25T01:03:32.8095382Z [junit] 25-Jun-2020 01:03:32.781 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-7"]
2020-06-25T01:03:32.8095802Z [junit] 25-Jun-2020 01:03:32.781 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSetInitParameter]
2020-06-25T01:03:32.8096224Z [junit] 25-Jun-2020 01:03:32.786 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-8"]
2020-06-25T01:03:32.8096626Z [junit] 25-Jun-2020 01:03:32.793 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:32.8097052Z [junit] 25-Jun-2020 01:03:32.793 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:32.8097486Z [junit] 25-Jun-2020 01:03:32.794 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-8-39825"]
2020-06-25T01:03:32.9066857Z [junit] 25-Jun-2020 01:03:32.804 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-25T01:03:32.9070557Z [junit] 25-Jun-2020 01:03:32.843 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-25T01:03:33.1066732Z [junit] 25-Jun-2020 01:03:33.012 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-8-39825"]
2020-06-25T01:03:33.1067870Z [junit] 25-Jun-2020 01:03:33.017 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:33.1069068Z [junit] 25-Jun-2020 01:03:33.020 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-8-39825"]
2020-06-25T01:03:33.1069598Z [junit] 25-Jun-2020 01:03:33.020 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-8-39825"]
2020-06-25T01:03:33.1070073Z [junit] 25-Jun-2020 01:03:33.028 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testJspPropertyGroupsAreIsolated]
2020-06-25T01:03:33.1070576Z [junit] 25-Jun-2020 01:03:33.029 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-9"]
2020-06-25T01:03:33.1070987Z [junit] 25-Jun-2020 01:03:33.041 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:33.1071417Z [junit] 25-Jun-2020 01:03:33.041 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:33.1071829Z [junit] 25-Jun-2020 01:03:33.046 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-25T01:03:33.1072854Z [junit] 25-Jun-2020 01:03:33.074 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-25T01:03:33.3070811Z [junit] 25-Jun-2020 01:03:33.238 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-9-42897"]
2020-06-25T01:03:33.3071884Z [junit] 25-Jun-2020 01:03:33.239 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-9-42897"]
2020-06-25T01:03:33.3072584Z [junit] 25-Jun-2020 01:03:33.245 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:33.3073713Z [junit] 25-Jun-2020 01:03:33.248 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-9-42897"]
2020-06-25T01:03:33.3074274Z [junit] 25-Jun-2020 01:03:33.248 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-9-42897"]
2020-06-25T01:03:33.3074803Z [junit] 25-Jun-2020 01:03:33.255 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testCrossContextSetAttribute]
2020-06-25T01:03:33.3075247Z [junit] 25-Jun-2020 01:03:33.257 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-10"]
2020-06-25T01:03:33.3075669Z [junit] 25-Jun-2020 01:03:33.261 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:33.3076106Z [junit] 25-Jun-2020 01:03:33.261 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:33.3076541Z [junit] 25-Jun-2020 01:03:33.266 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-10-42341"]
2020-06-25T01:03:33.3076974Z [junit] 25-Jun-2020 01:03:33.273 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-10-42341"]
2020-06-25T01:03:33.3077384Z [junit] 25-Jun-2020 01:03:33.279 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:33.3077818Z [junit] 25-Jun-2020 01:03:33.285 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-10-42341"]
2020-06-25T01:03:33.3078256Z [junit] 25-Jun-2020 01:03:33.285 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-10-42341"]
2020-06-25T01:03:33.3078703Z [junit] 25-Jun-2020 01:03:33.287 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAddServletWithServletNameEmptyString]
2020-06-25T01:03:33.3079139Z [junit] 25-Jun-2020 01:03:33.288 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-11"]
2020-06-25T01:03:33.3079316Z [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.931 sec
2020-06-25T01:03:33.7186374Z [junit] Running org.apache.catalina.core.TestApplicationContextGetRequestDispatcherB
2020-06-25T01:03:33.7188823Z [junit] 25-Jun-2020 01:03:33.677 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[0: startMapping[/start], startUri[/start], dispatcherType[INCLUDE], targetMapping[/target], targetUri[/target], useEncodedDispatchPaths[true], expectedRequestURI[/test/start], expectedContextPath[/test], expectedServletPath[/start], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/start], expectedMappingMatchValue[start], expectedMappingServletName[rd], expectedDispatcherRequestURI[/test/target], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/target], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/target], expectedDispatcherMappingMatchValue[target],expectedDispatcherMappingServletName[target],expectedBody]]
2020-06-25T01:03:34.1192829Z [junit] 25-Jun-2020 01:03:34.040 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:34.1193943Z [junit] 25-Jun-2020 01:03:34.082 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:34.1194656Z [junit] 25-Jun-2020 01:03:34.082 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:34.2209260Z [junit] 25-Jun-2020 01:03:34.206 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38363"]
2020-06-25T01:03:34.3211233Z [junit] 25-Jun-2020 01:03:34.297 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38363"]
2020-06-25T01:03:34.3212254Z [junit] 25-Jun-2020 01:03:34.302 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:34.3212971Z [junit] 25-Jun-2020 01:03:34.311 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38363"]
2020-06-25T01:03:34.3213648Z [junit] 25-Jun-2020 01:03:34.314 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38363"]
2020-06-25T01:03:34.4239278Z [junit] 25-Jun-2020 01:03:34.325 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[1: startMapping[/start], startUri[/start], dispatcherType[FORWARD], targetMapping[/target], targetUri[/target], useEncodedDispatchPaths[true], expectedRequestURI[/test/target], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:34.4240695Z [junit] 25-Jun-2020 01:03:34.329 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:34.4241363Z [junit] 25-Jun-2020 01:03:34.333 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:34.4242050Z [junit] 25-Jun-2020 01:03:34.333 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:34.4242753Z [junit] 25-Jun-2020 01:03:34.337 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-35925"]
2020-06-25T01:03:34.4243423Z [junit] 25-Jun-2020 01:03:34.342 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-35925"]
2020-06-25T01:03:34.4244051Z [junit] 25-Jun-2020 01:03:34.348 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:34.4244791Z [junit] 25-Jun-2020 01:03:34.349 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-35925"]
2020-06-25T01:03:34.4246238Z [junit] 25-Jun-2020 01:03:34.349 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-35925"]
2020-06-25T01:03:34.4247819Z [junit] 25-Jun-2020 01:03:34.352 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[2: startMapping[/start], startUri[/start], dispatcherType[ASYNC], targetMapping[/target], targetUri[/target], useEncodedDispatchPaths[true], expectedRequestURI[/test/target], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:34.4248608Z [junit] 25-Jun-2020 01:03:34.353 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-3"]
2020-06-25T01:03:34.4249033Z [junit] 25-Jun-2020 01:03:34.355 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:34.4249477Z [junit] 25-Jun-2020 01:03:34.355 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:34.4249917Z [junit] 25-Jun-2020 01:03:34.360 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-3-33107"]
2020-06-25T01:03:34.4250364Z [junit] 25-Jun-2020 01:03:34.392 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-3-33107"]
2020-06-25T01:03:34.4250772Z [junit] 25-Jun-2020 01:03:34.397 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:34.4251198Z [junit] 25-Jun-2020 01:03:34.400 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-3-33107"]
2020-06-25T01:03:34.4251650Z [junit] 25-Jun-2020 01:03:34.400 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-3-33107"]
2020-06-25T01:03:34.4253060Z [junit] 25-Jun-2020 01:03:34.403 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[3: startMapping[/start], startUri[/start?abcde=fghij], dispatcherType[INCLUDE], targetMapping[/target], targetUri[/target?zyxwv=utsrq], useEncodedDispatchPaths[true], expectedRequestURI[/test/start], expectedContextPath[/test], expectedServletPath[/start], expectedPathInfo[null], expectedQueryString[abcde=fghij], expectedMappingMatch[EXACT, expectedMappingPattern[/start], expectedMappingMatchValue[start], expectedMappingServletName[rd], expectedDispatcherRequestURI[/test/target], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/target], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[zyxwv=utsrq], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/target], expectedDispatcherMappingMatchValue[target],expectedDispatcherMappingServletName[target],expectedBody]]
2020-06-25T01:03:34.4253729Z [junit] 25-Jun-2020 01:03:34.404 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-4"]
2020-06-25T01:03:34.4254141Z [junit] 25-Jun-2020 01:03:34.416 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:34.4254582Z [junit] 25-Jun-2020 01:03:34.417 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:34.4255020Z [junit] 25-Jun-2020 01:03:34.420 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-4-43359"]
2020-06-25T01:03:34.4255461Z [junit] 25-Jun-2020 01:03:34.423 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-4-43359"]
2020-06-25T01:03:34.5243814Z [junit] 25-Jun-2020 01:03:34.428 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:34.5244874Z [junit] 25-Jun-2020 01:03:34.430 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-4-43359"]
2020-06-25T01:03:34.5245679Z [junit] 25-Jun-2020 01:03:34.430 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-4-43359"]
2020-06-25T01:03:34.6247095Z [junit] 25-Jun-2020 01:03:34.533 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[4: startMapping[/start], startUri[/start?abcde=fghij], dispatcherType[FORWARD], targetMapping[/target], targetUri[/target?zyxwv=utsrq], useEncodedDispatchPaths[true], expectedRequestURI[/test/target], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[zyxwv=utsrq], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[abcde=fghij], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:34.6248557Z [junit] 25-Jun-2020 01:03:34.535 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-5"]
2020-06-25T01:03:34.6249395Z [junit] 25-Jun-2020 01:03:34.538 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:34.6250667Z [junit] 25-Jun-2020 01:03:34.538 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:34.6251310Z [junit] 25-Jun-2020 01:03:34.543 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-5-36789"]
2020-06-25T01:03:34.6251848Z [junit] 25-Jun-2020 01:03:34.545 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-5-36789"]
2020-06-25T01:03:34.6252403Z [junit] 25-Jun-2020 01:03:34.550 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:34.6252917Z [junit] 25-Jun-2020 01:03:34.552 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-5-36789"]
2020-06-25T01:03:34.6253436Z [junit] 25-Jun-2020 01:03:34.552 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-5-36789"]
2020-06-25T01:03:34.6255036Z [junit] 25-Jun-2020 01:03:34.560 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[5: startMapping[/start], startUri[/start?abcde=fghij], dispatcherType[ASYNC], targetMapping[/target], targetUri[/target?zyxwv=utsrq], useEncodedDispatchPaths[true], expectedRequestURI[/test/target], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[zyxwv=utsrq], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[abcde=fghij], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:34.6255851Z [junit] 25-Jun-2020 01:03:34.561 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-6"]
2020-06-25T01:03:34.6256655Z [junit] 25-Jun-2020 01:03:34.567 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:34.6257276Z [junit] 25-Jun-2020 01:03:34.567 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:34.6257811Z [junit] 25-Jun-2020 01:03:34.574 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-6-37679"]
2020-06-25T01:03:34.6258332Z [junit] 25-Jun-2020 01:03:34.580 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-6-37679"]
2020-06-25T01:03:34.6258807Z [junit] 25-Jun-2020 01:03:34.586 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:34.6259412Z [junit] 25-Jun-2020 01:03:34.587 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-6-37679"]
2020-06-25T01:03:34.6259950Z [junit] 25-Jun-2020 01:03:34.587 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-6-37679"]
2020-06-25T01:03:34.7292592Z [junit] 25-Jun-2020 01:03:34.690 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[6: startMapping[/start], startUri[/start;abcde=fghij], dispatcherType[INCLUDE], targetMapping[/target], targetUri[/target], useEncodedDispatchPaths[true], expectedRequestURI[/test/start;abcde=fghij], expectedContextPath[/test], expectedServletPath[/start], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/start], expectedMappingMatchValue[start], expectedMappingServletName[rd], expectedDispatcherRequestURI[/test/target], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/target], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/target], expectedDispatcherMappingMatchValue[target],expectedDispatcherMappingServletName[target],expectedBody]]
2020-06-25T01:03:34.7320778Z [junit] 25-Jun-2020 01:03:34.692 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-7"]
2020-06-25T01:03:34.7321677Z [junit] 25-Jun-2020 01:03:34.694 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:34.7322378Z [junit] 25-Jun-2020 01:03:34.694 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:34.7323053Z [junit] 25-Jun-2020 01:03:34.697 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-7-35557"]
2020-06-25T01:03:34.7323718Z [junit] 25-Jun-2020 01:03:34.706 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-7-35557"]
2020-06-25T01:03:34.7324352Z [junit] 25-Jun-2020 01:03:34.712 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:34.7333257Z [junit] 25-Jun-2020 01:03:34.713 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-7-35557"]
2020-06-25T01:03:34.7333973Z [junit] 25-Jun-2020 01:03:34.713 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-7-35557"]
2020-06-25T01:03:34.7335797Z [junit] 25-Jun-2020 01:03:34.715 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[7: startMapping[/start], startUri[/start;abcde=fghij], dispatcherType[FORWARD], targetMapping[/target], targetUri[/target], useEncodedDispatchPaths[true], expectedRequestURI[/test/target], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start;abcde=fghij], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:34.7336833Z [junit] 25-Jun-2020 01:03:34.716 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-8"]
2020-06-25T01:03:34.7337475Z [junit] 25-Jun-2020 01:03:34.719 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:34.7338127Z [junit] 25-Jun-2020 01:03:34.719 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:34.8294845Z [junit] 25-Jun-2020 01:03:34.728 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-8-43219"]
2020-06-25T01:03:34.8295573Z [junit] 25-Jun-2020 01:03:34.744 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-8-43219"]
2020-06-25T01:03:34.8296075Z [junit] 25-Jun-2020 01:03:34.749 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:34.8296590Z [junit] 25-Jun-2020 01:03:34.755 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-8-43219"]
2020-06-25T01:03:34.8297115Z [junit] 25-Jun-2020 01:03:34.755 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-8-43219"]
2020-06-25T01:03:34.9299181Z [junit] 25-Jun-2020 01:03:34.859 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[8: startMapping[/start], startUri[/start;abcde=fghij], dispatcherType[ASYNC], targetMapping[/target], targetUri[/target], useEncodedDispatchPaths[true], expectedRequestURI[/test/target], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start;abcde=fghij], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:34.9300663Z [junit] 25-Jun-2020 01:03:34.860 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-9"]
2020-06-25T01:03:34.9301518Z [junit] 25-Jun-2020 01:03:34.865 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:34.9302825Z [junit] 25-Jun-2020 01:03:34.865 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:34.9303447Z [junit] 25-Jun-2020 01:03:34.869 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-9-44945"]
2020-06-25T01:03:34.9304030Z [junit] 25-Jun-2020 01:03:34.871 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-9-44945"]
2020-06-25T01:03:34.9304512Z [junit] 25-Jun-2020 01:03:34.877 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:34.9305024Z [junit] 25-Jun-2020 01:03:34.878 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-9-44945"]
2020-06-25T01:03:34.9305899Z [junit] 25-Jun-2020 01:03:34.878 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-9-44945"]
2020-06-25T01:03:35.0301549Z [junit] 25-Jun-2020 01:03:34.983 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[9: startMapping[/start], startUri[;abcde=fghij/start], dispatcherType[INCLUDE], targetMapping[/target], targetUri[/target], useEncodedDispatchPaths[true], expectedRequestURI[/test;abcde=fghij/start], expectedContextPath[/test;abcde=fghij], expectedServletPath[/start], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/start], expectedMappingMatchValue[start], expectedMappingServletName[rd], expectedDispatcherRequestURI[/test/target], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/target], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/target], expectedDispatcherMappingMatchValue[target],expectedDispatcherMappingServletName[target],expectedBody]]
2020-06-25T01:03:35.0302559Z [junit] 25-Jun-2020 01:03:34.989 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-10"]
2020-06-25T01:03:35.0302991Z [junit] 25-Jun-2020 01:03:34.994 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:35.0303440Z [junit] 25-Jun-2020 01:03:34.995 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:35.0303886Z [junit] 25-Jun-2020 01:03:35.003 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-10-39123"]
2020-06-25T01:03:35.0304341Z [junit] 25-Jun-2020 01:03:35.007 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-10-39123"]
2020-06-25T01:03:35.0304757Z [junit] 25-Jun-2020 01:03:35.012 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:35.0305190Z [junit] 25-Jun-2020 01:03:35.014 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-10-39123"]
2020-06-25T01:03:35.0305635Z [junit] 25-Jun-2020 01:03:35.014 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-10-39123"]
2020-06-25T01:03:35.1304155Z [junit] 25-Jun-2020 01:03:35.116 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[10: startMapping[/start], startUri[;abcde=fghij/start], dispatcherType[FORWARD], targetMapping[/target], targetUri[/target], useEncodedDispatchPaths[true], expectedRequestURI[/test/target], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test;abcde=fghij/start], expectedDispatcherContextPath[/test;abcde=fghij], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:35.1305521Z [junit] 25-Jun-2020 01:03:35.118 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-11"]
2020-06-25T01:03:35.1306620Z [junit] 25-Jun-2020 01:03:35.121 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:35.1307122Z [junit] 25-Jun-2020 01:03:35.121 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:35.1307866Z [junit] 25-Jun-2020 01:03:35.125 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-11-35121"]
2020-06-25T01:03:35.1308418Z [junit] 25-Jun-2020 01:03:35.128 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-11-35121"]
2020-06-25T01:03:35.2306788Z [junit] 25-Jun-2020 01:03:35.134 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:35.2307489Z [junit] 25-Jun-2020 01:03:35.135 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-11-35121"]
2020-06-25T01:03:35.2308034Z [junit] 25-Jun-2020 01:03:35.135 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-11-35121"]
2020-06-25T01:03:35.3308957Z [junit] 25-Jun-2020 01:03:35.238 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[11: startMapping[/start], startUri[;abcde=fghij/start], dispatcherType[ASYNC], targetMapping[/target], targetUri[/target], useEncodedDispatchPaths[true], expectedRequestURI[/test/target], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test;abcde=fghij/start], expectedDispatcherContextPath[/test;abcde=fghij], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:35.3310467Z [junit] 25-Jun-2020 01:03:35.239 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-12"]
2020-06-25T01:03:35.3311298Z [junit] 25-Jun-2020 01:03:35.241 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:35.3312638Z [junit] 25-Jun-2020 01:03:35.241 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:35.3313257Z [junit] 25-Jun-2020 01:03:35.245 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-12-34851"]
2020-06-25T01:03:35.3313808Z [junit] 25-Jun-2020 01:03:35.248 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-12-34851"]
2020-06-25T01:03:35.3314364Z [junit] 25-Jun-2020 01:03:35.254 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:35.3314881Z [junit] 25-Jun-2020 01:03:35.255 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-12-34851"]
2020-06-25T01:03:35.3315420Z [junit] 25-Jun-2020 01:03:35.255 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-12-34851"]
2020-06-25T01:03:35.3317039Z [junit] 25-Jun-2020 01:03:35.257 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[12: startMapping[/start], startUri[/start], dispatcherType[INCLUDE], targetMapping[/target], targetUri[/target;abcde=fghij], useEncodedDispatchPaths[true], expectedRequestURI[/test/start], expectedContextPath[/test], expectedServletPath[/start], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/start], expectedMappingMatchValue[start], expectedMappingServletName[rd], expectedDispatcherRequestURI[/test/target;abcde=fghij], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/target], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/target], expectedDispatcherMappingMatchValue[target],expectedDispatcherMappingServletName[target],expectedBody]]
2020-06-25T01:03:35.3318096Z [junit] 25-Jun-2020 01:03:35.258 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-13"]
2020-06-25T01:03:35.3318710Z [junit] 25-Jun-2020 01:03:35.262 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:35.3319249Z [junit] 25-Jun-2020 01:03:35.263 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:35.3319771Z [junit] 25-Jun-2020 01:03:35.267 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-13-40863"]
2020-06-25T01:03:35.3320297Z [junit] 25-Jun-2020 01:03:35.272 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-13-40863"]
2020-06-25T01:03:35.3320789Z [junit] 25-Jun-2020 01:03:35.277 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:35.3321303Z [junit] 25-Jun-2020 01:03:35.278 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-13-40863"]
2020-06-25T01:03:35.3321825Z [junit] 25-Jun-2020 01:03:35.278 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-13-40863"]
2020-06-25T01:03:35.4314333Z [junit] 25-Jun-2020 01:03:35.381 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[13: startMapping[/start], startUri[/start], dispatcherType[FORWARD], targetMapping[/target], targetUri[/target;abcde=fghij], useEncodedDispatchPaths[true], expectedRequestURI[/test/target;abcde=fghij], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:35.4315321Z [junit] 25-Jun-2020 01:03:35.382 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-14"]
2020-06-25T01:03:35.4315831Z [junit] 25-Jun-2020 01:03:35.396 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:35.4316360Z [junit] 25-Jun-2020 01:03:35.396 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:35.4316890Z [junit] 25-Jun-2020 01:03:35.404 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-14-35585"]
2020-06-25T01:03:35.4317424Z [junit] 25-Jun-2020 01:03:35.406 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-14-35585"]
2020-06-25T01:03:35.4317907Z [junit] 25-Jun-2020 01:03:35.412 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:35.4318411Z [junit] 25-Jun-2020 01:03:35.413 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-14-35585"]
2020-06-25T01:03:35.4318944Z [junit] 25-Jun-2020 01:03:35.413 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-14-35585"]
2020-06-25T01:03:35.5320998Z [junit] 25-Jun-2020 01:03:35.516 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[14: startMapping[/start], startUri[/start], dispatcherType[ASYNC], targetMapping[/target], targetUri[/target;abcde=fghij], useEncodedDispatchPaths[true], expectedRequestURI[/test/target;abcde=fghij], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:35.5322943Z [junit] 25-Jun-2020 01:03:35.517 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-15"]
2020-06-25T01:03:35.5323627Z [junit] 25-Jun-2020 01:03:35.521 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:35.5324337Z [junit] 25-Jun-2020 01:03:35.521 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:35.6322325Z [junit] 25-Jun-2020 01:03:35.532 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-15-45725"]
2020-06-25T01:03:35.6323493Z [junit] 25-Jun-2020 01:03:35.535 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-15-45725"]
2020-06-25T01:03:35.6324791Z [junit] 25-Jun-2020 01:03:35.540 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:35.6325519Z [junit] 25-Jun-2020 01:03:35.542 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-15-45725"]
2020-06-25T01:03:35.6326128Z [junit] 25-Jun-2020 01:03:35.542 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-15-45725"]
2020-06-25T01:03:35.7329602Z [junit] 25-Jun-2020 01:03:35.645 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[15: startMapping[/start], startUri[/start;abcde=fghij], dispatcherType[INCLUDE], targetMapping[/target], targetUri[;klmno=pqrst/target;uvwxy=z0123], useEncodedDispatchPaths[true], expectedRequestURI[/test/start;abcde=fghij], expectedContextPath[/test], expectedServletPath[/start], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/start], expectedMappingMatchValue[start], expectedMappingServletName[rd], expectedDispatcherRequestURI[/test/;klmno=pqrst/target;uvwxy=z0123], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/target], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/target], expectedDispatcherMappingMatchValue[target],expectedDispatcherMappingServletName[target],expectedBody]]
2020-06-25T01:03:35.7330419Z [junit] 25-Jun-2020 01:03:35.648 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-16"]
2020-06-25T01:03:35.7330842Z [junit] 25-Jun-2020 01:03:35.656 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:35.7331282Z [junit] 25-Jun-2020 01:03:35.656 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:35.7331723Z [junit] 25-Jun-2020 01:03:35.661 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-16-38291"]
2020-06-25T01:03:35.7332168Z [junit] 25-Jun-2020 01:03:35.664 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-16-38291"]
2020-06-25T01:03:35.7332812Z [junit] 25-Jun-2020 01:03:35.670 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:35.7333314Z [junit] 25-Jun-2020 01:03:35.671 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-16-38291"]
2020-06-25T01:03:35.7333771Z [junit] 25-Jun-2020 01:03:35.671 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-16-38291"]
2020-06-25T01:03:35.7335160Z [junit] 25-Jun-2020 01:03:35.674 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[16: startMapping[/start], startUri[/start;abcde=fghij], dispatcherType[FORWARD], targetMapping[/target], targetUri[;klmno=pqrst/target;uvwxy=z0123], useEncodedDispatchPaths[true], expectedRequestURI[/test/;klmno=pqrst/target;uvwxy=z0123], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start;abcde=fghij], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:35.7335826Z [junit] 25-Jun-2020 01:03:35.675 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-17"]
2020-06-25T01:03:35.7336231Z [junit] 25-Jun-2020 01:03:35.683 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:35.7336660Z [junit] 25-Jun-2020 01:03:35.683 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:35.7337100Z [junit] 25-Jun-2020 01:03:35.690 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-17-39421"]
2020-06-25T01:03:35.7337545Z [junit] 25-Jun-2020 01:03:35.693 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-17-39421"]
2020-06-25T01:03:35.7337951Z [junit] 25-Jun-2020 01:03:35.698 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:35.7338380Z [junit] 25-Jun-2020 01:03:35.699 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-17-39421"]
2020-06-25T01:03:35.7338820Z [junit] 25-Jun-2020 01:03:35.699 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-17-39421"]
2020-06-25T01:03:35.7340259Z [junit] 25-Jun-2020 01:03:35.701 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[17: startMapping[/start], startUri[/start;abcde=fghij], dispatcherType[ASYNC], targetMapping[/target], targetUri[;klmno=pqrst/target;uvwxy=z0123], useEncodedDispatchPaths[true], expectedRequestURI[/test/;klmno=pqrst/target;uvwxy=z0123], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start;abcde=fghij], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:35.7340891Z [junit] 25-Jun-2020 01:03:35.702 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-18"]
2020-06-25T01:03:35.7341367Z [junit] 25-Jun-2020 01:03:35.705 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:35.7341847Z [junit] 25-Jun-2020 01:03:35.705 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:35.7342297Z [junit] 25-Jun-2020 01:03:35.712 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-18-39755"]
2020-06-25T01:03:35.7342736Z [junit] 25-Jun-2020 01:03:35.714 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-18-39755"]
2020-06-25T01:03:35.7343138Z [junit] 25-Jun-2020 01:03:35.720 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:35.7343565Z [junit] 25-Jun-2020 01:03:35.721 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-18-39755"]
2020-06-25T01:03:35.7344010Z [junit] 25-Jun-2020 01:03:35.721 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-18-39755"]
2020-06-25T01:03:35.8354363Z [junit] 25-Jun-2020 01:03:35.824 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[18: startMapping[/start/*], startUri[/start/foo], dispatcherType[INCLUDE], targetMapping[/target], targetUri[../target], useEncodedDispatchPaths[true], expectedRequestURI[/test/start/foo], expectedContextPath[/test], expectedServletPath[/start], expectedPathInfo[/foo], expectedQueryString[null], expectedMappingMatch[PATH, expectedMappingPattern[/start/*], expectedMappingMatchValue[foo], expectedMappingServletName[rd], expectedDispatcherRequestURI[/test/start/../target], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/target], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/target], expectedDispatcherMappingMatchValue[target],expectedDispatcherMappingServletName[target],expectedBody]]
2020-06-25T01:03:35.8355851Z [junit] 25-Jun-2020 01:03:35.825 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-19"]
2020-06-25T01:03:35.8356545Z [junit] 25-Jun-2020 01:03:35.829 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:35.8357213Z [junit] 25-Jun-2020 01:03:35.829 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:35.8357877Z [junit] 25-Jun-2020 01:03:35.832 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-19-39205"]
2020-06-25T01:03:35.9334146Z [junit] 25-Jun-2020 01:03:35.836 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-19-39205"]
2020-06-25T01:03:35.9334730Z [junit] 25-Jun-2020 01:03:35.842 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:35.9335185Z [junit] 25-Jun-2020 01:03:35.843 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-19-39205"]
2020-06-25T01:03:35.9335639Z [junit] 25-Jun-2020 01:03:35.843 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-19-39205"]
2020-06-25T01:03:36.0338045Z [junit] 25-Jun-2020 01:03:35.946 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[19: startMapping[/start/*], startUri[/start/foo], dispatcherType[FORWARD], targetMapping[/target], targetUri[../target], useEncodedDispatchPaths[true], expectedRequestURI[/test/start/../target], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start/foo], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[/foo], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[PATH],expectedDispatcherMappingPattern[/start/*], expectedDispatcherMappingMatchValue[foo],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:36.0339198Z [junit] 25-Jun-2020 01:03:35.947 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-20"]
2020-06-25T01:03:36.0339698Z [junit] 25-Jun-2020 01:03:35.949 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:36.0340220Z [junit] 25-Jun-2020 01:03:35.949 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:36.0340752Z [junit] 25-Jun-2020 01:03:35.951 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-20-34761"]
2020-06-25T01:03:36.0341282Z [junit] 25-Jun-2020 01:03:35.954 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-20-34761"]
2020-06-25T01:03:36.0341762Z [junit] 25-Jun-2020 01:03:35.959 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:36.0342270Z [junit] 25-Jun-2020 01:03:35.960 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-20-34761"]
2020-06-25T01:03:36.0342797Z [junit] 25-Jun-2020 01:03:35.961 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-20-34761"]
2020-06-25T01:03:36.1339274Z [junit] 25-Jun-2020 01:03:36.063 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[20: startMapping[/start/*], startUri[/start/foo], dispatcherType[ASYNC], targetMapping[/target], targetUri[../target], useEncodedDispatchPaths[true], expectedRequestURI[/test/start/../target], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start/foo], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[/foo], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[PATH],expectedDispatcherMappingPattern[/start/*], expectedDispatcherMappingMatchValue[foo],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:36.1340634Z [junit] 25-Jun-2020 01:03:36.065 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-21"]
2020-06-25T01:03:36.1341318Z [junit] 25-Jun-2020 01:03:36.067 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:36.1342025Z [junit] 25-Jun-2020 01:03:36.067 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:36.1342692Z [junit] 25-Jun-2020 01:03:36.074 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-21-46537"]
2020-06-25T01:03:36.1343354Z [junit] 25-Jun-2020 01:03:36.079 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-21-46537"]
2020-06-25T01:03:36.1343985Z [junit] 25-Jun-2020 01:03:36.084 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:36.1344911Z [junit] 25-Jun-2020 01:03:36.085 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-21-46537"]
2020-06-25T01:03:36.1345907Z [junit] 25-Jun-2020 01:03:36.086 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-21-46537"]
2020-06-25T01:03:36.1347646Z [junit] 25-Jun-2020 01:03:36.088 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[21: startMapping[/start/*], startUri[/start;abcde=fghij/foo], dispatcherType[INCLUDE], targetMapping[/target], targetUri[../target;klmno=pqrst], useEncodedDispatchPaths[true], expectedRequestURI[/test/start;abcde=fghij/foo], expectedContextPath[/test], expectedServletPath[/start], expectedPathInfo[/foo], expectedQueryString[null], expectedMappingMatch[PATH, expectedMappingPattern[/start/*], expectedMappingMatchValue[foo], expectedMappingServletName[rd], expectedDispatcherRequestURI[/test/start/../target;klmno=pqrst], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/target], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/target], expectedDispatcherMappingMatchValue[target],expectedDispatcherMappingServletName[target],expectedBody]]
2020-06-25T01:03:36.1348585Z [junit] 25-Jun-2020 01:03:36.089 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-22"]
2020-06-25T01:03:36.1349220Z [junit] 25-Jun-2020 01:03:36.095 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:36.1349878Z [junit] 25-Jun-2020 01:03:36.095 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:36.1350535Z [junit] 25-Jun-2020 01:03:36.098 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-22-46571"]
2020-06-25T01:03:36.1351194Z [junit] 25-Jun-2020 01:03:36.105 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-22-46571"]
2020-06-25T01:03:36.1351831Z [junit] 25-Jun-2020 01:03:36.111 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:36.1352482Z [junit] 25-Jun-2020 01:03:36.112 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-22-46571"]
2020-06-25T01:03:36.1353145Z [junit] 25-Jun-2020 01:03:36.112 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-22-46571"]
2020-06-25T01:03:36.1354823Z [junit] 25-Jun-2020 01:03:36.114 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[22: startMapping[/start/*], startUri[/start;abcde=fghij/foo], dispatcherType[FORWARD], targetMapping[/target], targetUri[../target;klmno=pqrst], useEncodedDispatchPaths[true], expectedRequestURI[/test/start/../target;klmno=pqrst], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start;abcde=fghij/foo], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[/foo], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[PATH],expectedDispatcherMappingPattern[/start/*], expectedDispatcherMappingMatchValue[foo],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:36.1355692Z [junit] 25-Jun-2020 01:03:36.115 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-23"]
2020-06-25T01:03:36.1356313Z [junit] 25-Jun-2020 01:03:36.118 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:36.1356964Z [junit] 25-Jun-2020 01:03:36.118 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:36.1357728Z [junit] 25-Jun-2020 01:03:36.121 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-23-42567"]
2020-06-25T01:03:36.1358455Z [junit] 25-Jun-2020 01:03:36.125 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-23-42567"]
2020-06-25T01:03:36.1359108Z [junit] 25-Jun-2020 01:03:36.130 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:36.1359765Z [junit] 25-Jun-2020 01:03:36.131 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-23-42567"]
2020-06-25T01:03:36.1360424Z [junit] 25-Jun-2020 01:03:36.131 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-23-42567"]
2020-06-25T01:03:36.2346070Z [junit] 25-Jun-2020 01:03:36.134 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[23: startMapping[/start/*], startUri[/start;abcde=fghij/foo], dispatcherType[ASYNC], targetMapping[/target], targetUri[../target;klmno=pqrst], useEncodedDispatchPaths[true], expectedRequestURI[/test/start;abcde=fghij/../target;klmno=pqrst], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start;abcde=fghij/foo], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[/foo], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[PATH],expectedDispatcherMappingPattern[/start/*], expectedDispatcherMappingMatchValue[foo],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:36.2347668Z [junit] 25-Jun-2020 01:03:36.135 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-24"]
2020-06-25T01:03:36.2348478Z [junit] 25-Jun-2020 01:03:36.137 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:36.2349849Z [junit] 25-Jun-2020 01:03:36.137 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:36.2350450Z [junit] 25-Jun-2020 01:03:36.143 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-24-46175"]
2020-06-25T01:03:36.2351059Z [junit] 25-Jun-2020 01:03:36.146 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-24-46175"]
2020-06-25T01:03:36.2351533Z [junit] 25-Jun-2020 01:03:36.151 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:36.2352056Z [junit] 25-Jun-2020 01:03:36.153 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-24-46175"]
2020-06-25T01:03:36.2352599Z [junit] 25-Jun-2020 01:03:36.153 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-24-46175"]
2020-06-25T01:03:36.2355272Z [junit] 25-Jun-2020 01:03:36.155 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[24: startMapping[/start/*], startUri[/start/foo], dispatcherType[INCLUDE], targetMapping[/target], targetUri[../../target], useEncodedDispatchPaths[true], expectedRequestURI[/test/start/foo], expectedContextPath[/test], expectedServletPath[/start], expectedPathInfo[/foo], expectedQueryString[null], expectedMappingMatch[PATH, expectedMappingPattern[/start/*], expectedMappingMatchValue[foo], expectedMappingServletName[rd], expectedDispatcherRequestURI[/test/start/../target], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/target], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/target], expectedDispatcherMappingMatchValue[target],expectedDispatcherMappingServletName[target],expectedBody]]
2020-06-25T01:03:36.2356568Z [junit] 25-Jun-2020 01:03:36.156 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-25"]
2020-06-25T01:03:36.2357086Z [junit] 25-Jun-2020 01:03:36.158 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:36.2357607Z [junit] 25-Jun-2020 01:03:36.158 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:36.2358137Z [junit] 25-Jun-2020 01:03:36.168 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-25-38425"]
2020-06-25T01:03:36.2358673Z [junit] 25-Jun-2020 01:03:36.170 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-25-38425"]
2020-06-25T01:03:36.2359165Z [junit] 25-Jun-2020 01:03:36.176 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:36.2359679Z [junit] 25-Jun-2020 01:03:36.177 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-25-38425"]
2020-06-25T01:03:36.2360206Z [junit] 25-Jun-2020 01:03:36.177 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-25-38425"]
2020-06-25T01:03:36.3349771Z [junit] 25-Jun-2020 01:03:36.279 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[25: startMapping[/start/*], startUri[/start/foo], dispatcherType[FORWARD], targetMapping[/target], targetUri[../../target], useEncodedDispatchPaths[true], expectedRequestURI[/test/start/../target], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start/foo], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[/foo], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[PATH],expectedDispatcherMappingPattern[/start/*], expectedDispatcherMappingMatchValue[foo],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:36.3351226Z [junit] 25-Jun-2020 01:03:36.280 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-26"]
2020-06-25T01:03:36.3352121Z [junit] 25-Jun-2020 01:03:36.282 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:36.3353400Z [junit] 25-Jun-2020 01:03:36.283 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:36.3354047Z [junit] 25-Jun-2020 01:03:36.287 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-26-34847"]
2020-06-25T01:03:36.3354589Z [junit] 25-Jun-2020 01:03:36.289 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-26-34847"]
2020-06-25T01:03:36.3355132Z [junit] 25-Jun-2020 01:03:36.295 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:36.3355644Z [junit] 25-Jun-2020 01:03:36.296 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-26-34847"]
2020-06-25T01:03:36.3356176Z [junit] 25-Jun-2020 01:03:36.296 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-26-34847"]
2020-06-25T01:03:36.4353233Z [junit] 25-Jun-2020 01:03:36.398 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[26: startMapping[/start/*], startUri[/start/foo], dispatcherType[ASYNC], targetMapping[/target], targetUri[../../target], useEncodedDispatchPaths[true], expectedRequestURI[/test/start/../target], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start/foo], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[/foo], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[PATH],expectedDispatcherMappingPattern[/start/*], expectedDispatcherMappingMatchValue[foo],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:36.4354604Z [junit] 25-Jun-2020 01:03:36.399 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-27"]
2020-06-25T01:03:36.4355292Z [junit] 25-Jun-2020 01:03:36.402 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:36.4356488Z [junit] 25-Jun-2020 01:03:36.402 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:36.4357011Z [junit] 25-Jun-2020 01:03:36.404 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-27-40299"]
2020-06-25T01:03:36.4357471Z [junit] 25-Jun-2020 01:03:36.406 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-27-40299"]
2020-06-25T01:03:36.4357957Z [junit] 25-Jun-2020 01:03:36.412 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:36.4358403Z [junit] 25-Jun-2020 01:03:36.413 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-27-40299"]
2020-06-25T01:03:36.4358857Z [junit] 25-Jun-2020 01:03:36.413 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-27-40299"]
2020-06-25T01:03:36.4360185Z [junit] 25-Jun-2020 01:03:36.415 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[27: startMapping[/start], startUri[/start], dispatcherType[INCLUDE], targetMapping[/target], targetUri[/does-not-exist], useEncodedDispatchPaths[true], expectedRequestURI[/test/start], expectedContextPath[/test], expectedServletPath[/start], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/start], expectedMappingMatchValue[start], expectedMappingServletName[rd], expectedDispatcherRequestURI[/test/target], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/target], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/target], expectedDispatcherMappingMatchValue[target],expectedDispatcherMappingServletName[target],expectedBody]]
2020-06-25T01:03:36.4360822Z [junit] 25-Jun-2020 01:03:36.415 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-28"]
2020-06-25T01:03:36.4361237Z [junit] 25-Jun-2020 01:03:36.417 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:36.4361677Z [junit] 25-Jun-2020 01:03:36.417 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:36.4362117Z [junit] 25-Jun-2020 01:03:36.419 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-28-41293"]
2020-06-25T01:03:36.4362563Z [junit] 25-Jun-2020 01:03:36.421 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-28-41293"]
2020-06-25T01:03:36.4363190Z [junit] 25-Jun-2020 01:03:36.426 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:36.4363681Z [junit] 25-Jun-2020 01:03:36.427 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-28-41293"]
2020-06-25T01:03:36.4364141Z [junit] 25-Jun-2020 01:03:36.428 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-28-41293"]
2020-06-25T01:03:36.5369815Z [junit] 25-Jun-2020 01:03:36.531 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[28: startMapping[/start], startUri[/start], dispatcherType[FORWARD], targetMapping[/target], targetUri[/does-not-exist], useEncodedDispatchPaths[true], expectedRequestURI[/test/target], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:36.5370980Z [junit] 25-Jun-2020 01:03:36.532 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-29"]
2020-06-25T01:03:36.5371656Z [junit] 25-Jun-2020 01:03:36.535 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:36.5372345Z [junit] 25-Jun-2020 01:03:36.535 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:36.6371364Z [junit] 25-Jun-2020 01:03:36.544 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-29-40055"]
2020-06-25T01:03:36.6372387Z [junit] 25-Jun-2020 01:03:36.550 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-29-40055"]
2020-06-25T01:03:36.6373663Z [junit] 25-Jun-2020 01:03:36.555 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:36.6374276Z [junit] 25-Jun-2020 01:03:36.556 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-29-40055"]
2020-06-25T01:03:36.6374828Z [junit] 25-Jun-2020 01:03:36.557 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-29-40055"]
2020-06-25T01:03:36.7376433Z [junit] 25-Jun-2020 01:03:36.660 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[29: startMapping[/start], startUri[/start], dispatcherType[ASYNC], targetMapping[/target], targetUri[/does-not-exist], useEncodedDispatchPaths[true], expectedRequestURI[/test/target], expectedContextPath[/test], expectedServletPath[/target], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/target], expectedMappingMatchValue[target], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:36.7377465Z [junit] 25-Jun-2020 01:03:36.661 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-30"]
2020-06-25T01:03:36.7378323Z [junit] 25-Jun-2020 01:03:36.664 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:36.7378946Z [junit] 25-Jun-2020 01:03:36.664 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:36.7379492Z [junit] 25-Jun-2020 01:03:36.667 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-30-33645"]
2020-06-25T01:03:36.7380021Z [junit] 25-Jun-2020 01:03:36.670 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-30-33645"]
2020-06-25T01:03:36.7380501Z [junit] 25-Jun-2020 01:03:36.676 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:36.7381004Z [junit] 25-Jun-2020 01:03:36.677 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-30-33645"]
2020-06-25T01:03:36.7381537Z [junit] 25-Jun-2020 01:03:36.677 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-30-33645"]
2020-06-25T01:03:36.8379027Z [junit] 25-Jun-2020 01:03:36.779 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[30: startMapping[/start], startUri[/start], dispatcherType[INCLUDE], targetMapping[*.html], targetUri[/], useEncodedDispatchPaths[true], expectedRequestURI[/test/start], expectedContextPath[/test], expectedServletPath[/start], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/start], expectedMappingMatchValue[start], expectedMappingServletName[rd], expectedDispatcherRequestURI[/test/], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/index.html], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXTENSION],expectedDispatcherMappingPattern[*.html], expectedDispatcherMappingMatchValue[index],expectedDispatcherMappingServletName[target],expectedBody]]
2020-06-25T01:03:36.8380409Z [junit] 25-Jun-2020 01:03:36.780 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-31"]
2020-06-25T01:03:36.8381202Z [junit] 25-Jun-2020 01:03:36.782 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:36.8382458Z [junit] 25-Jun-2020 01:03:36.782 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:36.8383044Z [junit] 25-Jun-2020 01:03:36.788 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-31-36131"]
2020-06-25T01:03:36.8383634Z [junit] 25-Jun-2020 01:03:36.793 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-31-36131"]
2020-06-25T01:03:36.8384152Z [junit] 25-Jun-2020 01:03:36.798 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:36.8384674Z [junit] 25-Jun-2020 01:03:36.800 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-31-36131"]
2020-06-25T01:03:36.8385212Z [junit] 25-Jun-2020 01:03:36.800 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-31-36131"]
2020-06-25T01:03:36.9381210Z [junit] 25-Jun-2020 01:03:36.902 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[31: startMapping[/start], startUri[/start], dispatcherType[FORWARD], targetMapping[*.html], targetUri[/], useEncodedDispatchPaths[true], expectedRequestURI[/test/], expectedContextPath[/test], expectedServletPath[/index.html], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXTENSION, expectedMappingPattern[*.html], expectedMappingMatchValue[index], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:36.9382700Z [junit] 25-Jun-2020 01:03:36.903 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-32"]
2020-06-25T01:03:36.9384275Z [junit] 25-Jun-2020 01:03:36.916 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:36.9384779Z [junit] 25-Jun-2020 01:03:36.916 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:36.9385274Z [junit] 25-Jun-2020 01:03:36.919 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-32-42105"]
2020-06-25T01:03:36.9385798Z [junit] 25-Jun-2020 01:03:36.923 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-32-42105"]
2020-06-25T01:03:36.9386215Z [junit] 25-Jun-2020 01:03:36.928 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:36.9386646Z [junit] 25-Jun-2020 01:03:36.929 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-32-42105"]
2020-06-25T01:03:36.9387092Z [junit] 25-Jun-2020 01:03:36.929 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-32-42105"]
2020-06-25T01:03:36.9388400Z [junit] 25-Jun-2020 01:03:36.931 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[32: startMapping[/start], startUri[/start], dispatcherType[ASYNC], targetMapping[*.html], targetUri[/], useEncodedDispatchPaths[true], expectedRequestURI[/test/], expectedContextPath[/test], expectedServletPath[/index.html], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXTENSION, expectedMappingPattern[*.html], expectedMappingMatchValue[index], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:36.9389058Z [junit] 25-Jun-2020 01:03:36.932 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-33"]
2020-06-25T01:03:36.9389462Z [junit] 25-Jun-2020 01:03:36.934 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:36.9389897Z [junit] 25-Jun-2020 01:03:36.934 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:36.9390341Z [junit] 25-Jun-2020 01:03:36.936 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-33-42407"]
2020-06-25T01:03:37.0384330Z [junit] 25-Jun-2020 01:03:36.940 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-33-42407"]
2020-06-25T01:03:37.0385431Z [junit] 25-Jun-2020 01:03:36.941 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:37.0386201Z [junit] 25-Jun-2020 01:03:36.944 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-33-42407"]
2020-06-25T01:03:37.0387801Z [junit] 25-Jun-2020 01:03:36.945 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-33-42407"]
2020-06-25T01:03:37.0389792Z [junit] 25-Jun-2020 01:03:36.947 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[33: startMapping[/start], startUri[/start?abcde=fghij], dispatcherType[INCLUDE], targetMapping[*.html], targetUri[/?zyxwv=utsrq], useEncodedDispatchPaths[true], expectedRequestURI[/test/start], expectedContextPath[/test], expectedServletPath[/start], expectedPathInfo[null], expectedQueryString[abcde=fghij], expectedMappingMatch[EXACT, expectedMappingPattern[/start], expectedMappingMatchValue[start], expectedMappingServletName[rd], expectedDispatcherRequestURI[/test/], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/index.html], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[zyxwv=utsrq], expectedDispatcherMappingMatch[EXTENSION],expectedDispatcherMappingPattern[*.html], expectedDispatcherMappingMatchValue[index],expectedDispatcherMappingServletName[target],expectedBody]]
2020-06-25T01:03:37.0390621Z [junit] 25-Jun-2020 01:03:36.948 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-34"]
2020-06-25T01:03:37.0391196Z [junit] 25-Jun-2020 01:03:36.950 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:37.0391715Z [junit] 25-Jun-2020 01:03:36.950 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:37.0392246Z [junit] 25-Jun-2020 01:03:36.952 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-34-43777"]
2020-06-25T01:03:37.0392783Z [junit] 25-Jun-2020 01:03:36.954 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-34-43777"]
2020-06-25T01:03:37.0393274Z [junit] 25-Jun-2020 01:03:36.959 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:37.0393785Z [junit] 25-Jun-2020 01:03:36.960 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-34-43777"]
2020-06-25T01:03:37.0394315Z [junit] 25-Jun-2020 01:03:36.960 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-34-43777"]
2020-06-25T01:03:37.0395942Z [junit] 25-Jun-2020 01:03:36.962 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[34: startMapping[/start], startUri[/start?abcde=fghij], dispatcherType[FORWARD], targetMapping[*.html], targetUri[/?zyxwv=utsrq], useEncodedDispatchPaths[true], expectedRequestURI[/test/], expectedContextPath[/test], expectedServletPath[/index.html], expectedPathInfo[null], expectedQueryString[zyxwv=utsrq], expectedMappingMatch[EXTENSION, expectedMappingPattern[*.html], expectedMappingMatchValue[index], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[abcde=fghij], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:37.0396733Z [junit] 25-Jun-2020 01:03:36.962 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-35"]
2020-06-25T01:03:37.0397218Z [junit] 25-Jun-2020 01:03:36.973 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:37.0397728Z [junit] 25-Jun-2020 01:03:36.973 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:37.0398255Z [junit] 25-Jun-2020 01:03:36.975 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-35-37287"]
2020-06-25T01:03:37.0398908Z [junit] 25-Jun-2020 01:03:36.978 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-35-37287"]
2020-06-25T01:03:37.0399456Z [junit] 25-Jun-2020 01:03:36.983 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:37.0399979Z [junit] 25-Jun-2020 01:03:36.984 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-35-37287"]
2020-06-25T01:03:37.0400509Z [junit] 25-Jun-2020 01:03:36.984 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-35-37287"]
2020-06-25T01:03:37.1392168Z [junit] 25-Jun-2020 01:03:37.087 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[35: startMapping[/start], startUri[/start?abcde=fghij], dispatcherType[ASYNC], targetMapping[*.html], targetUri[/?zyxwv=utsrq], useEncodedDispatchPaths[true], expectedRequestURI[/test/], expectedContextPath[/test], expectedServletPath[/index.html], expectedPathInfo[null], expectedQueryString[zyxwv=utsrq], expectedMappingMatch[EXTENSION, expectedMappingPattern[*.html], expectedMappingMatchValue[index], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[abcde=fghij], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:37.1406871Z [junit] 25-Jun-2020 01:03:37.088 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-36"]
2020-06-25T01:03:37.1407659Z [junit] 25-Jun-2020 01:03:37.091 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:37.1408368Z [junit] 25-Jun-2020 01:03:37.091 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:37.1409055Z [junit] 25-Jun-2020 01:03:37.093 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-36-46649"]
2020-06-25T01:03:37.1409732Z [junit] 25-Jun-2020 01:03:37.101 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-36-46649"]
2020-06-25T01:03:37.1410361Z [junit] 25-Jun-2020 01:03:37.107 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:37.1411008Z [junit] 25-Jun-2020 01:03:37.108 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-36-46649"]
2020-06-25T01:03:37.1411679Z [junit] 25-Jun-2020 01:03:37.108 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-36-46649"]
2020-06-25T01:03:37.1413297Z [junit] 25-Jun-2020 01:03:37.110 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[36: startMapping[/start], startUri[/start;abcde=fghij], dispatcherType[INCLUDE], targetMapping[*.html], targetUri[/], useEncodedDispatchPaths[true], expectedRequestURI[/test/start;abcde=fghij], expectedContextPath[/test], expectedServletPath[/start], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/start], expectedMappingMatchValue[start], expectedMappingServletName[rd], expectedDispatcherRequestURI[/test/], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/index.html], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXTENSION],expectedDispatcherMappingPattern[*.html], expectedDispatcherMappingMatchValue[index],expectedDispatcherMappingServletName[target],expectedBody]]
2020-06-25T01:03:37.1414439Z [junit] 25-Jun-2020 01:03:37.110 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-37"]
2020-06-25T01:03:37.1415182Z [junit] 25-Jun-2020 01:03:37.127 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:37.1416510Z [junit] 25-Jun-2020 01:03:37.127 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:37.1417235Z [junit] 25-Jun-2020 01:03:37.131 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-37-41699"]
2020-06-25T01:03:37.1443290Z [junit] 25-Jun-2020 01:03:37.136 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-37-41699"]
2020-06-25T01:03:37.2394775Z [junit] 25-Jun-2020 01:03:37.149 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:37.2395408Z [junit] 25-Jun-2020 01:03:37.150 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-37-41699"]
2020-06-25T01:03:37.2395880Z [junit] 25-Jun-2020 01:03:37.150 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-37-41699"]
2020-06-25T01:03:37.3399441Z [junit] 25-Jun-2020 01:03:37.253 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[37: startMapping[/start], startUri[/start;abcde=fghij], dispatcherType[FORWARD], targetMapping[*.html], targetUri[/], useEncodedDispatchPaths[true], expectedRequestURI[/test/], expectedContextPath[/test], expectedServletPath[/index.html], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXTENSION, expectedMappingPattern[*.html], expectedMappingMatchValue[index], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start;abcde=fghij], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:37.3401106Z [junit] 25-Jun-2020 01:03:37.254 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-38"]
2020-06-25T01:03:37.3401595Z [junit] 25-Jun-2020 01:03:37.258 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:37.3402040Z [junit] 25-Jun-2020 01:03:37.258 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:37.3402487Z [junit] 25-Jun-2020 01:03:37.262 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-38-44581"]
2020-06-25T01:03:37.3402938Z [junit] 25-Jun-2020 01:03:37.264 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-38-44581"]
2020-06-25T01:03:37.3403353Z [junit] 25-Jun-2020 01:03:37.269 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:37.3403791Z [junit] 25-Jun-2020 01:03:37.270 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-38-44581"]
2020-06-25T01:03:37.3404233Z [junit] 25-Jun-2020 01:03:37.270 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-38-44581"]
2020-06-25T01:03:37.3405962Z [junit] 25-Jun-2020 01:03:37.273 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[38: startMapping[/start], startUri[/start;abcde=fghij], dispatcherType[ASYNC], targetMapping[*.html], targetUri[/], useEncodedDispatchPaths[true], expectedRequestURI[/test/], expectedContextPath[/test], expectedServletPath[/index.html], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXTENSION, expectedMappingPattern[*.html], expectedMappingMatchValue[index], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start;abcde=fghij], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:37.3406742Z [junit] 25-Jun-2020 01:03:37.273 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-39"]
2020-06-25T01:03:37.3407158Z [junit] 25-Jun-2020 01:03:37.277 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:37.3407598Z [junit] 25-Jun-2020 01:03:37.277 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:37.3408048Z [junit] 25-Jun-2020 01:03:37.279 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-39-42841"]
2020-06-25T01:03:37.3408496Z [junit] 25-Jun-2020 01:03:37.282 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-39-42841"]
2020-06-25T01:03:37.3408902Z [junit] 25-Jun-2020 01:03:37.287 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:37.3409334Z [junit] 25-Jun-2020 01:03:37.288 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-39-42841"]
2020-06-25T01:03:37.3409779Z [junit] 25-Jun-2020 01:03:37.288 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-39-42841"]
2020-06-25T01:03:37.4401527Z [junit] 25-Jun-2020 01:03:37.390 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[39: startMapping[/start], startUri[;abcde=fghij/start], dispatcherType[INCLUDE], targetMapping[*.html], targetUri[/], useEncodedDispatchPaths[true], expectedRequestURI[/test;abcde=fghij/start], expectedContextPath[/test;abcde=fghij], expectedServletPath[/start], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/start], expectedMappingMatchValue[start], expectedMappingServletName[rd], expectedDispatcherRequestURI[/test/], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/index.html], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXTENSION],expectedDispatcherMappingPattern[*.html], expectedDispatcherMappingMatchValue[index],expectedDispatcherMappingServletName[target],expectedBody]]
2020-06-25T01:03:37.4402937Z [junit] 25-Jun-2020 01:03:37.392 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-40"]
2020-06-25T01:03:37.4403712Z [junit] 25-Jun-2020 01:03:37.393 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:37.4404943Z [junit] 25-Jun-2020 01:03:37.393 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:37.4405702Z [junit] 25-Jun-2020 01:03:37.396 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-40-40167"]
2020-06-25T01:03:37.4406179Z [junit] 25-Jun-2020 01:03:37.401 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-40-40167"]
2020-06-25T01:03:37.4406656Z [junit] 25-Jun-2020 01:03:37.407 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:37.4407486Z [junit] 25-Jun-2020 01:03:37.408 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-40-40167"]
2020-06-25T01:03:37.4408034Z [junit] 25-Jun-2020 01:03:37.408 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-40-40167"]
2020-06-25T01:03:37.4409391Z [junit] 25-Jun-2020 01:03:37.411 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[40: startMapping[/start], startUri[;abcde=fghij/start], dispatcherType[FORWARD], targetMapping[*.html], targetUri[/], useEncodedDispatchPaths[true], expectedRequestURI[/test/], expectedContextPath[/test], expectedServletPath[/index.html], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXTENSION, expectedMappingPattern[*.html], expectedMappingMatchValue[index], expectedMappingServletName[target], expectedDispatcherRequestURI[/test;abcde=fghij/start], expectedDispatcherContextPath[/test;abcde=fghij], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:37.4410059Z [junit] 25-Jun-2020 01:03:37.412 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-41"]
2020-06-25T01:03:37.4410474Z [junit] 25-Jun-2020 01:03:37.413 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:37.4410911Z [junit] 25-Jun-2020 01:03:37.413 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:37.4411354Z [junit] 25-Jun-2020 01:03:37.423 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-41-35085"]
2020-06-25T01:03:37.4411806Z [junit] 25-Jun-2020 01:03:37.426 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-41-35085"]
2020-06-25T01:03:37.4412215Z [junit] 25-Jun-2020 01:03:37.432 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:37.4412651Z [junit] 25-Jun-2020 01:03:37.433 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-41-35085"]
2020-06-25T01:03:37.4413095Z [junit] 25-Jun-2020 01:03:37.436 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-41-35085"]
2020-06-25T01:03:37.4414425Z [junit] 25-Jun-2020 01:03:37.439 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[41: startMapping[/start], startUri[;abcde=fghij/start], dispatcherType[ASYNC], targetMapping[*.html], targetUri[/], useEncodedDispatchPaths[true], expectedRequestURI[/test/], expectedContextPath[/test], expectedServletPath[/index.html], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXTENSION, expectedMappingPattern[*.html], expectedMappingMatchValue[index], expectedMappingServletName[target], expectedDispatcherRequestURI[/test;abcde=fghij/start], expectedDispatcherContextPath[/test;abcde=fghij], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:37.4415055Z [junit] 25-Jun-2020 01:03:37.439 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-42"]
2020-06-25T01:03:37.5408031Z [junit] 25-Jun-2020 01:03:37.442 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:37.5408912Z [junit] 25-Jun-2020 01:03:37.442 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:37.5409486Z [junit] 25-Jun-2020 01:03:37.444 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-42-32943"]
2020-06-25T01:03:37.5409948Z [junit] 25-Jun-2020 01:03:37.453 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-42-32943"]
2020-06-25T01:03:37.5410358Z [junit] 25-Jun-2020 01:03:37.458 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:37.5410787Z [junit] 25-Jun-2020 01:03:37.459 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-42-32943"]
2020-06-25T01:03:37.5411235Z [junit] 25-Jun-2020 01:03:37.461 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-42-32943"]
2020-06-25T01:03:37.5412584Z [junit] 25-Jun-2020 01:03:37.464 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[42: startMapping[/start], startUri[/start], dispatcherType[INCLUDE], targetMapping[*.html], targetUri[/;abcde=fghij], useEncodedDispatchPaths[true], expectedRequestURI[/test/start], expectedContextPath[/test], expectedServletPath[/start], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXACT, expectedMappingPattern[/start], expectedMappingMatchValue[start], expectedMappingServletName[rd], expectedDispatcherRequestURI[/test/;abcde=fghij], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/index.html], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXTENSION],expectedDispatcherMappingPattern[*.html], expectedDispatcherMappingMatchValue[index],expectedDispatcherMappingServletName[target],expectedBody]]
2020-06-25T01:03:37.5413267Z [junit] 25-Jun-2020 01:03:37.464 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-43"]
2020-06-25T01:03:37.5413682Z [junit] 25-Jun-2020 01:03:37.467 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:37.5414117Z [junit] 25-Jun-2020 01:03:37.467 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:37.5414560Z [junit] 25-Jun-2020 01:03:37.469 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-43-46683"]
2020-06-25T01:03:37.5414998Z [junit] 25-Jun-2020 01:03:37.483 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-43-46683"]
2020-06-25T01:03:37.5415402Z [junit] 25-Jun-2020 01:03:37.493 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:37.5415834Z [junit] 25-Jun-2020 01:03:37.494 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-43-46683"]
2020-06-25T01:03:37.5416283Z [junit] 25-Jun-2020 01:03:37.494 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-43-46683"]
2020-06-25T01:03:37.5417657Z [junit] 25-Jun-2020 01:03:37.497 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[43: startMapping[/start], startUri[/start], dispatcherType[FORWARD], targetMapping[*.html], targetUri[/;abcde=fghij], useEncodedDispatchPaths[true], expectedRequestURI[/test/;abcde=fghij], expectedContextPath[/test], expectedServletPath[/index.html], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXTENSION, expectedMappingPattern[*.html], expectedMappingMatchValue[index], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:37.5418390Z [junit] 25-Jun-2020 01:03:37.498 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-44"]
2020-06-25T01:03:37.5418798Z [junit] 25-Jun-2020 01:03:37.506 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:37.5419232Z [junit] 25-Jun-2020 01:03:37.506 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:37.5419672Z [junit] 25-Jun-2020 01:03:37.508 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-44-46557"]
2020-06-25T01:03:37.5420115Z [junit] 25-Jun-2020 01:03:37.517 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-44-46557"]
2020-06-25T01:03:37.5420524Z [junit] 25-Jun-2020 01:03:37.523 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:37.5420938Z [junit] 25-Jun-2020 01:03:37.524 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-44-46557"]
2020-06-25T01:03:37.5421380Z [junit] 25-Jun-2020 01:03:37.524 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-44-46557"]
2020-06-25T01:03:37.5422720Z [junit] 25-Jun-2020 01:03:37.530 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [doTest[44: startMapping[/start], startUri[/start], dispatcherType[ASYNC], targetMapping[*.html], targetUri[/;abcde=fghij], useEncodedDispatchPaths[true], expectedRequestURI[/test/;abcde=fghij], expectedContextPath[/test], expectedServletPath[/index.html], expectedPathInfo[null], expectedQueryString[null], expectedMappingMatch[EXTENSION, expectedMappingPattern[*.html], expectedMappingMatchValue[index], expectedMappingServletName[target], expectedDispatcherRequestURI[/test/start], expectedDispatcherContextPath[/test], expectedDispatcherServletPath[/start], expectedDispatcherPathInfo[null], expectedDispatcherQueryString[null], expectedDispatcherMappingMatch[EXACT],expectedDispatcherMappingPattern[/start], expectedDispatcherMappingMatchValue[start],expectedDispatcherMappingServletName[rd],expectedBody]]
2020-06-25T01:03:37.5423372Z [junit] 25-Jun-2020 01:03:37.531 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-45"]
2020-06-25T01:03:37.5953890Z [junit] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.939 sec
2020-06-25T01:03:37.5957613Z [junit] 25-Jun-2020 01:03:37.543 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:37.5958416Z [junit] 25-Jun-2020 01:03:37.543 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:37.5959673Z [junit] 25-Jun-2020 01:03:37.546 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-45-36401"]
2020-06-25T01:03:37.5960185Z [junit] 25-Jun-2020 01:03:37.555 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-45-36401"]
2020-06-25T01:03:37.5960613Z [junit] 25-Jun-2020 01:03:37.560 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:37.5961099Z [junit] 25-Jun-2020 01:03:37.561 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-45-36401"]
2020-06-25T01:03:37.5961799Z [junit] 25-Jun-2020 01:03:37.562 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-45-36401"]
2020-06-25T01:03:38.0028661Z [junit] Running org.apache.catalina.core.TestApplicationContextStripPathParams
2020-06-25T01:03:38.0053103Z [junit] 25-Jun-2020 01:03:37.952 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testStringPathParams[0: input[/foo]]]
2020-06-25T01:03:38.0790099Z [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec
2020-06-25T01:03:38.0796045Z [junit] 25-Jun-2020 01:03:38.046 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:38.0796840Z [junit] 25-Jun-2020 01:03:38.052 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testStringPathParams[1: input[/foo/]]]
2020-06-25T01:03:38.0797446Z [junit] 25-Jun-2020 01:03:38.053 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:38.0798051Z [junit] 25-Jun-2020 01:03:38.054 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testStringPathParams[2: input[/foo/bar]]]
2020-06-25T01:03:38.0798639Z [junit] 25-Jun-2020 01:03:38.055 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-3"]
2020-06-25T01:03:38.0799228Z [junit] 25-Jun-2020 01:03:38.055 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testStringPathParams[3: input[/foo;]]]
2020-06-25T01:03:38.0799770Z [junit] 25-Jun-2020 01:03:38.056 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-4"]
2020-06-25T01:03:38.0800343Z [junit] 25-Jun-2020 01:03:38.057 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testStringPathParams[4: input[/foo;/]]]
2020-06-25T01:03:38.0800901Z [junit] 25-Jun-2020 01:03:38.057 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-5"]
2020-06-25T01:03:38.0801488Z [junit] 25-Jun-2020 01:03:38.058 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testStringPathParams[5: input[/foo;/bar]]]
2020-06-25T01:03:38.0802039Z [junit] 25-Jun-2020 01:03:38.059 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-6"]
2020-06-25T01:03:38.0802621Z [junit] 25-Jun-2020 01:03:38.059 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testStringPathParams[6: input[/foo;a=1]]]
2020-06-25T01:03:38.0803164Z [junit] 25-Jun-2020 01:03:38.060 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-7"]
2020-06-25T01:03:38.0803739Z [junit] 25-Jun-2020 01:03:38.061 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testStringPathParams[7: input[/foo;a=1/]]]
2020-06-25T01:03:38.0804299Z [junit] 25-Jun-2020 01:03:38.061 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-8"]
2020-06-25T01:03:38.0804883Z [junit] 25-Jun-2020 01:03:38.062 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testStringPathParams[8: input[/foo;a=1/bar]]]
2020-06-25T01:03:38.0805592Z [junit] 25-Jun-2020 01:03:38.063 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-9"]
2020-06-25T01:03:38.0806230Z [junit] 25-Jun-2020 01:03:38.063 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testStringPathParams[9: input[;/foo]]]
2020-06-25T01:03:38.0806844Z [junit] 25-Jun-2020 01:03:38.064 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-10"]
2020-06-25T01:03:38.0807631Z [junit] 25-Jun-2020 01:03:38.065 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testStringPathParams[10: input[;a=1/foo]]]
2020-06-25T01:03:38.0808312Z [junit] 25-Jun-2020 01:03:38.065 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-11"]
2020-06-25T01:03:38.0808910Z [junit] 25-Jun-2020 01:03:38.066 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testStringPathParams[11: input[;/foo/bar]]]
2020-06-25T01:03:38.0809475Z [junit] 25-Jun-2020 01:03:38.067 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-12"]
2020-06-25T01:03:38.0810052Z [junit] 25-Jun-2020 01:03:38.067 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testStringPathParams[12: input[;/foo;a=1/bar]]]
2020-06-25T01:03:38.0810624Z [junit] 25-Jun-2020 01:03:38.068 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-13"]
2020-06-25T01:03:38.3863726Z [junit] Running org.apache.catalina.core.TestApplicationFilterConfig
2020-06-25T01:03:38.4877739Z [junit] 25-Jun-2020 01:03:38.440 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug54170]
2020-06-25T01:03:38.8881655Z [junit] 25-Jun-2020 01:03:38.868 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:38.9883636Z [junit] 25-Jun-2020 01:03:38.917 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:38.9884657Z [junit] 25-Jun-2020 01:03:38.922 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:39.0808957Z [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 sec
2020-06-25T01:03:39.0811684Z [junit] 25-Jun-2020 01:03:39.034 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38201"]
2020-06-25T01:03:39.0812211Z [junit] 25-Jun-2020 01:03:39.037 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38201"]
2020-06-25T01:03:39.0812632Z [junit] 25-Jun-2020 01:03:39.046 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:39.0813066Z [junit] 25-Jun-2020 01:03:39.053 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38201"]
2020-06-25T01:03:39.0813507Z [junit] 25-Jun-2020 01:03:39.054 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38201"]
2020-06-25T01:03:39.3854117Z [junit] Running org.apache.catalina.core.TestApplicationHttpRequest
2020-06-25T01:03:39.4858364Z [junit] 25-Jun-2020 01:03:39.417 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testMergeQueryString01]
2020-06-25T01:03:39.7861142Z [junit] 25-Jun-2020 01:03:39.784 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:39.8862817Z [junit] 25-Jun-2020 01:03:39.827 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:39.8863754Z [junit] 25-Jun-2020 01:03:39.827 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:39.9868771Z [junit] 25-Jun-2020 01:03:39.949 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-44087"]
2020-06-25T01:03:40.0871563Z [junit] 25-Jun-2020 01:03:40.025 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-44087"]
2020-06-25T01:03:40.0872463Z [junit] 25-Jun-2020 01:03:40.031 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:40.0873418Z [junit] 25-Jun-2020 01:03:40.040 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-44087"]
2020-06-25T01:03:40.0874892Z [junit] 25-Jun-2020 01:03:40.041 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-44087"]
2020-06-25T01:03:40.0875388Z [junit] 25-Jun-2020 01:03:40.051 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testMergeQueryString02]
2020-06-25T01:03:40.0875821Z [junit] 25-Jun-2020 01:03:40.053 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:40.0876288Z [junit] 25-Jun-2020 01:03:40.065 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:40.0876716Z [junit] 25-Jun-2020 01:03:40.065 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:40.0877158Z [junit] 25-Jun-2020 01:03:40.070 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-32803"]
2020-06-25T01:03:40.0877603Z [junit] 25-Jun-2020 01:03:40.074 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-32803"]
2020-06-25T01:03:40.0877985Z [junit] 25-Jun-2020 01:03:40.080 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:40.0878406Z [junit] 25-Jun-2020 01:03:40.085 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-32803"]
2020-06-25T01:03:40.0878850Z [junit] 25-Jun-2020 01:03:40.086 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-32803"]
2020-06-25T01:03:40.1875517Z [junit] 25-Jun-2020 01:03:40.091 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testMergeQueryString03]
2020-06-25T01:03:40.1876446Z [junit] 25-Jun-2020 01:03:40.093 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-3"]
2020-06-25T01:03:40.1877108Z [junit] 25-Jun-2020 01:03:40.097 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:40.1878309Z [junit] 25-Jun-2020 01:03:40.097 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:40.1878825Z [junit] 25-Jun-2020 01:03:40.103 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-3-36181"]
2020-06-25T01:03:40.1879273Z [junit] 25-Jun-2020 01:03:40.107 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-3-36181"]
2020-06-25T01:03:40.1879778Z [junit] 25-Jun-2020 01:03:40.112 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:40.1880220Z [junit] 25-Jun-2020 01:03:40.114 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-3-36181"]
2020-06-25T01:03:40.1880662Z [junit] 25-Jun-2020 01:03:40.116 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-3-36181"]
2020-06-25T01:03:40.1881086Z [junit] 25-Jun-2020 01:03:40.118 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testMergeQueryString04]
2020-06-25T01:03:40.1881502Z [junit] 25-Jun-2020 01:03:40.121 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-4"]
2020-06-25T01:03:40.1881904Z [junit] 25-Jun-2020 01:03:40.125 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:40.1882583Z [junit] 25-Jun-2020 01:03:40.125 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:40.1883114Z [junit] 25-Jun-2020 01:03:40.133 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-4-37261"]
2020-06-25T01:03:40.1883568Z [junit] 25-Jun-2020 01:03:40.136 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-4-37261"]
2020-06-25T01:03:40.1883963Z [junit] 25-Jun-2020 01:03:40.141 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:40.1884387Z [junit] 25-Jun-2020 01:03:40.143 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-4-37261"]
2020-06-25T01:03:40.1885255Z [junit] 25-Jun-2020 01:03:40.143 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-4-37261"]
2020-06-25T01:03:40.1885869Z [junit] 25-Jun-2020 01:03:40.154 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testMergeQueryString05]
2020-06-25T01:03:40.1886297Z [junit] 25-Jun-2020 01:03:40.156 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-5"]
2020-06-25T01:03:40.1886701Z [junit] 25-Jun-2020 01:03:40.165 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:40.1887125Z [junit] 25-Jun-2020 01:03:40.165 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:40.1887557Z [junit] 25-Jun-2020 01:03:40.169 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-5-42281"]
2020-06-25T01:03:40.1887986Z [junit] 25-Jun-2020 01:03:40.172 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-5-42281"]
2020-06-25T01:03:40.1888388Z [junit] 25-Jun-2020 01:03:40.178 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:40.1888814Z [junit] 25-Jun-2020 01:03:40.179 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-5-42281"]
2020-06-25T01:03:40.1889254Z [junit] 25-Jun-2020 01:03:40.179 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-5-42281"]
2020-06-25T01:03:40.2879237Z [junit] 25-Jun-2020 01:03:40.283 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testForwardQueryString01]
2020-06-25T01:03:40.2881044Z [junit] 25-Jun-2020 01:03:40.284 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-6"]
2020-06-25T01:03:40.2882265Z [junit] 25-Jun-2020 01:03:40.286 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:40.2883268Z [junit] 25-Jun-2020 01:03:40.286 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:40.3883194Z [junit] 25-Jun-2020 01:03:40.290 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-6-34889"]
2020-06-25T01:03:40.3884171Z [junit] 25-Jun-2020 01:03:40.298 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-6-34889"]
2020-06-25T01:03:40.3884823Z [junit] 25-Jun-2020 01:03:40.304 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:40.3886362Z [junit] 25-Jun-2020 01:03:40.305 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-6-34889"]
2020-06-25T01:03:40.3887166Z [junit] 25-Jun-2020 01:03:40.306 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-6-34889"]
2020-06-25T01:03:40.3887695Z [junit] 25-Jun-2020 01:03:40.308 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testForwardQueryString02]
2020-06-25T01:03:40.3888224Z [junit] 25-Jun-2020 01:03:40.309 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-7"]
2020-06-25T01:03:40.3888634Z [junit] 25-Jun-2020 01:03:40.311 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:40.3889065Z [junit] 25-Jun-2020 01:03:40.311 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:40.3889502Z [junit] 25-Jun-2020 01:03:40.315 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-7-39569"]
2020-06-25T01:03:40.3889949Z [junit] 25-Jun-2020 01:03:40.318 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-7-39569"]
2020-06-25T01:03:40.3890357Z [junit] 25-Jun-2020 01:03:40.323 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:40.3890787Z [junit] 25-Jun-2020 01:03:40.325 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-7-39569"]
2020-06-25T01:03:40.3891226Z [junit] 25-Jun-2020 01:03:40.325 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-7-39569"]
2020-06-25T01:03:40.3891649Z [junit] 25-Jun-2020 01:03:40.327 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testForwardQueryString03]
2020-06-25T01:03:40.3892077Z [junit] 25-Jun-2020 01:03:40.328 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-8"]
2020-06-25T01:03:40.3892487Z [junit] 25-Jun-2020 01:03:40.332 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:40.3892928Z [junit] 25-Jun-2020 01:03:40.333 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:40.3893363Z [junit] 25-Jun-2020 01:03:40.339 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-8-46185"]
2020-06-25T01:03:40.3893796Z [junit] 25-Jun-2020 01:03:40.341 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-8-46185"]
2020-06-25T01:03:40.3894193Z [junit] 25-Jun-2020 01:03:40.347 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:40.3894615Z [junit] 25-Jun-2020 01:03:40.348 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-8-46185"]
2020-06-25T01:03:40.3895060Z [junit] 25-Jun-2020 01:03:40.348 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-8-46185"]
2020-06-25T01:03:40.3895479Z [junit] 25-Jun-2020 01:03:40.353 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testForwardQueryString04]
2020-06-25T01:03:40.3895904Z [junit] 25-Jun-2020 01:03:40.354 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-9"]
2020-06-25T01:03:40.3896303Z [junit] 25-Jun-2020 01:03:40.357 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:40.3896733Z [junit] 25-Jun-2020 01:03:40.358 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:40.3897164Z [junit] 25-Jun-2020 01:03:40.362 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-9-38801"]
2020-06-25T01:03:40.3897673Z [junit] 25-Jun-2020 01:03:40.364 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-9-38801"]
2020-06-25T01:03:40.3898116Z [junit] 25-Jun-2020 01:03:40.370 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:40.3898552Z [junit] 25-Jun-2020 01:03:40.371 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-9-38801"]
2020-06-25T01:03:40.3898989Z [junit] 25-Jun-2020 01:03:40.371 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-9-38801"]
2020-06-25T01:03:40.4886858Z [junit] 25-Jun-2020 01:03:40.474 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testForwardQueryString05]
2020-06-25T01:03:40.4887903Z [junit] 25-Jun-2020 01:03:40.475 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-10"]
2020-06-25T01:03:40.4888584Z [junit] 25-Jun-2020 01:03:40.481 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:40.4889755Z [junit] 25-Jun-2020 01:03:40.481 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:40.4890323Z [junit] 25-Jun-2020 01:03:40.484 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-10-33445"]
2020-06-25T01:03:40.5887489Z [junit] 25-Jun-2020 01:03:40.488 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-10-33445"]
2020-06-25T01:03:40.5888533Z [junit] 25-Jun-2020 01:03:40.493 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:40.5889839Z [junit] 25-Jun-2020 01:03:40.495 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-10-33445"]
2020-06-25T01:03:40.5890480Z [junit] 25-Jun-2020 01:03:40.495 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-10-33445"]
2020-06-25T01:03:40.5890991Z [junit] 25-Jun-2020 01:03:40.498 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testParameterImmutability]
2020-06-25T01:03:40.5891570Z [junit] 25-Jun-2020 01:03:40.499 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-11"]
2020-06-25T01:03:40.5892054Z [junit] 25-Jun-2020 01:03:40.502 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:40.5892559Z [junit] 25-Jun-2020 01:03:40.502 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:40.5893088Z [junit] 25-Jun-2020 01:03:40.505 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-11-34289"]
2020-06-25T01:03:40.5893609Z [junit] 25-Jun-2020 01:03:40.509 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-11-34289"]
2020-06-25T01:03:40.5894083Z [junit] 25-Jun-2020 01:03:40.514 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:40.5894583Z [junit] 25-Jun-2020 01:03:40.515 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-11-34289"]
2020-06-25T01:03:40.5895102Z [junit] 25-Jun-2020 01:03:40.515 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-11-34289"]
2020-06-25T01:03:40.5895596Z [junit] 25-Jun-2020 01:03:40.517 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testOriginalQueryString01]
2020-06-25T01:03:40.5896391Z [junit] 25-Jun-2020 01:03:40.518 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-12"]
2020-06-25T01:03:40.5896967Z [junit] 25-Jun-2020 01:03:40.520 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:40.5897490Z [junit] 25-Jun-2020 01:03:40.520 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:40.5897999Z [junit] 25-Jun-2020 01:03:40.525 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-12-35749"]
2020-06-25T01:03:40.5898508Z [junit] 25-Jun-2020 01:03:40.529 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-12-35749"]
2020-06-25T01:03:40.5898982Z [junit] 25-Jun-2020 01:03:40.535 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:40.5899492Z [junit] 25-Jun-2020 01:03:40.536 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-12-35749"]
2020-06-25T01:03:40.5900019Z [junit] 25-Jun-2020 01:03:40.536 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-12-35749"]
2020-06-25T01:03:40.6892319Z [junit] 25-Jun-2020 01:03:40.639 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testOriginalQueryString02]
2020-06-25T01:03:40.6893576Z [junit] 25-Jun-2020 01:03:40.640 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-13"]
2020-06-25T01:03:40.6894353Z [junit] 25-Jun-2020 01:03:40.645 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:40.6895648Z [junit] 25-Jun-2020 01:03:40.645 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:40.6896285Z [junit] 25-Jun-2020 01:03:40.648 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-13-39953"]
2020-06-25T01:03:40.6896834Z [junit] 25-Jun-2020 01:03:40.651 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-13-39953"]
2020-06-25T01:03:40.6897371Z [junit] 25-Jun-2020 01:03:40.657 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:40.6897867Z [junit] 25-Jun-2020 01:03:40.658 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-13-39953"]
2020-06-25T01:03:40.6898400Z [junit] 25-Jun-2020 01:03:40.658 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-13-39953"]
2020-06-25T01:03:40.7894155Z [junit] 25-Jun-2020 01:03:40.761 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testOriginalQueryString03]
2020-06-25T01:03:40.7895337Z [junit] 25-Jun-2020 01:03:40.762 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-14"]
2020-06-25T01:03:40.7896006Z [junit] 25-Jun-2020 01:03:40.766 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:40.7897179Z [junit] 25-Jun-2020 01:03:40.766 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:40.7897688Z [junit] 25-Jun-2020 01:03:40.769 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-14-33907"]
2020-06-25T01:03:40.7898121Z [junit] 25-Jun-2020 01:03:40.775 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-14-33907"]
2020-06-25T01:03:40.7898824Z [junit] 25-Jun-2020 01:03:40.781 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:40.7899352Z [junit] 25-Jun-2020 01:03:40.782 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-14-33907"]
2020-06-25T01:03:40.7899811Z [junit] 25-Jun-2020 01:03:40.782 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-14-33907"]
2020-06-25T01:03:40.8896815Z [junit] 25-Jun-2020 01:03:40.885 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testOriginalQueryString04]
2020-06-25T01:03:40.8898037Z [junit] 25-Jun-2020 01:03:40.886 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-15"]
2020-06-25T01:03:40.9899115Z [junit] 25-Jun-2020 01:03:40.893 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:40.9900360Z [junit] 25-Jun-2020 01:03:40.893 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:40.9901721Z [junit] 25-Jun-2020 01:03:40.901 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-15-42501"]
2020-06-25T01:03:40.9902339Z [junit] 25-Jun-2020 01:03:40.907 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-15-42501"]
2020-06-25T01:03:40.9902829Z [junit] 25-Jun-2020 01:03:40.913 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:40.9903395Z [junit] 25-Jun-2020 01:03:40.914 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-15-42501"]
2020-06-25T01:03:40.9903923Z [junit] 25-Jun-2020 01:03:40.914 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-15-42501"]
2020-06-25T01:03:41.0718943Z [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.722 sec
2020-06-25T01:03:41.0720367Z [junit] 25-Jun-2020 01:03:41.018 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testOriginalQueryString05]
2020-06-25T01:03:41.0721098Z [junit] 25-Jun-2020 01:03:41.021 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-16"]
2020-06-25T01:03:41.0721760Z [junit] 25-Jun-2020 01:03:41.030 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:41.0722426Z [junit] 25-Jun-2020 01:03:41.030 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:41.0723119Z [junit] 25-Jun-2020 01:03:41.036 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-16-38599"]
2020-06-25T01:03:41.0723795Z [junit] 25-Jun-2020 01:03:41.041 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-16-38599"]
2020-06-25T01:03:41.0724417Z [junit] 25-Jun-2020 01:03:41.047 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:41.0725069Z [junit] 25-Jun-2020 01:03:41.050 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-16-38599"]
2020-06-25T01:03:41.0725990Z [junit] 25-Jun-2020 01:03:41.050 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-16-38599"]
2020-06-25T01:03:41.3788727Z [junit] Running org.apache.catalina.core.TestApplicationMapping
2020-06-25T01:03:41.4790951Z [junit] 25-Jun-2020 01:03:41.412 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingPath]
2020-06-25T01:03:41.7794247Z [junit] 25-Jun-2020 01:03:41.777 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:41.8796135Z [junit] 25-Jun-2020 01:03:41.815 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:41.8797224Z [junit] 25-Jun-2020 01:03:41.815 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:41.9797180Z [junit] 25-Jun-2020 01:03:41.897 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-46675"]
2020-06-25T01:03:42.0800455Z [junit] 25-Jun-2020 01:03:41.982 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-46675"]
2020-06-25T01:03:42.0801039Z [junit] 25-Jun-2020 01:03:41.987 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.0801522Z [junit] 25-Jun-2020 01:03:41.994 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-46675"]
2020-06-25T01:03:42.0801982Z [junit] 25-Jun-2020 01:03:41.998 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-46675"]
2020-06-25T01:03:42.0802407Z [junit] 25-Jun-2020 01:03:42.002 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingPath]
2020-06-25T01:03:42.0802838Z [junit] 25-Jun-2020 01:03:42.004 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:42.0803242Z [junit] 25-Jun-2020 01:03:42.013 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:42.0803673Z [junit] 25-Jun-2020 01:03:42.013 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:42.0804112Z [junit] 25-Jun-2020 01:03:42.021 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-44183"]
2020-06-25T01:03:42.0804548Z [junit] 25-Jun-2020 01:03:42.030 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-44183"]
2020-06-25T01:03:42.0804946Z [junit] 25-Jun-2020 01:03:42.035 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.0805698Z [junit] 25-Jun-2020 01:03:42.037 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-44183"]
2020-06-25T01:03:42.0806169Z [junit] 25-Jun-2020 01:03:42.037 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-44183"]
2020-06-25T01:03:42.0806587Z [junit] 25-Jun-2020 01:03:42.041 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingPath]
2020-06-25T01:03:42.0807017Z [junit] 25-Jun-2020 01:03:42.043 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-3"]
2020-06-25T01:03:42.0807425Z [junit] 25-Jun-2020 01:03:42.049 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:42.0807839Z [junit] 25-Jun-2020 01:03:42.049 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:42.0808280Z [junit] 25-Jun-2020 01:03:42.056 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-3-35707"]
2020-06-25T01:03:42.0808711Z [junit] 25-Jun-2020 01:03:42.060 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-3-35707"]
2020-06-25T01:03:42.0809343Z [junit] 25-Jun-2020 01:03:42.065 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.0809765Z [junit] 25-Jun-2020 01:03:42.067 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-3-35707"]
2020-06-25T01:03:42.0810294Z [junit] 25-Jun-2020 01:03:42.068 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-3-35707"]
2020-06-25T01:03:42.0810729Z [junit] 25-Jun-2020 01:03:42.070 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingPath]
2020-06-25T01:03:42.0811153Z [junit] 25-Jun-2020 01:03:42.074 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-4"]
2020-06-25T01:03:42.1804183Z [junit] 25-Jun-2020 01:03:42.084 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:42.1806074Z [junit] 25-Jun-2020 01:03:42.085 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:42.1806646Z [junit] 25-Jun-2020 01:03:42.088 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-4-45285"]
2020-06-25T01:03:42.1807095Z [junit] 25-Jun-2020 01:03:42.090 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-4-45285"]
2020-06-25T01:03:42.1807502Z [junit] 25-Jun-2020 01:03:42.096 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.1807932Z [junit] 25-Jun-2020 01:03:42.097 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-4-45285"]
2020-06-25T01:03:42.1808374Z [junit] 25-Jun-2020 01:03:42.097 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-4-45285"]
2020-06-25T01:03:42.1808806Z [junit] 25-Jun-2020 01:03:42.118 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingPath]
2020-06-25T01:03:42.1809240Z [junit] 25-Jun-2020 01:03:42.120 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-5"]
2020-06-25T01:03:42.1809649Z [junit] 25-Jun-2020 01:03:42.141 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:42.1810083Z [junit] 25-Jun-2020 01:03:42.141 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:42.1810516Z [junit] 25-Jun-2020 01:03:42.146 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-5-42747"]
2020-06-25T01:03:42.1810948Z [junit] 25-Jun-2020 01:03:42.149 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-5-42747"]
2020-06-25T01:03:42.1811355Z [junit] 25-Jun-2020 01:03:42.155 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.1811787Z [junit] 25-Jun-2020 01:03:42.156 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-5-42747"]
2020-06-25T01:03:42.1812231Z [junit] 25-Jun-2020 01:03:42.158 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-5-42747"]
2020-06-25T01:03:42.1812635Z [junit] 25-Jun-2020 01:03:42.161 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingPath]
2020-06-25T01:03:42.1813063Z [junit] 25-Jun-2020 01:03:42.164 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-6"]
2020-06-25T01:03:42.1813465Z [junit] 25-Jun-2020 01:03:42.166 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:42.1814127Z [junit] 25-Jun-2020 01:03:42.166 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:42.1814659Z [junit] 25-Jun-2020 01:03:42.171 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-6-40205"]
2020-06-25T01:03:42.1815107Z [junit] 25-Jun-2020 01:03:42.177 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-6-40205"]
2020-06-25T01:03:42.2806472Z [junit] 25-Jun-2020 01:03:42.182 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.2807805Z [junit] 25-Jun-2020 01:03:42.184 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-6-40205"]
2020-06-25T01:03:42.2808683Z [junit] 25-Jun-2020 01:03:42.184 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-6-40205"]
2020-06-25T01:03:42.2809984Z [junit] 25-Jun-2020 01:03:42.190 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPathSeparatorOnly]
2020-06-25T01:03:42.2810614Z [junit] 25-Jun-2020 01:03:42.191 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-7"]
2020-06-25T01:03:42.2811112Z [junit] 25-Jun-2020 01:03:42.197 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:42.2811692Z [junit] 25-Jun-2020 01:03:42.197 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:42.2812213Z [junit] 25-Jun-2020 01:03:42.203 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-7-34449"]
2020-06-25T01:03:42.2812738Z [junit] 25-Jun-2020 01:03:42.206 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-7-34449"]
2020-06-25T01:03:42.2813216Z [junit] 25-Jun-2020 01:03:42.211 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.2813716Z [junit] 25-Jun-2020 01:03:42.212 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-7-34449"]
2020-06-25T01:03:42.2814236Z [junit] 25-Jun-2020 01:03:42.212 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-7-34449"]
2020-06-25T01:03:42.3831401Z [junit] 25-Jun-2020 01:03:42.315 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPathSeparatorOnly]
2020-06-25T01:03:42.3832630Z [junit] 25-Jun-2020 01:03:42.316 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-8"]
2020-06-25T01:03:42.3833359Z [junit] 25-Jun-2020 01:03:42.323 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:42.3834056Z [junit] 25-Jun-2020 01:03:42.323 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:42.3834748Z [junit] 25-Jun-2020 01:03:42.329 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-8-46461"]
2020-06-25T01:03:42.3835405Z [junit] 25-Jun-2020 01:03:42.339 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-8-46461"]
2020-06-25T01:03:42.3836111Z [junit] 25-Jun-2020 01:03:42.344 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.3836761Z [junit] 25-Jun-2020 01:03:42.345 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-8-46461"]
2020-06-25T01:03:42.3837691Z [junit] 25-Jun-2020 01:03:42.346 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-8-46461"]
2020-06-25T01:03:42.3838463Z [junit] 25-Jun-2020 01:03:42.347 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPathSeparatorOnly]
2020-06-25T01:03:42.3839150Z [junit] 25-Jun-2020 01:03:42.348 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-9"]
2020-06-25T01:03:42.3839768Z [junit] 25-Jun-2020 01:03:42.354 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:42.3840417Z [junit] 25-Jun-2020 01:03:42.354 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:42.3841078Z [junit] 25-Jun-2020 01:03:42.358 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-9-38803"]
2020-06-25T01:03:42.3841724Z [junit] 25-Jun-2020 01:03:42.362 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-9-38803"]
2020-06-25T01:03:42.3842339Z [junit] 25-Jun-2020 01:03:42.367 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.3842980Z [junit] 25-Jun-2020 01:03:42.368 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-9-38803"]
2020-06-25T01:03:42.3843648Z [junit] 25-Jun-2020 01:03:42.369 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-9-38803"]
2020-06-25T01:03:42.3844295Z [junit] 25-Jun-2020 01:03:42.371 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPathSeparatorOnly]
2020-06-25T01:03:42.3844941Z [junit] 25-Jun-2020 01:03:42.373 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-10"]
2020-06-25T01:03:42.3845755Z [junit] 25-Jun-2020 01:03:42.377 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:42.3846405Z [junit] 25-Jun-2020 01:03:42.377 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:42.3847056Z [junit] 25-Jun-2020 01:03:42.380 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-10-45003"]
2020-06-25T01:03:42.4836546Z [junit] 25-Jun-2020 01:03:42.386 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-10-45003"]
2020-06-25T01:03:42.4837187Z [junit] 25-Jun-2020 01:03:42.392 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.4837741Z [junit] 25-Jun-2020 01:03:42.393 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-10-45003"]
2020-06-25T01:03:42.4838279Z [junit] 25-Jun-2020 01:03:42.393 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-10-45003"]
2020-06-25T01:03:42.5838817Z [junit] 25-Jun-2020 01:03:42.495 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPathSeparatorOnly]
2020-06-25T01:03:42.5839490Z [junit] 25-Jun-2020 01:03:42.497 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-11"]
2020-06-25T01:03:42.5839986Z [junit] 25-Jun-2020 01:03:42.498 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:42.5840491Z [junit] 25-Jun-2020 01:03:42.499 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:42.5841280Z [junit] 25-Jun-2020 01:03:42.505 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-11-46381"]
2020-06-25T01:03:42.5841915Z [junit] 25-Jun-2020 01:03:42.507 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-11-46381"]
2020-06-25T01:03:42.5842408Z [junit] 25-Jun-2020 01:03:42.513 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.5842916Z [junit] 25-Jun-2020 01:03:42.514 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-11-46381"]
2020-06-25T01:03:42.5843445Z [junit] 25-Jun-2020 01:03:42.514 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-11-46381"]
2020-06-25T01:03:42.6841326Z [junit] 25-Jun-2020 01:03:42.616 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPathSeparatorOnly]
2020-06-25T01:03:42.6842713Z [junit] 25-Jun-2020 01:03:42.617 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-12"]
2020-06-25T01:03:42.6843204Z [junit] 25-Jun-2020 01:03:42.620 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:42.6843647Z [junit] 25-Jun-2020 01:03:42.620 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:42.6844159Z [junit] 25-Jun-2020 01:03:42.627 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-12-38977"]
2020-06-25T01:03:42.6844597Z [junit] 25-Jun-2020 01:03:42.630 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-12-38977"]
2020-06-25T01:03:42.6845173Z [junit] 25-Jun-2020 01:03:42.636 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.6845771Z [junit] 25-Jun-2020 01:03:42.637 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-12-38977"]
2020-06-25T01:03:42.6846220Z [junit] 25-Jun-2020 01:03:42.637 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-12-38977"]
2020-06-25T01:03:42.6846651Z [junit] 25-Jun-2020 01:03:42.639 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPathNone]
2020-06-25T01:03:42.6847081Z [junit] 25-Jun-2020 01:03:42.640 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-13"]
2020-06-25T01:03:42.6847486Z [junit] 25-Jun-2020 01:03:42.645 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:42.6847918Z [junit] 25-Jun-2020 01:03:42.645 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:42.6848359Z [junit] 25-Jun-2020 01:03:42.648 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-13-37939"]
2020-06-25T01:03:42.6848799Z [junit] 25-Jun-2020 01:03:42.652 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-13-37939"]
2020-06-25T01:03:42.6849202Z [junit] 25-Jun-2020 01:03:42.657 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.6849667Z [junit] 25-Jun-2020 01:03:42.658 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-13-37939"]
2020-06-25T01:03:42.6850118Z [junit] 25-Jun-2020 01:03:42.658 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-13-37939"]
2020-06-25T01:03:42.6850787Z [junit] 25-Jun-2020 01:03:42.660 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPathNone]
2020-06-25T01:03:42.6851334Z [junit] 25-Jun-2020 01:03:42.660 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-14"]
2020-06-25T01:03:42.6851753Z [junit] 25-Jun-2020 01:03:42.666 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:42.6852181Z [junit] 25-Jun-2020 01:03:42.666 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:42.6852611Z [junit] 25-Jun-2020 01:03:42.676 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-14-39529"]
2020-06-25T01:03:42.6853047Z [junit] 25-Jun-2020 01:03:42.679 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-14-39529"]
2020-06-25T01:03:42.7846770Z [junit] 25-Jun-2020 01:03:42.684 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.7847506Z [junit] 25-Jun-2020 01:03:42.685 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-14-39529"]
2020-06-25T01:03:42.7848051Z [junit] 25-Jun-2020 01:03:42.686 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-14-39529"]
2020-06-25T01:03:42.8849101Z [junit] 25-Jun-2020 01:03:42.788 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPathNone]
2020-06-25T01:03:42.8849827Z [junit] 25-Jun-2020 01:03:42.789 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-15"]
2020-06-25T01:03:42.8850361Z [junit] 25-Jun-2020 01:03:42.793 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:42.8850888Z [junit] 25-Jun-2020 01:03:42.793 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:42.8851411Z [junit] 25-Jun-2020 01:03:42.800 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-15-34413"]
2020-06-25T01:03:42.8851938Z [junit] 25-Jun-2020 01:03:42.803 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-15-34413"]
2020-06-25T01:03:42.8852415Z [junit] 25-Jun-2020 01:03:42.809 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.8852927Z [junit] 25-Jun-2020 01:03:42.810 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-15-34413"]
2020-06-25T01:03:42.8853468Z [junit] 25-Jun-2020 01:03:42.810 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-15-34413"]
2020-06-25T01:03:42.9853030Z [junit] 25-Jun-2020 01:03:42.913 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPathNone]
2020-06-25T01:03:42.9853645Z [junit] 25-Jun-2020 01:03:42.916 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-16"]
2020-06-25T01:03:42.9854068Z [junit] 25-Jun-2020 01:03:42.920 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:42.9855101Z [junit] 25-Jun-2020 01:03:42.920 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:42.9855580Z [junit] 25-Jun-2020 01:03:42.927 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-16-39779"]
2020-06-25T01:03:42.9856246Z [junit] 25-Jun-2020 01:03:42.930 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-16-39779"]
2020-06-25T01:03:42.9856741Z [junit] 25-Jun-2020 01:03:42.936 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.9857522Z [junit] 25-Jun-2020 01:03:42.937 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-16-39779"]
2020-06-25T01:03:42.9857974Z [junit] 25-Jun-2020 01:03:42.938 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-16-39779"]
2020-06-25T01:03:42.9858390Z [junit] 25-Jun-2020 01:03:42.939 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPathNone]
2020-06-25T01:03:42.9858818Z [junit] 25-Jun-2020 01:03:42.940 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-17"]
2020-06-25T01:03:42.9859231Z [junit] 25-Jun-2020 01:03:42.944 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:42.9859669Z [junit] 25-Jun-2020 01:03:42.944 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:42.9860137Z [junit] 25-Jun-2020 01:03:42.947 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-17-33371"]
2020-06-25T01:03:42.9860575Z [junit] 25-Jun-2020 01:03:42.949 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-17-33371"]
2020-06-25T01:03:42.9860983Z [junit] 25-Jun-2020 01:03:42.954 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.9861412Z [junit] 25-Jun-2020 01:03:42.955 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-17-33371"]
2020-06-25T01:03:42.9861854Z [junit] 25-Jun-2020 01:03:42.956 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-17-33371"]
2020-06-25T01:03:42.9862286Z [junit] 25-Jun-2020 01:03:42.957 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPathNone]
2020-06-25T01:03:42.9862711Z [junit] 25-Jun-2020 01:03:42.958 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-18"]
2020-06-25T01:03:42.9863110Z [junit] 25-Jun-2020 01:03:42.965 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:42.9863539Z [junit] 25-Jun-2020 01:03:42.965 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:42.9863975Z [junit] 25-Jun-2020 01:03:42.968 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-18-34269"]
2020-06-25T01:03:42.9864415Z [junit] 25-Jun-2020 01:03:42.976 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-18-34269"]
2020-06-25T01:03:42.9864813Z [junit] 25-Jun-2020 01:03:42.982 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:42.9865234Z [junit] 25-Jun-2020 01:03:42.983 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-18-34269"]
2020-06-25T01:03:42.9865674Z [junit] 25-Jun-2020 01:03:42.983 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-18-34269"]
2020-06-25T01:03:43.0855698Z [junit] 25-Jun-2020 01:03:42.987 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingExact]
2020-06-25T01:03:43.0856685Z [junit] 25-Jun-2020 01:03:42.988 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-19"]
2020-06-25T01:03:43.0857313Z [junit] 25-Jun-2020 01:03:42.995 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:43.0857846Z [junit] 25-Jun-2020 01:03:42.996 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:43.0858371Z [junit] 25-Jun-2020 01:03:43.000 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-19-35645"]
2020-06-25T01:03:43.0858892Z [junit] 25-Jun-2020 01:03:43.004 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-19-35645"]
2020-06-25T01:03:43.0859364Z [junit] 25-Jun-2020 01:03:43.010 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:43.0859884Z [junit] 25-Jun-2020 01:03:43.011 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-19-35645"]
2020-06-25T01:03:43.0860396Z [junit] 25-Jun-2020 01:03:43.011 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-19-35645"]
2020-06-25T01:03:43.1858375Z [junit] 25-Jun-2020 01:03:43.113 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingExact]
2020-06-25T01:03:43.1859396Z [junit] 25-Jun-2020 01:03:43.114 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-20"]
2020-06-25T01:03:43.1860649Z [junit] 25-Jun-2020 01:03:43.125 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:43.1861220Z [junit] 25-Jun-2020 01:03:43.125 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:43.1861806Z [junit] 25-Jun-2020 01:03:43.128 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-20-42635"]
2020-06-25T01:03:43.1862402Z [junit] 25-Jun-2020 01:03:43.136 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-20-42635"]
2020-06-25T01:03:43.1862895Z [junit] 25-Jun-2020 01:03:43.141 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:43.1863407Z [junit] 25-Jun-2020 01:03:43.143 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-20-42635"]
2020-06-25T01:03:43.1863930Z [junit] 25-Jun-2020 01:03:43.143 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-20-42635"]
2020-06-25T01:03:43.2867928Z [junit] 25-Jun-2020 01:03:43.245 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingExact]
2020-06-25T01:03:43.2868566Z [junit] 25-Jun-2020 01:03:43.246 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-21"]
2020-06-25T01:03:43.2868993Z [junit] 25-Jun-2020 01:03:43.248 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:43.2869425Z [junit] 25-Jun-2020 01:03:43.248 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:43.2869870Z [junit] 25-Jun-2020 01:03:43.253 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-21-41305"]
2020-06-25T01:03:43.2870315Z [junit] 25-Jun-2020 01:03:43.255 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-21-41305"]
2020-06-25T01:03:43.2870951Z [junit] 25-Jun-2020 01:03:43.261 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:43.2871470Z [junit] 25-Jun-2020 01:03:43.262 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-21-41305"]
2020-06-25T01:03:43.2871928Z [junit] 25-Jun-2020 01:03:43.262 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-21-41305"]
2020-06-25T01:03:43.2872354Z [junit] 25-Jun-2020 01:03:43.268 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingExact]
2020-06-25T01:03:43.2872784Z [junit] 25-Jun-2020 01:03:43.269 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-22"]
2020-06-25T01:03:43.2873191Z [junit] 25-Jun-2020 01:03:43.273 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:43.2873621Z [junit] 25-Jun-2020 01:03:43.273 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:43.2874060Z [junit] 25-Jun-2020 01:03:43.276 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-22-35133"]
2020-06-25T01:03:43.2874498Z [junit] 25-Jun-2020 01:03:43.280 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-22-35133"]
2020-06-25T01:03:43.2874900Z [junit] 25-Jun-2020 01:03:43.285 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:43.3871041Z [junit] 25-Jun-2020 01:03:43.287 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-22-35133"]
2020-06-25T01:03:43.3871717Z [junit] 25-Jun-2020 01:03:43.288 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-22-35133"]
2020-06-25T01:03:43.4873493Z [junit] 25-Jun-2020 01:03:43.389 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingExact]
2020-06-25T01:03:43.4874955Z [junit] 25-Jun-2020 01:03:43.391 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-23"]
2020-06-25T01:03:43.4875760Z [junit] 25-Jun-2020 01:03:43.394 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:43.4876539Z [junit] 25-Jun-2020 01:03:43.394 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:43.4877329Z [junit] 25-Jun-2020 01:03:43.397 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-23-36473"]
2020-06-25T01:03:43.4878128Z [junit] 25-Jun-2020 01:03:43.399 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-23-36473"]
2020-06-25T01:03:43.4878872Z [junit] 25-Jun-2020 01:03:43.405 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:43.4879647Z [junit] 25-Jun-2020 01:03:43.409 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-23-36473"]
2020-06-25T01:03:43.4880439Z [junit] 25-Jun-2020 01:03:43.409 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-23-36473"]
2020-06-25T01:03:43.5876169Z [junit] 25-Jun-2020 01:03:43.512 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingExact]
2020-06-25T01:03:43.5877310Z [junit] 25-Jun-2020 01:03:43.513 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-24"]
2020-06-25T01:03:43.5878509Z [junit] 25-Jun-2020 01:03:43.517 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:43.5880078Z [junit] 25-Jun-2020 01:03:43.517 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:43.5880711Z [junit] 25-Jun-2020 01:03:43.522 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-24-33261"]
2020-06-25T01:03:43.5881298Z [junit] 25-Jun-2020 01:03:43.525 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-24-33261"]
2020-06-25T01:03:43.5881823Z [junit] 25-Jun-2020 01:03:43.530 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:43.5882341Z [junit] 25-Jun-2020 01:03:43.531 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-24-33261"]
2020-06-25T01:03:43.5882882Z [junit] 25-Jun-2020 01:03:43.531 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-24-33261"]
2020-06-25T01:03:43.6879996Z [junit] 25-Jun-2020 01:03:43.634 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingExtension]
2020-06-25T01:03:43.6881061Z [junit] 25-Jun-2020 01:03:43.635 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-25"]
2020-06-25T01:03:43.6881746Z [junit] 25-Jun-2020 01:03:43.637 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:43.6882932Z [junit] 25-Jun-2020 01:03:43.638 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:43.6883437Z [junit] 25-Jun-2020 01:03:43.641 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-25-45133"]
2020-06-25T01:03:43.6883908Z [junit] 25-Jun-2020 01:03:43.646 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-25-45133"]
2020-06-25T01:03:43.6884380Z [junit] 25-Jun-2020 01:03:43.657 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:43.6884815Z [junit] 25-Jun-2020 01:03:43.658 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-25-45133"]
2020-06-25T01:03:43.6885250Z [junit] 25-Jun-2020 01:03:43.658 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-25-45133"]
2020-06-25T01:03:43.6885863Z [junit] 25-Jun-2020 01:03:43.660 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingExtension]
2020-06-25T01:03:43.6886631Z [junit] 25-Jun-2020 01:03:43.660 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-26"]
2020-06-25T01:03:43.6887049Z [junit] 25-Jun-2020 01:03:43.664 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:43.6887481Z [junit] 25-Jun-2020 01:03:43.664 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:43.6887919Z [junit] 25-Jun-2020 01:03:43.667 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-26-46125"]
2020-06-25T01:03:43.6888358Z [junit] 25-Jun-2020 01:03:43.669 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-26-46125"]
2020-06-25T01:03:43.6888761Z [junit] 25-Jun-2020 01:03:43.675 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:43.6889443Z [junit] 25-Jun-2020 01:03:43.676 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-26-46125"]
2020-06-25T01:03:43.6889969Z [junit] 25-Jun-2020 01:03:43.676 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-26-46125"]
2020-06-25T01:03:43.7882797Z [junit] 25-Jun-2020 01:03:43.778 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingExtension]
2020-06-25T01:03:43.7883944Z [junit] 25-Jun-2020 01:03:43.779 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-27"]
2020-06-25T01:03:43.7884926Z [junit] 25-Jun-2020 01:03:43.781 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:43.7886329Z [junit] 25-Jun-2020 01:03:43.781 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:43.7886829Z [junit] 25-Jun-2020 01:03:43.784 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-27-41483"]
2020-06-25T01:03:43.7887282Z [junit] 25-Jun-2020 01:03:43.786 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-27-41483"]
2020-06-25T01:03:43.8885793Z [junit] 25-Jun-2020 01:03:43.792 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:43.8887343Z [junit] 25-Jun-2020 01:03:43.793 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-27-41483"]
2020-06-25T01:03:43.8887925Z [junit] 25-Jun-2020 01:03:43.793 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-27-41483"]
2020-06-25T01:03:43.8888427Z [junit] 25-Jun-2020 01:03:43.794 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingExtension]
2020-06-25T01:03:43.8889051Z [junit] 25-Jun-2020 01:03:43.795 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-28"]
2020-06-25T01:03:43.8889592Z [junit] 25-Jun-2020 01:03:43.797 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:43.8890104Z [junit] 25-Jun-2020 01:03:43.797 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:43.8890619Z [junit] 25-Jun-2020 01:03:43.800 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-28-39667"]
2020-06-25T01:03:43.8891135Z [junit] 25-Jun-2020 01:03:43.802 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-28-39667"]
2020-06-25T01:03:43.8891608Z [junit] 25-Jun-2020 01:03:43.807 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:43.8892115Z [junit] 25-Jun-2020 01:03:43.808 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-28-39667"]
2020-06-25T01:03:43.8892641Z [junit] 25-Jun-2020 01:03:43.808 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-28-39667"]
2020-06-25T01:03:43.8893144Z [junit] 25-Jun-2020 01:03:43.810 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingExtension]
2020-06-25T01:03:43.8893645Z [junit] 25-Jun-2020 01:03:43.811 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-29"]
2020-06-25T01:03:43.8894117Z [junit] 25-Jun-2020 01:03:43.813 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:43.8894921Z [junit] 25-Jun-2020 01:03:43.813 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:43.8895540Z [junit] 25-Jun-2020 01:03:43.817 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-29-38193"]
2020-06-25T01:03:43.8896062Z [junit] 25-Jun-2020 01:03:43.825 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-29-38193"]
2020-06-25T01:03:43.8896531Z [junit] 25-Jun-2020 01:03:43.831 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:43.8897029Z [junit] 25-Jun-2020 01:03:43.832 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-29-38193"]
2020-06-25T01:03:43.8897548Z [junit] 25-Jun-2020 01:03:43.832 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-29-38193"]
2020-06-25T01:03:43.9890204Z [junit] 25-Jun-2020 01:03:43.934 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingExtension]
2020-06-25T01:03:43.9891496Z [junit] 25-Jun-2020 01:03:43.935 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-30"]
2020-06-25T01:03:43.9892296Z [junit] 25-Jun-2020 01:03:43.937 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:43.9893596Z [junit] 25-Jun-2020 01:03:43.937 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:43.9894201Z [junit] 25-Jun-2020 01:03:43.940 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-30-33805"]
2020-06-25T01:03:43.9894729Z [junit] 25-Jun-2020 01:03:43.948 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-30-33805"]
2020-06-25T01:03:43.9895290Z [junit] 25-Jun-2020 01:03:43.954 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:43.9895816Z [junit] 25-Jun-2020 01:03:43.955 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-30-33805"]
2020-06-25T01:03:43.9896356Z [junit] 25-Jun-2020 01:03:43.955 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-30-33805"]
2020-06-25T01:03:44.0891630Z [junit] 25-Jun-2020 01:03:44.057 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingExact]
2020-06-25T01:03:44.0892600Z [junit] 25-Jun-2020 01:03:44.058 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-31"]
2020-06-25T01:03:44.0893274Z [junit] 25-Jun-2020 01:03:44.060 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:44.0894409Z [junit] 25-Jun-2020 01:03:44.060 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:44.0894937Z [junit] 25-Jun-2020 01:03:44.064 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-31-36891"]
2020-06-25T01:03:44.0895381Z [junit] 25-Jun-2020 01:03:44.067 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-31-36891"]
2020-06-25T01:03:44.0895826Z [junit] 25-Jun-2020 01:03:44.072 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:44.0896254Z [junit] 25-Jun-2020 01:03:44.073 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-31-36891"]
2020-06-25T01:03:44.0896699Z [junit] 25-Jun-2020 01:03:44.074 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-31-36891"]
2020-06-25T01:03:44.1894958Z [junit] 25-Jun-2020 01:03:44.175 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingExact]
2020-06-25T01:03:44.1896112Z [junit] 25-Jun-2020 01:03:44.177 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-32"]
2020-06-25T01:03:44.1896817Z [junit] 25-Jun-2020 01:03:44.178 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:44.1897545Z [junit] 25-Jun-2020 01:03:44.178 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:44.1898224Z [junit] 25-Jun-2020 01:03:44.180 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-32-37073"]
2020-06-25T01:03:44.1898891Z [junit] 25-Jun-2020 01:03:44.183 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-32-37073"]
2020-06-25T01:03:44.1899539Z [junit] 25-Jun-2020 01:03:44.188 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:44.2898591Z [junit] 25-Jun-2020 01:03:44.189 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-32-37073"]
2020-06-25T01:03:44.2899272Z [junit] 25-Jun-2020 01:03:44.190 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-32-37073"]
2020-06-25T01:03:44.3900988Z [junit] 25-Jun-2020 01:03:44.292 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingExact]
2020-06-25T01:03:44.3902212Z [junit] 25-Jun-2020 01:03:44.293 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-33"]
2020-06-25T01:03:44.3903067Z [junit] 25-Jun-2020 01:03:44.294 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:44.3904379Z [junit] 25-Jun-2020 01:03:44.295 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:44.3905058Z [junit] 25-Jun-2020 01:03:44.298 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-33-40793"]
2020-06-25T01:03:44.3905591Z [junit] 25-Jun-2020 01:03:44.301 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-33-40793"]
2020-06-25T01:03:44.3906074Z [junit] 25-Jun-2020 01:03:44.307 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:44.3906588Z [junit] 25-Jun-2020 01:03:44.308 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-33-40793"]
2020-06-25T01:03:44.3907114Z [junit] 25-Jun-2020 01:03:44.308 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-33-40793"]
2020-06-25T01:03:44.3907617Z [junit] 25-Jun-2020 01:03:44.311 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingExact]
2020-06-25T01:03:44.3908133Z [junit] 25-Jun-2020 01:03:44.311 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-34"]
2020-06-25T01:03:44.3908612Z [junit] 25-Jun-2020 01:03:44.313 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:44.3909120Z [junit] 25-Jun-2020 01:03:44.313 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:44.3909640Z [junit] 25-Jun-2020 01:03:44.317 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-34-45099"]
2020-06-25T01:03:44.3910482Z [junit] 25-Jun-2020 01:03:44.320 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-34-45099"]
2020-06-25T01:03:44.3911044Z [junit] 25-Jun-2020 01:03:44.325 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:44.3911567Z [junit] 25-Jun-2020 01:03:44.326 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-34-45099"]
2020-06-25T01:03:44.3912090Z [junit] 25-Jun-2020 01:03:44.326 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-34-45099"]
2020-06-25T01:03:44.4905096Z [junit] 25-Jun-2020 01:03:44.429 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingExact]
2020-06-25T01:03:44.4906392Z [junit] 25-Jun-2020 01:03:44.430 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-35"]
2020-06-25T01:03:44.4907235Z [junit] 25-Jun-2020 01:03:44.431 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:44.4908538Z [junit] 25-Jun-2020 01:03:44.432 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:44.4909170Z [junit] 25-Jun-2020 01:03:44.436 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-35-39689"]
2020-06-25T01:03:44.4909770Z [junit] 25-Jun-2020 01:03:44.439 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-35-39689"]
2020-06-25T01:03:44.4910252Z [junit] 25-Jun-2020 01:03:44.445 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:44.4910765Z [junit] 25-Jun-2020 01:03:44.446 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-35-39689"]
2020-06-25T01:03:44.4911290Z [junit] 25-Jun-2020 01:03:44.446 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-35-39689"]
2020-06-25T01:03:44.4911790Z [junit] 25-Jun-2020 01:03:44.447 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingExact]
2020-06-25T01:03:44.4912292Z [junit] 25-Jun-2020 01:03:44.448 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-36"]
2020-06-25T01:03:44.4912765Z [junit] 25-Jun-2020 01:03:44.449 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:44.4913270Z [junit] 25-Jun-2020 01:03:44.449 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:44.4913786Z [junit] 25-Jun-2020 01:03:44.451 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-36-32963"]
2020-06-25T01:03:44.4914299Z [junit] 25-Jun-2020 01:03:44.453 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-36-32963"]
2020-06-25T01:03:44.4914767Z [junit] 25-Jun-2020 01:03:44.458 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:44.4915251Z [junit] 25-Jun-2020 01:03:44.459 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-36-32963"]
2020-06-25T01:03:44.4915765Z [junit] 25-Jun-2020 01:03:44.459 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-36-32963"]
2020-06-25T01:03:44.5908663Z [junit] 25-Jun-2020 01:03:44.562 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingContextRoot]
2020-06-25T01:03:44.5909477Z [junit] 25-Jun-2020 01:03:44.563 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-37"]
2020-06-25T01:03:44.5910007Z [junit] 25-Jun-2020 01:03:44.564 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:44.5910455Z [junit] 25-Jun-2020 01:03:44.564 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:44.5910899Z [junit] 25-Jun-2020 01:03:44.569 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-37-34489"]
2020-06-25T01:03:44.5911341Z [junit] 25-Jun-2020 01:03:44.575 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-37-34489"]
2020-06-25T01:03:44.5911749Z [junit] 25-Jun-2020 01:03:44.580 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:44.5912181Z [junit] 25-Jun-2020 01:03:44.582 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-37-34489"]
2020-06-25T01:03:44.5912623Z [junit] 25-Jun-2020 01:03:44.582 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-37-34489"]
2020-06-25T01:03:44.6928110Z [junit] 25-Jun-2020 01:03:44.684 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingContextRoot]
2020-06-25T01:03:44.6929249Z [junit] 25-Jun-2020 01:03:44.685 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-38"]
2020-06-25T01:03:44.6929940Z [junit] 25-Jun-2020 01:03:44.687 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:44.6931101Z [junit] 25-Jun-2020 01:03:44.687 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:44.7914100Z [junit] 25-Jun-2020 01:03:44.693 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-38-41081"]
2020-06-25T01:03:44.7914815Z [junit] 25-Jun-2020 01:03:44.699 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-38-41081"]
2020-06-25T01:03:44.7915306Z [junit] 25-Jun-2020 01:03:44.704 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:44.7915818Z [junit] 25-Jun-2020 01:03:44.705 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-38-41081"]
2020-06-25T01:03:44.7916350Z [junit] 25-Jun-2020 01:03:44.705 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-38-41081"]
2020-06-25T01:03:44.8916565Z [junit] 25-Jun-2020 01:03:44.807 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingContextRoot]
2020-06-25T01:03:44.8917229Z [junit] 25-Jun-2020 01:03:44.808 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-39"]
2020-06-25T01:03:44.8918124Z [junit] 25-Jun-2020 01:03:44.816 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:44.8919387Z [junit] 25-Jun-2020 01:03:44.816 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:44.8919865Z [junit] 25-Jun-2020 01:03:44.818 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-39-34129"]
2020-06-25T01:03:44.8920306Z [junit] 25-Jun-2020 01:03:44.821 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-39-34129"]
2020-06-25T01:03:44.8921016Z [junit] 25-Jun-2020 01:03:44.826 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:44.8921536Z [junit] 25-Jun-2020 01:03:44.827 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-39-34129"]
2020-06-25T01:03:44.8921998Z [junit] 25-Jun-2020 01:03:44.828 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-39-34129"]
2020-06-25T01:03:44.9918983Z [junit] 25-Jun-2020 01:03:44.929 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingContextRoot]
2020-06-25T01:03:44.9919957Z [junit] 25-Jun-2020 01:03:44.930 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-40"]
2020-06-25T01:03:44.9920691Z [junit] 25-Jun-2020 01:03:44.942 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:44.9921853Z [junit] 25-Jun-2020 01:03:44.942 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:44.9922410Z [junit] 25-Jun-2020 01:03:44.945 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-40-43137"]
2020-06-25T01:03:44.9922863Z [junit] 25-Jun-2020 01:03:44.953 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-40-43137"]
2020-06-25T01:03:44.9923318Z [junit] 25-Jun-2020 01:03:44.961 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:44.9923751Z [junit] 25-Jun-2020 01:03:44.963 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-40-43137"]
2020-06-25T01:03:44.9924197Z [junit] 25-Jun-2020 01:03:44.963 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-40-43137"]
2020-06-25T01:03:45.0922711Z [junit] 25-Jun-2020 01:03:45.065 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingContextRoot]
2020-06-25T01:03:45.0923813Z [junit] 25-Jun-2020 01:03:45.066 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-41"]
2020-06-25T01:03:45.0924633Z [junit] 25-Jun-2020 01:03:45.069 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.0925446Z [junit] 25-Jun-2020 01:03:45.069 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.0926582Z [junit] 25-Jun-2020 01:03:45.072 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-41-46199"]
2020-06-25T01:03:45.0927117Z [junit] 25-Jun-2020 01:03:45.075 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-41-46199"]
2020-06-25T01:03:45.0927581Z [junit] 25-Jun-2020 01:03:45.080 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.0928014Z [junit] 25-Jun-2020 01:03:45.081 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-41-46199"]
2020-06-25T01:03:45.0928456Z [junit] 25-Jun-2020 01:03:45.081 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-41-46199"]
2020-06-25T01:03:45.1927423Z [junit] 25-Jun-2020 01:03:45.183 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingContextRoot]
2020-06-25T01:03:45.1928521Z [junit] 25-Jun-2020 01:03:45.184 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-42"]
2020-06-25T01:03:45.1929476Z [junit] 25-Jun-2020 01:03:45.185 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.1930897Z [junit] 25-Jun-2020 01:03:45.185 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.1931434Z [junit] 25-Jun-2020 01:03:45.189 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-42-34549"]
2020-06-25T01:03:45.2931354Z [junit] 25-Jun-2020 01:03:45.197 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-42-34549"]
2020-06-25T01:03:45.2932291Z [junit] 25-Jun-2020 01:03:45.202 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.2933497Z [junit] 25-Jun-2020 01:03:45.203 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-42-34549"]
2020-06-25T01:03:45.2934032Z [junit] 25-Jun-2020 01:03:45.203 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-42-34549"]
2020-06-25T01:03:45.2934486Z [junit] 25-Jun-2020 01:03:45.209 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingDefault]
2020-06-25T01:03:45.2935003Z [junit] 25-Jun-2020 01:03:45.212 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-43"]
2020-06-25T01:03:45.2935414Z [junit] 25-Jun-2020 01:03:45.213 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.2935921Z [junit] 25-Jun-2020 01:03:45.213 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.2936396Z [junit] 25-Jun-2020 01:03:45.216 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-43-41609"]
2020-06-25T01:03:45.2936942Z [junit] 25-Jun-2020 01:03:45.227 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-43-41609"]
2020-06-25T01:03:45.2937383Z [junit] 25-Jun-2020 01:03:45.233 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.2937839Z [junit] 25-Jun-2020 01:03:45.234 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-43-41609"]
2020-06-25T01:03:45.2938312Z [junit] 25-Jun-2020 01:03:45.234 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-43-41609"]
2020-06-25T01:03:45.2938770Z [junit] 25-Jun-2020 01:03:45.237 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingDefault]
2020-06-25T01:03:45.2939236Z [junit] 25-Jun-2020 01:03:45.237 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-44"]
2020-06-25T01:03:45.2939674Z [junit] 25-Jun-2020 01:03:45.239 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.2940152Z [junit] 25-Jun-2020 01:03:45.239 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.2940650Z [junit] 25-Jun-2020 01:03:45.243 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-44-41569"]
2020-06-25T01:03:45.2941125Z [junit] 25-Jun-2020 01:03:45.246 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-44-41569"]
2020-06-25T01:03:45.2941558Z [junit] 25-Jun-2020 01:03:45.251 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.2942251Z [junit] 25-Jun-2020 01:03:45.253 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-44-41569"]
2020-06-25T01:03:45.2942822Z [junit] 25-Jun-2020 01:03:45.253 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-44-41569"]
2020-06-25T01:03:45.2943248Z [junit] 25-Jun-2020 01:03:45.256 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingDefault]
2020-06-25T01:03:45.2943727Z [junit] 25-Jun-2020 01:03:45.257 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-45"]
2020-06-25T01:03:45.3092344Z [junit] 25-Jun-2020 01:03:45.258 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.3092823Z [junit] 25-Jun-2020 01:03:45.258 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.3093303Z [junit] 25-Jun-2020 01:03:45.260 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-45-38503"]
2020-06-25T01:03:45.3093744Z [junit] 25-Jun-2020 01:03:45.270 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-45-38503"]
2020-06-25T01:03:45.3094140Z [junit] 25-Jun-2020 01:03:45.276 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.3094560Z [junit] 25-Jun-2020 01:03:45.277 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-45-38503"]
2020-06-25T01:03:45.3095000Z [junit] 25-Jun-2020 01:03:45.277 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-45-38503"]
2020-06-25T01:03:45.3095431Z [junit] 25-Jun-2020 01:03:45.280 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingDefault]
2020-06-25T01:03:45.3095862Z [junit] 25-Jun-2020 01:03:45.280 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-46"]
2020-06-25T01:03:45.3096266Z [junit] 25-Jun-2020 01:03:45.281 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.3096693Z [junit] 25-Jun-2020 01:03:45.282 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.3097125Z [junit] 25-Jun-2020 01:03:45.284 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-46-34257"]
2020-06-25T01:03:45.3097554Z [junit] 25-Jun-2020 01:03:45.290 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-46-34257"]
2020-06-25T01:03:45.3936069Z [junit] 25-Jun-2020 01:03:45.295 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.3936720Z [junit] 25-Jun-2020 01:03:45.296 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-46-34257"]
2020-06-25T01:03:45.3937289Z [junit] 25-Jun-2020 01:03:45.297 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-46-34257"]
2020-06-25T01:03:45.4934974Z [junit] 25-Jun-2020 01:03:45.400 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingDefault]
2020-06-25T01:03:45.4935937Z [junit] 25-Jun-2020 01:03:45.401 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-47"]
2020-06-25T01:03:45.4937398Z [junit] 25-Jun-2020 01:03:45.403 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.4970896Z [junit] 25-Jun-2020 01:03:45.403 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.4971788Z [junit] 25-Jun-2020 01:03:45.405 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-47-39415"]
2020-06-25T01:03:45.4972426Z [junit] 25-Jun-2020 01:03:45.407 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-47-39415"]
2020-06-25T01:03:45.4972971Z [junit] 25-Jun-2020 01:03:45.413 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.4973537Z [junit] 25-Jun-2020 01:03:45.414 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-47-39415"]
2020-06-25T01:03:45.4974122Z [junit] 25-Jun-2020 01:03:45.414 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-47-39415"]
2020-06-25T01:03:45.4974697Z [junit] 25-Jun-2020 01:03:45.416 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingDefault]
2020-06-25T01:03:45.4975270Z [junit] 25-Jun-2020 01:03:45.417 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-48"]
2020-06-25T01:03:45.4975811Z [junit] 25-Jun-2020 01:03:45.424 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.4976378Z [junit] 25-Jun-2020 01:03:45.424 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.4976950Z [junit] 25-Jun-2020 01:03:45.436 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-48-44047"]
2020-06-25T01:03:45.4977522Z [junit] 25-Jun-2020 01:03:45.439 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-48-44047"]
2020-06-25T01:03:45.4978064Z [junit] 25-Jun-2020 01:03:45.444 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.4978646Z [junit] 25-Jun-2020 01:03:45.445 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-48-44047"]
2020-06-25T01:03:45.4979226Z [junit] 25-Jun-2020 01:03:45.446 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-48-44047"]
2020-06-25T01:03:45.4979783Z [junit] 25-Jun-2020 01:03:45.451 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingExtension]
2020-06-25T01:03:45.4980339Z [junit] 25-Jun-2020 01:03:45.452 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-49"]
2020-06-25T01:03:45.4980883Z [junit] 25-Jun-2020 01:03:45.453 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.4981450Z [junit] 25-Jun-2020 01:03:45.453 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.4982019Z [junit] 25-Jun-2020 01:03:45.456 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-49-46837"]
2020-06-25T01:03:45.4982586Z [junit] 25-Jun-2020 01:03:45.466 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-49-46837"]
2020-06-25T01:03:45.4983113Z [junit] 25-Jun-2020 01:03:45.471 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.4983668Z [junit] 25-Jun-2020 01:03:45.472 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-49-46837"]
2020-06-25T01:03:45.4984384Z [junit] 25-Jun-2020 01:03:45.473 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-49-46837"]
2020-06-25T01:03:45.4985077Z [junit] 25-Jun-2020 01:03:45.478 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingExtension]
2020-06-25T01:03:45.4985661Z [junit] 25-Jun-2020 01:03:45.479 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-50"]
2020-06-25T01:03:45.4986196Z [junit] 25-Jun-2020 01:03:45.480 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.4986754Z [junit] 25-Jun-2020 01:03:45.480 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.4987322Z [junit] 25-Jun-2020 01:03:45.483 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-50-41147"]
2020-06-25T01:03:45.4987894Z [junit] 25-Jun-2020 01:03:45.489 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-50-41147"]
2020-06-25T01:03:45.5943449Z [junit] 25-Jun-2020 01:03:45.494 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.5944530Z [junit] 25-Jun-2020 01:03:45.500 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-50-41147"]
2020-06-25T01:03:45.5945261Z [junit] 25-Jun-2020 01:03:45.501 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-50-41147"]
2020-06-25T01:03:45.5945916Z [junit] 25-Jun-2020 01:03:45.504 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingExtension]
2020-06-25T01:03:45.5946563Z [junit] 25-Jun-2020 01:03:45.505 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-51"]
2020-06-25T01:03:45.5947193Z [junit] 25-Jun-2020 01:03:45.506 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.5947846Z [junit] 25-Jun-2020 01:03:45.506 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.5948500Z [junit] 25-Jun-2020 01:03:45.509 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-51-44477"]
2020-06-25T01:03:45.5949445Z [junit] 25-Jun-2020 01:03:45.511 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-51-44477"]
2020-06-25T01:03:45.5950103Z [junit] 25-Jun-2020 01:03:45.516 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.5950743Z [junit] 25-Jun-2020 01:03:45.517 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-51-44477"]
2020-06-25T01:03:45.5951416Z [junit] 25-Jun-2020 01:03:45.518 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-51-44477"]
2020-06-25T01:03:45.5952061Z [junit] 25-Jun-2020 01:03:45.525 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingExtension]
2020-06-25T01:03:45.5952704Z [junit] 25-Jun-2020 01:03:45.526 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-52"]
2020-06-25T01:03:45.5953323Z [junit] 25-Jun-2020 01:03:45.527 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.5953961Z [junit] 25-Jun-2020 01:03:45.527 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.5954833Z [junit] 25-Jun-2020 01:03:45.531 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-52-37499"]
2020-06-25T01:03:45.5955484Z [junit] 25-Jun-2020 01:03:45.534 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-52-37499"]
2020-06-25T01:03:45.5956193Z [junit] 25-Jun-2020 01:03:45.539 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.5956864Z [junit] 25-Jun-2020 01:03:45.541 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-52-37499"]
2020-06-25T01:03:45.5957563Z [junit] 25-Jun-2020 01:03:45.541 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-52-37499"]
2020-06-25T01:03:45.5958205Z [junit] 25-Jun-2020 01:03:45.544 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingExtension]
2020-06-25T01:03:45.5958869Z [junit] 25-Jun-2020 01:03:45.544 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-53"]
2020-06-25T01:03:45.5959494Z [junit] 25-Jun-2020 01:03:45.557 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.5960133Z [junit] 25-Jun-2020 01:03:45.557 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.5960787Z [junit] 25-Jun-2020 01:03:45.564 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-53-36819"]
2020-06-25T01:03:45.5961434Z [junit] 25-Jun-2020 01:03:45.572 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-53-36819"]
2020-06-25T01:03:45.5962045Z [junit] 25-Jun-2020 01:03:45.578 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.5962691Z [junit] 25-Jun-2020 01:03:45.579 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-53-36819"]
2020-06-25T01:03:45.5963354Z [junit] 25-Jun-2020 01:03:45.579 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-53-36819"]
2020-06-25T01:03:45.5963995Z [junit] 25-Jun-2020 01:03:45.581 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingExtension]
2020-06-25T01:03:45.5967699Z [junit] 25-Jun-2020 01:03:45.581 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-54"]
2020-06-25T01:03:45.5977369Z [junit] 25-Jun-2020 01:03:45.588 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.5978168Z [junit] 25-Jun-2020 01:03:45.588 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.5979716Z [junit] 25-Jun-2020 01:03:45.590 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-54-42533"]
2020-06-25T01:03:45.6954028Z [junit] 25-Jun-2020 01:03:45.597 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-54-42533"]
2020-06-25T01:03:45.6954594Z [junit] 25-Jun-2020 01:03:45.602 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.6955049Z [junit] 25-Jun-2020 01:03:45.603 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-54-42533"]
2020-06-25T01:03:45.6955500Z [junit] 25-Jun-2020 01:03:45.604 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-54-42533"]
2020-06-25T01:03:45.6955933Z [junit] 25-Jun-2020 01:03:45.606 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPath]
2020-06-25T01:03:45.6956599Z [junit] 25-Jun-2020 01:03:45.606 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-55"]
2020-06-25T01:03:45.6957107Z [junit] 25-Jun-2020 01:03:45.608 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.6957557Z [junit] 25-Jun-2020 01:03:45.608 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.6957998Z [junit] 25-Jun-2020 01:03:45.610 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-55-44003"]
2020-06-25T01:03:45.6958436Z [junit] 25-Jun-2020 01:03:45.613 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-55-44003"]
2020-06-25T01:03:45.6958845Z [junit] 25-Jun-2020 01:03:45.618 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.6959260Z [junit] 25-Jun-2020 01:03:45.619 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-55-44003"]
2020-06-25T01:03:45.6959712Z [junit] 25-Jun-2020 01:03:45.619 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-55-44003"]
2020-06-25T01:03:45.6960140Z [junit] 25-Jun-2020 01:03:45.624 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPath]
2020-06-25T01:03:45.6960568Z [junit] 25-Jun-2020 01:03:45.625 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-56"]
2020-06-25T01:03:45.6960974Z [junit] 25-Jun-2020 01:03:45.627 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.6961470Z [junit] 25-Jun-2020 01:03:45.627 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.6961916Z [junit] 25-Jun-2020 01:03:45.630 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-56-39957"]
2020-06-25T01:03:45.6962348Z [junit] 25-Jun-2020 01:03:45.634 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-56-39957"]
2020-06-25T01:03:45.6962750Z [junit] 25-Jun-2020 01:03:45.640 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.6963180Z [junit] 25-Jun-2020 01:03:45.641 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-56-39957"]
2020-06-25T01:03:45.6963625Z [junit] 25-Jun-2020 01:03:45.641 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-56-39957"]
2020-06-25T01:03:45.6964053Z [junit] 25-Jun-2020 01:03:45.643 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPath]
2020-06-25T01:03:45.6964483Z [junit] 25-Jun-2020 01:03:45.643 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-57"]
2020-06-25T01:03:45.6964887Z [junit] 25-Jun-2020 01:03:45.644 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.6965512Z [junit] 25-Jun-2020 01:03:45.644 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.6965964Z [junit] 25-Jun-2020 01:03:45.647 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-57-38437"]
2020-06-25T01:03:45.6966394Z [junit] 25-Jun-2020 01:03:45.650 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-57-38437"]
2020-06-25T01:03:45.6966885Z [junit] 25-Jun-2020 01:03:45.655 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.6967369Z [junit] 25-Jun-2020 01:03:45.656 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-57-38437"]
2020-06-25T01:03:45.6967823Z [junit] 25-Jun-2020 01:03:45.657 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-57-38437"]
2020-06-25T01:03:45.6968224Z [junit] 25-Jun-2020 01:03:45.661 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPath]
2020-06-25T01:03:45.6968649Z [junit] 25-Jun-2020 01:03:45.662 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-58"]
2020-06-25T01:03:45.6969052Z [junit] 25-Jun-2020 01:03:45.663 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.6969487Z [junit] 25-Jun-2020 01:03:45.663 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.6969921Z [junit] 25-Jun-2020 01:03:45.665 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-58-37753"]
2020-06-25T01:03:45.6970358Z [junit] 25-Jun-2020 01:03:45.668 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-58-37753"]
2020-06-25T01:03:45.6970758Z [junit] 25-Jun-2020 01:03:45.674 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.6971182Z [junit] 25-Jun-2020 01:03:45.674 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-58-37753"]
2020-06-25T01:03:45.6971627Z [junit] 25-Jun-2020 01:03:45.675 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-58-37753"]
2020-06-25T01:03:45.6972048Z [junit] 25-Jun-2020 01:03:45.676 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPath]
2020-06-25T01:03:45.6972481Z [junit] 25-Jun-2020 01:03:45.677 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-59"]
2020-06-25T01:03:45.6972883Z [junit] 25-Jun-2020 01:03:45.679 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.6973309Z [junit] 25-Jun-2020 01:03:45.679 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.6973741Z [junit] 25-Jun-2020 01:03:45.681 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-59-45971"]
2020-06-25T01:03:45.6974179Z [junit] 25-Jun-2020 01:03:45.690 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-59-45971"]
2020-06-25T01:03:45.7966708Z [junit] 25-Jun-2020 01:03:45.695 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.7968021Z [junit] 25-Jun-2020 01:03:45.696 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-59-45971"]
2020-06-25T01:03:45.7968898Z [junit] 25-Jun-2020 01:03:45.696 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-59-45971"]
2020-06-25T01:03:45.7970916Z [junit] 25-Jun-2020 01:03:45.701 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextNonRootMappingPath]
2020-06-25T01:03:45.7971426Z [junit] 25-Jun-2020 01:03:45.702 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-60"]
2020-06-25T01:03:45.7972098Z [junit] 25-Jun-2020 01:03:45.703 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.7972629Z [junit] 25-Jun-2020 01:03:45.703 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.7973130Z [junit] 25-Jun-2020 01:03:45.706 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-60-40117"]
2020-06-25T01:03:45.7973574Z [junit] 25-Jun-2020 01:03:45.712 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-60-40117"]
2020-06-25T01:03:45.7973977Z [junit] 25-Jun-2020 01:03:45.718 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.7974405Z [junit] 25-Jun-2020 01:03:45.719 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-60-40117"]
2020-06-25T01:03:45.7974858Z [junit] 25-Jun-2020 01:03:45.719 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-60-40117"]
2020-06-25T01:03:45.7975273Z [junit] 25-Jun-2020 01:03:45.722 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingDefault]
2020-06-25T01:03:45.7975705Z [junit] 25-Jun-2020 01:03:45.722 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-61"]
2020-06-25T01:03:45.7976108Z [junit] 25-Jun-2020 01:03:45.725 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.7976544Z [junit] 25-Jun-2020 01:03:45.725 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.7976983Z [junit] 25-Jun-2020 01:03:45.727 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-61-36933"]
2020-06-25T01:03:45.7977419Z [junit] 25-Jun-2020 01:03:45.734 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-61-36933"]
2020-06-25T01:03:45.7977825Z [junit] 25-Jun-2020 01:03:45.739 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.7978252Z [junit] 25-Jun-2020 01:03:45.740 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-61-36933"]
2020-06-25T01:03:45.7978697Z [junit] 25-Jun-2020 01:03:45.741 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-61-36933"]
2020-06-25T01:03:45.7979120Z [junit] 25-Jun-2020 01:03:45.743 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingDefault]
2020-06-25T01:03:45.7979552Z [junit] 25-Jun-2020 01:03:45.744 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-62"]
2020-06-25T01:03:45.7979957Z [junit] 25-Jun-2020 01:03:45.757 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.7980995Z [junit] 25-Jun-2020 01:03:45.757 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.7981463Z [junit] 25-Jun-2020 01:03:45.761 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-62-46419"]
2020-06-25T01:03:45.7981897Z [junit] 25-Jun-2020 01:03:45.774 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-62-46419"]
2020-06-25T01:03:45.7982301Z [junit] 25-Jun-2020 01:03:45.779 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.7982824Z [junit] 25-Jun-2020 01:03:45.780 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-62-46419"]
2020-06-25T01:03:45.7983322Z [junit] 25-Jun-2020 01:03:45.781 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-62-46419"]
2020-06-25T01:03:45.7983758Z [junit] 25-Jun-2020 01:03:45.782 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingDefault]
2020-06-25T01:03:45.7984186Z [junit] 25-Jun-2020 01:03:45.783 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-63"]
2020-06-25T01:03:45.7984570Z [junit] 25-Jun-2020 01:03:45.785 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.7985002Z [junit] 25-Jun-2020 01:03:45.785 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.7985447Z [junit] 25-Jun-2020 01:03:45.787 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-63-45351"]
2020-06-25T01:03:45.7985886Z [junit] 25-Jun-2020 01:03:45.790 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-63-45351"]
2020-06-25T01:03:45.7986290Z [junit] 25-Jun-2020 01:03:45.795 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.8965804Z [junit] 25-Jun-2020 01:03:45.796 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-63-45351"]
2020-06-25T01:03:45.8966828Z [junit] 25-Jun-2020 01:03:45.796 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-63-45351"]
2020-06-25T01:03:45.8967626Z [junit] 25-Jun-2020 01:03:45.799 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingDefault]
2020-06-25T01:03:45.8968812Z [junit] 25-Jun-2020 01:03:45.800 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-64"]
2020-06-25T01:03:45.8969318Z [junit] 25-Jun-2020 01:03:45.809 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.8969765Z [junit] 25-Jun-2020 01:03:45.810 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.8970279Z [junit] 25-Jun-2020 01:03:45.813 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-64-33471"]
2020-06-25T01:03:45.8970720Z [junit] 25-Jun-2020 01:03:45.820 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-64-33471"]
2020-06-25T01:03:45.8971131Z [junit] 25-Jun-2020 01:03:45.826 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.8971560Z [junit] 25-Jun-2020 01:03:45.827 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-64-33471"]
2020-06-25T01:03:45.8972015Z [junit] 25-Jun-2020 01:03:45.827 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-64-33471"]
2020-06-25T01:03:45.8972446Z [junit] 25-Jun-2020 01:03:45.830 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingDefault]
2020-06-25T01:03:45.8972877Z [junit] 25-Jun-2020 01:03:45.830 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-65"]
2020-06-25T01:03:45.8973279Z [junit] 25-Jun-2020 01:03:45.832 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.8973977Z [junit] 25-Jun-2020 01:03:45.832 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.8974513Z [junit] 25-Jun-2020 01:03:45.835 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-65-39233"]
2020-06-25T01:03:45.8974964Z [junit] 25-Jun-2020 01:03:45.838 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-65-39233"]
2020-06-25T01:03:45.8975350Z [junit] 25-Jun-2020 01:03:45.843 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.8975783Z [junit] 25-Jun-2020 01:03:45.844 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-65-39233"]
2020-06-25T01:03:45.8976229Z [junit] 25-Jun-2020 01:03:45.844 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-65-39233"]
2020-06-25T01:03:45.8976659Z [junit] 25-Jun-2020 01:03:45.846 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingDefault]
2020-06-25T01:03:45.8977091Z [junit] 25-Jun-2020 01:03:45.847 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-66"]
2020-06-25T01:03:45.8977499Z [junit] 25-Jun-2020 01:03:45.848 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.8977925Z [junit] 25-Jun-2020 01:03:45.848 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.8978355Z [junit] 25-Jun-2020 01:03:45.859 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-66-45197"]
2020-06-25T01:03:45.8978786Z [junit] 25-Jun-2020 01:03:45.862 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-66-45197"]
2020-06-25T01:03:45.8979190Z [junit] 25-Jun-2020 01:03:45.867 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.8979626Z [junit] 25-Jun-2020 01:03:45.868 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-66-45197"]
2020-06-25T01:03:45.8980069Z [junit] 25-Jun-2020 01:03:45.869 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-66-45197"]
2020-06-25T01:03:45.8980498Z [junit] 25-Jun-2020 01:03:45.870 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingContextRoot]
2020-06-25T01:03:45.8980921Z [junit] 25-Jun-2020 01:03:45.871 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-67"]
2020-06-25T01:03:45.8981322Z [junit] 25-Jun-2020 01:03:45.877 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.8981748Z [junit] 25-Jun-2020 01:03:45.877 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.8982186Z [junit] 25-Jun-2020 01:03:45.880 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-67-35537"]
2020-06-25T01:03:45.8982622Z [junit] 25-Jun-2020 01:03:45.881 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-67-35537"]
2020-06-25T01:03:45.8983017Z [junit] 25-Jun-2020 01:03:45.887 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.8983423Z [junit] 25-Jun-2020 01:03:45.888 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-67-35537"]
2020-06-25T01:03:45.8983933Z [junit] 25-Jun-2020 01:03:45.888 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-67-35537"]
2020-06-25T01:03:45.8984420Z [junit] 25-Jun-2020 01:03:45.890 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingContextRoot]
2020-06-25T01:03:45.8984862Z [junit] 25-Jun-2020 01:03:45.891 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-68"]
2020-06-25T01:03:45.9978561Z [junit] 25-Jun-2020 01:03:45.900 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.9979167Z [junit] 25-Jun-2020 01:03:45.900 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.9979643Z [junit] 25-Jun-2020 01:03:45.902 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-68-41733"]
2020-06-25T01:03:45.9980115Z [junit] 25-Jun-2020 01:03:45.904 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-68-41733"]
2020-06-25T01:03:45.9980527Z [junit] 25-Jun-2020 01:03:45.910 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.9980956Z [junit] 25-Jun-2020 01:03:45.911 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-68-41733"]
2020-06-25T01:03:45.9981399Z [junit] 25-Jun-2020 01:03:45.911 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-68-41733"]
2020-06-25T01:03:45.9981831Z [junit] 25-Jun-2020 01:03:45.921 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingContextRoot]
2020-06-25T01:03:45.9982261Z [junit] 25-Jun-2020 01:03:45.922 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-69"]
2020-06-25T01:03:45.9982667Z [junit] 25-Jun-2020 01:03:45.929 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.9983101Z [junit] 25-Jun-2020 01:03:45.929 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.9983537Z [junit] 25-Jun-2020 01:03:45.931 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-69-37695"]
2020-06-25T01:03:45.9983974Z [junit] 25-Jun-2020 01:03:45.934 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-69-37695"]
2020-06-25T01:03:45.9984372Z [junit] 25-Jun-2020 01:03:45.939 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.9984798Z [junit] 25-Jun-2020 01:03:45.940 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-69-37695"]
2020-06-25T01:03:45.9985247Z [junit] 25-Jun-2020 01:03:45.940 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-69-37695"]
2020-06-25T01:03:45.9985674Z [junit] 25-Jun-2020 01:03:45.942 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingContextRoot]
2020-06-25T01:03:45.9986103Z [junit] 25-Jun-2020 01:03:45.942 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-70"]
2020-06-25T01:03:45.9986501Z [junit] 25-Jun-2020 01:03:45.949 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.9986932Z [junit] 25-Jun-2020 01:03:45.949 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.9987598Z [junit] 25-Jun-2020 01:03:45.951 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-70-39165"]
2020-06-25T01:03:45.9988012Z [junit] 25-Jun-2020 01:03:45.953 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-70-39165"]
2020-06-25T01:03:45.9988495Z [junit] 25-Jun-2020 01:03:45.959 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.9988940Z [junit] 25-Jun-2020 01:03:45.960 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-70-39165"]
2020-06-25T01:03:45.9989373Z [junit] 25-Jun-2020 01:03:45.960 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-70-39165"]
2020-06-25T01:03:45.9989795Z [junit] 25-Jun-2020 01:03:45.962 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingContextRoot]
2020-06-25T01:03:45.9990223Z [junit] 25-Jun-2020 01:03:45.962 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-71"]
2020-06-25T01:03:45.9990624Z [junit] 25-Jun-2020 01:03:45.963 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.9991051Z [junit] 25-Jun-2020 01:03:45.963 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.9991480Z [junit] 25-Jun-2020 01:03:45.965 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-71-43855"]
2020-06-25T01:03:45.9991906Z [junit] 25-Jun-2020 01:03:45.967 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-71-43855"]
2020-06-25T01:03:45.9992302Z [junit] 25-Jun-2020 01:03:45.973 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.9992725Z [junit] 25-Jun-2020 01:03:45.974 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-71-43855"]
2020-06-25T01:03:45.9993380Z [junit] 25-Jun-2020 01:03:45.974 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-71-43855"]
2020-06-25T01:03:45.9994508Z [junit] 25-Jun-2020 01:03:45.975 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testContextRootMappingContextRoot]
2020-06-25T01:03:45.9994952Z [junit] 25-Jun-2020 01:03:45.976 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-72"]
2020-06-25T01:03:45.9995354Z [junit] 25-Jun-2020 01:03:45.977 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:45.9996429Z [junit] 25-Jun-2020 01:03:45.977 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:45.9996910Z [junit] 25-Jun-2020 01:03:45.979 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-72-44193"]
2020-06-25T01:03:45.9997350Z [junit] 25-Jun-2020 01:03:45.981 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-72-44193"]
2020-06-25T01:03:45.9997750Z [junit] 25-Jun-2020 01:03:45.986 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:45.9998163Z [junit] 25-Jun-2020 01:03:45.987 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-72-44193"]
2020-06-25T01:03:45.9998602Z [junit] 25-Jun-2020 01:03:45.987 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-72-44193"]
2020-06-25T01:03:46.0072555Z [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.658 sec
2020-06-25T01:03:46.2923533Z [junit] Running org.apache.catalina.core.TestApplicationPushBuilder
2020-06-25T01:03:46.2924356Z [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
2020-06-25T01:03:46.6024653Z [junit] Running org.apache.catalina.core.TestApplicationSessionCookieConfig
2020-06-25T01:03:46.6041887Z [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
2020-06-25T01:03:47.0230587Z [junit] Running org.apache.catalina.core.TestAsyncContextImplDispatch
2020-06-25T01:03:47.0232020Z [junit] 25-Jun-2020 01:03:47.000 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[0: tgt-sup [false], dis-sup [false], dis-st [false]]]
2020-06-25T01:03:47.4235269Z [junit] 25-Jun-2020 01:03:47.395 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:47.5240571Z [junit] 25-Jun-2020 01:03:47.432 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:47.5241582Z [junit] 25-Jun-2020 01:03:47.433 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:47.6244165Z [junit] 25-Jun-2020 01:03:47.537 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-40419"]
2020-06-25T01:03:47.7250387Z [junit] 25-Jun-2020 01:03:47.624 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-40419"]
2020-06-25T01:03:47.7251133Z [junit] 25-Jun-2020 01:03:47.630 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:47.7251585Z [junit] 25-Jun-2020 01:03:47.637 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-40419"]
2020-06-25T01:03:47.7252055Z [junit] 25-Jun-2020 01:03:47.639 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-40419"]
2020-06-25T01:03:47.7252542Z [junit] 25-Jun-2020 01:03:47.652 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[1: tgt-sup [false], dis-sup [false], dis-st [true]]]
2020-06-25T01:03:47.7252991Z [junit] 25-Jun-2020 01:03:47.654 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:47.7253398Z [junit] 25-Jun-2020 01:03:47.661 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:47.7253814Z [junit] 25-Jun-2020 01:03:47.661 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:47.7254256Z [junit] 25-Jun-2020 01:03:47.667 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-33009"]
2020-06-25T01:03:47.7254871Z [junit] 25-Jun-2020 01:03:47.670 WARNING [http-nio2-127.0.0.1-auto-2-exec-2] org.apache.catalina.connector.Request.startAsync Unable to start async because the following classes in the processing chain do not support async [org.apache.catalina.core.TestAsyncContextImplDispatch$TesterServlet]
2020-06-25T01:03:47.7255113Z [junit] java.lang.IllegalStateException: A filter or servlet of the current chain does not support asynchronous operations.
2020-06-25T01:03:47.7255265Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1657)
2020-06-25T01:03:47.7255424Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1649)
2020-06-25T01:03:47.7255582Z [junit] at org.apache.catalina.connector.RequestFacade.startAsync(RequestFacade.java:1043)
2020-06-25T01:03:47.7255738Z [junit] at jakarta.servlet.ServletRequestWrapper.startAsync(ServletRequestWrapper.java:383)
2020-06-25T01:03:47.7256080Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterDispatchServlet.doGet(TestAsyncContextImplDispatch.java:142)
2020-06-25T01:03:47.7256252Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.7256571Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.7256746Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.7256915Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.7257081Z [junit] at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:694)
2020-06-25T01:03:47.7257247Z [junit] at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:441)
2020-06-25T01:03:47.7257413Z [junit] at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:366)
2020-06-25T01:03:47.7257582Z [junit] at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:294)
2020-06-25T01:03:47.7257756Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterServlet.doGet(TestAsyncContextImplDispatch.java:121)
2020-06-25T01:03:47.7257909Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.7258061Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.7258225Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.7258396Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.7258557Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-25T01:03:47.7258725Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-25T01:03:47.7258888Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-25T01:03:47.7259050Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-25T01:03:47.7259207Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-25T01:03:47.7259368Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-25T01:03:47.7259525Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-25T01:03:47.7259688Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-25T01:03:47.7259834Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T01:03:47.7272270Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-25T01:03:47.7272664Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1625)
2020-06-25T01:03:47.7272961Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-25T01:03:47.7273231Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1075)
2020-06-25T01:03:47.7273503Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint.setSocketOptions(Nio2Endpoint.java:324)
2020-06-25T01:03:47.7273775Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:425)
2020-06-25T01:03:47.7274046Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:380)
2020-06-25T01:03:47.7274302Z [junit] at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
2020-06-25T01:03:47.7274558Z [junit] at sun.nio.ch.Invoker$2.run(Invoker.java:218)
2020-06-25T01:03:47.7274965Z [junit] at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
2020-06-25T01:03:47.7275234Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-25T01:03:47.7275573Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-25T01:03:47.7275861Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-25T01:03:47.7276119Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:47.7276941Z [junit] 25-Jun-2020 01:03:47.671 SEVERE [http-nio2-127.0.0.1-auto-2-exec-2] org.apache.catalina.core.ApplicationDispatcher.invoke Servlet.service() for servlet [dispatch] threw exception
2020-06-25T01:03:47.7277264Z [junit] java.lang.IllegalStateException: A filter or servlet of the current chain does not support asynchronous operations.
2020-06-25T01:03:47.7277543Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1657)
2020-06-25T01:03:47.7277808Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1649)
2020-06-25T01:03:47.7278082Z [junit] at org.apache.catalina.connector.RequestFacade.startAsync(RequestFacade.java:1043)
2020-06-25T01:03:47.7278346Z [junit] at jakarta.servlet.ServletRequestWrapper.startAsync(ServletRequestWrapper.java:383)
2020-06-25T01:03:47.7278628Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterDispatchServlet.doGet(TestAsyncContextImplDispatch.java:142)
2020-06-25T01:03:47.7278901Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.7279148Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.7279423Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.7279705Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.7279978Z [junit] at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:694)
2020-06-25T01:03:47.7280274Z [junit] at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:441)
2020-06-25T01:03:47.7280548Z [junit] at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:366)
2020-06-25T01:03:47.7280823Z [junit] at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:294)
2020-06-25T01:03:47.7281099Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterServlet.doGet(TestAsyncContextImplDispatch.java:121)
2020-06-25T01:03:47.7281370Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.7281629Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.7281908Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.7282180Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.7282452Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-25T01:03:47.7282719Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-25T01:03:47.7283272Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-25T01:03:47.7283572Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-25T01:03:47.7283837Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-25T01:03:47.7284102Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-25T01:03:47.7284467Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-25T01:03:47.7284811Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-25T01:03:47.7285154Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T01:03:47.7285661Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-25T01:03:47.7285943Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1625)
2020-06-25T01:03:47.7286198Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-25T01:03:47.7286485Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1075)
2020-06-25T01:03:47.7286740Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint.setSocketOptions(Nio2Endpoint.java:324)
2020-06-25T01:03:47.7287031Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:425)
2020-06-25T01:03:47.7287278Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:380)
2020-06-25T01:03:47.7287556Z [junit] at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
2020-06-25T01:03:47.7287796Z [junit] at sun.nio.ch.Invoker$2.run(Invoker.java:218)
2020-06-25T01:03:47.7288087Z [junit] at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
2020-06-25T01:03:47.7288337Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-25T01:03:47.7288620Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-25T01:03:47.7288876Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-25T01:03:47.7289133Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:47.7289910Z [junit] 25-Jun-2020 01:03:47.671 SEVERE [http-nio2-127.0.0.1-auto-2-exec-2] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [target] in context with path [] threw exception
2020-06-25T01:03:47.7290246Z [junit] java.lang.IllegalStateException: A filter or servlet of the current chain does not support asynchronous operations.
2020-06-25T01:03:47.7290526Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1657)
2020-06-25T01:03:47.7290791Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1649)
2020-06-25T01:03:47.7291054Z [junit] at org.apache.catalina.connector.RequestFacade.startAsync(RequestFacade.java:1043)
2020-06-25T01:03:47.7291326Z [junit] at jakarta.servlet.ServletRequestWrapper.startAsync(ServletRequestWrapper.java:383)
2020-06-25T01:03:47.7291611Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterDispatchServlet.doGet(TestAsyncContextImplDispatch.java:142)
2020-06-25T01:03:47.7291897Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.7292170Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.7292446Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.7292733Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.7293005Z [junit] at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:694)
2020-06-25T01:03:47.7293282Z [junit] at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:441)
2020-06-25T01:03:47.7293557Z [junit] at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:366)
2020-06-25T01:03:47.7293833Z [junit] at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:294)
2020-06-25T01:03:47.7294217Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterServlet.doGet(TestAsyncContextImplDispatch.java:121)
2020-06-25T01:03:47.7294555Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.7294834Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.7295103Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.7295374Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.7295649Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-25T01:03:47.7295937Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-25T01:03:47.7296215Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-25T01:03:47.7296485Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-25T01:03:47.7296752Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-25T01:03:47.7297073Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-25T01:03:47.7297341Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-25T01:03:47.7297596Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-25T01:03:47.7297864Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T01:03:47.7298133Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-25T01:03:47.7298406Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1625)
2020-06-25T01:03:47.7298679Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-25T01:03:47.7298950Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1075)
2020-06-25T01:03:47.7299218Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint.setSocketOptions(Nio2Endpoint.java:324)
2020-06-25T01:03:47.7299487Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:425)
2020-06-25T01:03:47.7299755Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:380)
2020-06-25T01:03:47.7300010Z [junit] at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
2020-06-25T01:03:47.7300265Z [junit] at sun.nio.ch.Invoker$2.run(Invoker.java:218)
2020-06-25T01:03:47.7300530Z [junit] at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
2020-06-25T01:03:47.7300804Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-25T01:03:47.7301070Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-25T01:03:47.7301342Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-25T01:03:47.7301600Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:47.7302195Z [junit] 25-Jun-2020 01:03:47.681 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-33009"]
2020-06-25T01:03:47.7302778Z [junit] 25-Jun-2020 01:03:47.686 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:47.7303347Z [junit] 25-Jun-2020 01:03:47.688 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-33009"]
2020-06-25T01:03:47.7304030Z [junit] 25-Jun-2020 01:03:47.688 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-33009"]
2020-06-25T01:03:47.7305037Z [junit] 25-Jun-2020 01:03:47.690 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[2: tgt-sup [false], dis-sup [true], dis-st [false]]]
2020-06-25T01:03:47.7306347Z [junit] 25-Jun-2020 01:03:47.691 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-3"]
2020-06-25T01:03:47.7406546Z [junit] 25-Jun-2020 01:03:47.695 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:47.7407437Z [junit] 25-Jun-2020 01:03:47.695 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:47.7408055Z [junit] 25-Jun-2020 01:03:47.705 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-3-34411"]
2020-06-25T01:03:47.7408666Z [junit] 25-Jun-2020 01:03:47.708 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-3-34411"]
2020-06-25T01:03:47.7409228Z [junit] 25-Jun-2020 01:03:47.713 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:47.7409797Z [junit] 25-Jun-2020 01:03:47.715 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-3-34411"]
2020-06-25T01:03:47.7410374Z [junit] 25-Jun-2020 01:03:47.716 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-3-34411"]
2020-06-25T01:03:47.7410983Z [junit] 25-Jun-2020 01:03:47.718 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[3: tgt-sup [false], dis-sup [true], dis-st [true]]]
2020-06-25T01:03:47.7411568Z [junit] 25-Jun-2020 01:03:47.721 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-4"]
2020-06-25T01:03:47.7412116Z [junit] 25-Jun-2020 01:03:47.725 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:47.7412803Z [junit] 25-Jun-2020 01:03:47.725 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:47.8276349Z [junit] 25-Jun-2020 01:03:47.746 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-4-41415"]
2020-06-25T01:03:47.8277432Z [junit] 25-Jun-2020 01:03:47.750 WARNING [http-nio2-127.0.0.1-auto-4-exec-1] org.apache.catalina.connector.Request.startAsync Unable to start async because the following classes in the processing chain do not support async [org.apache.catalina.core.TestAsyncContextImplDispatch$TesterServlet]
2020-06-25T01:03:47.8277853Z [junit] java.lang.IllegalStateException: A filter or servlet of the current chain does not support asynchronous operations.
2020-06-25T01:03:47.8278139Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1657)
2020-06-25T01:03:47.8278425Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1649)
2020-06-25T01:03:47.8278718Z [junit] at org.apache.catalina.connector.RequestFacade.startAsync(RequestFacade.java:1043)
2020-06-25T01:03:47.8278985Z [junit] at jakarta.servlet.ServletRequestWrapper.startAsync(ServletRequestWrapper.java:383)
2020-06-25T01:03:47.8279266Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterDispatchServlet.doGet(TestAsyncContextImplDispatch.java:142)
2020-06-25T01:03:47.8279640Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.8279909Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.8280467Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.8280750Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.8281116Z [junit] at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:694)
2020-06-25T01:03:47.8281412Z [junit] at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:441)
2020-06-25T01:03:47.8281689Z [junit] at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:366)
2020-06-25T01:03:47.8281963Z [junit] at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:294)
2020-06-25T01:03:47.8282229Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterServlet.doGet(TestAsyncContextImplDispatch.java:121)
2020-06-25T01:03:47.8282505Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.8282774Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.8283045Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.8283323Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.8283593Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-25T01:03:47.8283863Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-25T01:03:47.8284132Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-25T01:03:47.8284400Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-25T01:03:47.8284664Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-25T01:03:47.8284940Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-25T01:03:47.8285203Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-25T01:03:47.8285962Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-25T01:03:47.8286180Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T01:03:47.8286341Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-25T01:03:47.8286633Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1625)
2020-06-25T01:03:47.8286800Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-25T01:03:47.8286969Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1075)
2020-06-25T01:03:47.8287134Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint.setSocketOptions(Nio2Endpoint.java:324)
2020-06-25T01:03:47.8287303Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:425)
2020-06-25T01:03:47.8287477Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:380)
2020-06-25T01:03:47.8287634Z [junit] at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
2020-06-25T01:03:47.8287788Z [junit] at sun.nio.ch.Invoker$2.run(Invoker.java:218)
2020-06-25T01:03:47.8287946Z [junit] at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
2020-06-25T01:03:47.8288113Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-25T01:03:47.8288276Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-25T01:03:47.8288636Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-25T01:03:47.8288789Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:47.8289625Z [junit] 25-Jun-2020 01:03:47.751 SEVERE [http-nio2-127.0.0.1-auto-4-exec-1] org.apache.catalina.core.ApplicationDispatcher.invoke Servlet.service() for servlet [dispatch] threw exception
2020-06-25T01:03:47.8289840Z [junit] java.lang.IllegalStateException: A filter or servlet of the current chain does not support asynchronous operations.
2020-06-25T01:03:47.8290012Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1657)
2020-06-25T01:03:47.8290163Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1649)
2020-06-25T01:03:47.8290325Z [junit] at org.apache.catalina.connector.RequestFacade.startAsync(RequestFacade.java:1043)
2020-06-25T01:03:47.8290488Z [junit] at jakarta.servlet.ServletRequestWrapper.startAsync(ServletRequestWrapper.java:383)
2020-06-25T01:03:47.8290672Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterDispatchServlet.doGet(TestAsyncContextImplDispatch.java:142)
2020-06-25T01:03:47.8290849Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.8291012Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.8291182Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.8291355Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.8291524Z [junit] at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:694)
2020-06-25T01:03:47.8291690Z [junit] at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:441)
2020-06-25T01:03:47.8291859Z [junit] at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:366)
2020-06-25T01:03:47.8292032Z [junit] at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:294)
2020-06-25T01:03:47.8292212Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterServlet.doGet(TestAsyncContextImplDispatch.java:121)
2020-06-25T01:03:47.8292383Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.8292526Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.8292692Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.8292860Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.8293026Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-25T01:03:47.8293197Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-25T01:03:47.8293681Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-25T01:03:47.8293851Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-25T01:03:47.8294010Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-25T01:03:47.8294405Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-25T01:03:47.8294568Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-25T01:03:47.8294735Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-25T01:03:47.8294886Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T01:03:47.8295048Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-25T01:03:47.8295295Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1625)
2020-06-25T01:03:47.8295508Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-25T01:03:47.8295680Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1075)
2020-06-25T01:03:47.8295845Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint.setSocketOptions(Nio2Endpoint.java:324)
2020-06-25T01:03:47.8296011Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:425)
2020-06-25T01:03:47.8296173Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:380)
2020-06-25T01:03:47.8296328Z [junit] at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
2020-06-25T01:03:47.8296479Z [junit] at sun.nio.ch.Invoker$2.run(Invoker.java:218)
2020-06-25T01:03:47.8296638Z [junit] at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
2020-06-25T01:03:47.8296785Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-25T01:03:47.8296952Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-25T01:03:47.8297121Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-25T01:03:47.8297274Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:47.8297846Z [junit] 25-Jun-2020 01:03:47.752 SEVERE [http-nio2-127.0.0.1-auto-4-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [target] in context with path [] threw exception
2020-06-25T01:03:47.8298051Z [junit] java.lang.IllegalStateException: A filter or servlet of the current chain does not support asynchronous operations.
2020-06-25T01:03:47.8298232Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1657)
2020-06-25T01:03:47.8298399Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1649)
2020-06-25T01:03:47.8298564Z [junit] at org.apache.catalina.connector.RequestFacade.startAsync(RequestFacade.java:1043)
2020-06-25T01:03:47.8298727Z [junit] at jakarta.servlet.ServletRequestWrapper.startAsync(ServletRequestWrapper.java:383)
2020-06-25T01:03:47.8298905Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterDispatchServlet.doGet(TestAsyncContextImplDispatch.java:142)
2020-06-25T01:03:47.8299073Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.8299230Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.8299400Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.8299578Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.8299748Z [junit] at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:694)
2020-06-25T01:03:47.8299905Z [junit] at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:441)
2020-06-25T01:03:47.8300077Z [junit] at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:366)
2020-06-25T01:03:47.8300242Z [junit] at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:294)
2020-06-25T01:03:47.8300422Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterServlet.doGet(TestAsyncContextImplDispatch.java:121)
2020-06-25T01:03:47.8300590Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.8300748Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.8300997Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.8301170Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.8301382Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-25T01:03:47.8301553Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-25T01:03:47.8301717Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-25T01:03:47.8301881Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-25T01:03:47.8302029Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-25T01:03:47.8302190Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-25T01:03:47.8302356Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-25T01:03:47.8302523Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-25T01:03:47.8302695Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T01:03:47.8302863Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-25T01:03:47.8303032Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1625)
2020-06-25T01:03:47.8303195Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-25T01:03:47.8303359Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1075)
2020-06-25T01:03:47.8303524Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint.setSocketOptions(Nio2Endpoint.java:324)
2020-06-25T01:03:47.8303691Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:425)
2020-06-25T01:03:47.8303839Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:380)
2020-06-25T01:03:47.8303993Z [junit] at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
2020-06-25T01:03:47.8304143Z [junit] at sun.nio.ch.Invoker$2.run(Invoker.java:218)
2020-06-25T01:03:47.8304298Z [junit] at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
2020-06-25T01:03:47.8304465Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-25T01:03:47.8304627Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-25T01:03:47.8304790Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-25T01:03:47.8304947Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:47.8305413Z [junit] 25-Jun-2020 01:03:47.753 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-4-41415"]
2020-06-25T01:03:47.8305838Z [junit] 25-Jun-2020 01:03:47.759 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:47.8306270Z [junit] 25-Jun-2020 01:03:47.760 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-4-41415"]
2020-06-25T01:03:47.8306723Z [junit] 25-Jun-2020 01:03:47.760 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-4-41415"]
2020-06-25T01:03:47.8307200Z [junit] 25-Jun-2020 01:03:47.763 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[4: tgt-sup [true], dis-sup [false], dis-st [false]]]
2020-06-25T01:03:47.8307649Z [junit] 25-Jun-2020 01:03:47.764 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-5"]
2020-06-25T01:03:47.8308131Z [junit] 25-Jun-2020 01:03:47.768 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:47.8308615Z [junit] 25-Jun-2020 01:03:47.768 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:47.8309072Z [junit] 25-Jun-2020 01:03:47.773 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-5-34091"]
2020-06-25T01:03:47.8309516Z [junit] 25-Jun-2020 01:03:47.777 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-5-34091"]
2020-06-25T01:03:47.8309923Z [junit] 25-Jun-2020 01:03:47.783 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:47.8310344Z [junit] 25-Jun-2020 01:03:47.784 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-5-34091"]
2020-06-25T01:03:47.8310862Z [junit] 25-Jun-2020 01:03:47.784 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-5-34091"]
2020-06-25T01:03:47.9309252Z [junit] 25-Jun-2020 01:03:47.887 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[5: tgt-sup [true], dis-sup [false], dis-st [true]]]
2020-06-25T01:03:47.9310686Z [junit] 25-Jun-2020 01:03:47.889 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-6"]
2020-06-25T01:03:47.9311379Z [junit] 25-Jun-2020 01:03:47.891 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:47.9312345Z [junit] 25-Jun-2020 01:03:47.891 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:47.9313022Z [junit] 25-Jun-2020 01:03:47.896 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-6-34335"]
2020-06-25T01:03:47.9313695Z [junit] 25-Jun-2020 01:03:47.898 WARNING [http-nio2-127.0.0.1-auto-6-exec-2] org.apache.catalina.connector.Request.startAsync Unable to start async because the following classes in the processing chain do not support async []
2020-06-25T01:03:47.9314039Z [junit] java.lang.IllegalStateException: A filter or servlet of the current chain does not support asynchronous operations.
2020-06-25T01:03:47.9314320Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1657)
2020-06-25T01:03:47.9314592Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1649)
2020-06-25T01:03:47.9314868Z [junit] at org.apache.catalina.connector.RequestFacade.startAsync(RequestFacade.java:1043)
2020-06-25T01:03:47.9315153Z [junit] at jakarta.servlet.ServletRequestWrapper.startAsync(ServletRequestWrapper.java:383)
2020-06-25T01:03:47.9318277Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterDispatchServlet.doGet(TestAsyncContextImplDispatch.java:142)
2020-06-25T01:03:47.9318950Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.9319253Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.9319530Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.9319817Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.9320116Z [junit] at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:694)
2020-06-25T01:03:47.9320797Z [junit] at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:441)
2020-06-25T01:03:47.9321321Z [junit] at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:366)
2020-06-25T01:03:47.9321596Z [junit] at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:294)
2020-06-25T01:03:47.9321965Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterServlet.doGet(TestAsyncContextImplDispatch.java:121)
2020-06-25T01:03:47.9322262Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.9322839Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.9323171Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.9323451Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.9323728Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-25T01:03:47.9324046Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-25T01:03:47.9324320Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-25T01:03:47.9324593Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-25T01:03:47.9324865Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-25T01:03:47.9325119Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-25T01:03:47.9325541Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-25T01:03:47.9325827Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-25T01:03:47.9326102Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T01:03:47.9326382Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-25T01:03:47.9326654Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1625)
2020-06-25T01:03:47.9327347Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-25T01:03:47.9327638Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1075)
2020-06-25T01:03:47.9327911Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint.setSocketOptions(Nio2Endpoint.java:324)
2020-06-25T01:03:47.9328183Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:425)
2020-06-25T01:03:47.9328451Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:380)
2020-06-25T01:03:47.9328709Z [junit] at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
2020-06-25T01:03:47.9328993Z [junit] at sun.nio.ch.Invoker$2.run(Invoker.java:218)
2020-06-25T01:03:47.9329254Z [junit] at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
2020-06-25T01:03:47.9329526Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-25T01:03:47.9329794Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-25T01:03:47.9330059Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-25T01:03:47.9330316Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:47.9331499Z [junit] 25-Jun-2020 01:03:47.899 SEVERE [http-nio2-127.0.0.1-auto-6-exec-2] org.apache.catalina.core.ApplicationDispatcher.invoke Servlet.service() for servlet [dispatch] threw exception
2020-06-25T01:03:47.9331873Z [junit] java.lang.IllegalStateException: A filter or servlet of the current chain does not support asynchronous operations.
2020-06-25T01:03:47.9332303Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1657)
2020-06-25T01:03:47.9332578Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1649)
2020-06-25T01:03:47.9332909Z [junit] at org.apache.catalina.connector.RequestFacade.startAsync(RequestFacade.java:1043)
2020-06-25T01:03:47.9333537Z [junit] at jakarta.servlet.ServletRequestWrapper.startAsync(ServletRequestWrapper.java:383)
2020-06-25T01:03:47.9333869Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterDispatchServlet.doGet(TestAsyncContextImplDispatch.java:142)
2020-06-25T01:03:47.9334156Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.9334423Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.9334718Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.9334994Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.9335287Z [junit] at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:694)
2020-06-25T01:03:47.9335550Z [junit] at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:441)
2020-06-25T01:03:47.9335841Z [junit] at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:366)
2020-06-25T01:03:47.9336100Z [junit] at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:294)
2020-06-25T01:03:47.9336406Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterServlet.doGet(TestAsyncContextImplDispatch.java:121)
2020-06-25T01:03:47.9336662Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.9336940Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.9337199Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.9337761Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.9338074Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-25T01:03:47.9338370Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-25T01:03:47.9338655Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-25T01:03:47.9338909Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-25T01:03:47.9339193Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-25T01:03:47.9339451Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-25T01:03:47.9339731Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-25T01:03:47.9339989Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-25T01:03:47.9340278Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T01:03:47.9340613Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-25T01:03:47.9340889Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1625)
2020-06-25T01:03:47.9341162Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-25T01:03:47.9341413Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1075)
2020-06-25T01:03:47.9341960Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint.setSocketOptions(Nio2Endpoint.java:324)
2020-06-25T01:03:47.9342411Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:425)
2020-06-25T01:03:47.9342742Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:380)
2020-06-25T01:03:47.9343015Z [junit] at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
2020-06-25T01:03:47.9343288Z [junit] at sun.nio.ch.Invoker$2.run(Invoker.java:218)
2020-06-25T01:03:47.9343529Z [junit] at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
2020-06-25T01:03:47.9343817Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-25T01:03:47.9344493Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-25T01:03:47.9344765Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-25T01:03:47.9345054Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:47.9345852Z [junit] 25-Jun-2020 01:03:47.899 SEVERE [http-nio2-127.0.0.1-auto-6-exec-2] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [target] in context with path [] threw exception
2020-06-25T01:03:47.9346206Z [junit] java.lang.IllegalStateException: A filter or servlet of the current chain does not support asynchronous operations.
2020-06-25T01:03:47.9346483Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1657)
2020-06-25T01:03:47.9346752Z [junit] at org.apache.catalina.connector.Request.startAsync(Request.java:1649)
2020-06-25T01:03:47.9347005Z [junit] at org.apache.catalina.connector.RequestFacade.startAsync(RequestFacade.java:1043)
2020-06-25T01:03:47.9347313Z [junit] at jakarta.servlet.ServletRequestWrapper.startAsync(ServletRequestWrapper.java:383)
2020-06-25T01:03:47.9347584Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterDispatchServlet.doGet(TestAsyncContextImplDispatch.java:142)
2020-06-25T01:03:47.9347878Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.9348455Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.9348797Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.9349084Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.9349362Z [junit] at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:694)
2020-06-25T01:03:47.9349640Z [junit] at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:441)
2020-06-25T01:03:47.9349913Z [junit] at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:366)
2020-06-25T01:03:47.9350194Z [junit] at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:294)
2020-06-25T01:03:47.9350473Z [junit] at org.apache.catalina.core.TestAsyncContextImplDispatch$TesterServlet.doGet(TestAsyncContextImplDispatch.java:121)
2020-06-25T01:03:47.9350752Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:663)
2020-06-25T01:03:47.9351018Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:47.9351285Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:47.9351560Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:47.9351833Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-25T01:03:47.9352101Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-25T01:03:47.9352801Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-25T01:03:47.9353088Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-25T01:03:47.9353431Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-25T01:03:47.9353720Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-25T01:03:47.9353989Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-25T01:03:47.9354324Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-25T01:03:47.9354884Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T01:03:47.9355221Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-25T01:03:47.9355503Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1625)
2020-06-25T01:03:47.9355794Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-25T01:03:47.9356052Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1075)
2020-06-25T01:03:47.9356334Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint.setSocketOptions(Nio2Endpoint.java:324)
2020-06-25T01:03:47.9356586Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:425)
2020-06-25T01:03:47.9356871Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:380)
2020-06-25T01:03:47.9357110Z [junit] at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
2020-06-25T01:03:47.9357379Z [junit] at sun.nio.ch.Invoker$2.run(Invoker.java:218)
2020-06-25T01:03:47.9357631Z [junit] at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
2020-06-25T01:03:47.9357913Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-25T01:03:47.9358164Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-25T01:03:47.9358436Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-25T01:03:47.9358694Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:47.9359839Z [junit] 25-Jun-2020 01:03:47.901 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-6-34335"]
2020-06-25T01:03:47.9360447Z [junit] 25-Jun-2020 01:03:47.906 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:47.9361011Z [junit] 25-Jun-2020 01:03:47.908 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-6-34335"]
2020-06-25T01:03:47.9361600Z [junit] 25-Jun-2020 01:03:47.908 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-6-34335"]
2020-06-25T01:03:47.9362216Z [junit] 25-Jun-2020 01:03:47.910 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[6: tgt-sup [true], dis-sup [true], dis-st [false]]]
2020-06-25T01:03:47.9362788Z [junit] 25-Jun-2020 01:03:47.912 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-7"]
2020-06-25T01:03:47.9363665Z [junit] 25-Jun-2020 01:03:47.917 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:47.9364959Z [junit] 25-Jun-2020 01:03:47.917 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:47.9373271Z [junit] 25-Jun-2020 01:03:47.920 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-7-46017"]
2020-06-25T01:03:47.9374431Z [junit] 25-Jun-2020 01:03:47.922 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-7-46017"]
2020-06-25T01:03:47.9374953Z [junit] 25-Jun-2020 01:03:47.928 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:48.0304642Z [junit] 25-Jun-2020 01:03:47.931 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-7-46017"]
2020-06-25T01:03:48.0305823Z [junit] 25-Jun-2020 01:03:47.931 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-7-46017"]
2020-06-25T01:03:48.0309217Z [junit] 25-Jun-2020 01:03:47.939 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testSendError[7: tgt-sup [true], dis-sup [true], dis-st [true]]]
2020-06-25T01:03:48.0309994Z [junit] 25-Jun-2020 01:03:47.943 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-8"]
2020-06-25T01:03:48.0311133Z [junit] 25-Jun-2020 01:03:47.954 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:48.0311619Z [junit] 25-Jun-2020 01:03:47.954 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:48.0312081Z [junit] 25-Jun-2020 01:03:47.959 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-8-34719"]
2020-06-25T01:03:48.0312569Z [junit] 25-Jun-2020 01:03:47.963 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-8-34719"]
2020-06-25T01:03:48.0312969Z [junit] 25-Jun-2020 01:03:47.968 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:48.0313391Z [junit] 25-Jun-2020 01:03:47.970 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-8-34719"]
2020-06-25T01:03:48.0313835Z [junit] 25-Jun-2020 01:03:47.970 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-8-34719"]
2020-06-25T01:03:48.0937340Z [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.132 sec
2020-06-25T01:03:48.4002973Z [junit] Running org.apache.catalina.core.TestDefaultInstanceManager
2020-06-25T01:03:48.5076636Z [junit] 25-Jun-2020 01:03:48.449 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testClassUnloading]
2020-06-25T01:03:48.9006338Z [junit] 25-Jun-2020 01:03:48.875 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:49.0007591Z [junit] 25-Jun-2020 01:03:48.917 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:49.0008659Z [junit] 25-Jun-2020 01:03:48.917 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:49.1009449Z [junit] 25-Jun-2020 01:03:49.096 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-25T01:03:49.2010785Z [junit] 25-Jun-2020 01:03:49.114 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38289"]
2020-06-25T01:03:50.3021593Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.929 sec
2020-06-25T01:03:50.3022957Z [junit] 25-Jun-2020 01:03:50.256 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38289"]
2020-06-25T01:03:50.3023942Z [junit] 25-Jun-2020 01:03:50.262 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:50.3024735Z [junit] 25-Jun-2020 01:03:50.270 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38289"]
2020-06-25T01:03:50.3025443Z [junit] 25-Jun-2020 01:03:50.273 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-38289"]
2020-06-25T01:03:50.6143713Z [junit] Running org.apache.catalina.core.TestNamingContextListener
2020-06-25T01:03:50.7146244Z [junit] 25-Jun-2020 01:03:50.647 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug49132]
2020-06-25T01:03:51.1159768Z [junit] 25-Jun-2020 01:03:51.050 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:51.1160790Z [junit] 25-Jun-2020 01:03:51.093 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:51.1161484Z [junit] 25-Jun-2020 01:03:51.095 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:51.2937652Z [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 sec
2020-06-25T01:03:51.2938961Z [junit] 25-Jun-2020 01:03:51.221 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-42957"]
2020-06-25T01:03:51.2940085Z [junit] 25-Jun-2020 01:03:51.225 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-42957"]
2020-06-25T01:03:51.2940679Z [junit] 25-Jun-2020 01:03:51.233 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:51.2941143Z [junit] 25-Jun-2020 01:03:51.239 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-42957"]
2020-06-25T01:03:51.2941598Z [junit] 25-Jun-2020 01:03:51.240 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-42957"]
2020-06-25T01:03:51.2942097Z [junit] 25-Jun-2020 01:03:51.249 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug54096]
2020-06-25T01:03:51.2942535Z [junit] 25-Jun-2020 01:03:51.250 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:51.2942939Z [junit] 25-Jun-2020 01:03:51.252 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:51.2943370Z [junit] 25-Jun-2020 01:03:51.252 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:51.2943809Z [junit] 25-Jun-2020 01:03:51.256 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-43027"]
2020-06-25T01:03:51.2944252Z [junit] 25-Jun-2020 01:03:51.261 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-43027"]
2020-06-25T01:03:51.2944654Z [junit] 25-Jun-2020 01:03:51.266 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:51.2945082Z [junit] 25-Jun-2020 01:03:51.268 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-43027"]
2020-06-25T01:03:51.2945521Z [junit] 25-Jun-2020 01:03:51.268 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-43027"]
2020-06-25T01:03:51.6997717Z [junit] Running org.apache.catalina.core.TestStandardContext
2020-06-25T01:03:51.6999437Z [junit] 25-Jun-2020 01:03:51.693 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testTldListener]
2020-06-25T01:03:52.1019634Z [junit] 25-Jun-2020 01:03:52.057 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-1"]
2020-06-25T01:03:52.1020666Z [junit] 25-Jun-2020 01:03:52.094 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:52.1021364Z [junit] 25-Jun-2020 01:03:52.095 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:52.3022927Z [junit] 25-Jun-2020 01:03:52.239 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-25T01:03:52.3023831Z [junit] 25-Jun-2020 01:03:52.256 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36861"]
2020-06-25T01:03:52.3024430Z [junit] 25-Jun-2020 01:03:52.266 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36861"]
2020-06-25T01:03:52.3024974Z [junit] 25-Jun-2020 01:03:52.275 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:52.3025531Z [junit] 25-Jun-2020 01:03:52.276 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36861"]
2020-06-25T01:03:52.3026092Z [junit] 25-Jun-2020 01:03:52.277 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-1-36861"]
2020-06-25T01:03:52.3026639Z [junit] 25-Jun-2020 01:03:52.285 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testWebappListenerConfigureFail]
2020-06-25T01:03:52.3027198Z [junit] 25-Jun-2020 01:03:52.287 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-2"]
2020-06-25T01:03:52.3027734Z [junit] 25-Jun-2020 01:03:52.289 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:52.3028289Z [junit] 25-Jun-2020 01:03:52.289 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:52.3028850Z [junit] 25-Jun-2020 01:03:52.290 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-2-36893"]
2020-06-25T01:03:52.4047159Z [junit] 25-Jun-2020 01:03:52.338 INFO [main] org.apache.catalina.startup.ContextConfig.getDefaultWebXmlFragment No global web.xml found
2020-06-25T01:03:52.4087089Z [junit] 25-Jun-2020 01:03:52.401 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-25T01:03:53.5044453Z [junit] 25-Jun-2020 01:03:53.406 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-2-36893"]
2020-06-25T01:03:53.5045232Z [junit] 25-Jun-2020 01:03:53.411 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:53.5046016Z [junit] 25-Jun-2020 01:03:53.414 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-2-36893"]
2020-06-25T01:03:53.5046607Z [junit] 25-Jun-2020 01:03:53.415 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-2-36893"]
2020-06-25T01:03:53.5047456Z [junit] 25-Jun-2020 01:03:53.419 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testDenyUncoveredHttpMethodsSCITrue]
2020-06-25T01:03:53.5048146Z [junit] 25-Jun-2020 01:03:53.421 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-3"]
2020-06-25T01:03:53.5048709Z [junit] 25-Jun-2020 01:03:53.425 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:53.5049267Z [junit] 25-Jun-2020 01:03:53.425 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:53.5049960Z [junit] 25-Jun-2020 01:03:53.431 INFO [main] org.apache.tomcat.util.descriptor.web.SecurityConstraint.findUncoveredHttpMethods Adding security constraints with URL pattern [/test] to deny access with the uncovered HTTP methods that are not one of the following [POST]
2020-06-25T01:03:53.5050559Z [junit] 25-Jun-2020 01:03:53.433 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-3-37507"]
2020-06-25T01:03:53.5051132Z [junit] 25-Jun-2020 01:03:53.438 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-3-37507"]
2020-06-25T01:03:53.5051666Z [junit] 25-Jun-2020 01:03:53.443 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:53.5052224Z [junit] 25-Jun-2020 01:03:53.444 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-3-37507"]
2020-06-25T01:03:53.5052781Z [junit] 25-Jun-2020 01:03:53.444 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-3-37507"]
2020-06-25T01:03:53.5053337Z [junit] 25-Jun-2020 01:03:53.448 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAddPostConstructMethodNullClassName]
2020-06-25T01:03:53.5053902Z [junit] 25-Jun-2020 01:03:53.449 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-4"]
2020-06-25T01:03:53.5054454Z [junit] 25-Jun-2020 01:03:53.450 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testAddPreDestroyMethodConflicts]
2020-06-25T01:03:53.5054999Z [junit] 25-Jun-2020 01:03:53.450 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-5"]
2020-06-25T01:03:53.5055528Z [junit] 25-Jun-2020 01:03:53.451 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug46243]
2020-06-25T01:03:53.5056070Z [junit] 25-Jun-2020 01:03:53.453 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-6"]
2020-06-25T01:03:53.5056632Z [junit] 25-Jun-2020 01:03:53.455 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:53.5057193Z [junit] 25-Jun-2020 01:03:53.455 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:53.5057732Z [junit] 25-Jun-2020 01:03:53.461 SEVERE [main] org.apache.catalina.core.StandardContext.filterStart Exception starting filter [Bug46243]
2020-06-25T01:03:53.5057998Z [junit] jakarta.servlet.ServletException: Init fail (test)
2020-06-25T01:03:53.5058190Z [junit] at org.apache.catalina.core.TestStandardContext$Bug46243Filter.init(TestStandardContext.java:177)
2020-06-25T01:03:53.5058351Z [junit] at jakarta.servlet.GenericFilter.init(GenericFilter.java:61)
2020-06-25T01:03:53.5058613Z [junit] at org.apache.catalina.core.ApplicationFilterConfig.initFilter(ApplicationFilterConfig.java:271)
2020-06-25T01:03:53.5058799Z [junit] at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:252)
2020-06-25T01:03:53.5059151Z [junit] at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:103)
2020-06-25T01:03:53.5059343Z [junit] at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4477)
2020-06-25T01:03:53.5059564Z [junit] at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5114)
2020-06-25T01:03:53.5059726Z [junit] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
2020-06-25T01:03:53.5060003Z [junit] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
2020-06-25T01:03:53.5060185Z [junit] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
2020-06-25T01:03:53.5060429Z [junit] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
2020-06-25T01:03:53.5060616Z [junit] at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
2020-06-25T01:03:53.5060874Z [junit] at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
2020-06-25T01:03:53.5061054Z [junit] at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
2020-06-25T01:03:53.5061310Z [junit] at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841)
2020-06-25T01:03:53.5061489Z [junit] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
2020-06-25T01:03:53.5061647Z [junit] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
2020-06-25T01:03:53.5061895Z [junit] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
2020-06-25T01:03:53.5062068Z [junit] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
2020-06-25T01:03:53.5062330Z [junit] at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
2020-06-25T01:03:53.5062523Z [junit] at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
2020-06-25T01:03:53.5062779Z [junit] at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
2020-06-25T01:03:53.5062963Z [junit] at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
2020-06-25T01:03:53.5063221Z [junit] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
2020-06-25T01:03:53.5063397Z [junit] at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
2020-06-25T01:03:53.5063654Z [junit] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
2020-06-25T01:03:53.5063839Z [junit] at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
2020-06-25T01:03:53.5063994Z [junit] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
2020-06-25T01:03:53.5064238Z [junit] at org.apache.catalina.startup.Tomcat.start(Tomcat.java:486)
2020-06-25T01:03:53.5064428Z [junit] at org.apache.catalina.startup.TomcatBaseTest$TomcatWithFastSessionIDs.start(TomcatBaseTest.java:875)
2020-06-25T01:03:53.5064690Z [junit] at org.apache.catalina.core.TestStandardContext.testBug46243(TestStandardContext.java:101)
2020-06-25T01:03:53.5064875Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2020-06-25T01:03:53.5065134Z [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2020-06-25T01:03:53.5065319Z [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2020-06-25T01:03:53.5065573Z [junit] at java.lang.reflect.Method.invoke(Method.java:498)
2020-06-25T01:03:53.5065750Z [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2020-06-25T01:03:53.5065991Z [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2020-06-25T01:03:53.5066310Z [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2020-06-25T01:03:53.5066487Z [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2020-06-25T01:03:53.5066789Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-25T01:03:53.5067050Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-25T01:03:53.5067226Z [junit] at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2020-06-25T01:03:53.5067475Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-25T01:03:53.5067651Z [junit] at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2020-06-25T01:03:53.5067902Z [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2020-06-25T01:03:53.5068079Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2020-06-25T01:03:53.5068243Z [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2020-06-25T01:03:53.5068493Z [junit] at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2020-06-25T01:03:53.5068670Z [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2020-06-25T01:03:53.5068848Z [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2020-06-25T01:03:53.5069004Z [junit] at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2020-06-25T01:03:53.5069250Z [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2020-06-25T01:03:53.5069424Z [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2020-06-25T01:03:53.5069670Z [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2020-06-25T01:03:53.5069843Z [junit] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2020-06-25T01:03:53.5070094Z [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2020-06-25T01:03:53.5070264Z [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50)
2020-06-25T01:03:53.5070523Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534)
2020-06-25T01:03:53.5070702Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196)
2020-06-25T01:03:53.5070874Z [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041)
2020-06-25T01:03:53.5071132Z [junit] Caused by: java.lang.ClassNotFoundException
2020-06-25T01:03:53.5071284Z [junit] ... 60 more
2020-06-25T01:03:53.5071886Z [junit] 25-Jun-2020 01:03:53.463 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal One or more Filters failed to start. Full details will be found in the appropriate container log file
2020-06-25T01:03:53.5072352Z [junit] 25-Jun-2020 01:03:53.463 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal Context [] startup failed due to previous errors
2020-06-25T01:03:53.5072932Z [junit] 25-Jun-2020 01:03:53.464 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-6-41805"]
2020-06-25T01:03:53.5073499Z [junit] 25-Jun-2020 01:03:53.471 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio2-127.0.0.1-auto-6-41805"]
2020-06-25T01:03:53.5074026Z [junit] 25-Jun-2020 01:03:53.472 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat]
2020-06-25T01:03:53.5074574Z [junit] 25-Jun-2020 01:03:53.473 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio2-127.0.0.1-auto-6-41805"]
2020-06-25T01:03:53.5075137Z [junit] 25-Jun-2020 01:03:53.473 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio2-127.0.0.1-auto-6-41805"]
2020-06-25T01:03:53.5075783Z [junit] 25-Jun-2020 01:03:53.476 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testBug49711]
2020-06-25T01:03:53.5076394Z [junit] 25-Jun-2020 01:03:53.479 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio2-127.0.0.1-auto-7"]
2020-06-25T01:03:53.5076941Z [junit] 25-Jun-2020 01:03:53.481 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat]
2020-06-25T01:03:53.5077499Z [junit] 25-Jun-2020 01:03:53.481 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.0-M7-dev]
2020-06-25T01:03:53.5078056Z [junit] 25-Jun-2020 01:03:53.484 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio2-127.0.0.1-auto-7-36293"]
2020-06-25T01:03:53.5078678Z [junit] 25-Jun-2020 01:03:53.499 SEVERE [http-nio2-127.0.0.1-auto-7-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [regular] in context with path [] threw exception
2020-06-25T01:03:53.5079220Z [junit] java.lang.IllegalStateException: Unable to process parts as no multi-part configuration has been provided
2020-06-25T01:03:53.5079508Z [junit] at org.apache.catalina.connector.Request.parseParts(Request.java:2771)
2020-06-25T01:03:53.5079693Z [junit] at org.apache.catalina.connector.Request.getParts(Request.java:2739)
2020-06-25T01:03:53.5079854Z [junit] at org.apache.catalina.connector.RequestFacade.getParts(RequestFacade.java:1098)
2020-06-25T01:03:53.5080118Z [junit] at org.apache.catalina.core.TestStandardContext$Bug49711Servlet.service(TestStandardContext.java:705)
2020-06-25T01:03:53.5080314Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:53.5080571Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:53.5080767Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:53.5081030Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-25T01:03:53.5081220Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-25T01:03:53.5081477Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-25T01:03:53.5081662Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-25T01:03:53.5081915Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-25T01:03:53.5082083Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-25T01:03:53.5082336Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-25T01:03:53.5082524Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-25T01:03:53.5082787Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T01:03:53.5082972Z [junit] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:845)
2020-06-25T01:03:53.5083231Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$SocketProcessor.doRun(Nio2Endpoint.java:1625)
2020-06-25T01:03:53.5083413Z [junit] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
2020-06-25T01:03:53.5083667Z [junit] at org.apache.tomcat.util.net.AbstractEndpoint.processSocket(AbstractEndpoint.java:1075)
2020-06-25T01:03:53.5083850Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint.setSocketOptions(Nio2Endpoint.java:324)
2020-06-25T01:03:53.5084107Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:425)
2020-06-25T01:03:53.5084442Z [junit] at org.apache.tomcat.util.net.Nio2Endpoint$Nio2Acceptor.completed(Nio2Endpoint.java:380)
2020-06-25T01:03:53.5084619Z [junit] at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
2020-06-25T01:03:53.5084821Z [junit] at sun.nio.ch.Invoker$2.run(Invoker.java:218)
2020-06-25T01:03:53.5085083Z [junit] at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
2020-06-25T01:03:53.5085262Z [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2020-06-25T01:03:53.5095084Z [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2020-06-25T01:03:53.5095270Z [junit] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
2020-06-25T01:03:53.5095422Z [junit] at java.lang.Thread.run(Thread.java:748)
2020-06-25T01:03:53.6049209Z [junit] 25-Jun-2020 01:03:53.522 SEVERE [http-nio2-127.0.0.1-auto-7-exec-6] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [regular] in context with path [] threw exception
2020-06-25T01:03:53.6049964Z [junit] java.lang.IllegalStateException: Unable to process parts as no multi-part configuration has been provided
2020-06-25T01:03:53.6050257Z [junit] at org.apache.catalina.connector.Request.parseParts(Request.java:2771)
2020-06-25T01:03:53.6050468Z [junit] at org.apache.catalina.connector.Request.getParts(Request.java:2739)
2020-06-25T01:03:53.6050626Z [junit] at org.apache.catalina.connector.RequestFacade.getParts(RequestFacade.java:1098)
2020-06-25T01:03:53.6050798Z [junit] at org.apache.catalina.core.TestStandardContext$Bug49711Servlet.service(TestStandardContext.java:705)
2020-06-25T01:03:53.6050966Z [junit] at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:770)
2020-06-25T01:03:53.6051117Z [junit] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
2020-06-25T01:03:53.6051297Z [junit] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
2020-06-25T01:03:53.6051469Z [junit] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
2020-06-25T01:03:53.6051636Z [junit] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
2020-06-25T01:03:53.6051923Z [junit] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
2020-06-25T01:03:53.6052106Z [junit] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:123)
2020-06-25T01:03:53.6052360Z [junit] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
2020-06-25T01:03:53.6052543Z [junit] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
2020-06-25T01:03:53.6052796Z [junit] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:339)
2020-06-25T01:03:53.6052988Z [junit] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
2020-06-25T01:03:53.6053243Z [junit] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
2020-06-25T0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment