2023-09-05T23:24:09.3626406Z Requested labels: ubuntu-latest
2023-09-05T23:24:09.3626618Z Job defined at: apache/maven/.github/workflows/maven_build_itself.yml@refs/pull/1160/merge
2023-09-05T23:24:09.3626762Z Waiting for a runner to pick up this job...
2023-09-05T23:24:09.8939140Z Job is waiting for a hosted runner to come online.
2023-09-05T23:24:14.2446094Z Job is about to start running on the hosted runner: GitHub Actions 13 (hosted)
2023-09-05T23:24:17.5527461Z Current runner version: '2.308.0'
2023-09-05T23:24:17.5567582Z ##[group]Operating System
2023-09-05T23:24:17.5568362Z Ubuntu
2023-09-05T23:24:17.5568672Z 22.04.3
2023-09-05T23:24:17.5569151Z LTS
2023-09-05T23:24:17.5569532Z ##[endgroup]
2023-09-05T23:24:17.5569873Z ##[group]Runner Image
2023-09-05T23:24:17.5570307Z Image: ubuntu-22.04
2023-09-05T23:24:17.5570721Z Version: 20230821.1.0
2023-09-05T23:24:17.5571368Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230821.1/images/linux/Ubuntu2204-Readme.md
2023-09-05T23:24:17.5572177Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230821.1
2023-09-05T23:24:17.5572922Z ##[endgroup]
2023-09-05T23:24:17.5573525Z ##[group]Runner Image Provisioner
2023-09-05T23:24:17.5573902Z 2.0.266.1
2023-09-05T23:24:17.5574329Z ##[endgroup]
2023-09-05T23:24:17.5575057Z ##[group]GITHUB_TOKEN Permissions
2023-09-05T23:24:17.5576158Z Metadata: read
2023-09-05T23:24:17.5576815Z ##[endgroup]
2023-09-05T23:24:17.5582220Z Secret source: None
2023-09-05T23:24:17.5583038Z Prepare workflow directory
2023-09-05T23:24:17.6644998Z Prepare all required actions
2023-09-05T23:24:17.6920969Z Getting action download info
2023-09-05T23:24:17.9511037Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744)
2023-09-05T23:24:18.6404522Z Download action repository 'actions/setup-java@v3' (SHA:cd89f46ac9d01407894225f350157564c9c7cee2)
2023-09-05T23:24:19.4308007Z Complete job name: build (ubuntu-latest, 8)
2023-09-05T23:24:19.5922136Z ##[group]Run actions/checkout@v3
2023-09-05T23:24:19.5922541Z with:
2023-09-05T23:24:19.5922842Z   persist-credentials: false
2023-09-05T23:24:19.5923154Z   repository: apache/maven
2023-09-05T23:24:19.5923710Z   token: ***
2023-09-05T23:24:19.5923976Z   ssh-strict: true
2023-09-05T23:24:19.5924226Z   clean: true
2023-09-05T23:24:19.5924496Z   sparse-checkout-cone-mode: true
2023-09-05T23:24:19.5924792Z   fetch-depth: 1
2023-09-05T23:24:19.5925043Z   fetch-tags: false
2023-09-05T23:24:19.5925410Z   lfs: false
2023-09-05T23:24:19.5925640Z   submodules: false
2023-09-05T23:24:19.5925924Z   set-safe-directory: true
2023-09-05T23:24:19.5926202Z ##[endgroup]
2023-09-05T23:24:20.0030613Z Syncing repository: apache/maven
2023-09-05T23:24:20.0032792Z ##[group]Getting Git version info
2023-09-05T23:24:20.0033456Z Working directory is '/home/runner/work/maven/maven'
2023-09-05T23:24:20.0035351Z [command]/usr/bin/git version
2023-09-05T23:24:20.0203982Z git version 2.41.0
2023-09-05T23:24:20.0268890Z ##[endgroup]
2023-09-05T23:24:20.0294287Z Temporarily overriding HOME='/home/runner/work/_temp/2e399030-44ee-4066-9c63-348bb136dca6' before making global git config changes
2023-09-05T23:24:20.0296079Z Adding repository directory to the temporary git global config as a safe directory
2023-09-05T23:24:20.0303484Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/maven/maven
2023-09-05T23:24:20.0363179Z Deleting the contents of '/home/runner/work/maven/maven'
2023-09-05T23:24:20.0368706Z ##[group]Initializing the repository
2023-09-05T23:24:20.0373385Z [command]/usr/bin/git init /home/runner/work/maven/maven
2023-09-05T23:24:20.0552616Z hint: Using 'master' as the name for the initial branch. This default branch name
2023-09-05T23:24:20.0554100Z hint: is subject to change. To configure the initial branch name to use in all
2023-09-05T23:24:20.0555509Z hint: of your new repositories, which will suppress this warning, call:
2023-09-05T23:24:20.0556174Z hint: 
2023-09-05T23:24:20.0557190Z hint: 	git config --global init.defaultBranch <name>
2023-09-05T23:24:20.0557870Z hint: 
2023-09-05T23:24:20.0558940Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2023-09-05T23:24:20.0559806Z hint: 'development'. The just-created branch can be renamed via this command:
2023-09-05T23:24:20.0564302Z hint: 
2023-09-05T23:24:20.0565109Z hint: 	git branch -m <name>
2023-09-05T23:24:20.0579570Z Initialized empty Git repository in /home/runner/work/maven/maven/.git/
2023-09-05T23:24:20.0596636Z [command]/usr/bin/git remote add origin https://github.com/apache/maven
2023-09-05T23:24:20.0660955Z ##[endgroup]
2023-09-05T23:24:20.0661957Z ##[group]Disabling automatic garbage collection
2023-09-05T23:24:20.0673527Z [command]/usr/bin/git config --local gc.auto 0
2023-09-05T23:24:20.0731175Z ##[endgroup]
2023-09-05T23:24:20.0732143Z ##[group]Setting up auth
2023-09-05T23:24:20.0742762Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-09-05T23:24:20.0784929Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-09-05T23:24:20.1353656Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-09-05T23:24:20.1437836Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-09-05T23:24:20.1745340Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2023-09-05T23:24:20.1802589Z ##[endgroup]
2023-09-05T23:24:20.1803627Z ##[group]Fetching the repository
2023-09-05T23:24:20.1816686Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +8d653813f054c7817de4d5062491850f5af78b40:refs/remotes/pull/1160/merge
2023-09-05T23:24:20.6379636Z remote: Enumerating objects: 3465, done.        
2023-09-05T23:24:20.6525239Z remote: Counting objects:   0% (1/3465)        
2023-09-05T23:24:20.6525613Z remote: Counting objects:   1% (35/3465)        
2023-09-05T23:24:20.6525965Z remote: Counting objects:   2% (70/3465)        
2023-09-05T23:24:20.6526312Z remote: Counting objects:   3% (104/3465)        
2023-09-05T23:24:20.6526638Z remote: Counting objects:   4% (139/3465)        
2023-09-05T23:24:20.6526982Z remote: Counting objects:   5% (174/3465)        
2023-09-05T23:24:20.6527430Z remote: Counting objects:   6% (208/3465)        
2023-09-05T23:24:20.6527756Z remote: Counting objects:   7% (243/3465)        
2023-09-05T23:24:20.6528227Z remote: Counting objects:   8% (278/3465)        
2023-09-05T23:24:20.6528702Z remote: Counting objects:   9% (312/3465)        
2023-09-05T23:24:20.6529010Z remote: Counting objects:  10% (347/3465)        
2023-09-05T23:24:20.6529317Z remote: Counting objects:  11% (382/3465)        
2023-09-05T23:24:20.6529624Z remote: Counting objects:  12% (416/3465)        
2023-09-05T23:24:20.6529927Z remote: Counting objects:  13% (451/3465)        
2023-09-05T23:24:20.6530214Z remote: Counting objects:  14% (486/3465)        
2023-09-05T23:24:20.6530519Z remote: Counting objects:  15% (520/3465)        
2023-09-05T23:24:20.6531002Z remote: Counting objects:  16% (555/3465)        
2023-09-05T23:24:20.6531303Z remote: Counting objects:  17% (590/3465)        
2023-09-05T23:24:20.6533177Z remote: Counting objects:  18% (624/3465)        
2023-09-05T23:24:20.6533581Z remote: Counting objects:  19% (659/3465)        
2023-09-05T23:24:20.6533909Z remote: Counting objects:  20% (693/3465)        
2023-09-05T23:24:20.6534219Z remote: Counting objects:  21% (728/3465)        
2023-09-05T23:24:20.6534540Z remote: Counting objects:  22% (763/3465)        
2023-09-05T23:24:20.6534863Z remote: Counting objects:  23% (797/3465)        
2023-09-05T23:24:20.6535179Z remote: Counting objects:  24% (832/3465)        
2023-09-05T23:24:20.6535522Z remote: Counting objects:  25% (867/3465)        
2023-09-05T23:24:20.6535864Z remote: Counting objects:  26% (901/3465)        
2023-09-05T23:24:20.6536171Z remote: Counting objects:  27% (936/3465)        
2023-09-05T23:24:20.6536500Z remote: Counting objects:  28% (971/3465)        
2023-09-05T23:24:20.6536981Z remote: Counting objects:  29% (1005/3465)        
2023-09-05T23:24:20.6537309Z remote: Counting objects:  30% (1040/3465)        
2023-09-05T23:24:20.6538018Z remote: Counting objects:  31% (1075/3465)        
2023-09-05T23:24:20.6538342Z remote: Counting objects:  32% (1109/3465)        
2023-09-05T23:24:20.6538668Z remote: Counting objects:  33% (1144/3465)        
2023-09-05T23:24:20.6538974Z remote: Counting objects:  34% (1179/3465)        
2023-09-05T23:24:20.6539294Z remote: Counting objects:  35% (1213/3465)        
2023-09-05T23:24:20.6539613Z remote: Counting objects:  36% (1248/3465)        
2023-09-05T23:24:20.6539927Z remote: Counting objects:  37% (1283/3465)        
2023-09-05T23:24:20.6540249Z remote: Counting objects:  38% (1317/3465)        
2023-09-05T23:24:20.6540565Z remote: Counting objects:  39% (1352/3465)        
2023-09-05T23:24:20.6541245Z remote: Counting objects:  40% (1386/3465)        
2023-09-05T23:24:20.6541574Z remote: Counting objects:  41% (1421/3465)        
2023-09-05T23:24:20.6541903Z remote: Counting objects:  42% (1456/3465)        
2023-09-05T23:24:20.6542232Z remote: Counting objects:  43% (1490/3465)        
2023-09-05T23:24:20.6542552Z remote: Counting objects:  44% (1525/3465)        
2023-09-05T23:24:20.6542878Z remote: Counting objects:  45% (1560/3465)        
2023-09-05T23:24:20.6543206Z remote: Counting objects:  46% (1594/3465)        
2023-09-05T23:24:20.6543517Z remote: Counting objects:  47% (1629/3465)        
2023-09-05T23:24:20.6543843Z remote: Counting objects:  48% (1664/3465)        
2023-09-05T23:24:20.6544170Z remote: Counting objects:  49% (1698/3465)        
2023-09-05T23:24:20.6544684Z remote: Counting objects:  50% (1733/3465)        
2023-09-05T23:24:20.6545040Z remote: Counting objects:  51% (1768/3465)        
2023-09-05T23:24:20.6545367Z remote: Counting objects:  52% (1802/3465)        
2023-09-05T23:24:20.6545694Z remote: Counting objects:  53% (1837/3465)        
2023-09-05T23:24:20.6546000Z remote: Counting objects:  54% (1872/3465)        
2023-09-05T23:24:20.6546332Z remote: Counting objects:  55% (1906/3465)        
2023-09-05T23:24:20.6546658Z remote: Counting objects:  56% (1941/3465)        
2023-09-05T23:24:20.6547270Z remote: Counting objects:  57% (1976/3465)        
2023-09-05T23:24:20.6547776Z remote: Counting objects:  58% (2010/3465)        
2023-09-05T23:24:20.6548102Z remote: Counting objects:  59% (2045/3465)        
2023-09-05T23:24:20.6548550Z remote: Counting objects:  60% (2079/3465)        
2023-09-05T23:24:20.6548876Z remote: Counting objects:  61% (2114/3465)        
2023-09-05T23:24:20.6549199Z remote: Counting objects:  62% (2149/3465)        
2023-09-05T23:24:20.6549531Z remote: Counting objects:  63% (2183/3465)        
2023-09-05T23:24:20.6549844Z remote: Counting objects:  64% (2218/3465)        
2023-09-05T23:24:20.6550303Z remote: Counting objects:  65% (2253/3465)        
2023-09-05T23:24:20.6550629Z remote: Counting objects:  66% (2287/3465)        
2023-09-05T23:24:20.6550955Z remote: Counting objects:  67% (2322/3465)        
2023-09-05T23:24:20.6551261Z remote: Counting objects:  68% (2357/3465)        
2023-09-05T23:24:20.6551585Z remote: Counting objects:  69% (2391/3465)        
2023-09-05T23:24:20.6552086Z remote: Counting objects:  70% (2426/3465)        
2023-09-05T23:24:20.6552388Z remote: Counting objects:  71% (2461/3465)        
2023-09-05T23:24:20.6552700Z remote: Counting objects:  72% (2495/3465)        
2023-09-05T23:24:20.6553013Z remote: Counting objects:  73% (2530/3465)        
2023-09-05T23:24:20.6553312Z remote: Counting objects:  74% (2565/3465)        
2023-09-05T23:24:20.6553625Z remote: Counting objects:  75% (2599/3465)        
2023-09-05T23:24:20.6553945Z remote: Counting objects:  76% (2634/3465)        
2023-09-05T23:24:20.6554263Z remote: Counting objects:  77% (2669/3465)        
2023-09-05T23:24:20.6554560Z remote: Counting objects:  78% (2703/3465)        
2023-09-05T23:24:20.6554873Z remote: Counting objects:  79% (2738/3465)        
2023-09-05T23:24:20.6555185Z remote: Counting objects:  80% (2772/3465)        
2023-09-05T23:24:20.6555480Z remote: Counting objects:  81% (2807/3465)        
2023-09-05T23:24:20.6555791Z remote: Counting objects:  82% (2842/3465)        
2023-09-05T23:24:20.6556308Z remote: Counting objects:  83% (2876/3465)        
2023-09-05T23:24:20.6556603Z remote: Counting objects:  84% (2911/3465)        
2023-09-05T23:24:20.6556917Z remote: Counting objects:  85% (2946/3465)        
2023-09-05T23:24:20.6557227Z remote: Counting objects:  86% (2980/3465)        
2023-09-05T23:24:20.6557539Z remote: Counting objects:  87% (3015/3465)        
2023-09-05T23:24:20.6557846Z remote: Counting objects:  88% (3050/3465)        
2023-09-05T23:24:20.6558164Z remote: Counting objects:  89% (3084/3465)        
2023-09-05T23:24:20.6558478Z remote: Counting objects:  90% (3119/3465)        
2023-09-05T23:24:20.6558773Z remote: Counting objects:  91% (3154/3465)        
2023-09-05T23:24:20.6559089Z remote: Counting objects:  92% (3188/3465)        
2023-09-05T23:24:20.6559403Z remote: Counting objects:  93% (3223/3465)        
2023-09-05T23:24:20.6559698Z remote: Counting objects:  94% (3258/3465)        
2023-09-05T23:24:20.6560022Z remote: Counting objects:  95% (3292/3465)        
2023-09-05T23:24:20.6560334Z remote: Counting objects:  96% (3327/3465)        
2023-09-05T23:24:20.6560632Z remote: Counting objects:  97% (3362/3465)        
2023-09-05T23:24:20.6560950Z remote: Counting objects:  98% (3396/3465)        
2023-09-05T23:24:20.6561264Z remote: Counting objects:  99% (3431/3465)        
2023-09-05T23:24:20.6561578Z remote: Counting objects: 100% (3465/3465)        
2023-09-05T23:24:20.6562259Z remote: Counting objects: 100% (3465/3465), done.        
2023-09-05T23:24:20.6562643Z remote: Compressing objects:   0% (1/2054)        
2023-09-05T23:24:20.7061179Z remote: Compressing objects:   1% (21/2054)        
2023-09-05T23:24:20.7061968Z remote: Compressing objects:   2% (42/2054)        
2023-09-05T23:24:20.7062663Z remote: Compressing objects:   3% (62/2054)        
2023-09-05T23:24:20.7063177Z remote: Compressing objects:   4% (83/2054)        
2023-09-05T23:24:20.7063838Z remote: Compressing objects:   5% (103/2054)        
2023-09-05T23:24:20.7064339Z remote: Compressing objects:   6% (124/2054)        
2023-09-05T23:24:20.7065120Z remote: Compressing objects:   7% (144/2054)        
2023-09-05T23:24:20.7065586Z remote: Compressing objects:   8% (165/2054)        
2023-09-05T23:24:20.7066310Z remote: Compressing objects:   9% (185/2054)        
2023-09-05T23:24:20.7066775Z remote: Compressing objects:  10% (206/2054)        
2023-09-05T23:24:20.7067713Z remote: Compressing objects:  11% (226/2054)        
2023-09-05T23:24:20.7068477Z remote: Compressing objects:  12% (247/2054)        
2023-09-05T23:24:20.7069019Z remote: Compressing objects:  13% (268/2054)        
2023-09-05T23:24:20.7069787Z remote: Compressing objects:  14% (288/2054)        
2023-09-05T23:24:20.7070392Z remote: Compressing objects:  15% (309/2054)        
2023-09-05T23:24:20.7070979Z remote: Compressing objects:  16% (329/2054)        
2023-09-05T23:24:20.7071633Z remote: Compressing objects:  17% (350/2054)        
2023-09-05T23:24:20.7072078Z remote: Compressing objects:  18% (370/2054)        
2023-09-05T23:24:20.7072551Z remote: Compressing objects:  19% (391/2054)        
2023-09-05T23:24:20.7073808Z remote: Compressing objects:  20% (411/2054)        
2023-09-05T23:24:20.7074355Z remote: Compressing objects:  21% (432/2054)        
2023-09-05T23:24:20.7075443Z remote: Compressing objects:  22% (452/2054)        
2023-09-05T23:24:20.7075960Z remote: Compressing objects:  23% (473/2054)        
2023-09-05T23:24:20.7077011Z remote: Compressing objects:  24% (493/2054)        
2023-09-05T23:24:20.7718852Z remote: Compressing objects:  25% (514/2054)        
2023-09-05T23:24:20.7720310Z remote: Compressing objects:  26% (535/2054)        
2023-09-05T23:24:20.7720838Z remote: Compressing objects:  27% (555/2054)        
2023-09-05T23:24:20.7721792Z remote: Compressing objects:  28% (576/2054)        
2023-09-05T23:24:20.7737520Z remote: Compressing objects:  29% (596/2054)        
2023-09-05T23:24:20.7738053Z remote: Compressing objects:  30% (617/2054)        
2023-09-05T23:24:20.7738944Z remote: Compressing objects:  31% (637/2054)        
2023-09-05T23:24:20.7739469Z remote: Compressing objects:  32% (658/2054)        
2023-09-05T23:24:20.7740188Z remote: Compressing objects:  33% (678/2054)        
2023-09-05T23:24:20.7741191Z remote: Compressing objects:  34% (699/2054)        
2023-09-05T23:24:20.7742518Z remote: Compressing objects:  35% (719/2054)        
2023-09-05T23:24:20.7743081Z remote: Compressing objects:  36% (740/2054)        
2023-09-05T23:24:20.8158263Z remote: Compressing objects:  37% (760/2054)        
2023-09-05T23:24:20.8159056Z remote: Compressing objects:  38% (781/2054)        
2023-09-05T23:24:20.8159544Z remote: Compressing objects:  39% (802/2054)        
2023-09-05T23:24:20.8160156Z remote: Compressing objects:  40% (822/2054)        
2023-09-05T23:24:20.8160684Z remote: Compressing objects:  41% (843/2054)        
2023-09-05T23:24:20.8161956Z remote: Compressing objects:  42% (863/2054)        
2023-09-05T23:24:20.8162468Z remote: Compressing objects:  43% (884/2054)        
2023-09-05T23:24:20.8163082Z remote: Compressing objects:  44% (904/2054)        
2023-09-05T23:24:20.8164218Z remote: Compressing objects:  45% (925/2054)        
2023-09-05T23:24:20.8250470Z remote: Compressing objects:  46% (945/2054)        
2023-09-05T23:24:20.8252508Z remote: Compressing objects:  47% (966/2054)        
2023-09-05T23:24:20.8253343Z remote: Compressing objects:  48% (986/2054)        
2023-09-05T23:24:20.8897518Z remote: Compressing objects:  49% (1007/2054)        
2023-09-05T23:24:20.8898227Z remote: Compressing objects:  50% (1027/2054)        
2023-09-05T23:24:20.8899652Z remote: Compressing objects:  51% (1048/2054)        
2023-09-05T23:24:20.8900455Z remote: Compressing objects:  52% (1069/2054)        
2023-09-05T23:24:20.8901092Z remote: Compressing objects:  53% (1089/2054)        
2023-09-05T23:24:20.8901800Z remote: Compressing objects:  54% (1110/2054)        
2023-09-05T23:24:20.8902246Z remote: Compressing objects:  55% (1130/2054)        
2023-09-05T23:24:20.8903078Z remote: Compressing objects:  56% (1151/2054)        
2023-09-05T23:24:20.8904487Z remote: Compressing objects:  57% (1171/2054)        
2023-09-05T23:24:20.9099832Z remote: Compressing objects:  58% (1192/2054)        
2023-09-05T23:24:20.9101767Z remote: Compressing objects:  59% (1212/2054)        
2023-09-05T23:24:20.9102348Z remote: Compressing objects:  60% (1233/2054)        
2023-09-05T23:24:20.9102875Z remote: Compressing objects:  61% (1253/2054)        
2023-09-05T23:24:20.9103258Z remote: Compressing objects:  62% (1274/2054)        
2023-09-05T23:24:20.9103860Z remote: Compressing objects:  63% (1295/2054)        
2023-09-05T23:24:20.9105238Z remote: Compressing objects:  64% (1315/2054)        
2023-09-05T23:24:20.9106477Z remote: Compressing objects:  65% (1336/2054)        
2023-09-05T23:24:20.9107020Z remote: Compressing objects:  66% (1356/2054)        
2023-09-05T23:24:20.9107976Z remote: Compressing objects:  67% (1377/2054)        
2023-09-05T23:24:20.9108605Z remote: Compressing objects:  68% (1397/2054)        
2023-09-05T23:24:20.9109286Z remote: Compressing objects:  69% (1418/2054)        
2023-09-05T23:24:20.9110059Z remote: Compressing objects:  70% (1438/2054)        
2023-09-05T23:24:20.9110636Z remote: Compressing objects:  71% (1459/2054)        
2023-09-05T23:24:20.9111712Z remote: Compressing objects:  72% (1479/2054)        
2023-09-05T23:24:20.9112512Z remote: Compressing objects:  73% (1500/2054)        
2023-09-05T23:24:20.9113177Z remote: Compressing objects:  74% (1520/2054)        
2023-09-05T23:24:20.9113591Z remote: Compressing objects:  75% (1541/2054)        
2023-09-05T23:24:20.9114780Z remote: Compressing objects:  76% (1562/2054)        
2023-09-05T23:24:20.9115716Z remote: Compressing objects:  77% (1582/2054)        
2023-09-05T23:24:20.9122821Z remote: Compressing objects:  78% (1603/2054)        
2023-09-05T23:24:20.9123520Z remote: Compressing objects:  79% (1623/2054)        
2023-09-05T23:24:20.9124373Z remote: Compressing objects:  80% (1644/2054)        
2023-09-05T23:24:20.9125394Z remote: Compressing objects:  81% (1664/2054)        
2023-09-05T23:24:20.9125972Z remote: Compressing objects:  82% (1685/2054)        
2023-09-05T23:24:20.9126614Z remote: Compressing objects:  83% (1705/2054)        
2023-09-05T23:24:20.9127162Z remote: Compressing objects:  84% (1726/2054)        
2023-09-05T23:24:20.9127827Z remote: Compressing objects:  85% (1746/2054)        
2023-09-05T23:24:20.9128450Z remote: Compressing objects:  86% (1767/2054)        
2023-09-05T23:24:20.9129237Z remote: Compressing objects:  87% (1787/2054)        
2023-09-05T23:24:20.9129683Z remote: Compressing objects:  88% (1808/2054)        
2023-09-05T23:24:20.9130167Z remote: Compressing objects:  89% (1829/2054)        
2023-09-05T23:24:20.9130738Z remote: Compressing objects:  90% (1849/2054)        
2023-09-05T23:24:20.9131176Z remote: Compressing objects:  91% (1870/2054)        
2023-09-05T23:24:20.9131607Z remote: Compressing objects:  92% (1890/2054)        
2023-09-05T23:24:20.9132264Z remote: Compressing objects:  93% (1911/2054)        
2023-09-05T23:24:20.9132689Z remote: Compressing objects:  94% (1931/2054)        
2023-09-05T23:24:20.9133510Z remote: Compressing objects:  95% (1952/2054)        
2023-09-05T23:24:20.9134228Z remote: Compressing objects:  96% (1972/2054)        
2023-09-05T23:24:20.9135056Z remote: Compressing objects:  97% (1993/2054)        
2023-09-05T23:24:20.9135505Z remote: Compressing objects:  98% (2013/2054)        
2023-09-05T23:24:20.9136540Z remote: Compressing objects:  99% (2034/2054)        
2023-09-05T23:24:20.9137234Z remote: Compressing objects: 100% (2054/2054)        
2023-09-05T23:24:20.9137624Z remote: Compressing objects: 100% (2054/2054), done.        
2023-09-05T23:24:20.9572574Z Receiving objects:   0% (1/3465)
2023-09-05T23:24:20.9573630Z Receiving objects:   1% (35/3465)
2023-09-05T23:24:20.9574277Z Receiving objects:   2% (70/3465)
2023-09-05T23:24:20.9710212Z Receiving objects:   3% (104/3465)
2023-09-05T23:24:20.9719610Z Receiving objects:   4% (139/3465)
2023-09-05T23:24:20.9881850Z Receiving objects:   5% (174/3465)
2023-09-05T23:24:20.9888492Z Receiving objects:   6% (208/3465)
2023-09-05T23:24:20.9911359Z Receiving objects:   7% (243/3465)
2023-09-05T23:24:20.9917526Z Receiving objects:   8% (278/3465)
2023-09-05T23:24:20.9926746Z Receiving objects:   9% (312/3465)
2023-09-05T23:24:20.9939141Z Receiving objects:  10% (347/3465)
2023-09-05T23:24:21.0058152Z Receiving objects:  11% (382/3465)
2023-09-05T23:24:21.0061946Z Receiving objects:  12% (416/3465)
2023-09-05T23:24:21.0085315Z Receiving objects:  13% (451/3465)
2023-09-05T23:24:21.0124094Z Receiving objects:  14% (486/3465)
2023-09-05T23:24:21.0124431Z Receiving objects:  15% (520/3465)
2023-09-05T23:24:21.0131523Z Receiving objects:  16% (555/3465)
2023-09-05T23:24:21.0156288Z Receiving objects:  17% (590/3465)
2023-09-05T23:24:21.0168056Z Receiving objects:  18% (624/3465)
2023-09-05T23:24:21.0216073Z Receiving objects:  19% (659/3465)
2023-09-05T23:24:21.0216448Z Receiving objects:  20% (693/3465)
2023-09-05T23:24:21.0229732Z Receiving objects:  21% (728/3465)
2023-09-05T23:24:21.0297170Z Receiving objects:  22% (763/3465)
2023-09-05T23:24:21.0317533Z Receiving objects:  23% (797/3465)
2023-09-05T23:24:21.0324019Z Receiving objects:  24% (832/3465)
2023-09-05T23:24:21.0333402Z Receiving objects:  25% (867/3465)
2023-09-05T23:24:21.0333769Z Receiving objects:  26% (901/3465)
2023-09-05T23:24:21.0336295Z Receiving objects:  27% (936/3465)
2023-09-05T23:24:21.0336646Z Receiving objects:  28% (971/3465)
2023-09-05T23:24:21.0337692Z Receiving objects:  29% (1005/3465)
2023-09-05T23:24:21.0338012Z Receiving objects:  30% (1040/3465)
2023-09-05T23:24:21.0354594Z Receiving objects:  31% (1075/3465)
2023-09-05T23:24:21.0360537Z Receiving objects:  32% (1109/3465)
2023-09-05T23:24:21.0374593Z Receiving objects:  33% (1144/3465)
2023-09-05T23:24:21.0389775Z Receiving objects:  34% (1179/3465)
2023-09-05T23:24:21.0405474Z Receiving objects:  35% (1213/3465)
2023-09-05T23:24:21.0421127Z Receiving objects:  36% (1248/3465)
2023-09-05T23:24:21.0437000Z Receiving objects:  37% (1283/3465)
2023-09-05T23:24:21.0457795Z Receiving objects:  38% (1317/3465)
2023-09-05T23:24:21.0468715Z Receiving objects:  39% (1352/3465)
2023-09-05T23:24:21.0486750Z Receiving objects:  40% (1386/3465)
2023-09-05T23:24:21.0504771Z Receiving objects:  41% (1421/3465)
2023-09-05T23:24:21.0520206Z Receiving objects:  42% (1456/3465)
2023-09-05T23:24:21.0527458Z Receiving objects:  43% (1490/3465)
2023-09-05T23:24:21.0546715Z Receiving objects:  44% (1525/3465)
2023-09-05T23:24:21.0601157Z Receiving objects:  45% (1560/3465)
2023-09-05T23:24:21.0615392Z Receiving objects:  46% (1594/3465)
2023-09-05T23:24:21.0661207Z Receiving objects:  47% (1629/3465)
2023-09-05T23:24:21.0661607Z Receiving objects:  48% (1664/3465)
2023-09-05T23:24:21.0661918Z Receiving objects:  49% (1698/3465)
2023-09-05T23:24:21.0663173Z Receiving objects:  50% (1733/3465)
2023-09-05T23:24:21.0663506Z Receiving objects:  51% (1768/3465)
2023-09-05T23:24:21.0663821Z Receiving objects:  52% (1802/3465)
2023-09-05T23:24:21.0671365Z Receiving objects:  53% (1837/3465)
2023-09-05T23:24:21.0721082Z Receiving objects:  54% (1872/3465)
2023-09-05T23:24:21.0721436Z Receiving objects:  55% (1906/3465)
2023-09-05T23:24:21.0721739Z Receiving objects:  56% (1941/3465)
2023-09-05T23:24:21.0728769Z Receiving objects:  57% (1976/3465)
2023-09-05T23:24:21.0732237Z Receiving objects:  58% (2010/3465)
2023-09-05T23:24:21.0743931Z Receiving objects:  59% (2045/3465)
2023-09-05T23:24:21.0744497Z Receiving objects:  60% (2079/3465)
2023-09-05T23:24:21.0744809Z Receiving objects:  61% (2114/3465)
2023-09-05T23:24:21.0745088Z Receiving objects:  62% (2149/3465)
2023-09-05T23:24:21.0757198Z Receiving objects:  63% (2183/3465)
2023-09-05T23:24:21.0758498Z Receiving objects:  64% (2218/3465)
2023-09-05T23:24:21.0760668Z Receiving objects:  65% (2253/3465)
2023-09-05T23:24:21.0769342Z Receiving objects:  66% (2287/3465)
2023-09-05T23:24:21.0805818Z Receiving objects:  67% (2322/3465)
2023-09-05T23:24:21.0849182Z Receiving objects:  68% (2357/3465)
2023-09-05T23:24:21.0874181Z Receiving objects:  69% (2391/3465)
2023-09-05T23:24:21.1044366Z Receiving objects:  70% (2426/3465)
2023-09-05T23:24:21.1061042Z Receiving objects:  71% (2461/3465)
2023-09-05T23:24:21.1131656Z Receiving objects:  72% (2495/3465)
2023-09-05T23:24:21.1132150Z Receiving objects:  73% (2530/3465)
2023-09-05T23:24:21.1137886Z Receiving objects:  74% (2565/3465)
2023-09-05T23:24:21.1138264Z Receiving objects:  75% (2599/3465)
2023-09-05T23:24:21.1144249Z Receiving objects:  76% (2634/3465)
2023-09-05T23:24:21.1158419Z Receiving objects:  77% (2669/3465)
2023-09-05T23:24:21.1183814Z Receiving objects:  78% (2703/3465)
2023-09-05T23:24:21.1184164Z Receiving objects:  79% (2738/3465)
2023-09-05T23:24:21.1199129Z Receiving objects:  80% (2772/3465)
2023-09-05T23:24:21.1205793Z Receiving objects:  81% (2807/3465)
2023-09-05T23:24:21.1214214Z Receiving objects:  82% (2842/3465)
2023-09-05T23:24:21.1218146Z Receiving objects:  83% (2876/3465)
2023-09-05T23:24:21.1227764Z Receiving objects:  84% (2911/3465)
2023-09-05T23:24:21.1231523Z Receiving objects:  85% (2946/3465)
2023-09-05T23:24:21.1231834Z Receiving objects:  86% (2980/3465)
2023-09-05T23:24:21.1234501Z Receiving objects:  87% (3015/3465)
2023-09-05T23:24:21.1238495Z Receiving objects:  88% (3050/3465)
2023-09-05T23:24:21.1244428Z Receiving objects:  89% (3084/3465)
2023-09-05T23:24:21.1267136Z Receiving objects:  90% (3119/3465)
2023-09-05T23:24:21.1267534Z Receiving objects:  91% (3154/3465)
2023-09-05T23:24:21.1274938Z Receiving objects:  92% (3188/3465)
2023-09-05T23:24:21.1278896Z Receiving objects:  93% (3223/3465)
2023-09-05T23:24:21.1287921Z Receiving objects:  94% (3258/3465)
2023-09-05T23:24:21.1312617Z Receiving objects:  95% (3292/3465)
2023-09-05T23:24:21.1312967Z Receiving objects:  96% (3327/3465)
2023-09-05T23:24:21.1313254Z Receiving objects:  97% (3362/3465)
2023-09-05T23:24:21.1313789Z Receiving objects:  98% (3396/3465)
2023-09-05T23:24:21.1340594Z Receiving objects:  99% (3431/3465)
2023-09-05T23:24:21.1342301Z remote: Total 3465 (delta 1331), reused 2183 (delta 721), pack-reused 0        
2023-09-05T23:24:21.1352257Z Receiving objects: 100% (3465/3465)
2023-09-05T23:24:21.1352654Z Receiving objects: 100% (3465/3465), 3.45 MiB | 15.86 MiB/s, done.
2023-09-05T23:24:21.1369103Z Resolving deltas:   0% (0/1331)
2023-09-05T23:24:21.1369778Z Resolving deltas:   1% (14/1331)
2023-09-05T23:24:21.1371629Z Resolving deltas:   2% (27/1331)
2023-09-05T23:24:21.1373236Z Resolving deltas:   3% (40/1331)
2023-09-05T23:24:21.1374160Z Resolving deltas:   4% (54/1331)
2023-09-05T23:24:21.1374805Z Resolving deltas:   5% (67/1331)
2023-09-05T23:24:21.1377351Z Resolving deltas:   6% (80/1331)
2023-09-05T23:24:21.1384966Z Resolving deltas:   7% (94/1331)
2023-09-05T23:24:21.1398274Z Resolving deltas:   8% (107/1331)
2023-09-05T23:24:21.1402914Z Resolving deltas:   9% (120/1331)
2023-09-05T23:24:21.1405196Z Resolving deltas:  10% (134/1331)
2023-09-05T23:24:21.1409582Z Resolving deltas:  11% (147/1331)
2023-09-05T23:24:21.1414489Z Resolving deltas:  12% (160/1331)
2023-09-05T23:24:21.1423719Z Resolving deltas:  13% (174/1331)
2023-09-05T23:24:21.1424532Z Resolving deltas:  14% (187/1331)
2023-09-05T23:24:21.1428049Z Resolving deltas:  15% (200/1331)
2023-09-05T23:24:21.1432961Z Resolving deltas:  16% (213/1331)
2023-09-05T23:24:21.1443551Z Resolving deltas:  17% (227/1331)
2023-09-05T23:24:21.1448401Z Resolving deltas:  18% (240/1331)
2023-09-05T23:24:21.1450450Z Resolving deltas:  19% (253/1331)
2023-09-05T23:24:21.1451557Z Resolving deltas:  20% (267/1331)
2023-09-05T23:24:21.1456521Z Resolving deltas:  21% (280/1331)
2023-09-05T23:24:21.1464129Z Resolving deltas:  22% (293/1331)
2023-09-05T23:24:21.1469330Z Resolving deltas:  23% (307/1331)
2023-09-05T23:24:21.1474571Z Resolving deltas:  24% (320/1331)
2023-09-05T23:24:21.1483554Z Resolving deltas:  25% (333/1331)
2023-09-05T23:24:21.1483886Z Resolving deltas:  26% (347/1331)
2023-09-05T23:24:21.1484206Z Resolving deltas:  27% (360/1331)
2023-09-05T23:24:21.1487287Z Resolving deltas:  28% (373/1331)
2023-09-05T23:24:21.1495734Z Resolving deltas:  29% (386/1331)
2023-09-05T23:24:21.1502470Z Resolving deltas:  30% (400/1331)
2023-09-05T23:24:21.1506330Z Resolving deltas:  31% (413/1331)
2023-09-05T23:24:21.1514191Z Resolving deltas:  32% (426/1331)
2023-09-05T23:24:21.1518427Z Resolving deltas:  33% (440/1331)
2023-09-05T23:24:21.1528814Z Resolving deltas:  34% (453/1331)
2023-09-05T23:24:21.1540170Z Resolving deltas:  35% (466/1331)
2023-09-05T23:24:21.1546133Z Resolving deltas:  36% (480/1331)
2023-09-05T23:24:21.1552528Z Resolving deltas:  37% (493/1331)
2023-09-05T23:24:21.1562601Z Resolving deltas:  38% (506/1331)
2023-09-05T23:24:21.1572965Z Resolving deltas:  39% (520/1331)
2023-09-05T23:24:21.1589329Z Resolving deltas:  40% (533/1331)
2023-09-05T23:24:21.1602945Z Resolving deltas:  41% (546/1331)
2023-09-05T23:24:21.1620506Z Resolving deltas:  42% (560/1331)
2023-09-05T23:24:21.1661770Z Resolving deltas:  43% (573/1331)
2023-09-05T23:24:21.1662115Z Resolving deltas:  44% (586/1331)
2023-09-05T23:24:21.1662408Z Resolving deltas:  45% (599/1331)
2023-09-05T23:24:21.1663275Z Resolving deltas:  46% (613/1331)
2023-09-05T23:24:21.1663677Z Resolving deltas:  47% (626/1331)
2023-09-05T23:24:21.1673245Z Resolving deltas:  48% (639/1331)
2023-09-05T23:24:21.1684065Z Resolving deltas:  49% (653/1331)
2023-09-05T23:24:21.1695534Z Resolving deltas:  50% (666/1331)
2023-09-05T23:24:21.1695878Z Resolving deltas:  51% (679/1331)
2023-09-05T23:24:21.1696172Z Resolving deltas:  52% (693/1331)
2023-09-05T23:24:21.1699247Z Resolving deltas:  53% (706/1331)
2023-09-05T23:24:21.1699549Z Resolving deltas:  54% (719/1331)
2023-09-05T23:24:21.1702463Z Resolving deltas:  55% (733/1331)
2023-09-05T23:24:21.1705191Z Resolving deltas:  56% (746/1331)
2023-09-05T23:24:21.1710108Z Resolving deltas:  57% (759/1331)
2023-09-05T23:24:21.1712515Z Resolving deltas:  58% (772/1331)
2023-09-05T23:24:21.1716848Z Resolving deltas:  59% (786/1331)
2023-09-05T23:24:21.1721019Z Resolving deltas:  60% (799/1331)
2023-09-05T23:24:21.1728865Z Resolving deltas:  61% (812/1331)
2023-09-05T23:24:21.1729266Z Resolving deltas:  62% (826/1331)
2023-09-05T23:24:21.1729561Z Resolving deltas:  63% (839/1331)
2023-09-05T23:24:21.1729867Z Resolving deltas:  64% (852/1331)
2023-09-05T23:24:21.1730138Z Resolving deltas:  65% (866/1331)
2023-09-05T23:24:21.1733577Z Resolving deltas:  66% (879/1331)
2023-09-05T23:24:21.1739816Z Resolving deltas:  67% (892/1331)
2023-09-05T23:24:21.1743644Z Resolving deltas:  68% (906/1331)
2023-09-05T23:24:21.1830311Z Resolving deltas:  69% (919/1331)
2023-09-05T23:24:21.1832774Z Resolving deltas:  70% (932/1331)
2023-09-05T23:24:21.1833127Z Resolving deltas:  71% (946/1331)
2023-09-05T23:24:21.1833420Z Resolving deltas:  72% (959/1331)
2023-09-05T23:24:21.1833692Z Resolving deltas:  73% (972/1331)
2023-09-05T23:24:21.1833981Z Resolving deltas:  74% (985/1331)
2023-09-05T23:24:21.1834266Z Resolving deltas:  75% (999/1331)
2023-09-05T23:24:21.1834562Z Resolving deltas:  76% (1012/1331)
2023-09-05T23:24:21.1834853Z Resolving deltas:  77% (1025/1331)
2023-09-05T23:24:21.1835145Z Resolving deltas:  78% (1039/1331)
2023-09-05T23:24:21.1836818Z Resolving deltas:  79% (1052/1331)
2023-09-05T23:24:21.1845820Z Resolving deltas:  80% (1065/1331)
2023-09-05T23:24:21.1846163Z Resolving deltas:  81% (1079/1331)
2023-09-05T23:24:21.1859416Z Resolving deltas:  82% (1092/1331)
2023-09-05T23:24:21.1859744Z Resolving deltas:  83% (1105/1331)
2023-09-05T23:24:21.1863348Z Resolving deltas:  84% (1119/1331)
2023-09-05T23:24:21.1863793Z Resolving deltas:  85% (1132/1331)
2023-09-05T23:24:21.1866980Z Resolving deltas:  86% (1145/1331)
2023-09-05T23:24:21.1867319Z Resolving deltas:  87% (1158/1331)
2023-09-05T23:24:21.1876814Z Resolving deltas:  88% (1172/1331)
2023-09-05T23:24:21.1877135Z Resolving deltas:  89% (1185/1331)
2023-09-05T23:24:21.1878308Z Resolving deltas:  90% (1198/1331)
2023-09-05T23:24:21.1890656Z Resolving deltas:  91% (1212/1331)
2023-09-05T23:24:21.1893083Z Resolving deltas:  92% (1226/1331)
2023-09-05T23:24:21.1901328Z Resolving deltas:  93% (1238/1331)
2023-09-05T23:24:21.1901709Z Resolving deltas:  94% (1252/1331)
2023-09-05T23:24:21.1905785Z Resolving deltas:  95% (1265/1331)
2023-09-05T23:24:21.1912062Z Resolving deltas:  96% (1278/1331)
2023-09-05T23:24:21.1917822Z Resolving deltas:  97% (1292/1331)
2023-09-05T23:24:21.1927005Z Resolving deltas:  98% (1305/1331)
2023-09-05T23:24:21.1933703Z Resolving deltas:  99% (1318/1331)
2023-09-05T23:24:21.1937357Z Resolving deltas: 100% (1331/1331)
2023-09-05T23:24:21.1937697Z Resolving deltas: 100% (1331/1331), done.
2023-09-05T23:24:21.2126190Z From https://github.com/apache/maven
2023-09-05T23:24:21.2127595Z  * [new ref]         8d653813f054c7817de4d5062491850f5af78b40 -> pull/1160/merge
2023-09-05T23:24:21.2174147Z ##[endgroup]
2023-09-05T23:24:21.2175131Z ##[group]Determining the checkout info
2023-09-05T23:24:21.2175818Z ##[endgroup]
2023-09-05T23:24:21.2225256Z ##[group]Checking out the ref
2023-09-05T23:24:21.2226088Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1160/merge
2023-09-05T23:24:21.4550733Z Note: switching to 'refs/remotes/pull/1160/merge'.
2023-09-05T23:24:21.4551043Z 
2023-09-05T23:24:21.4551373Z You are in 'detached HEAD' state. You can look around, make experimental
2023-09-05T23:24:21.4551818Z changes and commit them, and you can discard any commits you make in this
2023-09-05T23:24:21.4552290Z state without impacting any branches by switching back to a branch.
2023-09-05T23:24:21.4552530Z 
2023-09-05T23:24:21.4552727Z If you want to create a new branch to retain commits you create, you may
2023-09-05T23:24:21.4553216Z do so (now or later) by using -c with the switch command. Example:
2023-09-05T23:24:21.4553448Z 
2023-09-05T23:24:21.4553628Z   git switch -c <new-branch-name>
2023-09-05T23:24:21.4553813Z 
2023-09-05T23:24:21.4553936Z Or undo this operation with:
2023-09-05T23:24:21.4554110Z 
2023-09-05T23:24:21.4554211Z   git switch -
2023-09-05T23:24:21.4554713Z 
2023-09-05T23:24:21.4555089Z Turn off this advice by setting config variable advice.detachedHead to false
2023-09-05T23:24:21.4555353Z 
2023-09-05T23:24:21.4555620Z HEAD is now at 8d65381 Merge a78a94606fbbf032a9ddd854e6bef9dd3792c285 into c0b8a769b35c46a861c20105433da39ef0e24e36
2023-09-05T23:24:21.4560989Z ##[endgroup]
2023-09-05T23:24:21.4613009Z [command]/usr/bin/git log -1 --format='%H'
2023-09-05T23:24:21.4688873Z '8d653813f054c7817de4d5062491850f5af78b40'
2023-09-05T23:24:21.4704705Z ##[group]Removing auth
2023-09-05T23:24:21.4712533Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-09-05T23:24:21.4761053Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-09-05T23:24:21.5096123Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-09-05T23:24:21.5119666Z http.https://github.com/.extraheader
2023-09-05T23:24:21.5133683Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2023-09-05T23:24:21.5176625Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-09-05T23:24:21.5468066Z ##[endgroup]
2023-09-05T23:24:21.5941457Z ##[group]Run actions/setup-java@v3
2023-09-05T23:24:21.5941827Z with:
2023-09-05T23:24:21.5942067Z   java-version: 8
2023-09-05T23:24:21.5942311Z   distribution: temurin
2023-09-05T23:24:21.5942566Z   cache: maven
2023-09-05T23:24:21.5942818Z   java-package: jdk
2023-09-05T23:24:21.5943058Z   check-latest: false
2023-09-05T23:24:21.5943310Z   server-id: github
2023-09-05T23:24:21.5943742Z   server-username: GITHUB_ACTOR
2023-09-05T23:24:21.5944020Z   server-password: GITHUB_TOKEN
2023-09-05T23:24:21.5944461Z   overwrite-settings: true
2023-09-05T23:24:21.5944734Z   job-status: success
2023-09-05T23:24:21.5945347Z   token: ***
2023-09-05T23:24:21.5945583Z ##[endgroup]
2023-09-05T23:24:21.8972020Z ##[group]Installed distributions
2023-09-05T23:24:21.9114159Z Resolved Java 8.0.382+5 from tool-cache
2023-09-05T23:24:21.9114580Z Setting Java 8.0.382+5 as the default
2023-09-05T23:24:21.9152547Z Creating toolchains.xml for JDK version 8 from temurin
2023-09-05T23:24:21.9308669Z Writing to /home/runner/.m2/toolchains.xml
2023-09-05T23:24:21.9309512Z 
2023-09-05T23:24:21.9310893Z Java configuration:
2023-09-05T23:24:21.9311669Z   Distribution: temurin
2023-09-05T23:24:21.9312370Z   Version: 8.0.382+5
2023-09-05T23:24:21.9313071Z   Path: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.382-5/x64
2023-09-05T23:24:21.9314625Z 
2023-09-05T23:24:21.9316657Z ##[endgroup]
2023-09-05T23:24:21.9345772Z Creating settings.xml with server-id: github
2023-09-05T23:24:21.9353188Z Writing to /home/runner/.m2/settings.xml
2023-09-05T23:24:23.3605671Z maven cache is not found
2023-09-05T23:24:23.3832137Z ##[group]Run mvn install -e -B -V -DdistributionFileName=apache-maven
2023-09-05T23:24:23.3832710Z mvn install -e -B -V -DdistributionFileName=apache-maven
2023-09-05T23:24:23.3904927Z shell: /usr/bin/bash -e {0}
2023-09-05T23:24:23.3905193Z env:
2023-09-05T23:24:23.3905535Z   JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.382-5/x64
2023-09-05T23:24:23.3905982Z   JAVA_HOME_8_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.382-5/x64
2023-09-05T23:24:23.3906308Z ##[endgroup]
2023-09-05T23:24:24.0012173Z Apache Maven 3.8.8 (4c87b05d9aedce574290d1acc98575ed5eb6cd39)
2023-09-05T23:24:24.0013254Z Maven home: /usr/share/apache-maven-3.8.8
2023-09-05T23:24:24.0014056Z Java version: 1.8.0_382, vendor: Temurin, runtime: /usr/lib/jvm/temurin-8-jdk-amd64/jre
2023-09-05T23:24:24.0014658Z Default locale: en, platform encoding: UTF-8
2023-09-05T23:24:24.0015398Z OS name: "linux", version: "5.15.0-1041-azure", arch: "amd64", family: "unix"
2023-09-05T23:24:25.3687640Z [INFO] Error stacktraces are turned on.
2023-09-05T23:24:25.4320325Z [INFO] Scanning for projects...
2023-09-05T23:24:25.8403027Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/40/maven-parent-40.pom
2023-09-05T23:24:26.4311799Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/40/maven-parent-40.pom (49 kB at 82 kB/s)
2023-09-05T23:24:26.4577753Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom
2023-09-05T23:24:26.4870993Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom (23 kB at 801 kB/s)
2023-09-05T23:24:26.7786301Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
2023-09-05T23:24:26.7947942Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 352 kB/s)
2023-09-05T23:24:26.8040589Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom
2023-09-05T23:24:26.8191256Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom (3.2 kB at 210 kB/s)
2023-09-05T23:24:26.9548657Z [INFO] ------------------------------------------------------------------------
2023-09-05T23:24:26.9552390Z [INFO] Reactor Build Order:
2023-09-05T23:24:26.9555641Z [INFO] 
2023-09-05T23:24:26.9569770Z [INFO] Maven Dependencies BOM                                             [pom]
2023-09-05T23:24:26.9574830Z [INFO] Apache Maven                                                       [pom]
2023-09-05T23:24:26.9586080Z [INFO] Maven 4 API                                                        [pom]
2023-09-05T23:24:26.9590091Z [INFO] Maven 4 API Meta annotations                                       [jar]
2023-09-05T23:24:26.9593849Z [INFO] Maven 4 API XML                                                    [jar]
2023-09-05T23:24:26.9597961Z [INFO] Maven 4 API :: Model                                               [jar]
2023-09-05T23:24:26.9601256Z [INFO] Implementation of Maven API XML                                    [jar]
2023-09-05T23:24:26.9604489Z [INFO] Maven Model                                                        [jar]
2023-09-05T23:24:26.9608871Z [INFO] Maven Artifact                                                     [jar]
2023-09-05T23:24:26.9612424Z [INFO] Maven Plugin API                                                   [jar]
2023-09-05T23:24:26.9615762Z [INFO] Maven Builder Support                                              [jar]
2023-09-05T23:24:26.9619705Z [INFO] Maven 4 API :: Settings                                            [jar]
2023-09-05T23:24:26.9624839Z [INFO] Maven 4 API :: Toolchain                                           [jar]
2023-09-05T23:24:26.9629320Z [INFO] Maven 4 API :: Core                                                [jar]
2023-09-05T23:24:26.9644129Z [INFO] Maven 4 API :: SPI                                                 [jar]
2023-09-05T23:24:26.9655349Z [INFO] Maven Model XML Transform                                          [jar]
2023-09-05T23:24:26.9655768Z [INFO] Maven Model Builder                                                [jar]
2023-09-05T23:24:26.9656141Z [INFO] Maven Settings                                                     [jar]
2023-09-05T23:24:26.9658466Z [INFO] Maven Settings Builder                                             [jar]
2023-09-05T23:24:26.9662521Z [INFO] Maven Toolchain Model                                              [jar]
2023-09-05T23:24:26.9666857Z [INFO] Maven Toolchain Builder                                            [jar]
2023-09-05T23:24:26.9670856Z [INFO] Maven Repository Metadata Model                                    [jar]
2023-09-05T23:24:26.9674284Z [INFO] Maven Artifact Resolver Provider                                   [jar]
2023-09-05T23:24:26.9677910Z [INFO] Maven Core                                                         [jar]
2023-09-05T23:24:26.9681915Z [INFO] Maven SLF4J Wrapper                                                [jar]
2023-09-05T23:24:26.9685946Z [INFO] Maven Embedder                                                     [jar]
2023-09-05T23:24:26.9690636Z [INFO] Maven SLF4J Simple Provider                                        [jar]
2023-09-05T23:24:26.9694488Z [INFO] Maven Compat                                                       [jar]
2023-09-05T23:24:26.9698747Z [INFO] Apache Maven Distribution                                          [pom]
2023-09-05T23:24:26.9864267Z [INFO] 
2023-09-05T23:24:26.9869522Z [INFO] ---------------------< org.apache.maven:maven-bom >---------------------
2023-09-05T23:24:26.9873684Z [INFO] Building Maven Dependencies BOM 4.0.0-alpha-8-SNAPSHOT            [1/29]
2023-09-05T23:24:26.9879491Z [INFO]   from maven-bom/pom.xml
2023-09-05T23:24:26.9885578Z [INFO] --------------------------------[ pom ]---------------------------------
2023-09-05T23:24:26.9960583Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/3.1.0/maven-remote-resources-plugin-3.1.0.pom
2023-09-05T23:24:27.0222625Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/3.1.0/maven-remote-resources-plugin-3.1.0.pom (15 kB at 549 kB/s)
2023-09-05T23:24:27.0337764Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
2023-09-05T23:24:27.0448082Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 736 kB/s)
2023-09-05T23:24:27.0473369Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
2023-09-05T23:24:27.0623097Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 3.4 MB/s)
2023-09-05T23:24:27.0674673Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom
2023-09-05T23:24:27.0849032Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 1.2 MB/s)
2023-09-05T23:24:27.1024119Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/3.1.0/maven-remote-resources-plugin-3.1.0.jar
2023-09-05T23:24:27.1227443Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/3.1.0/maven-remote-resources-plugin-3.1.0.jar (82 kB at 3.4 MB/s)
2023-09-05T23:24:27.1415146Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom
2023-09-05T23:24:27.1569804Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom (7.0 kB at 465 kB/s)
2023-09-05T23:24:27.1605617Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.3.0/enforcer-3.3.0.pom
2023-09-05T23:24:27.1737714Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.3.0/enforcer-3.3.0.pom (8.2 kB at 632 kB/s)
2023-09-05T23:24:27.1798332Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
2023-09-05T23:24:27.1979503Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 313 kB/s)
2023-09-05T23:24:27.2041233Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.jar
2023-09-05T23:24:27.2267278Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.jar (39 kB at 1.7 MB/s)
2023-09-05T23:24:27.2323357Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom
2023-09-05T23:24:27.2487679Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom (20 kB at 1.2 MB/s)
2023-09-05T23:24:27.2525162Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
2023-09-05T23:24:27.2642057Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 900 kB/s)
2023-09-05T23:24:27.2672714Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom
2023-09-05T23:24:27.2893181Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 2.3 MB/s)
2023-09-05T23:24:27.2939757Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom
2023-09-05T23:24:27.3075644Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 1.5 MB/s)
2023-09-05T23:24:27.3141518Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar
2023-09-05T23:24:27.3372074Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar (119 kB at 5.2 MB/s)
2023-09-05T23:24:27.3975831Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.pom
2023-09-05T23:24:27.4165746Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.pom (15 kB at 788 kB/s)
2023-09-05T23:24:27.4256982Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.jar
2023-09-05T23:24:27.4455899Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.jar (98 kB at 4.9 MB/s)
2023-09-05T23:24:27.4598901Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom
2023-09-05T23:24:27.4787557Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 kB at 411 kB/s)
2023-09-05T23:24:27.4842900Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar
2023-09-05T23:24:27.5226050Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 801 kB/s)
2023-09-05T23:24:27.5379282Z [INFO] 
2023-09-05T23:24:27.5386735Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-bom ---
2023-09-05T23:24:27.5528720Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/extra-enforcer-rules/1.7.0/extra-enforcer-rules-1.7.0.pom
2023-09-05T23:24:27.5825828Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/extra-enforcer-rules/1.7.0/extra-enforcer-rules-1.7.0.pom (7.9 kB at 264 kB/s)
2023-09-05T23:24:27.5856473Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom
2023-09-05T23:24:27.6031586Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom (36 kB at 2.1 MB/s)
2023-09-05T23:24:27.6103729Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
2023-09-05T23:24:27.6283210Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom (6.2 kB at 367 kB/s)
2023-09-05T23:24:27.6327378Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
2023-09-05T23:24:27.6487421Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom (4.9 kB at 306 kB/s)
2023-09-05T23:24:27.6522161Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom
2023-09-05T23:24:27.6685313Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 2.7 MB/s)
2023-09-05T23:24:27.6784423Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom
2023-09-05T23:24:27.6899794Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at 1.7 MB/s)
2023-09-05T23:24:27.6997166Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
2023-09-05T23:24:27.7122205Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 199 kB/s)
2023-09-05T23:24:27.7155428Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
2023-09-05T23:24:27.7333974Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 1.7 MB/s)
2023-09-05T23:24:27.7447666Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
2023-09-05T23:24:27.7583952Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 146 kB/s)
2023-09-05T23:24:27.7618816Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
2023-09-05T23:24:27.7773176Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 183 kB/s)
2023-09-05T23:24:27.7841018Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
2023-09-05T23:24:27.7957057Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 1.2 MB/s)
2023-09-05T23:24:27.8012088Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
2023-09-05T23:24:27.8121718Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom (5.3 kB at 479 kB/s)
2023-09-05T23:24:27.8200900Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
2023-09-05T23:24:27.8342920Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 1.1 MB/s)
2023-09-05T23:24:27.8397899Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
2023-09-05T23:24:27.8550207Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 5.3 MB/s)
2023-09-05T23:24:27.8709286Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
2023-09-05T23:24:27.8821869Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 1.7 MB/s)
2023-09-05T23:24:27.8907054Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.pom
2023-09-05T23:24:27.9156889Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.pom (3.6 kB at 156 kB/s)
2023-09-05T23:24:27.9253740Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.pom
2023-09-05T23:24:27.9466899Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.pom (4.1 kB at 196 kB/s)
2023-09-05T23:24:27.9557355Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
2023-09-05T23:24:27.9697068Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 626 kB/s)
2023-09-05T23:24:27.9743814Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
2023-09-05T23:24:27.9843435Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 2.5 MB/s)
2023-09-05T23:24:27.9941731Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
2023-09-05T23:24:28.0092806Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 2.0 MB/s)
2023-09-05T23:24:28.0237773Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
2023-09-05T23:24:28.0368877Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 319 kB/s)
2023-09-05T23:24:28.0411093Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
2023-09-05T23:24:28.0525369Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 1.6 MB/s)
2023-09-05T23:24:28.0600868Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
2023-09-05T23:24:28.0705904Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 463 kB/s)
2023-09-05T23:24:28.0766413Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
2023-09-05T23:24:28.0964141Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 249 kB/s)
2023-09-05T23:24:28.1078330Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/extra-enforcer-rules/1.7.0/extra-enforcer-rules-1.7.0.jar
2023-09-05T23:24:28.1099297Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
2023-09-05T23:24:28.1118437Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
2023-09-05T23:24:28.1182960Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
2023-09-05T23:24:28.1270820Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/extra-enforcer-rules/1.7.0/extra-enforcer-rules-1.7.0.jar (51 kB at 2.7 MB/s)
2023-09-05T23:24:28.1315138Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.jar
2023-09-05T23:24:28.1328579Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
2023-09-05T23:24:28.1469551Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 1.1 MB/s)
2023-09-05T23:24:28.1471030Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.jar
2023-09-05T23:24:28.1849614Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.jar (145 kB at 2.7 MB/s)
2023-09-05T23:24:28.1851604Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
2023-09-05T23:24:28.1902628Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.jar (14 kB at 252 kB/s)
2023-09-05T23:24:28.1970723Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 686 kB/s)
2023-09-05T23:24:28.1974425Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
2023-09-05T23:24:28.2023109Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
2023-09-05T23:24:28.2304323Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar (43 kB at 346 kB/s)
2023-09-05T23:24:28.2305576Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
2023-09-05T23:24:28.2444183Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 1.3 MB/s)
2023-09-05T23:24:28.2445431Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
2023-09-05T23:24:28.2743256Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 2.3 MB/s)
2023-09-05T23:24:28.2914917Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 1.7 MB/s)
2023-09-05T23:24:28.2921607Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 2.0 MB/s)
2023-09-05T23:24:28.3203026Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 2.1 MB/s)
2023-09-05T23:24:28.3229754Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 3.1 MB/s)
2023-09-05T23:24:28.5653852Z [INFO] Adding ignore: module-info
2023-09-05T23:24:28.5655842Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:24:28.5661006Z [INFO] 
2023-09-05T23:24:28.5662078Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-bom ---
2023-09-05T23:24:28.5709012Z [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
2023-09-05T23:24:28.5710554Z [INFO] 
2023-09-05T23:24:28.5711540Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-bom ---
2023-09-05T23:24:28.5798856Z [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
2023-09-05T23:24:28.5809235Z [INFO] 
2023-09-05T23:24:28.5810568Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-bom ---
2023-09-05T23:24:28.5897305Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-resources/5/maven-shared-resources-5.pom
2023-09-05T23:24:28.6028928Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-resources/5/maven-shared-resources-5.pom (3.4 kB at 262 kB/s)
2023-09-05T23:24:28.6067675Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
2023-09-05T23:24:28.6145448Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 637 kB/s)
2023-09-05T23:24:28.6199491Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom
2023-09-05T23:24:28.6299656Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 4.3 MB/s)
2023-09-05T23:24:28.6558033Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
2023-09-05T23:24:28.6663144Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 342 kB/s)
2023-09-05T23:24:28.6700185Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
2023-09-05T23:24:28.6827443Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 121 kB/s)
2023-09-05T23:24:28.6853208Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
2023-09-05T23:24:28.7019937Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 1.1 MB/s)
2023-09-05T23:24:28.7081745Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
2023-09-05T23:24:28.7277957Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 79 kB/s)
2023-09-05T23:24:28.7332703Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom
2023-09-05T23:24:28.7465577Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom (7.6 kB at 543 kB/s)
2023-09-05T23:24:28.7527448Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
2023-09-05T23:24:28.7636317Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 630 kB/s)
2023-09-05T23:24:28.7678026Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
2023-09-05T23:24:28.7791570Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 2.2 MB/s)
2023-09-05T23:24:28.7825638Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
2023-09-05T23:24:28.7995755Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.9 MB/s)
2023-09-05T23:24:28.8032710Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
2023-09-05T23:24:28.8103154Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 2.0 MB/s)
2023-09-05T23:24:28.8163977Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
2023-09-05T23:24:28.8259022Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 423 kB/s)
2023-09-05T23:24:28.8288258Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
2023-09-05T23:24:28.8351051Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 1.3 MB/s)
2023-09-05T23:24:28.8400840Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
2023-09-05T23:24:28.8509666Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 204 kB/s)
2023-09-05T23:24:28.8516219Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
2023-09-05T23:24:28.8666177Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 174 kB/s)
2023-09-05T23:24:28.8688547Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
2023-09-05T23:24:28.8804070Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 93 kB/s)
2023-09-05T23:24:28.8822215Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
2023-09-05T23:24:28.8900522Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 382 kB/s)
2023-09-05T23:24:28.8983815Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
2023-09-05T23:24:28.9101557Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 1.7 MB/s)
2023-09-05T23:24:28.9134873Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
2023-09-05T23:24:28.9200122Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 1.1 MB/s)
2023-09-05T23:24:28.9217686Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
2023-09-05T23:24:28.9398762Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 753 kB/s)
2023-09-05T23:24:28.9452492Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
2023-09-05T23:24:28.9556182Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 74 kB/s)
2023-09-05T23:24:28.9595470Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
2023-09-05T23:24:28.9671372Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 606 kB/s)
2023-09-05T23:24:28.9702257Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
2023-09-05T23:24:28.9777279Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 2.2 MB/s)
2023-09-05T23:24:28.9840491Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
2023-09-05T23:24:28.9911131Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 423 kB/s)
2023-09-05T23:24:28.9971240Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
2023-09-05T23:24:29.0074540Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 680 kB/s)
2023-09-05T23:24:29.0120475Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
2023-09-05T23:24:29.0202716Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 1.0 MB/s)
2023-09-05T23:24:29.0280456Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
2023-09-05T23:24:29.0348676Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 295 kB/s)
2023-09-05T23:24:29.0405076Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
2023-09-05T23:24:29.0622155Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 86 kB/s)
2023-09-05T23:24:29.0688295Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
2023-09-05T23:24:29.1005518Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 51 kB/s)
2023-09-05T23:24:29.1045607Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
2023-09-05T23:24:29.1191420Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 217 kB/s)
2023-09-05T23:24:29.1226823Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
2023-09-05T23:24:29.1327623Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 428 kB/s)
2023-09-05T23:24:29.1349738Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
2023-09-05T23:24:29.1452747Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 1.2 MB/s)
2023-09-05T23:24:29.1512941Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
2023-09-05T23:24:29.1577869Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 1.1 MB/s)
2023-09-05T23:24:29.1663349Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
2023-09-05T23:24:29.1763250Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 1.3 MB/s)
2023-09-05T23:24:29.1839111Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom
2023-09-05T23:24:29.1907597Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 684 kB/s)
2023-09-05T23:24:29.1941336Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
2023-09-05T23:24:29.2147821Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 299 kB/s)
2023-09-05T23:24:29.2194769Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/26/weld-parent-26.pom
2023-09-05T23:24:29.2347445Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 2.3 MB/s)
2023-09-05T23:24:29.2445850Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
2023-09-05T23:24:29.2804627Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 16 kB/s)
2023-09-05T23:24:29.2851187Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
2023-09-05T23:24:29.2939984Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 292 kB/s)
2023-09-05T23:24:29.2965777Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
2023-09-05T23:24:29.3135018Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 847 kB/s)
2023-09-05T23:24:29.3191337Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
2023-09-05T23:24:29.3298809Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 664 kB/s)
2023-09-05T23:24:29.3317732Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
2023-09-05T23:24:29.3440324Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.7 MB/s)
2023-09-05T23:24:29.3501205Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
2023-09-05T23:24:29.3617450Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 206 kB/s)
2023-09-05T23:24:29.3737466Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
2023-09-05T23:24:29.3867084Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 196 kB/s)
2023-09-05T23:24:29.3908249Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
2023-09-05T23:24:29.3973728Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 248 kB/s)
2023-09-05T23:24:29.3992279Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
2023-09-05T23:24:29.4062200Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 4.0 MB/s)
2023-09-05T23:24:29.4083823Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
2023-09-05T23:24:29.4243988Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 117 kB/s)
2023-09-05T23:24:29.4274762Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
2023-09-05T23:24:29.4343316Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 254 kB/s)
2023-09-05T23:24:29.4402548Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
2023-09-05T23:24:29.4566813Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 209 kB/s)
2023-09-05T23:24:29.4629770Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
2023-09-05T23:24:29.4760625Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 251 kB/s)
2023-09-05T23:24:29.4778948Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
2023-09-05T23:24:29.4871260Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 2.1 MB/s)
2023-09-05T23:24:29.4913281Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
2023-09-05T23:24:29.4981676Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 972 kB/s)
2023-09-05T23:24:29.5052983Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom
2023-09-05T23:24:29.5119704Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 1.8 MB/s)
2023-09-05T23:24:29.5153831Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom
2023-09-05T23:24:29.5246812Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 7.6 MB/s)
2023-09-05T23:24:29.5303712Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom
2023-09-05T23:24:29.5369119Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 2.6 MB/s)
2023-09-05T23:24:29.5402703Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom
2023-09-05T23:24:29.5491490Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 370 kB/s)
2023-09-05T23:24:29.5523741Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
2023-09-05T23:24:29.5589513Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 601 kB/s)
2023-09-05T23:24:29.5604714Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
2023-09-05T23:24:29.5700024Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 2.5 MB/s)
2023-09-05T23:24:29.5734206Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
2023-09-05T23:24:29.5810097Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 1.1 MB/s)
2023-09-05T23:24:29.5833960Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
2023-09-05T23:24:29.5928287Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 566 kB/s)
2023-09-05T23:24:29.5944390Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom
2023-09-05T23:24:29.6111774Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 965 kB/s)
2023-09-05T23:24:29.6130799Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
2023-09-05T23:24:29.6220291Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 609 kB/s)
2023-09-05T23:24:29.6242672Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
2023-09-05T23:24:29.6374294Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 1.3 MB/s)
2023-09-05T23:24:29.6399938Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
2023-09-05T23:24:29.6497495Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 1.8 MB/s)
2023-09-05T23:24:29.6525222Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom
2023-09-05T23:24:29.6601497Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 1.8 MB/s)
2023-09-05T23:24:29.6645170Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom
2023-09-05T23:24:29.6707863Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 413 kB/s)
2023-09-05T23:24:29.6726667Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom
2023-09-05T23:24:29.6794000Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (1.6 kB at 222 kB/s)
2023-09-05T23:24:29.6818598Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom
2023-09-05T23:24:29.6916069Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 340 kB/s)
2023-09-05T23:24:29.6941482Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom
2023-09-05T23:24:29.7196610Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 523 kB/s)
2023-09-05T23:24:29.7234064Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
2023-09-05T23:24:29.7304351Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 107 kB/s)
2023-09-05T23:24:29.7319550Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
2023-09-05T23:24:29.7396882Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 601 kB/s)
2023-09-05T23:24:29.7420615Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
2023-09-05T23:24:29.7495797Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 566 kB/s)
2023-09-05T23:24:29.7572215Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
2023-09-05T23:24:29.7681578Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 68 kB/s)
2023-09-05T23:24:29.7724122Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
2023-09-05T23:24:29.7878242Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 2.0 MB/s)
2023-09-05T23:24:29.7904857Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom
2023-09-05T23:24:29.8017673Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 6.5 MB/s)
2023-09-05T23:24:29.8102762Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom
2023-09-05T23:24:29.8156120Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 1.5 MB/s)
2023-09-05T23:24:29.8232259Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
2023-09-05T23:24:29.8292444Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 1.6 MB/s)
2023-09-05T23:24:29.8324590Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/45/commons-parent-45.pom
2023-09-05T23:24:29.8599952Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 2.6 MB/s)
2023-09-05T23:24:29.8726657Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
2023-09-05T23:24:29.8814492Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 2.3 MB/s)
2023-09-05T23:24:29.8893518Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
2023-09-05T23:24:29.8960881Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 1.1 MB/s)
2023-09-05T23:24:29.9041801Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
2023-09-05T23:24:29.9177347Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 1.2 MB/s)
2023-09-05T23:24:29.9201057Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
2023-09-05T23:24:29.9287492Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 3.9 MB/s)
2023-09-05T23:24:29.9329176Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
2023-09-05T23:24:29.9387891Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 2.9 MB/s)
2023-09-05T23:24:29.9425061Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
2023-09-05T23:24:29.9499668Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 710 kB/s)
2023-09-05T23:24:29.9527849Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
2023-09-05T23:24:29.9589142Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 2.2 MB/s)
2023-09-05T23:24:29.9647758Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
2023-09-05T23:24:29.9721651Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 2.7 MB/s)
2023-09-05T23:24:29.9745277Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom
2023-09-05T23:24:29.9878230Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 6.2 MB/s)
2023-09-05T23:24:29.9891242Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
2023-09-05T23:24:29.9992679Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 1.4 MB/s)
2023-09-05T23:24:30.0057344Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
2023-09-05T23:24:30.0174834Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 382 kB/s)
2023-09-05T23:24:30.0197025Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
2023-09-05T23:24:30.0308004Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 1.2 MB/s)
2023-09-05T23:24:30.0348178Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom
2023-09-05T23:24:30.0484061Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom (6.0 kB at 431 kB/s)
2023-09-05T23:24:30.0558262Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
2023-09-05T23:24:30.0661463Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 237 kB/s)
2023-09-05T23:24:30.0683154Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
2023-09-05T23:24:30.0753021Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 1.3 MB/s)
2023-09-05T23:24:30.0787198Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom
2023-09-05T23:24:30.0871032Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 2.6 MB/s)
2023-09-05T23:24:30.0892825Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom
2023-09-05T23:24:30.0950524Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 2.4 MB/s)
2023-09-05T23:24:30.1024419Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
2023-09-05T23:24:30.1081038Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 277 kB/s)
2023-09-05T23:24:30.1097768Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
2023-09-05T23:24:30.1176754Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 1.2 MB/s)
2023-09-05T23:24:30.1193317Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom
2023-09-05T23:24:30.1256257Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 5.3 MB/s)
2023-09-05T23:24:30.1281911Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
2023-09-05T23:24:30.1346696Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 642 kB/s)
2023-09-05T23:24:30.1380061Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
2023-09-05T23:24:30.1427647Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 264 kB/s)
2023-09-05T23:24:30.1444834Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
2023-09-05T23:24:30.1529387Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 2.8 MB/s)
2023-09-05T23:24:30.1586656Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom
2023-09-05T23:24:30.1668232Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.7 MB/s)
2023-09-05T23:24:30.1705431Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom
2023-09-05T23:24:30.1767308Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 683 kB/s)
2023-09-05T23:24:30.1797702Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
2023-09-05T23:24:30.1863797Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 463 kB/s)
2023-09-05T23:24:30.1896994Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
2023-09-05T23:24:30.1956552Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 243 kB/s)
2023-09-05T23:24:30.1992801Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
2023-09-05T23:24:30.2116220Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 103 kB/s)
2023-09-05T23:24:30.2151007Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
2023-09-05T23:24:30.2245388Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 62 kB/s)
2023-09-05T23:24:30.2277599Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
2023-09-05T23:24:30.2375993Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 522 kB/s)
2023-09-05T23:24:30.2465445Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom
2023-09-05T23:24:30.2521800Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 125 kB/s)
2023-09-05T23:24:30.2570442Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
2023-09-05T23:24:30.2660193Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 348 kB/s)
2023-09-05T23:24:30.2690473Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
2023-09-05T23:24:30.2766794Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 259 kB/s)
2023-09-05T23:24:30.2786382Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
2023-09-05T23:24:30.2871928Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 375 kB/s)
2023-09-05T23:24:30.2886759Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
2023-09-05T23:24:30.2961335Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 1.2 MB/s)
2023-09-05T23:24:30.2991245Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
2023-09-05T23:24:30.3054266Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 379 kB/s)
2023-09-05T23:24:30.3081471Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom
2023-09-05T23:24:30.3164884Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 855 kB/s)
2023-09-05T23:24:30.3200884Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
2023-09-05T23:24:30.3270822Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 275 kB/s)
2023-09-05T23:24:30.3285970Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom
2023-09-05T23:24:30.3343418Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 3.6 MB/s)
2023-09-05T23:24:30.3362161Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom
2023-09-05T23:24:30.3421853Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 4.0 MB/s)
2023-09-05T23:24:30.3462502Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
2023-09-05T23:24:30.3664612Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 145 kB/s)
2023-09-05T23:24:30.3701356Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
2023-09-05T23:24:30.3807312Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 180 kB/s)
2023-09-05T23:24:30.3826280Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom
2023-09-05T23:24:30.3913590Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 343 kB/s)
2023-09-05T23:24:30.3953704Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom
2023-09-05T23:24:30.4065674Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 180 kB/s)
2023-09-05T23:24:30.4103319Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
2023-09-05T23:24:30.4308417Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 166 kB/s)
2023-09-05T23:24:30.4330245Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
2023-09-05T23:24:30.4389850Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 316 kB/s)
2023-09-05T23:24:30.4403115Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
2023-09-05T23:24:30.4465368Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 1.5 MB/s)
2023-09-05T23:24:30.4489810Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
2023-09-05T23:24:30.4691466Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 161 kB/s)
2023-09-05T23:24:30.4718961Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
2023-09-05T23:24:30.4805169Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 313 kB/s)
2023-09-05T23:24:30.4820296Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
2023-09-05T23:24:30.4894517Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 332 kB/s)
2023-09-05T23:24:30.4907408Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
2023-09-05T23:24:30.4963786Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 3.6 MB/s)
2023-09-05T23:24:30.5001776Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
2023-09-05T23:24:30.5099617Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 395 kB/s)
2023-09-05T23:24:30.5157397Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
2023-09-05T23:24:30.5221771Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 676 kB/s)
2023-09-05T23:24:30.5242266Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom
2023-09-05T23:24:30.5322285Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 1.2 MB/s)
2023-09-05T23:24:30.5373949Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
2023-09-05T23:24:30.5432386Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 2.5 MB/s)
2023-09-05T23:24:30.5450637Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom
2023-09-05T23:24:30.5510949Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 3.7 MB/s)
2023-09-05T23:24:30.5546930Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
2023-09-05T23:24:30.5647176Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 1.4 MB/s)
2023-09-05T23:24:30.5863394Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
2023-09-05T23:24:30.5962545Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.8 MB/s)
2023-09-05T23:24:30.5989182Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
2023-09-05T23:24:30.6063099Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 45 kB/s)
2023-09-05T23:24:30.6113136Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
2023-09-05T23:24:30.6166326Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 124 kB/s)
2023-09-05T23:24:30.6201552Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
2023-09-05T23:24:30.6282324Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 700 kB/s)
2023-09-05T23:24:30.6326938Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
2023-09-05T23:24:30.6385208Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 883 kB/s)
2023-09-05T23:24:30.6437868Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom
2023-09-05T23:24:30.6491593Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 29 kB/s)
2023-09-05T23:24:30.6513583Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom
2023-09-05T23:24:30.6604074Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 15 kB/s)
2023-09-05T23:24:30.6624602Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
2023-09-05T23:24:30.6719256Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 19 kB/s)
2023-09-05T23:24:30.6751513Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
2023-09-05T23:24:30.6882271Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 463 kB/s)
2023-09-05T23:24:30.6913890Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
2023-09-05T23:24:30.7002100Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 122 kB/s)
2023-09-05T23:24:30.7022786Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
2023-09-05T23:24:30.7077573Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 385 kB/s)
2023-09-05T23:24:30.7096084Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
2023-09-05T23:24:30.7179403Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 20 kB/s)
2023-09-05T23:24:30.7196286Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
2023-09-05T23:24:30.7251672Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 34 kB/s)
2023-09-05T23:24:30.7281998Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
2023-09-05T23:24:30.7395049Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 278 kB/s)
2023-09-05T23:24:30.7413293Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
2023-09-05T23:24:30.7463913Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 450 kB/s)
2023-09-05T23:24:30.7483465Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
2023-09-05T23:24:30.7568449Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 1.4 MB/s)
2023-09-05T23:24:30.7589555Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom
2023-09-05T23:24:30.7702169Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 16 kB/s)
2023-09-05T23:24:30.7703422Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom
2023-09-05T23:24:30.7751509Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 28 kB/s)
2023-09-05T23:24:30.7800794Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
2023-09-05T23:24:30.7921057Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 817 kB/s)
2023-09-05T23:24:30.7970079Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
2023-09-05T23:24:30.8042836Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 1.6 MB/s)
2023-09-05T23:24:30.8061517Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom
2023-09-05T23:24:30.8146415Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 6.9 MB/s)
2023-09-05T23:24:30.8200815Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
2023-09-05T23:24:30.8279417Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 1.9 MB/s)
2023-09-05T23:24:30.8322292Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
2023-09-05T23:24:30.8384899Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 110 kB/s)
2023-09-05T23:24:30.8403081Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
2023-09-05T23:24:30.8503795Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 604 kB/s)
2023-09-05T23:24:30.8530563Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
2023-09-05T23:24:30.8600405Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 3.7 MB/s)
2023-09-05T23:24:30.8645107Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom
2023-09-05T23:24:30.8748889Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 318 kB/s)
2023-09-05T23:24:30.8804242Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/9.3/checkstyle-9.3.pom
2023-09-05T23:24:30.8943704Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/9.3/checkstyle-9.3.pom (142 kB at 11 MB/s)
2023-09-05T23:24:30.9025010Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.2/picocli-4.6.2.pom
2023-09-05T23:24:30.9117242Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.2/picocli-4.6.2.pom (1.4 kB at 153 kB/s)
2023-09-05T23:24:30.9143216Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom
2023-09-05T23:24:30.9212374Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom (3.6 kB at 517 kB/s)
2023-09-05T23:24:30.9230065Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom
2023-09-05T23:24:30.9306366Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom (4.4 kB at 551 kB/s)
2023-09-05T23:24:30.9329369Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
2023-09-05T23:24:30.9449653Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 1.5 MB/s)
2023-09-05T23:24:30.9487618Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.pom
2023-09-05T23:24:30.9557045Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.pom (11 kB at 1.6 MB/s)
2023-09-05T23:24:30.9576416Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/31.0.1-jre/guava-parent-31.0.1-jre.pom
2023-09-05T23:24:30.9657230Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/31.0.1-jre/guava-parent-31.0.1-jre.pom (14 kB at 1.7 MB/s)
2023-09-05T23:24:30.9680861Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
2023-09-05T23:24:30.9801792Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 241 kB/s)
2023-09-05T23:24:30.9803339Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
2023-09-05T23:24:30.9878132Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 1.1 MB/s)
2023-09-05T23:24:30.9904732Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
2023-09-05T23:24:30.9972587Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 380 kB/s)
2023-09-05T23:24:31.0002140Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
2023-09-05T23:24:31.0073969Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 536 kB/s)
2023-09-05T23:24:31.0093195Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
2023-09-05T23:24:31.0151307Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 965 kB/s)
2023-09-05T23:24:31.0175415Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
2023-09-05T23:24:31.0252036Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 299 kB/s)
2023-09-05T23:24:31.0279309Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.pom
2023-09-05T23:24:31.0351350Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.pom (2.1 kB at 302 kB/s)
2023-09-05T23:24:31.0369221Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.7.1/error_prone_parent-2.7.1.pom
2023-09-05T23:24:31.0462220Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.7.1/error_prone_parent-2.7.1.pom (7.0 kB at 698 kB/s)
2023-09-05T23:24:31.0484671Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
2023-09-05T23:24:31.0561875Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 395 kB/s)
2023-09-05T23:24:31.0614297Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.pom
2023-09-05T23:24:31.0747650Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.pom (9.3 kB at 717 kB/s)
2023-09-05T23:24:31.0811629Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom
2023-09-05T23:24:31.0898857Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom (11 kB at 1.2 MB/s)
2023-09-05T23:24:31.0928418Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
2023-09-05T23:24:31.0985531Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 639 kB/s)
2023-09-05T23:24:31.1005068Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
2023-09-05T23:24:31.1058212Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 2.8 MB/s)
2023-09-05T23:24:31.1089181Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.pom
2023-09-05T23:24:31.1192110Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.pom (2.6 kB at 237 kB/s)
2023-09-05T23:24:31.1455852Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-resources/5/maven-shared-resources-5.jar
2023-09-05T23:24:31.1459035Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
2023-09-05T23:24:31.1464260Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar
2023-09-05T23:24:31.1498630Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
2023-09-05T23:24:31.1578530Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
2023-09-05T23:24:31.1602776Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 660 kB/s)
2023-09-05T23:24:31.1604545Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
2023-09-05T23:24:31.1615009Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 1.2 MB/s)
2023-09-05T23:24:31.1616412Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
2023-09-05T23:24:31.1667626Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 2.2 MB/s)
2023-09-05T23:24:31.1670716Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
2023-09-05T23:24:31.1691827Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-resources/5/maven-shared-resources-5.jar (18 kB at 768 kB/s)
2023-09-05T23:24:31.1693185Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
2023-09-05T23:24:31.1698349Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 1.4 MB/s)
2023-09-05T23:24:31.1700987Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
2023-09-05T23:24:31.1758460Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 632 kB/s)
2023-09-05T23:24:31.1762730Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
2023-09-05T23:24:31.1772172Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 2.1 MB/s)
2023-09-05T23:24:31.1773229Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
2023-09-05T23:24:31.1869438Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 4.1 MB/s)
2023-09-05T23:24:31.1870853Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
2023-09-05T23:24:31.1882527Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 1.1 MB/s)
2023-09-05T23:24:31.1887101Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar
2023-09-05T23:24:31.2038613Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 2.4 MB/s)
2023-09-05T23:24:31.2039623Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
2023-09-05T23:24:31.2156818Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 3.0 MB/s)
2023-09-05T23:24:31.2189421Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
2023-09-05T23:24:31.2208401Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 1.9 MB/s)
2023-09-05T23:24:31.2212932Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
2023-09-05T23:24:31.2217598Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 2.0 MB/s)
2023-09-05T23:24:31.2219011Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
2023-09-05T23:24:31.2259140Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 338 kB/s)
2023-09-05T23:24:31.2276513Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
2023-09-05T23:24:31.2297905Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 6.8 MB/s)
2023-09-05T23:24:31.2304396Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
2023-09-05T23:24:31.2419349Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 756 kB/s)
2023-09-05T23:24:31.2421227Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
2023-09-05T23:24:31.2424507Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 29 kB/s)
2023-09-05T23:24:31.2426941Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
2023-09-05T23:24:31.2480050Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 522 kB/s)
2023-09-05T23:24:31.2484468Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
2023-09-05T23:24:31.2499240Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 280 kB/s)
2023-09-05T23:24:31.2505414Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
2023-09-05T23:24:31.2553335Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 125 kB/s)
2023-09-05T23:24:31.2554909Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
2023-09-05T23:24:31.2567445Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 457 kB/s)
2023-09-05T23:24:31.2573485Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
2023-09-05T23:24:31.2621619Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 529 kB/s)
2023-09-05T23:24:31.2622665Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
2023-09-05T23:24:31.2687466Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 136 kB/s)
2023-09-05T23:24:31.2688970Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
2023-09-05T23:24:31.2694749Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 3.1 MB/s)
2023-09-05T23:24:31.2696381Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
2023-09-05T23:24:31.2782282Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 137 kB/s)
2023-09-05T23:24:31.2783596Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
2023-09-05T23:24:31.2791106Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 364 kB/s)
2023-09-05T23:24:31.2792603Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar
2023-09-05T23:24:31.3041408Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 138 kB/s)
2023-09-05T23:24:31.3043952Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
2023-09-05T23:24:31.3045060Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 1.2 MB/s)
2023-09-05T23:24:31.3046190Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
2023-09-05T23:24:31.3047848Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 483 kB/s)
2023-09-05T23:24:31.3048750Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
2023-09-05T23:24:31.3049960Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 59 kB/s)
2023-09-05T23:24:31.3052225Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
2023-09-05T23:24:31.3053300Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 596 kB/s)
2023-09-05T23:24:31.3054203Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar
2023-09-05T23:24:31.3055018Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 932 kB/s)
2023-09-05T23:24:31.3056554Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar
2023-09-05T23:24:31.3144147Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 403 kB/s)
2023-09-05T23:24:31.3145096Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
2023-09-05T23:24:31.3150330Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 2.1 MB/s)
2023-09-05T23:24:31.3151203Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
2023-09-05T23:24:31.3162587Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.6 MB/s)
2023-09-05T23:24:31.3163708Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
2023-09-05T23:24:31.3199088Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 2.6 MB/s)
2023-09-05T23:24:31.3204908Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
2023-09-05T23:24:31.3231260Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 67 kB/s)
2023-09-05T23:24:31.3232734Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar
2023-09-05T23:24:31.3244414Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 66 kB/s)
2023-09-05T23:24:31.3246444Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
2023-09-05T23:24:31.3534710Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 2.2 MB/s)
2023-09-05T23:24:31.3536179Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar
2023-09-05T23:24:31.3544950Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 719 kB/s)
2023-09-05T23:24:31.3546082Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar
2023-09-05T23:24:31.3551669Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 1.1 MB/s)
2023-09-05T23:24:31.3553025Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
2023-09-05T23:24:31.3665427Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 1.1 MB/s)
2023-09-05T23:24:31.3670008Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
2023-09-05T23:24:31.3832864Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 264 kB/s)
2023-09-05T23:24:31.3834356Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
2023-09-05T23:24:31.3845229Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 775 kB/s)
2023-09-05T23:24:31.3846636Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
2023-09-05T23:24:31.3868125Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 2.5 MB/s)
2023-09-05T23:24:31.3983977Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar
2023-09-05T23:24:31.4092026Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar (47 kB at 180 kB/s)
2023-09-05T23:24:31.4093677Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar
2023-09-05T23:24:31.4186637Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 2.4 MB/s)
2023-09-05T23:24:31.4187967Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
2023-09-05T23:24:31.4199351Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 1.2 MB/s)
2023-09-05T23:24:31.4200627Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
2023-09-05T23:24:31.4207271Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 1.2 MB/s)
2023-09-05T23:24:31.4214641Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
2023-09-05T23:24:31.4278212Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 2.8 MB/s)
2023-09-05T23:24:31.4279536Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar
2023-09-05T23:24:31.4288011Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 767 kB/s)
2023-09-05T23:24:31.4292087Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
2023-09-05T23:24:31.4297670Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 304 kB/s)
2023-09-05T23:24:31.4299971Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/9.3/checkstyle-9.3.jar
2023-09-05T23:24:31.4308531Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 311 kB/s)
2023-09-05T23:24:31.4329817Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.2/picocli-4.6.2.jar
2023-09-05T23:24:31.4339165Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 81 kB/s)
2023-09-05T23:24:31.4353918Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 42 kB/s)
2023-09-05T23:24:31.4356156Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar
2023-09-05T23:24:31.4376423Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 14 kB/s)
2023-09-05T23:24:31.4377788Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
2023-09-05T23:24:31.4382110Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar
2023-09-05T23:24:31.4692293Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.2/picocli-4.6.2.jar (403 kB at 1.3 MB/s)
2023-09-05T23:24:31.4707458Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
2023-09-05T23:24:31.4748581Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 14 kB/s)
2023-09-05T23:24:31.4753069Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
2023-09-05T23:24:31.4767898Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 753 kB/s)
2023-09-05T23:24:31.4772645Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
2023-09-05T23:24:31.4809452Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 6.6 kB/s)
2023-09-05T23:24:31.4814397Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
2023-09-05T23:24:31.4867243Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar (337 kB at 996 kB/s)
2023-09-05T23:24:31.4869041Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.jar
2023-09-05T23:24:31.4951855Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.jar (15 kB at 43 kB/s)
2023-09-05T23:24:31.4953389Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
2023-09-05T23:24:31.4966114Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 600 kB/s)
2023-09-05T23:24:31.4970984Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.jar
2023-09-05T23:24:31.4985948Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 57 kB/s)
2023-09-05T23:24:31.4998394Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar
2023-09-05T23:24:31.5013452Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 25 kB/s)
2023-09-05T23:24:31.5015543Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
2023-09-05T23:24:31.5182140Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.jar (130 kB at 352 kB/s)
2023-09-05T23:24:31.5229976Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 111 kB/s)
2023-09-05T23:24:31.5231454Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.jar
2023-09-05T23:24:31.5835059Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/9.3/checkstyle-9.3.jar (2.0 MB at 4.8 MB/s)
2023-09-05T23:24:31.5937670Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar (3.0 MB at 6.7 MB/s)
2023-09-05T23:24:31.5962486Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar (852 kB at 1.9 MB/s)
2023-09-05T23:24:31.7136692Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.jar (5.8 MB at 10 MB/s)
2023-09-05T23:24:32.3911362Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:24:32.3920794Z [INFO] 
2023-09-05T23:24:32.3923985Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-bom ---
2023-09-05T23:24:32.3977726Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
2023-09-05T23:24:32.4071960Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 436 kB/s)
2023-09-05T23:24:32.4088227Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
2023-09-05T23:24:32.4158680Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 699 kB/s)
2023-09-05T23:24:32.4207303Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
2023-09-05T23:24:32.4279000Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 859 kB/s)
2023-09-05T23:24:32.4366253Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
2023-09-05T23:24:32.4461007Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 696 kB/s)
2023-09-05T23:24:32.4490864Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
2023-09-05T23:24:32.4569818Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 2.5 MB/s)
2023-09-05T23:24:32.4708465Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
2023-09-05T23:24:32.4832140Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 1.2 MB/s)
2023-09-05T23:24:32.4887543Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
2023-09-05T23:24:32.4982627Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 227 kB/s)
2023-09-05T23:24:32.5068545Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom
2023-09-05T23:24:32.5169199Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom (6.9 kB at 694 kB/s)
2023-09-05T23:24:32.5257593Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
2023-09-05T23:24:32.5380135Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 291 kB/s)
2023-09-05T23:24:32.5422576Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
2023-09-05T23:24:32.5482321Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 1.2 MB/s)
2023-09-05T23:24:32.5577244Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
2023-09-05T23:24:32.5674662Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 836 kB/s)
2023-09-05T23:24:32.5711226Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom
2023-09-05T23:24:32.5815157Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom (4.4 kB at 402 kB/s)
2023-09-05T23:24:32.5831542Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom
2023-09-05T23:24:32.5891773Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 446 kB/s)
2023-09-05T23:24:32.5913337Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom
2023-09-05T23:24:32.5978142Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 4.2 MB/s)
2023-09-05T23:24:32.6044850Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom
2023-09-05T23:24:32.6131321Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom (10 kB at 1.3 MB/s)
2023-09-05T23:24:32.6163984Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom
2023-09-05T23:24:32.6266698Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom (14 kB at 1.4 MB/s)
2023-09-05T23:24:32.6300109Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom
2023-09-05T23:24:32.6384639Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom (7.8 kB at 863 kB/s)
2023-09-05T23:24:32.6437605Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom
2023-09-05T23:24:32.6579381Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom (30 kB at 2.0 MB/s)
2023-09-05T23:24:32.6675739Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/51/commons-parent-51.pom
2023-09-05T23:24:32.6805969Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/51/commons-parent-51.pom (78 kB at 6.0 MB/s)
2023-09-05T23:24:32.6912710Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
2023-09-05T23:24:32.6989456Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 479 kB/s)
2023-09-05T23:24:32.7008495Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
2023-09-05T23:24:32.7094369Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 1.5 MB/s)
2023-09-05T23:24:32.7168992Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
2023-09-05T23:24:32.7178161Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
2023-09-05T23:24:32.7187949Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
2023-09-05T23:24:32.7197255Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
2023-09-05T23:24:32.7234080Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
2023-09-05T23:24:32.7316053Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 1.9 MB/s)
2023-09-05T23:24:32.7316921Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
2023-09-05T23:24:32.7364369Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 6.8 MB/s)
2023-09-05T23:24:32.7366020Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
2023-09-05T23:24:32.7386547Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 3.2 MB/s)
2023-09-05T23:24:32.7387873Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar
2023-09-05T23:24:32.7409256Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 3.4 MB/s)
2023-09-05T23:24:32.7414342Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
2023-09-05T23:24:32.7451400Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar (55 kB at 2.3 MB/s)
2023-09-05T23:24:32.7453066Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar
2023-09-05T23:24:32.7492109Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 292 kB/s)
2023-09-05T23:24:32.7523730Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.jar
2023-09-05T23:24:32.7538292Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar (23 kB at 694 kB/s)
2023-09-05T23:24:32.7541997Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar
2023-09-05T23:24:32.7670391Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 2.5 MB/s)
2023-09-05T23:24:32.7697162Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 4.3 MB/s)
2023-09-05T23:24:32.7883570Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar (578 kB at 8.6 MB/s)
2023-09-05T23:24:32.7951039Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.jar (531 kB at 7.2 MB/s)
2023-09-05T23:24:32.7961530Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 13 MB/s)
2023-09-05T23:24:32.9927165Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:24:32.9948533Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/resources/apache-jar-resource-bundle/1.5/apache-jar-resource-bundle-1.5.jar
2023-09-05T23:24:33.0037055Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/resources/apache-jar-resource-bundle/1.5/apache-jar-resource-bundle-1.5.jar (13 kB at 1.4 MB/s)
2023-09-05T23:24:33.1474228Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:24:33.2097182Z [INFO] 
2023-09-05T23:24:33.2098697Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-bom ---
2023-09-05T23:24:33.2151033Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.6.0/maven-reporting-exec-1.6.0.pom
2023-09-05T23:24:33.2326885Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.6.0/maven-reporting-exec-1.6.0.pom (14 kB at 772 kB/s)
2023-09-05T23:24:33.2359684Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.pom
2023-09-05T23:24:33.2466482Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.pom (3.8 kB at 342 kB/s)
2023-09-05T23:24:33.2511072Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
2023-09-05T23:24:33.2618305Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 213 kB/s)
2023-09-05T23:24:33.2639855Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
2023-09-05T23:24:33.3003552Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 605 kB/s)
2023-09-05T23:24:33.3035027Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom
2023-09-05T23:24:33.3128261Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 4.2 MB/s)
2023-09-05T23:24:33.3174922Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom
2023-09-05T23:24:33.3466903Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 508 kB/s)
2023-09-05T23:24:33.3503048Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
2023-09-05T23:24:33.3661560Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 345 kB/s)
2023-09-05T23:24:33.3700273Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
2023-09-05T23:24:33.3988548Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 278 kB/s)
2023-09-05T23:24:33.4028369Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
2023-09-05T23:24:33.4141569Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 472 kB/s)
2023-09-05T23:24:33.4241794Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
2023-09-05T23:24:33.4334477Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 217 kB/s)
2023-09-05T23:24:33.4387932Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
2023-09-05T23:24:33.4577809Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 137 kB/s)
2023-09-05T23:24:33.4632776Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
2023-09-05T23:24:33.4720120Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 192 kB/s)
2023-09-05T23:24:33.4743405Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
2023-09-05T23:24:33.4851686Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 306 kB/s)
2023-09-05T23:24:33.4906663Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
2023-09-05T23:24:33.5052360Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 159 kB/s)
2023-09-05T23:24:33.5112344Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
2023-09-05T23:24:33.5188685Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 378 kB/s)
2023-09-05T23:24:33.5268028Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
2023-09-05T23:24:33.5375337Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 272 kB/s)
2023-09-05T23:24:33.5424464Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
2023-09-05T23:24:33.5660338Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 185 kB/s)
2023-09-05T23:24:33.5730191Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
2023-09-05T23:24:33.5837738Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 187 kB/s)
2023-09-05T23:24:33.5874951Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
2023-09-05T23:24:33.5973882Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 347 kB/s)
2023-09-05T23:24:33.6047824Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
2023-09-05T23:24:33.6135521Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 1.2 MB/s)
2023-09-05T23:24:33.6173887Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
2023-09-05T23:24:33.6255261Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 1.7 MB/s)
2023-09-05T23:24:33.6284654Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
2023-09-05T23:24:33.6357001Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 2.7 MB/s)
2023-09-05T23:24:33.6393479Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
2023-09-05T23:24:33.6463995Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 52 kB/s)
2023-09-05T23:24:33.6488035Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom
2023-09-05T23:24:33.6623909Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 436 kB/s)
2023-09-05T23:24:33.6699626Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
2023-09-05T23:24:33.6783440Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 917 kB/s)
2023-09-05T23:24:33.6834919Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom
2023-09-05T23:24:33.6942733Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom (5.5 kB at 504 kB/s)
2023-09-05T23:24:33.6985005Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
2023-09-05T23:24:33.7079043Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 219 kB/s)
2023-09-05T23:24:33.7109856Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
2023-09-05T23:24:33.7183248Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 2.8 MB/s)
2023-09-05T23:24:33.7236915Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
2023-09-05T23:24:33.7383181Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 296 kB/s)
2023-09-05T23:24:33.7419364Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
2023-09-05T23:24:33.7506444Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 808 kB/s)
2023-09-05T23:24:33.7547862Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
2023-09-05T23:24:33.7642463Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 241 kB/s)
2023-09-05T23:24:33.7671691Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
2023-09-05T23:24:33.7742963Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 371 kB/s)
2023-09-05T23:24:33.7773643Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
2023-09-05T23:24:33.7845733Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 147 kB/s)
2023-09-05T23:24:33.7915829Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
2023-09-05T23:24:33.8035737Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 171 kB/s)
2023-09-05T23:24:33.8126732Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
2023-09-05T23:24:33.8236054Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 307 kB/s)
2023-09-05T23:24:33.8279993Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
2023-09-05T23:24:33.8366464Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 312 kB/s)
2023-09-05T23:24:33.8437949Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
2023-09-05T23:24:33.8528284Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 455 kB/s)
2023-09-05T23:24:33.8653876Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
2023-09-05T23:24:33.8854877Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 313 kB/s)
2023-09-05T23:24:33.8855973Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
2023-09-05T23:24:33.9004399Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 444 kB/s)
2023-09-05T23:24:33.9007811Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
2023-09-05T23:24:33.9200260Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 961 kB/s)
2023-09-05T23:24:33.9230706Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom
2023-09-05T23:24:33.9417601Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 3.8 MB/s)
2023-09-05T23:24:33.9506320Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom
2023-09-05T23:24:33.9582118Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom (4.9 kB at 702 kB/s)
2023-09-05T23:24:33.9617986Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
2023-09-05T23:24:33.9717627Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 455 kB/s)
2023-09-05T23:24:33.9743183Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
2023-09-05T23:24:33.9801166Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 1.6 MB/s)
2023-09-05T23:24:33.9879212Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.11.1/doxia-module-apt-1.11.1.pom
2023-09-05T23:24:34.0030998Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.11.1/doxia-module-apt-1.11.1.pom (2.1 kB at 138 kB/s)
2023-09-05T23:24:34.0065525Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.11.1/doxia-module-xdoc-1.11.1.pom
2023-09-05T23:24:34.0251159Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.11.1/doxia-module-xdoc-1.11.1.pom (4.5 kB at 249 kB/s)
2023-09-05T23:24:34.0287960Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.11.1/doxia-module-fml-1.11.1.pom
2023-09-05T23:24:34.0372347Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.11.1/doxia-module-fml-1.11.1.pom (4.4 kB at 547 kB/s)
2023-09-05T23:24:34.0407407Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.11.1/doxia-module-markdown-1.11.1.pom
2023-09-05T23:24:34.0487032Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.11.1/doxia-module-markdown-1.11.1.pom (5.4 kB at 672 kB/s)
2023-09-05T23:24:34.0545138Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-all/0.42.14/flexmark-all-0.42.14.pom
2023-09-05T23:24:34.0798866Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-all/0.42.14/flexmark-all-0.42.14.pom (9.0 kB at 359 kB/s)
2023-09-05T23:24:34.0853599Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-java/0.42.14/flexmark-java-0.42.14.pom
2023-09-05T23:24:34.0949162Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-java/0.42.14/flexmark-java-0.42.14.pom (20 kB at 2.0 MB/s)
2023-09-05T23:24:34.0974891Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark/0.42.14/flexmark-0.42.14.pom
2023-09-05T23:24:34.1056086Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark/0.42.14/flexmark-0.42.14.pom (2.5 kB at 318 kB/s)
2023-09-05T23:24:34.1082597Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util/0.42.14/flexmark-util-0.42.14.pom
2023-09-05T23:24:34.1163594Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util/0.42.14/flexmark-util-0.42.14.pom (792 B at 88 kB/s)
2023-09-05T23:24:34.1196270Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-abbreviation/0.42.14/flexmark-ext-abbreviation-0.42.14.pom
2023-09-05T23:24:34.1284486Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-abbreviation/0.42.14/flexmark-ext-abbreviation-0.42.14.pom (2.5 kB at 254 kB/s)
2023-09-05T23:24:34.1310321Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-autolink/0.42.14/flexmark-ext-autolink-0.42.14.pom
2023-09-05T23:24:34.1471273Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-autolink/0.42.14/flexmark-ext-autolink-0.42.14.pom (1.8 kB at 122 kB/s)
2023-09-05T23:24:34.1518542Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/nibor/autolink/autolink/0.6.0/autolink-0.6.0.pom
2023-09-05T23:24:34.1599855Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/nibor/autolink/autolink/0.6.0/autolink-0.6.0.pom (9.2 kB at 1.1 MB/s)
2023-09-05T23:24:34.1637431Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-formatter/0.42.14/flexmark-formatter-0.42.14.pom
2023-09-05T23:24:34.1713941Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-formatter/0.42.14/flexmark-formatter-0.42.14.pom (1.1 kB at 142 kB/s)
2023-09-05T23:24:34.1735655Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-admonition/0.42.14/flexmark-ext-admonition-0.42.14.pom
2023-09-05T23:24:34.1809660Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-admonition/0.42.14/flexmark-ext-admonition-0.42.14.pom (1.5 kB at 213 kB/s)
2023-09-05T23:24:34.1854761Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-anchorlink/0.42.14/flexmark-ext-anchorlink-0.42.14.pom
2023-09-05T23:24:34.1929975Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-anchorlink/0.42.14/flexmark-ext-anchorlink-0.42.14.pom (1.6 kB at 229 kB/s)
2023-09-05T23:24:34.1950553Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-aside/0.42.14/flexmark-ext-aside-0.42.14.pom
2023-09-05T23:24:34.2044656Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-aside/0.42.14/flexmark-ext-aside-0.42.14.pom (1.5 kB at 148 kB/s)
2023-09-05T23:24:34.2067448Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-jira-converter/0.42.14/flexmark-jira-converter-0.42.14.pom
2023-09-05T23:24:34.2156564Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-jira-converter/0.42.14/flexmark-jira-converter-0.42.14.pom (2.1 kB at 234 kB/s)
2023-09-05T23:24:34.2174387Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-strikethrough/0.42.14/flexmark-ext-gfm-strikethrough-0.42.14.pom
2023-09-05T23:24:34.2245127Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-strikethrough/0.42.14/flexmark-ext-gfm-strikethrough-0.42.14.pom (1.3 kB at 192 kB/s)
2023-09-05T23:24:34.2277546Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-tables/0.42.14/flexmark-ext-tables-0.42.14.pom
2023-09-05T23:24:34.2343978Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-tables/0.42.14/flexmark-ext-tables-0.42.14.pom (1.5 kB at 220 kB/s)
2023-09-05T23:24:34.2363266Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-wikilink/0.42.14/flexmark-ext-wikilink-0.42.14.pom
2023-09-05T23:24:34.2427307Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-wikilink/0.42.14/flexmark-ext-wikilink-0.42.14.pom (1.5 kB at 251 kB/s)
2023-09-05T23:24:34.2445066Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-ins/0.42.14/flexmark-ext-ins-0.42.14.pom
2023-09-05T23:24:34.2532042Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-ins/0.42.14/flexmark-ext-ins-0.42.14.pom (1.3 kB at 141 kB/s)
2023-09-05T23:24:34.2551846Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-superscript/0.42.14/flexmark-ext-superscript-0.42.14.pom
2023-09-05T23:24:34.2622588Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-superscript/0.42.14/flexmark-ext-superscript-0.42.14.pom (1.3 kB at 162 kB/s)
2023-09-05T23:24:34.2641841Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-attributes/0.42.14/flexmark-ext-attributes-0.42.14.pom
2023-09-05T23:24:34.2725148Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-attributes/0.42.14/flexmark-ext-attributes-0.42.14.pom (2.6 kB at 325 kB/s)
2023-09-05T23:24:34.2748561Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-definition/0.42.14/flexmark-ext-definition-0.42.14.pom
2023-09-05T23:24:34.2834923Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-definition/0.42.14/flexmark-ext-definition-0.42.14.pom (1.3 kB at 144 kB/s)
2023-09-05T23:24:34.2864892Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-emoji/0.42.14/flexmark-ext-emoji-0.42.14.pom
2023-09-05T23:24:34.2942076Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-emoji/0.42.14/flexmark-ext-emoji-0.42.14.pom (1.5 kB at 217 kB/s)
2023-09-05T23:24:34.2970627Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-enumerated-reference/0.42.14/flexmark-ext-enumerated-reference-0.42.14.pom
2023-09-05T23:24:34.3084177Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-enumerated-reference/0.42.14/flexmark-ext-enumerated-reference-0.42.14.pom (1.7 kB at 139 kB/s)
2023-09-05T23:24:34.3168576Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-escaped-character/0.42.14/flexmark-ext-escaped-character-0.42.14.pom
2023-09-05T23:24:34.3271437Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-escaped-character/0.42.14/flexmark-ext-escaped-character-0.42.14.pom (1.3 kB at 131 kB/s)
2023-09-05T23:24:34.3304542Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-footnotes/0.42.14/flexmark-ext-footnotes-0.42.14.pom
2023-09-05T23:24:34.3388434Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-footnotes/0.42.14/flexmark-ext-footnotes-0.42.14.pom (1.3 kB at 166 kB/s)
2023-09-05T23:24:34.3427934Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-issues/0.42.14/flexmark-ext-gfm-issues-0.42.14.pom
2023-09-05T23:24:34.3580270Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-issues/0.42.14/flexmark-ext-gfm-issues-0.42.14.pom (1.3 kB at 87 kB/s)
2023-09-05T23:24:34.3731744Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-tables/0.42.14/flexmark-ext-gfm-tables-0.42.14.pom
2023-09-05T23:24:34.3890006Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-tables/0.42.14/flexmark-ext-gfm-tables-0.42.14.pom (1.3 kB at 83 kB/s)
2023-09-05T23:24:34.3916550Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-tasklist/0.42.14/flexmark-ext-gfm-tasklist-0.42.14.pom
2023-09-05T23:24:34.3997029Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-tasklist/0.42.14/flexmark-ext-gfm-tasklist-0.42.14.pom (1.4 kB at 173 kB/s)
2023-09-05T23:24:34.4013993Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-users/0.42.14/flexmark-ext-gfm-users-0.42.14.pom
2023-09-05T23:24:34.4092562Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-users/0.42.14/flexmark-ext-gfm-users-0.42.14.pom (1.3 kB at 163 kB/s)
2023-09-05T23:24:34.4110519Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gitlab/0.42.14/flexmark-ext-gitlab-0.42.14.pom
2023-09-05T23:24:34.4192452Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gitlab/0.42.14/flexmark-ext-gitlab-0.42.14.pom (1.3 kB at 188 kB/s)
2023-09-05T23:24:34.4218090Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-jekyll-front-matter/0.42.14/flexmark-ext-jekyll-front-matter-0.42.14.pom
2023-09-05T23:24:34.4329871Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-jekyll-front-matter/0.42.14/flexmark-ext-jekyll-front-matter-0.42.14.pom (1.5 kB at 135 kB/s)
2023-09-05T23:24:34.4352189Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-yaml-front-matter/0.42.14/flexmark-ext-yaml-front-matter-0.42.14.pom
2023-09-05T23:24:34.4430859Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-yaml-front-matter/0.42.14/flexmark-ext-yaml-front-matter-0.42.14.pom (1.3 kB at 188 kB/s)
2023-09-05T23:24:34.4451974Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-jekyll-tag/0.42.14/flexmark-ext-jekyll-tag-0.42.14.pom
2023-09-05T23:24:34.4622265Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-jekyll-tag/0.42.14/flexmark-ext-jekyll-tag-0.42.14.pom (1.3 kB at 77 kB/s)
2023-09-05T23:24:34.4648472Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-media-tags/0.42.14/flexmark-ext-media-tags-0.42.14.pom
2023-09-05T23:24:34.4719603Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-media-tags/0.42.14/flexmark-ext-media-tags-0.42.14.pom (1.0 kB at 146 kB/s)
2023-09-05T23:24:34.4741868Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-macros/0.42.14/flexmark-ext-macros-0.42.14.pom
2023-09-05T23:24:34.4815586Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-macros/0.42.14/flexmark-ext-macros-0.42.14.pom (1.6 kB at 205 kB/s)
2023-09-05T23:24:34.4839789Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-xwiki-macros/0.42.14/flexmark-ext-xwiki-macros-0.42.14.pom
2023-09-05T23:24:34.4929413Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-xwiki-macros/0.42.14/flexmark-ext-xwiki-macros-0.42.14.pom (1.3 kB at 149 kB/s)
2023-09-05T23:24:34.4958679Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-toc/0.42.14/flexmark-ext-toc-0.42.14.pom
2023-09-05T23:24:34.5040182Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-toc/0.42.14/flexmark-ext-toc-0.42.14.pom (1.5 kB at 182 kB/s)
2023-09-05T23:24:34.5060262Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-typographic/0.42.14/flexmark-ext-typographic-0.42.14.pom
2023-09-05T23:24:34.5140148Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-typographic/0.42.14/flexmark-ext-typographic-0.42.14.pom (1.3 kB at 162 kB/s)
2023-09-05T23:24:34.5217410Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-youtube-embedded/0.42.14/flexmark-ext-youtube-embedded-0.42.14.pom
2023-09-05T23:24:34.5313200Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-youtube-embedded/0.42.14/flexmark-ext-youtube-embedded-0.42.14.pom (883 B at 98 kB/s)
2023-09-05T23:24:34.5371376Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-html-parser/0.42.14/flexmark-html-parser-0.42.14.pom
2023-09-05T23:24:34.5636078Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-html-parser/0.42.14/flexmark-html-parser-0.42.14.pom (1.5 kB at 54 kB/s)
2023-09-05T23:24:34.5661316Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.pom
2023-09-05T23:24:34.5762254Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.pom (7.3 kB at 729 kB/s)
2023-09-05T23:24:34.5791710Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-profile-pegdown/0.42.14/flexmark-profile-pegdown-0.42.14.pom
2023-09-05T23:24:34.5873464Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-profile-pegdown/0.42.14/flexmark-profile-pegdown-0.42.14.pom (4.0 kB at 448 kB/s)
2023-09-05T23:24:34.5903055Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-youtrack-converter/0.42.14/flexmark-youtrack-converter-0.42.14.pom
2023-09-05T23:24:34.6031161Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-youtrack-converter/0.42.14/flexmark-youtrack-converter-0.42.14.pom (1.7 kB at 138 kB/s)
2023-09-05T23:24:34.6059839Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-confluence/1.11.1/doxia-module-confluence-1.11.1.pom
2023-09-05T23:24:34.6162874Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-confluence/1.11.1/doxia-module-confluence-1.11.1.pom (2.2 kB at 199 kB/s)
2023-09-05T23:24:34.6211669Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-docbook-simple/1.11.1/doxia-module-docbook-simple-1.11.1.pom
2023-09-05T23:24:34.6339971Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-docbook-simple/1.11.1/doxia-module-docbook-simple-1.11.1.pom (2.0 kB at 155 kB/s)
2023-09-05T23:24:34.6371609Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-twiki/1.11.1/doxia-module-twiki-1.11.1.pom
2023-09-05T23:24:34.6444731Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-twiki/1.11.1/doxia-module-twiki-1.11.1.pom (2.1 kB at 265 kB/s)
2023-09-05T23:24:34.6515450Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.4.46.v20220331/jetty-server-9.4.46.v20220331.pom
2023-09-05T23:24:34.6600051Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.4.46.v20220331/jetty-server-9.4.46.v20220331.pom (3.4 kB at 427 kB/s)
2023-09-05T23:24:34.6622642Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-project/9.4.46.v20220331/jetty-project-9.4.46.v20220331.pom
2023-09-05T23:24:34.6801783Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-project/9.4.46.v20220331/jetty-project-9.4.46.v20220331.pom (71 kB at 3.9 MB/s)
2023-09-05T23:24:34.6904390Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
2023-09-05T23:24:34.6987629Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 704 kB/s)
2023-09-05T23:24:34.7008231Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.16.1/testcontainers-bom-1.16.1.pom
2023-09-05T23:24:34.7158889Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.16.1/testcontainers-bom-1.16.1.pom (7.2 kB at 482 kB/s)
2023-09-05T23:24:34.7178900Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-bom/11.0.15.Final/infinispan-bom-11.0.15.Final.pom
2023-09-05T23:24:34.7395124Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-bom/11.0.15.Final/infinispan-bom-11.0.15.Final.pom (19 kB at 855 kB/s)
2023-09-05T23:24:34.7417452Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-build-configuration-parent/11.0.15.Final/infinispan-build-configuration-parent-11.0.15.Final.pom
2023-09-05T23:24:34.7604068Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-build-configuration-parent/11.0.15.Final/infinispan-build-configuration-parent-11.0.15.Final.pom (13 kB at 700 kB/s)
2023-09-05T23:24:34.7641914Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/36/jboss-parent-36.pom
2023-09-05T23:24:34.7739273Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 6.6 MB/s)
2023-09-05T23:24:34.7868932Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom
2023-09-05T23:24:34.7929419Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 1.9 MB/s)
2023-09-05T23:24:34.7965871Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.46.v20220331/jetty-http-9.4.46.v20220331.pom
2023-09-05T23:24:34.8088257Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.46.v20220331/jetty-http-9.4.46.v20220331.pom (4.0 kB at 336 kB/s)
2023-09-05T23:24:34.8123466Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.46.v20220331/jetty-util-9.4.46.v20220331.pom
2023-09-05T23:24:34.8337035Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.46.v20220331/jetty-util-9.4.46.v20220331.pom (4.0 kB at 192 kB/s)
2023-09-05T23:24:34.8372811Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.46.v20220331/jetty-io-9.4.46.v20220331.pom
2023-09-05T23:24:34.8462418Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.46.v20220331/jetty-io-9.4.46.v20220331.pom (1.2 kB at 138 kB/s)
2023-09-05T23:24:34.8486213Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.46.v20220331/jetty-servlet-9.4.46.v20220331.pom
2023-09-05T23:24:34.8642796Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.46.v20220331/jetty-servlet-9.4.46.v20220331.pom (2.3 kB at 151 kB/s)
2023-09-05T23:24:34.8670991Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.4.46.v20220331/jetty-security-9.4.46.v20220331.pom
2023-09-05T23:24:34.8758104Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.4.46.v20220331/jetty-security-9.4.46.v20220331.pom (2.1 kB at 233 kB/s)
2023-09-05T23:24:34.8791930Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util-ajax/9.4.46.v20220331/jetty-util-ajax-9.4.46.v20220331.pom
2023-09-05T23:24:34.8908446Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util-ajax/9.4.46.v20220331/jetty-util-ajax-9.4.46.v20220331.pom (1.3 kB at 114 kB/s)
2023-09-05T23:24:34.9002336Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/9.4.46.v20220331/jetty-webapp-9.4.46.v20220331.pom
2023-09-05T23:24:34.9200769Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/9.4.46.v20220331/jetty-webapp-9.4.46.v20220331.pom (3.2 kB at 159 kB/s)
2023-09-05T23:24:34.9288498Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.4.46.v20220331/jetty-xml-9.4.46.v20220331.pom
2023-09-05T23:24:34.9380115Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.4.46.v20220331/jetty-xml-9.4.46.v20220331.pom (1.7 kB at 186 kB/s)
2023-09-05T23:24:34.9636768Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.6.0/maven-reporting-exec-1.6.0.jar
2023-09-05T23:24:34.9641297Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar
2023-09-05T23:24:34.9646031Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar
2023-09-05T23:24:34.9650698Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar
2023-09-05T23:24:34.9703479Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar
2023-09-05T23:24:34.9752854Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-exec/1.6.0/maven-reporting-exec-1.6.0.jar (31 kB at 2.6 MB/s)
2023-09-05T23:24:34.9755381Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar
2023-09-05T23:24:34.9765323Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar (55 kB at 4.6 MB/s)
2023-09-05T23:24:34.9766424Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar
2023-09-05T23:24:34.9861815Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar (31 kB at 1.5 MB/s)
2023-09-05T23:24:34.9863525Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
2023-09-05T23:24:34.9910586Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar (66 kB at 2.6 MB/s)
2023-09-05T23:24:34.9927674Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar
2023-09-05T23:24:34.9959342Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (26 kB at 837 kB/s)
2023-09-05T23:24:34.9982781Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
2023-09-05T23:24:35.0028151Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 121 kB/s)
2023-09-05T23:24:35.0029811Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.jar
2023-09-05T23:24:35.0192332Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 3.2 MB/s)
2023-09-05T23:24:35.0193782Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
2023-09-05T23:24:35.0229752Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar (170 kB at 2.9 MB/s)
2023-09-05T23:24:35.0234551Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar
2023-09-05T23:24:35.0307655Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 811 kB/s)
2023-09-05T23:24:35.0340338Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar
2023-09-05T23:24:35.0379621Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 kB at 2.2 MB/s)
2023-09-05T23:24:35.0380554Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar
2023-09-05T23:24:35.0437002Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar (398 kB at 5.1 MB/s)
2023-09-05T23:24:35.0439338Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar
2023-09-05T23:24:35.0457691Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar (43 kB at 538 kB/s)
2023-09-05T23:24:35.0459132Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar
2023-09-05T23:24:35.0514622Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (44 kB at 508 kB/s)
2023-09-05T23:24:35.0538301Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar (46 kB at 524 kB/s)
2023-09-05T23:24:35.0559274Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar
2023-09-05T23:24:35.0563306Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar
2023-09-05T23:24:35.0572345Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 284 kB/s)
2023-09-05T23:24:35.0577506Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
2023-09-05T23:24:35.0663115Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar (608 kB at 6.4 MB/s)
2023-09-05T23:24:35.0685198Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
2023-09-05T23:24:35.1005140Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 1.4 MB/s)
2023-09-05T23:24:35.1006974Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
2023-09-05T23:24:35.1013037Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 556 kB/s)
2023-09-05T23:24:35.1015220Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.11.1/doxia-module-apt-1.11.1.jar
2023-09-05T23:24:35.1022328Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 4.6 MB/s)
2023-09-05T23:24:35.1027028Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.11.1/doxia-module-xdoc-1.11.1.jar
2023-09-05T23:24:35.1079021Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.11.1/doxia-module-apt-1.11.1.jar (55 kB at 384 kB/s)
2023-09-05T23:24:35.1088357Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.11.1/doxia-module-fml-1.11.1.jar
2023-09-05T23:24:35.1101572Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 1.9 MB/s)
2023-09-05T23:24:35.1105366Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.11.1/doxia-module-markdown-1.11.1.jar
2023-09-05T23:24:35.1600174Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-markdown/1.11.1/doxia-module-markdown-1.11.1.jar (18 kB at 92 kB/s)
2023-09-05T23:24:35.1604350Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.11.1/doxia-module-fml-1.11.1.jar (38 kB at 197 kB/s)
2023-09-05T23:24:35.1605750Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-all/0.42.14/flexmark-all-0.42.14.jar
2023-09-05T23:24:35.1609919Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark/0.42.14/flexmark-0.42.14.jar
2023-09-05T23:24:35.1618723Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.11.1/doxia-module-xdoc-1.11.1.jar (37 kB at 189 kB/s)
2023-09-05T23:24:35.1620436Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-abbreviation/0.42.14/flexmark-ext-abbreviation-0.42.14.jar
2023-09-05T23:24:35.1699148Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-all/0.42.14/flexmark-all-0.42.14.jar (2.2 kB at 11 kB/s)
2023-09-05T23:24:35.1747072Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-abbreviation/0.42.14/flexmark-ext-abbreviation-0.42.14.jar (35 kB at 169 kB/s)
2023-09-05T23:24:35.1749028Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-admonition/0.42.14/flexmark-ext-admonition-0.42.14.jar
2023-09-05T23:24:35.1751839Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-anchorlink/0.42.14/flexmark-ext-anchorlink-0.42.14.jar
2023-09-05T23:24:35.1805760Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 2.4 MB/s)
2023-09-05T23:24:35.1809090Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-aside/0.42.14/flexmark-ext-aside-0.42.14.jar
2023-09-05T23:24:35.1837673Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-admonition/0.42.14/flexmark-ext-admonition-0.42.14.jar (34 kB at 158 kB/s)
2023-09-05T23:24:35.1844174Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-anchorlink/0.42.14/flexmark-ext-anchorlink-0.42.14.jar (17 kB at 76 kB/s)
2023-09-05T23:24:35.1861513Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-attributes/0.42.14/flexmark-ext-attributes-0.42.14.jar
2023-09-05T23:24:35.1864848Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-autolink/0.42.14/flexmark-ext-autolink-0.42.14.jar
2023-09-05T23:24:35.1962603Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-aside/0.42.14/flexmark-ext-aside-0.42.14.jar (16 kB at 71 kB/s)
2023-09-05T23:24:35.1964134Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/nibor/autolink/autolink/0.6.0/autolink-0.6.0.jar
2023-09-05T23:24:35.1998988Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-autolink/0.42.14/flexmark-ext-autolink-0.42.14.jar (9.4 kB at 40 kB/s)
2023-09-05T23:24:35.2004753Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-attributes/0.42.14/flexmark-ext-attributes-0.42.14.jar (36 kB at 152 kB/s)
2023-09-05T23:24:35.2006493Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-definition/0.42.14/flexmark-ext-definition-0.42.14.jar
2023-09-05T23:24:35.2023309Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-emoji/0.42.14/flexmark-ext-emoji-0.42.14.jar
2023-09-05T23:24:35.2032249Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/nibor/autolink/autolink/0.6.0/autolink-0.6.0.jar (16 kB at 68 kB/s)
2023-09-05T23:24:35.2033729Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-enumerated-reference/0.42.14/flexmark-ext-enumerated-reference-0.42.14.jar
2023-09-05T23:24:35.2114389Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark/0.42.14/flexmark-0.42.14.jar (389 kB at 1.6 MB/s)
2023-09-05T23:24:35.2116971Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-escaped-character/0.42.14/flexmark-ext-escaped-character-0.42.14.jar
2023-09-05T23:24:35.2127725Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-emoji/0.42.14/flexmark-ext-emoji-0.42.14.jar (73 kB at 297 kB/s)
2023-09-05T23:24:35.2130661Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-enumerated-reference/0.42.14/flexmark-ext-enumerated-reference-0.42.14.jar (66 kB at 269 kB/s)
2023-09-05T23:24:35.2143033Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-definition/0.42.14/flexmark-ext-definition-0.42.14.jar (40 kB at 160 kB/s)
2023-09-05T23:24:35.2148989Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-footnotes/0.42.14/flexmark-ext-footnotes-0.42.14.jar
2023-09-05T23:24:35.2159407Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-issues/0.42.14/flexmark-ext-gfm-issues-0.42.14.jar
2023-09-05T23:24:35.2167875Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-strikethrough/0.42.14/flexmark-ext-gfm-strikethrough-0.42.14.jar
2023-09-05T23:24:35.2186286Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-escaped-character/0.42.14/flexmark-ext-escaped-character-0.42.14.jar (13 kB at 51 kB/s)
2023-09-05T23:24:35.2188224Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-tables/0.42.14/flexmark-ext-gfm-tables-0.42.14.jar
2023-09-05T23:24:35.2242754Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-footnotes/0.42.14/flexmark-ext-footnotes-0.42.14.jar (41 kB at 159 kB/s)
2023-09-05T23:24:35.2249002Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-tasklist/0.42.14/flexmark-ext-gfm-tasklist-0.42.14.jar
2023-09-05T23:24:35.2265327Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-tables/0.42.14/flexmark-ext-gfm-tables-0.42.14.jar (33 kB at 127 kB/s)
2023-09-05T23:24:35.2266686Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-users/0.42.14/flexmark-ext-gfm-users-0.42.14.jar
2023-09-05T23:24:35.2269569Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-issues/0.42.14/flexmark-ext-gfm-issues-0.42.14.jar (16 kB at 60 kB/s)
2023-09-05T23:24:35.2273041Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gitlab/0.42.14/flexmark-ext-gitlab-0.42.14.jar
2023-09-05T23:24:35.2334937Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-users/0.42.14/flexmark-ext-gfm-users-0.42.14.jar (16 kB at 59 kB/s)
2023-09-05T23:24:35.2336737Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-jekyll-front-matter/0.42.14/flexmark-ext-jekyll-front-matter-0.42.14.jar
2023-09-05T23:24:35.2377316Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-strikethrough/0.42.14/flexmark-ext-gfm-strikethrough-0.42.14.jar (29 kB at 105 kB/s)
2023-09-05T23:24:35.2382716Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-jekyll-tag/0.42.14/flexmark-ext-jekyll-tag-0.42.14.jar
2023-09-05T23:24:35.2406625Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gitlab/0.42.14/flexmark-ext-gitlab-0.42.14.jar (42 kB at 154 kB/s)
2023-09-05T23:24:35.2410966Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-media-tags/0.42.14/flexmark-ext-media-tags-0.42.14.jar
2023-09-05T23:24:35.2414822Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-jekyll-front-matter/0.42.14/flexmark-ext-jekyll-front-matter-0.42.14.jar (18 kB at 66 kB/s)
2023-09-05T23:24:35.2439918Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-macros/0.42.14/flexmark-ext-macros-0.42.14.jar
2023-09-05T23:24:35.2441527Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-gfm-tasklist/0.42.14/flexmark-ext-gfm-tasklist-0.42.14.jar (28 kB at 100 kB/s)
2023-09-05T23:24:35.2442996Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-ins/0.42.14/flexmark-ext-ins-0.42.14.jar
2023-09-05T23:24:35.2479731Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-macros/0.42.14/flexmark-ext-macros-0.42.14.jar (35 kB at 125 kB/s)
2023-09-05T23:24:35.2481528Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-xwiki-macros/0.42.14/flexmark-ext-xwiki-macros-0.42.14.jar
2023-09-05T23:24:35.2484797Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-jekyll-tag/0.42.14/flexmark-ext-jekyll-tag-0.42.14.jar (21 kB at 75 kB/s)
2023-09-05T23:24:35.2489348Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-superscript/0.42.14/flexmark-ext-superscript-0.42.14.jar
2023-09-05T23:24:35.2523796Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-media-tags/0.42.14/flexmark-ext-media-tags-0.42.14.jar (25 kB at 87 kB/s)
2023-09-05T23:24:35.2526280Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-tables/0.42.14/flexmark-ext-tables-0.42.14.jar
2023-09-05T23:24:35.2561948Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-ins/0.42.14/flexmark-ext-ins-0.42.14.jar (13 kB at 45 kB/s)
2023-09-05T23:24:35.2582770Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-toc/0.42.14/flexmark-ext-toc-0.42.14.jar
2023-09-05T23:24:35.2586102Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-superscript/0.42.14/flexmark-ext-superscript-0.42.14.jar (13 kB at 46 kB/s)
2023-09-05T23:24:35.2587629Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-typographic/0.42.14/flexmark-ext-typographic-0.42.14.jar
2023-09-05T23:24:35.2623146Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.jar (2.2 MB at 7.5 MB/s)
2023-09-05T23:24:35.2635033Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-tables/0.42.14/flexmark-ext-tables-0.42.14.jar (76 kB at 257 kB/s)
2023-09-05T23:24:35.2640124Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-wikilink/0.42.14/flexmark-ext-wikilink-0.42.14.jar
2023-09-05T23:24:35.2703341Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-typographic/0.42.14/flexmark-ext-typographic-0.42.14.jar (22 kB at 74 kB/s)
2023-09-05T23:24:35.2704465Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-yaml-front-matter/0.42.14/flexmark-ext-yaml-front-matter-0.42.14.jar
2023-09-05T23:24:35.2717288Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-xwiki-macros/0.42.14/flexmark-ext-xwiki-macros-0.42.14.jar (31 kB at 101 kB/s)
2023-09-05T23:24:35.2728606Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-yaml-front-matter/0.42.14/flexmark-ext-yaml-front-matter-0.42.14.jar (18 kB at 60 kB/s)
2023-09-05T23:24:35.2783764Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-html-parser/0.42.14/flexmark-html-parser-0.42.14.jar
2023-09-05T23:24:35.2788312Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-youtube-embedded/0.42.14/flexmark-ext-youtube-embedded-0.42.14.jar
2023-09-05T23:24:35.2792412Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-formatter/0.42.14/flexmark-formatter-0.42.14.jar
2023-09-05T23:24:35.2801928Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-toc/0.42.14/flexmark-ext-toc-0.42.14.jar (91 kB at 289 kB/s)
2023-09-05T23:24:35.2806537Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar
2023-09-05T23:24:35.4768255Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-formatter/0.42.14/flexmark-formatter-0.42.14.jar (97 kB at 191 kB/s)
2023-09-05T23:24:35.4769897Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-jira-converter/0.42.14/flexmark-jira-converter-0.42.14.jar
2023-09-05T23:24:35.4782646Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-html-parser/0.42.14/flexmark-html-parser-0.42.14.jar (45 kB at 87 kB/s)
2023-09-05T23:24:35.4784201Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-profile-pegdown/0.42.14/flexmark-profile-pegdown-0.42.14.jar
2023-09-05T23:24:35.4786170Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-wikilink/0.42.14/flexmark-ext-wikilink-0.42.14.jar (26 kB at 50 kB/s)
2023-09-05T23:24:35.4787565Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util/0.42.14/flexmark-util-0.42.14.jar
2023-09-05T23:24:35.4800959Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-ext-youtube-embedded/0.42.14/flexmark-ext-youtube-embedded-0.42.14.jar (13 kB at 24 kB/s)
2023-09-05T23:24:35.4803308Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-youtrack-converter/0.42.14/flexmark-youtrack-converter-0.42.14.jar
2023-09-05T23:24:35.4870298Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-profile-pegdown/0.42.14/flexmark-profile-pegdown-0.42.14.jar (6.3 kB at 12 kB/s)
2023-09-05T23:24:35.4871932Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-confluence/1.11.1/doxia-module-confluence-1.11.1.jar
2023-09-05T23:24:35.4893037Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-youtrack-converter/0.42.14/flexmark-youtrack-converter-0.42.14.jar (41 kB at 78 kB/s)
2023-09-05T23:24:35.4894520Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-docbook-simple/1.11.1/doxia-module-docbook-simple-1.11.1.jar
2023-09-05T23:24:35.4951642Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-jira-converter/0.42.14/flexmark-jira-converter-0.42.14.jar (40 kB at 75 kB/s)
2023-09-05T23:24:35.4952846Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-twiki/1.11.1/doxia-module-twiki-1.11.1.jar
2023-09-05T23:24:35.4979756Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-confluence/1.11.1/doxia-module-confluence-1.11.1.jar (58 kB at 109 kB/s)
2023-09-05T23:24:35.4984433Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
2023-09-05T23:24:35.5089435Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-twiki/1.11.1/doxia-module-twiki-1.11.1.jar (73 kB at 134 kB/s)
2023-09-05T23:24:35.5094166Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.4.46.v20220331/jetty-server-9.4.46.v20220331.jar
2023-09-05T23:24:35.5098371Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar (351 kB at 646 kB/s)
2023-09-05T23:24:35.5099574Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
2023-09-05T23:24:35.5103466Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-docbook-simple/1.11.1/doxia-module-docbook-simple-1.11.1.jar (128 kB at 236 kB/s)
2023-09-05T23:24:35.5104786Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.46.v20220331/jetty-http-9.4.46.v20220331.jar
2023-09-05T23:24:35.5265304Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vladsch/flexmark/flexmark-util/0.42.14/flexmark-util-0.42.14.jar (385 kB at 688 kB/s)
2023-09-05T23:24:35.5266940Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.46.v20220331/jetty-io-9.4.46.v20220331.jar
2023-09-05T23:24:35.5270183Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 337 kB/s)
2023-09-05T23:24:35.5271230Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.46.v20220331/jetty-servlet-9.4.46.v20220331.jar
2023-09-05T23:24:35.5310733Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.46.v20220331/jetty-http-9.4.46.v20220331.jar (225 kB at 399 kB/s)
2023-09-05T23:24:35.5312489Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.4.46.v20220331/jetty-security-9.4.46.v20220331.jar
2023-09-05T23:24:35.5324498Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 170 kB/s)
2023-09-05T23:24:35.5326275Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util-ajax/9.4.46.v20220331/jetty-util-ajax-9.4.46.v20220331.jar
2023-09-05T23:24:35.5420263Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.4.46.v20220331/jetty-security-9.4.46.v20220331.jar (119 kB at 207 kB/s)
2023-09-05T23:24:35.5429494Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/9.4.46.v20220331/jetty-webapp-9.4.46.v20220331.jar
2023-09-05T23:24:35.5469651Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util-ajax/9.4.46.v20220331/jetty-util-ajax-9.4.46.v20220331.jar (67 kB at 115 kB/s)
2023-09-05T23:24:35.5471407Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.4.46.v20220331/jetty-xml-9.4.46.v20220331.jar
2023-09-05T23:24:35.5499003Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.46.v20220331/jetty-io-9.4.46.v20220331.jar (184 kB at 315 kB/s)
2023-09-05T23:24:35.5503119Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.46.v20220331/jetty-util-9.4.46.v20220331.jar
2023-09-05T23:24:35.5507931Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.46.v20220331/jetty-servlet-9.4.46.v20220331.jar (147 kB at 251 kB/s)
2023-09-05T23:24:35.5561513Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/9.4.46.v20220331/jetty-webapp-9.4.46.v20220331.jar (141 kB at 239 kB/s)
2023-09-05T23:24:35.5685481Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.4.46.v20220331/jetty-xml-9.4.46.v20220331.jar (69 kB at 114 kB/s)
2023-09-05T23:24:35.5713115Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.4.46.v20220331/jetty-server-9.4.46.v20220331.jar (733 kB at 1.2 MB/s)
2023-09-05T23:24:35.5811407Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.46.v20220331/jetty-util-9.4.46.v20220331.jar (586 kB at 954 kB/s)
2023-09-05T23:24:36.0043863Z [INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
2023-09-05T23:24:36.0068536Z [INFO] 
2023-09-05T23:24:36.0069514Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-bom ---
2023-09-05T23:24:36.0127113Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
2023-09-05T23:24:36.0293196Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 17 MB/s)
2023-09-05T23:24:36.0526398Z [INFO] Installing /home/runner/work/maven/maven/maven-bom/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-bom/4.0.0-alpha-8-SNAPSHOT/maven-bom-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:24:36.0539122Z [INFO] Installing /home/runner/work/maven/maven/maven-bom/target/maven-bom-4.0.0-alpha-8-SNAPSHOT-site.xml to /home/runner/.m2/repository/org/apache/maven/maven-bom/4.0.0-alpha-8-SNAPSHOT/maven-bom-4.0.0-alpha-8-SNAPSHOT-site.xml
2023-09-05T23:24:36.0608956Z [INFO] 
2023-09-05T23:24:36.0613049Z [INFO] -----------------------< org.apache.maven:maven >-----------------------
2023-09-05T23:24:36.0616568Z [INFO] Building Apache Maven 4.0.0-alpha-8-SNAPSHOT                      [2/29]
2023-09-05T23:24:36.0620155Z [INFO]   from pom.xml
2023-09-05T23:24:36.0623853Z [INFO] --------------------------------[ pom ]---------------------------------
2023-09-05T23:24:36.0673516Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-plugin/0.15/apache-rat-plugin-0.15.pom
2023-09-05T23:24:36.0740608Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-plugin/0.15/apache-rat-plugin-0.15.pom (11 kB at 1.8 MB/s)
2023-09-05T23:24:36.0769115Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-project/0.15/apache-rat-project-0.15.pom
2023-09-05T23:24:36.0858073Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-project/0.15/apache-rat-project-0.15.pom (25 kB at 2.8 MB/s)
2023-09-05T23:24:36.0915933Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-plugin/0.15/apache-rat-plugin-0.15.jar
2023-09-05T23:24:36.1120271Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-plugin/0.15/apache-rat-plugin-0.15.jar (58 kB at 2.9 MB/s)
2023-09-05T23:24:36.1200677Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-maven-plugin/1.23/animal-sniffer-maven-plugin-1.23.pom
2023-09-05T23:24:36.1331882Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-maven-plugin/1.23/animal-sniffer-maven-plugin-1.23.pom (4.9 kB at 378 kB/s)
2023-09-05T23:24:36.1353355Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.23/animal-sniffer-parent-1.23.pom
2023-09-05T23:24:36.1448904Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.23/animal-sniffer-parent-1.23.pom (5.9 kB at 661 kB/s)
2023-09-05T23:24:36.1477892Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-maven-plugin/1.23/animal-sniffer-maven-plugin-1.23.jar
2023-09-05T23:24:36.1603905Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-maven-plugin/1.23/animal-sniffer-maven-plugin-1.23.jar (35 kB at 2.7 MB/s)
2023-09-05T23:24:36.1671725Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.pom
2023-09-05T23:24:36.1730202Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.pom (3.2 kB at 533 kB/s)
2023-09-05T23:24:36.1764457Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.pom
2023-09-05T23:24:36.1829163Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.pom (3.2 kB at 534 kB/s)
2023-09-05T23:24:36.1850679Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
2023-09-05T23:24:36.1914992Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 240 kB/s)
2023-09-05T23:24:36.1935241Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.pom
2023-09-05T23:24:36.2015106Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.pom (2.8 kB at 354 kB/s)
2023-09-05T23:24:36.2044931Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
2023-09-05T23:24:36.2094065Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 305 kB/s)
2023-09-05T23:24:36.2153716Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.pom
2023-09-05T23:24:36.2217879Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.pom (3.2 kB at 530 kB/s)
2023-09-05T23:24:36.2234083Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
2023-09-05T23:24:36.2298329Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 225 kB/s)
2023-09-05T23:24:36.2313477Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
2023-09-05T23:24:36.2379740Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 188 kB/s)
2023-09-05T23:24:36.2415435Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.jar
2023-09-05T23:24:36.2419691Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.jar
2023-09-05T23:24:36.2472932Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
2023-09-05T23:24:36.2488344Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar
2023-09-05T23:24:36.2599510Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 450 kB/s)
2023-09-05T23:24:36.2600926Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
2023-09-05T23:24:36.2656229Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar
2023-09-05T23:24:36.2668298Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 358 kB/s)
2023-09-05T23:24:36.2673269Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.jar
2023-09-05T23:24:36.2687035Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.jar (188 kB at 7.0 MB/s)
2023-09-05T23:24:36.2692187Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
2023-09-05T23:24:36.2712970Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar (103 kB at 3.6 MB/s)
2023-09-05T23:24:36.2727524Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.jar (247 kB at 7.7 MB/s)
2023-09-05T23:24:36.2754789Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.jar (1.5 kB at 56 kB/s)
2023-09-05T23:24:36.2836495Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 3.4 MB/s)
2023-09-05T23:24:36.2995992Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar (208 kB at 3.9 MB/s)
2023-09-05T23:24:36.3034806Z [INFO] 
2023-09-05T23:24:36.3038966Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven ---
2023-09-05T23:24:36.3131546Z [INFO] Adding ignore: module-info
2023-09-05T23:24:36.3292527Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:24:36.3299004Z [INFO] 
2023-09-05T23:24:36.3304794Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven ---
2023-09-05T23:24:36.3321308Z [INFO] 
2023-09-05T23:24:36.3325400Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven ---
2023-09-05T23:24:36.3339640Z [INFO] 
2023-09-05T23:24:36.3344067Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven ---
2023-09-05T23:24:36.3613191Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:24:36.3618681Z [INFO] 
2023-09-05T23:24:36.3625014Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven ---
2023-09-05T23:24:36.4258298Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:24:36.4264468Z [INFO] 
2023-09-05T23:24:36.4268298Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven ---
2023-09-05T23:24:36.4304338Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:24:36.4354891Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:24:36.4470039Z [INFO] 
2023-09-05T23:24:36.4473273Z [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ maven ---
2023-09-05T23:24:36.4505913Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-core/0.15/apache-rat-core-0.15.pom
2023-09-05T23:24:36.4724663Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-core/0.15/apache-rat-core-0.15.pom (4.6 kB at 257 kB/s)
2023-09-05T23:24:36.4726127Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-api/0.15/apache-rat-api-0.15.pom
2023-09-05T23:24:36.4922386Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-api/0.15/apache-rat-api-0.15.pom (1.9 kB at 94 kB/s)
2023-09-05T23:24:36.4951368Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
2023-09-05T23:24:36.5018627Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 3.4 MB/s)
2023-09-05T23:24:36.5054091Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom
2023-09-05T23:24:36.5163262Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom (15 kB at 1.5 MB/s)
2023-09-05T23:24:36.5258698Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
2023-09-05T23:24:36.5326000Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 1.1 MB/s)
2023-09-05T23:24:36.5346972Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
2023-09-05T23:24:36.5407544Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 1.9 MB/s)
2023-09-05T23:24:36.5435150Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
2023-09-05T23:24:36.5505184Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 443 kB/s)
2023-09-05T23:24:36.5531867Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
2023-09-05T23:24:36.5604930Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 234 kB/s)
2023-09-05T23:24:36.5667836Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.pom
2023-09-05T23:24:36.5734901Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 3.9 MB/s)
2023-09-05T23:24:36.5775455Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
2023-09-05T23:24:36.5841345Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 128 kB/s)
2023-09-05T23:24:36.5858412Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
2023-09-05T23:24:36.5913727Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 329 kB/s)
2023-09-05T23:24:36.5933470Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
2023-09-05T23:24:36.5986509Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 1.4 MB/s)
2023-09-05T23:24:36.6008100Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
2023-09-05T23:24:36.6214931Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 42 kB/s)
2023-09-05T23:24:36.6240175Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
2023-09-05T23:24:36.6297837Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 462 kB/s)
2023-09-05T23:24:36.6322328Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
2023-09-05T23:24:36.6380294Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 436 kB/s)
2023-09-05T23:24:36.6404952Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
2023-09-05T23:24:36.6472882Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 148 kB/s)
2023-09-05T23:24:36.6489096Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
2023-09-05T23:24:36.6598290Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 531 kB/s)
2023-09-05T23:24:36.6629221Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
2023-09-05T23:24:36.6761264Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 167 kB/s)
2023-09-05T23:24:36.6839848Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
2023-09-05T23:24:36.7011006Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 113 kB/s)
2023-09-05T23:24:36.7035535Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
2023-09-05T23:24:36.7097104Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 845 kB/s)
2023-09-05T23:24:36.7128944Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
2023-09-05T23:24:36.7257745Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 174 kB/s)
2023-09-05T23:24:36.7276822Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
2023-09-05T23:24:36.7341463Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 556 kB/s)
2023-09-05T23:24:36.7354345Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
2023-09-05T23:24:36.7434256Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 2.1 MB/s)
2023-09-05T23:24:36.7471265Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
2023-09-05T23:24:36.7566872Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 2.6 MB/s)
2023-09-05T23:24:36.7585699Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom
2023-09-05T23:24:36.7733711Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 4.3 MB/s)
2023-09-05T23:24:36.7936125Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-core/0.15/apache-rat-core-0.15.jar
2023-09-05T23:24:36.7940543Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-api/0.15/apache-rat-api-0.15.jar
2023-09-05T23:24:36.7945886Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
2023-09-05T23:24:36.7954581Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar
2023-09-05T23:24:36.8014380Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
2023-09-05T23:24:36.8101837Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar (58 kB at 3.9 MB/s)
2023-09-05T23:24:36.8104374Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
2023-09-05T23:24:36.8108684Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-api/0.15/apache-rat-api-0.15.jar (10 kB at 579 kB/s)
2023-09-05T23:24:36.8110518Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
2023-09-05T23:24:36.8203631Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-core/0.15/apache-rat-core-0.15.jar (133 kB at 4.2 MB/s)
2023-09-05T23:24:36.8205652Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
2023-09-05T23:24:36.8237109Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 2.4 MB/s)
2023-09-05T23:24:36.8238419Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 2.9 MB/s)
2023-09-05T23:24:36.8239826Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
2023-09-05T23:24:36.8241031Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
2023-09-05T23:24:36.8314114Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 713 kB/s)
2023-09-05T23:24:36.8315473Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
2023-09-05T23:24:36.8366587Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 4.7 MB/s)
2023-09-05T23:24:36.8375668Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
2023-09-05T23:24:36.8380978Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 893 kB/s)
2023-09-05T23:24:36.8382241Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
2023-09-05T23:24:36.8475234Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 981 kB/s)
2023-09-05T23:24:36.8477004Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
2023-09-05T23:24:36.8492667Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 667 kB/s)
2023-09-05T23:24:36.8493991Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
2023-09-05T23:24:36.8519917Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 2.8 MB/s)
2023-09-05T23:24:36.8522286Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
2023-09-05T23:24:36.8523704Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 531 kB/s)
2023-09-05T23:24:36.8527307Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
2023-09-05T23:24:36.8560719Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 849 kB/s)
2023-09-05T23:24:36.8564749Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
2023-09-05T23:24:36.8572095Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 69 kB/s)
2023-09-05T23:24:36.8574224Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 203 kB/s)
2023-09-05T23:24:36.8613070Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 11 MB/s)
2023-09-05T23:24:36.8666150Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 5.0 MB/s)
2023-09-05T23:24:36.8771842Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 5.9 MB/s)
2023-09-05T23:24:37.0315341Z [INFO] Enabled default license matchers.
2023-09-05T23:24:37.0334890Z [INFO] Will parse SCM ignores for exclusions...
2023-09-05T23:24:37.0340864Z [INFO] Parsing exclusions from /home/runner/work/maven/maven/.gitignore
2023-09-05T23:24:37.0417132Z [INFO] Finished adding exclusions from SCM ignore files.
2023-09-05T23:24:37.0417874Z [INFO] 93 implicit excludes.
2023-09-05T23:24:37.0421137Z [INFO] 14 explicit excludes.
2023-09-05T23:24:37.1623881Z [INFO] 34 resources included
2023-09-05T23:24:37.7522088Z [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 30 licenses.
2023-09-05T23:24:37.7526207Z [INFO] 
2023-09-05T23:24:37.7530901Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven ---
2023-09-05T23:24:37.7583844Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer/1.23/animal-sniffer-1.23.pom
2023-09-05T23:24:37.7678889Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer/1.23/animal-sniffer-1.23.pom (2.5 kB at 248 kB/s)
2023-09-05T23:24:37.7704485Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.pom
2023-09-05T23:24:37.7763341Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.pom (2.4 kB at 395 kB/s)
2023-09-05T23:24:37.7774265Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
2023-09-05T23:24:37.7839455Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 1.9 MB/s)
2023-09-05T23:24:37.7873981Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.23/animal-sniffer-annotations-1.23.pom
2023-09-05T23:24:37.7948651Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.23/animal-sniffer-annotations-1.23.pom (1.7 kB at 237 kB/s)
2023-09-05T23:24:37.7974940Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/java-boot-classpath-detector/1.23/java-boot-classpath-detector-1.23.pom
2023-09-05T23:24:37.8072325Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/java-boot-classpath-detector/1.23/java-boot-classpath-detector-1.23.pom (2.2 kB at 249 kB/s)
2023-09-05T23:24:37.8108456Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer/1.23/animal-sniffer-1.23.jar
2023-09-05T23:24:37.8111759Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.jar
2023-09-05T23:24:37.8147483Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.23/animal-sniffer-annotations-1.23.jar
2023-09-05T23:24:37.8158401Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/java-boot-classpath-detector/1.23/java-boot-classpath-detector-1.23.jar
2023-09-05T23:24:37.8224857Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer/1.23/animal-sniffer-1.23.jar (39 kB at 3.2 MB/s)
2023-09-05T23:24:37.8233582Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.23/animal-sniffer-annotations-1.23.jar (3.1 kB at 239 kB/s)
2023-09-05T23:24:37.8262347Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 9.4 MB/s)
2023-09-05T23:24:37.8287866Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/java-boot-classpath-detector/1.23/java-boot-classpath-detector-1.23.jar (4.9 kB at 350 kB/s)
2023-09-05T23:24:37.8566501Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:24:37.8576416Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/signature/java18/1.0/java18-1.0.signature
2023-09-05T23:24:37.9252931Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/signature/java18/1.0/java18-1.0.signature (2.0 MB at 30 MB/s)
2023-09-05T23:24:38.6573455Z [INFO] 
2023-09-05T23:24:38.6576565Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven ---
2023-09-05T23:24:38.6597283Z [INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
2023-09-05T23:24:38.6631817Z [INFO] 
2023-09-05T23:24:38.6633926Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven ---
2023-09-05T23:24:38.6635095Z [INFO] Installing /home/runner/work/maven/maven/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven/4.0.0-alpha-8-SNAPSHOT/maven-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:24:38.6636832Z [INFO] Installing /home/runner/work/maven/maven/target/maven-4.0.0-alpha-8-SNAPSHOT-site.xml to /home/runner/.m2/repository/org/apache/maven/maven/4.0.0-alpha-8-SNAPSHOT/maven-4.0.0-alpha-8-SNAPSHOT-site.xml
2023-09-05T23:24:38.6641278Z [INFO] 
2023-09-05T23:24:38.6642328Z [INFO] ---------------------< org.apache.maven:maven-api >---------------------
2023-09-05T23:24:38.6643265Z [INFO] Building Maven 4 API 4.0.0-alpha-8-SNAPSHOT                       [3/29]
2023-09-05T23:24:38.6644310Z [INFO]   from api/pom.xml
2023-09-05T23:24:38.6645163Z [INFO] --------------------------------[ pom ]---------------------------------
2023-09-05T23:24:38.6690302Z [INFO] 
2023-09-05T23:24:38.6691727Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-api ---
2023-09-05T23:24:38.6740555Z [INFO] Adding ignore: module-info
2023-09-05T23:24:38.6881683Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:24:38.6882797Z [INFO] 
2023-09-05T23:24:38.6884022Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-api ---
2023-09-05T23:24:38.6898160Z [INFO] 
2023-09-05T23:24:38.6899143Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-api ---
2023-09-05T23:24:38.6907326Z [INFO] 
2023-09-05T23:24:38.6908431Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-api ---
2023-09-05T23:24:38.6959789Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:24:38.6960715Z [INFO] 
2023-09-05T23:24:38.6961817Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-api ---
2023-09-05T23:24:38.7994056Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:24:38.7995019Z [INFO] 
2023-09-05T23:24:38.7996268Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-api ---
2023-09-05T23:24:38.8035280Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:24:38.8100230Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:24:39.2572845Z [INFO] 
2023-09-05T23:24:39.2576809Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-api ---
2023-09-05T23:24:39.2608953Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:24:39.2616749Z [INFO] 
2023-09-05T23:24:39.2621720Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-api ---
2023-09-05T23:24:39.2648513Z [INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
2023-09-05T23:24:39.2653799Z [INFO] 
2023-09-05T23:24:39.2657747Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-api ---
2023-09-05T23:24:39.2676465Z [INFO] Installing /home/runner/work/maven/maven/api/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-api/4.0.0-alpha-8-SNAPSHOT/maven-api-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:24:39.2698758Z [INFO] Installing /home/runner/work/maven/maven/api/target/maven-api-4.0.0-alpha-8-SNAPSHOT-site.xml to /home/runner/.m2/repository/org/apache/maven/maven-api/4.0.0-alpha-8-SNAPSHOT/maven-api-4.0.0-alpha-8-SNAPSHOT-site.xml
2023-09-05T23:24:39.2719433Z [INFO] 
2023-09-05T23:24:39.2724264Z [INFO] ------------------< org.apache.maven:maven-api-meta >-------------------
2023-09-05T23:24:39.2728208Z [INFO] Building Maven 4 API Meta annotations 4.0.0-alpha-8-SNAPSHOT      [4/29]
2023-09-05T23:24:39.2732179Z [INFO]   from api/maven-api-meta/pom.xml
2023-09-05T23:24:39.2735524Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:24:39.2763087Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom
2023-09-05T23:24:39.2862486Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom (8.2 kB at 906 kB/s)
2023-09-05T23:24:39.2897034Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar
2023-09-05T23:24:39.3001154Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar (31 kB at 3.1 MB/s)
2023-09-05T23:24:39.3039462Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom
2023-09-05T23:24:39.3141204Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom (9.8 kB at 982 kB/s)
2023-09-05T23:24:39.3172782Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar
2023-09-05T23:24:39.3248896Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar (66 kB at 9.4 MB/s)
2023-09-05T23:24:39.3292230Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.1.2/maven-surefire-plugin-3.1.2.pom
2023-09-05T23:24:39.3371336Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.1.2/maven-surefire-plugin-3.1.2.pom (5.5 kB at 682 kB/s)
2023-09-05T23:24:39.3392947Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.1.2/surefire-3.1.2.pom
2023-09-05T23:24:39.3556218Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.1.2/surefire-3.1.2.pom (22 kB at 1.4 MB/s)
2023-09-05T23:24:39.3593120Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.1.2/maven-surefire-plugin-3.1.2.jar
2023-09-05T23:24:39.3684478Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.1.2/maven-surefire-plugin-3.1.2.jar (43 kB at 4.3 MB/s)
2023-09-05T23:24:39.3727555Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
2023-09-05T23:24:39.3804620Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 846 kB/s)
2023-09-05T23:24:39.3826617Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
2023-09-05T23:24:39.3907630Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 1.2 MB/s)
2023-09-05T23:24:39.3938720Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
2023-09-05T23:24:39.4031215Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 3.0 MB/s)
2023-09-05T23:24:39.4077037Z [INFO] 
2023-09-05T23:24:39.4081808Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-api-meta ---
2023-09-05T23:24:39.4119839Z [INFO] Adding ignore: module-info
2023-09-05T23:24:39.4231526Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:24:39.4237116Z [INFO] 
2023-09-05T23:24:39.4242091Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-api-meta ---
2023-09-05T23:24:39.4258106Z [INFO] 
2023-09-05T23:24:39.4262568Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-api-meta ---
2023-09-05T23:24:39.4274794Z [INFO] 
2023-09-05T23:24:39.4278639Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-api-meta ---
2023-09-05T23:24:39.4318525Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:24:39.4323120Z [INFO] 
2023-09-05T23:24:39.4327229Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-api-meta ---
2023-09-05T23:24:39.8380106Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:24:39.8381147Z [INFO] 
2023-09-05T23:24:39.8383378Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-api-meta ---
2023-09-05T23:24:39.8401748Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:24:39.8487441Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:24:39.8647077Z [INFO] 
2023-09-05T23:24:39.8648393Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-api-meta ---
2023-09-05T23:24:39.8749231Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
2023-09-05T23:24:39.8803120Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (6.0 kB at 1.0 MB/s)
2023-09-05T23:24:39.8816452Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
2023-09-05T23:24:39.8896403Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 402 kB/s)
2023-09-05T23:24:39.8929242Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
2023-09-05T23:24:39.8992636Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar (55 kB at 7.9 MB/s)
2023-09-05T23:24:39.9365675Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/api/maven-api-meta/src/main/resources
2023-09-05T23:24:39.9407921Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:24:39.9455968Z [INFO] 
2023-09-05T23:24:39.9457743Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-api-meta ---
2023-09-05T23:24:39.9484495Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
2023-09-05T23:24:39.9539825Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 948 kB/s)
2023-09-05T23:24:39.9553809Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
2023-09-05T23:24:39.9599126Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 1.6 MB/s)
2023-09-05T23:24:39.9625793Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom
2023-09-05T23:24:39.9700814Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom (5.0 kB at 710 kB/s)
2023-09-05T23:24:39.9716326Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom
2023-09-05T23:24:39.9943838Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom (4.1 kB at 188 kB/s)
2023-09-05T23:24:39.9970667Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
2023-09-05T23:24:40.0041026Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 2.5 MB/s)
2023-09-05T23:24:40.0076916Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom
2023-09-05T23:24:40.0150533Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom (1.1 kB at 151 kB/s)
2023-09-05T23:24:40.0168758Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom
2023-09-05T23:24:40.0225846Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom (8.4 kB at 1.4 MB/s)
2023-09-05T23:24:40.0241657Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
2023-09-05T23:24:40.0398816Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom (2.7 kB at 167 kB/s)
2023-09-05T23:24:40.0450935Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom
2023-09-05T23:24:40.0530460Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom (1.1 kB at 142 kB/s)
2023-09-05T23:24:40.0554379Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom
2023-09-05T23:24:40.0634785Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom (1.2 kB at 172 kB/s)
2023-09-05T23:24:40.0648781Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom
2023-09-05T23:24:40.0726761Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom (1.3 kB at 165 kB/s)
2023-09-05T23:24:40.0844271Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
2023-09-05T23:24:40.0847897Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
2023-09-05T23:24:40.0852367Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar
2023-09-05T23:24:40.0856904Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
2023-09-05T23:24:40.0966600Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar
2023-09-05T23:24:40.0967959Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 1.0 MB/s)
2023-09-05T23:24:40.0969662Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar
2023-09-05T23:24:40.1006041Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 248 kB/s)
2023-09-05T23:24:40.1007252Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar
2023-09-05T23:24:40.1029077Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar (55 kB at 3.0 MB/s)
2023-09-05T23:24:40.1069854Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar (4.7 kB at 222 kB/s)
2023-09-05T23:24:40.1125529Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar (23 kB at 844 kB/s)
2023-09-05T23:24:40.1188794Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar (27 kB at 819 kB/s)
2023-09-05T23:24:40.1195699Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 9.5 MB/s)
2023-09-05T23:24:40.2263710Z [INFO] Changes detected - recompiling the module! :source
2023-09-05T23:24:40.2280311Z [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:24:40.7309439Z [INFO] 
2023-09-05T23:24:40.7315076Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-api-meta ---
2023-09-05T23:24:40.7323289Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:24:40.7435197Z [INFO] 
2023-09-05T23:24:40.7436776Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-api-meta ---
2023-09-05T23:24:40.7457097Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/api/maven-api-meta/src/test/resources
2023-09-05T23:24:40.7499992Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:24:40.7509782Z [INFO] 
2023-09-05T23:24:40.7510639Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-api-meta ---
2023-09-05T23:24:40.7542961Z [INFO] No sources to compile
2023-09-05T23:24:40.7551671Z [INFO] 
2023-09-05T23:24:40.7552522Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-api-meta ---
2023-09-05T23:24:40.7586703Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.pom
2023-09-05T23:24:40.7658488Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.pom (6.1 kB at 870 kB/s)
2023-09-05T23:24:40.7694187Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.pom
2023-09-05T23:24:40.7759419Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.pom (3.5 kB at 588 kB/s)
2023-09-05T23:24:40.7789492Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.pom
2023-09-05T23:24:40.7904619Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.pom (3.3 kB at 272 kB/s)
2023-09-05T23:24:40.7930749Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.pom
2023-09-05T23:24:40.7986482Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.pom (4.1 kB at 676 kB/s)
2023-09-05T23:24:40.8023420Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.pom
2023-09-05T23:24:40.8073337Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.pom (3.3 kB at 826 kB/s)
2023-09-05T23:24:40.8102446Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.pom
2023-09-05T23:24:40.8155848Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.pom (4.5 kB at 742 kB/s)
2023-09-05T23:24:40.8204668Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.pom
2023-09-05T23:24:40.8257919Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.pom (1.8 kB at 352 kB/s)
2023-09-05T23:24:40.8287317Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
2023-09-05T23:24:40.8337793Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 1.2 MB/s)
2023-09-05T23:24:40.8378031Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.12.0/commons-io-2.12.0.pom
2023-09-05T23:24:40.8435164Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.12.0/commons-io-2.12.0.pom (20 kB at 3.4 MB/s)
2023-09-05T23:24:40.8451386Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/57/commons-parent-57.pom
2023-09-05T23:24:40.8515799Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/57/commons-parent-57.pom (83 kB at 12 MB/s)
2023-09-05T23:24:40.8593305Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.jar
2023-09-05T23:24:40.8597210Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.jar
2023-09-05T23:24:40.8601149Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.jar
2023-09-05T23:24:40.8606885Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.jar
2023-09-05T23:24:40.8664950Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.jar
2023-09-05T23:24:40.8821296Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.jar (14 kB at 618 kB/s)
2023-09-05T23:24:40.8822922Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.jar
2023-09-05T23:24:40.8867611Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.jar (171 kB at 6.1 MB/s)
2023-09-05T23:24:40.8903474Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
2023-09-05T23:24:40.8967944Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.jar (8.2 kB at 227 kB/s)
2023-09-05T23:24:40.8969299Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.12.0/commons-io-2.12.0.jar
2023-09-05T23:24:40.8983608Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.jar (26 kB at 663 kB/s)
2023-09-05T23:24:40.8984940Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.jar
2023-09-05T23:24:40.8992935Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 1.6 MB/s)
2023-09-05T23:24:40.9038836Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.jar (118 kB at 2.7 MB/s)
2023-09-05T23:24:40.9169082Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.12.0/commons-io-2.12.0.jar (474 kB at 8.5 MB/s)
2023-09-05T23:24:40.9243424Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.jar (306 kB at 4.6 MB/s)
2023-09-05T23:24:40.9768369Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.jar (2.3 MB at 20 MB/s)
2023-09-05T23:24:41.0870486Z [INFO] 
2023-09-05T23:24:41.0872049Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-api-meta ---
2023-09-05T23:24:41.0894127Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
2023-09-05T23:24:41.1016060Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 374 kB/s)
2023-09-05T23:24:41.1076221Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
2023-09-05T23:24:41.1178950Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 3.6 MB/s)
2023-09-05T23:24:41.2794175Z [INFO] Building jar: /home/runner/work/maven/maven/api/maven-api-meta/target/maven-api-meta-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:24:41.3254358Z [INFO] 
2023-09-05T23:24:41.3256037Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-api-meta ---
2023-09-05T23:24:41.3292715Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:24:41.3293469Z [INFO] 
2023-09-05T23:24:41.3294867Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-api-meta ---
2023-09-05T23:24:41.3314118Z [INFO] Installing /home/runner/work/maven/maven/api/maven-api-meta/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-api-meta/4.0.0-alpha-8-SNAPSHOT/maven-api-meta-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:24:41.3322997Z [INFO] Installing /home/runner/work/maven/maven/api/maven-api-meta/target/maven-api-meta-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-api-meta/4.0.0-alpha-8-SNAPSHOT/maven-api-meta-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:24:41.3339373Z [INFO] 
2023-09-05T23:24:41.3340271Z [INFO] -------------------< org.apache.maven:maven-api-xml >-------------------
2023-09-05T23:24:41.3341521Z [INFO] Building Maven 4 API XML 4.0.0-alpha-8-SNAPSHOT                   [5/29]
2023-09-05T23:24:41.3342566Z [INFO]   from api/maven-api-xml/pom.xml
2023-09-05T23:24:41.3343063Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:24:41.3414099Z [INFO] 
2023-09-05T23:24:41.3415772Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-api-xml ---
2023-09-05T23:24:41.3467763Z [INFO] Adding ignore: module-info
2023-09-05T23:24:41.3585547Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:24:41.3586605Z [INFO] 
2023-09-05T23:24:41.3587549Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-api-xml ---
2023-09-05T23:24:41.3604150Z [INFO] 
2023-09-05T23:24:41.3609177Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-api-xml ---
2023-09-05T23:24:41.3626132Z [INFO] 
2023-09-05T23:24:41.3627147Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-api-xml ---
2023-09-05T23:24:41.3720962Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:24:41.3721764Z [INFO] 
2023-09-05T23:24:41.3722606Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-api-xml ---
2023-09-05T23:24:41.6800592Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:24:41.6801660Z [INFO] 
2023-09-05T23:24:41.6802919Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-api-xml ---
2023-09-05T23:24:41.6952296Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:24:41.6994673Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:24:41.7481401Z [INFO] 
2023-09-05T23:24:41.7482692Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-api-xml ---
2023-09-05T23:24:41.7493948Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/api/maven-api-xml/src/main/resources
2023-09-05T23:24:41.7497778Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:24:41.7504590Z [INFO] 
2023-09-05T23:24:41.7505451Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-api-xml ---
2023-09-05T23:24:41.7560714Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:24:41.7563888Z [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes
2023-09-05T23:24:41.8676106Z [INFO] 
2023-09-05T23:24:41.8677497Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-api-xml ---
2023-09-05T23:24:41.8689312Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:24:41.8760791Z [INFO] 
2023-09-05T23:24:41.8761824Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-api-xml ---
2023-09-05T23:24:41.8770449Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/api/maven-api-xml/src/test/resources
2023-09-05T23:24:41.8773891Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:24:41.8782968Z [INFO] 
2023-09-05T23:24:41.8784247Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-api-xml ---
2023-09-05T23:24:41.8802731Z [INFO] No sources to compile
2023-09-05T23:24:41.8803293Z [INFO] 
2023-09-05T23:24:41.8804260Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-api-xml ---
2023-09-05T23:24:41.8838032Z [INFO] 
2023-09-05T23:24:41.8839247Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-api-xml ---
2023-09-05T23:24:41.8908977Z [INFO] Building jar: /home/runner/work/maven/maven/api/maven-api-xml/target/maven-api-xml-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:24:41.9020017Z [INFO] 
2023-09-05T23:24:41.9022222Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-api-xml ---
2023-09-05T23:24:41.9031884Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:24:41.9032679Z [INFO] 
2023-09-05T23:24:41.9033767Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-api-xml ---
2023-09-05T23:24:41.9042220Z [INFO] Installing /home/runner/work/maven/maven/api/maven-api-xml/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-api-xml/4.0.0-alpha-8-SNAPSHOT/maven-api-xml-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:24:41.9047280Z [INFO] Installing /home/runner/work/maven/maven/api/maven-api-xml/target/maven-api-xml-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-api-xml/4.0.0-alpha-8-SNAPSHOT/maven-api-xml-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:24:41.9058067Z [INFO] 
2023-09-05T23:24:41.9058945Z [INFO] ------------------< org.apache.maven:maven-api-model >------------------
2023-09-05T23:24:41.9059813Z [INFO] Building Maven 4 API :: Model 4.0.0-alpha-8-SNAPSHOT              [6/29]
2023-09-05T23:24:41.9060570Z [INFO]   from api/maven-api-model/pom.xml
2023-09-05T23:24:41.9061819Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:24:41.9093010Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-maven-plugin/2.1.2/modello-maven-plugin-2.1.2.pom
2023-09-05T23:24:41.9223188Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-maven-plugin/2.1.2/modello-maven-plugin-2.1.2.pom (8.9 kB at 740 kB/s)
2023-09-05T23:24:41.9235788Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello/2.1.2/modello-2.1.2.pom
2023-09-05T23:24:41.9335817Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello/2.1.2/modello-2.1.2.pom (25 kB at 2.5 MB/s)
2023-09-05T23:24:41.9354581Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/13/plexus-13.pom
2023-09-05T23:24:41.9571733Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/13/plexus-13.pom (27 kB at 1.3 MB/s)
2023-09-05T23:24:41.9603191Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom
2023-09-05T23:24:41.9701049Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom (18 kB at 2.0 MB/s)
2023-09-05T23:24:41.9719350Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom
2023-09-05T23:24:41.9793216Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom (6.5 kB at 815 kB/s)
2023-09-05T23:24:41.9808176Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom
2023-09-05T23:24:41.9870961Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/50/oss-parent-50.pom (24 kB at 3.9 MB/s)
2023-09-05T23:24:41.9892408Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
2023-09-05T23:24:42.0005130Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 512 kB/s)
2023-09-05T23:24:42.0030785Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-maven-plugin/2.1.2/modello-maven-plugin-2.1.2.jar
2023-09-05T23:24:42.0172315Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-maven-plugin/2.1.2/modello-maven-plugin-2.1.2.jar (43 kB at 3.0 MB/s)
2023-09-05T23:24:42.0243500Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.4.0/build-helper-maven-plugin-3.4.0.pom
2023-09-05T23:24:42.0347132Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.4.0/build-helper-maven-plugin-3.4.0.pom (7.6 kB at 762 kB/s)
2023-09-05T23:24:42.0392632Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.4.0/build-helper-maven-plugin-3.4.0.jar
2023-09-05T23:24:42.0567963Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.4.0/build-helper-maven-plugin-3.4.0.jar (70 kB at 4.1 MB/s)
2023-09-05T23:24:42.0681845Z [INFO] 
2023-09-05T23:24:42.0686130Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-api-model ---
2023-09-05T23:24:42.0736268Z [INFO] Adding ignore: module-info
2023-09-05T23:24:42.0853972Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:24:42.0862422Z [INFO] 
2023-09-05T23:24:42.0866041Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-api-model ---
2023-09-05T23:24:42.0880174Z [INFO] 
2023-09-05T23:24:42.0883956Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-api-model ---
2023-09-05T23:24:42.0894415Z [INFO] 
2023-09-05T23:24:42.0898916Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-api-model ---
2023-09-05T23:24:42.0964339Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:24:42.0968218Z [INFO] 
2023-09-05T23:24:42.0972946Z [INFO] --- modello-maven-plugin:2.1.2:velocity (velocity) @ maven-api-model ---
2023-09-05T23:24:42.1000911Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-core/2.1.2/modello-core-2.1.2.pom
2023-09-05T23:24:42.1085542Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-core/2.1.2/modello-core-2.1.2.pom (1.8 kB at 197 kB/s)
2023-09-05T23:24:42.1112922Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-build-api/1.2.0/plexus-build-api-1.2.0.pom
2023-09-05T23:24:42.1195542Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-build-api/1.2.0/plexus-build-api-1.2.0.pom (4.7 kB at 590 kB/s)
2023-09-05T23:24:42.1219904Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
2023-09-05T23:24:42.1312554Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom (8.7 kB at 866 kB/s)
2023-09-05T23:24:42.1341726Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/4.2.0/sisu-guice-4.2.0.pom
2023-09-05T23:24:42.1417869Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/4.2.0/sisu-guice-4.2.0.pom (11 kB at 1.4 MB/s)
2023-09-05T23:24:42.1437856Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom
2023-09-05T23:24:42.1545863Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom (16 kB at 1.4 MB/s)
2023-09-05T23:24:42.1566458Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/12/public-parent-12.pom
2023-09-05T23:24:42.1653406Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/12/public-parent-12.pom (761 B at 85 kB/s)
2023-09-05T23:24:42.1669271Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/12/buildsupport-12.pom
2023-09-05T23:24:42.1787173Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/12/buildsupport-12.pom (24 kB at 2.0 MB/s)
2023-09-05T23:24:42.1816471Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.pom
2023-09-05T23:24:42.1870990Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 1.1 MB/s)
2023-09-05T23:24:42.1889781Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
2023-09-05T23:24:42.1946651Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 1.3 MB/s)
2023-09-05T23:24:42.1969226Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.pom
2023-09-05T23:24:42.2046017Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.pom (6.5 kB at 816 kB/s)
2023-09-05T23:24:42.2067863Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom
2023-09-05T23:24:42.2138629Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom (1.9 kB at 270 kB/s)
2023-09-05T23:24:42.2151993Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom
2023-09-05T23:24:42.2248670Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom (26 kB at 2.6 MB/s)
2023-09-05T23:24:42.2279447Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom
2023-09-05T23:24:42.2382531Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom (6.3 kB at 792 kB/s)
2023-09-05T23:24:42.2388344Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom
2023-09-05T23:24:42.2489545Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom (1.6 kB at 155 kB/s)
2023-09-05T23:24:42.2510137Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom
2023-09-05T23:24:42.2598686Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom (3.6 kB at 398 kB/s)
2023-09-05T23:24:42.2624885Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom
2023-09-05T23:24:42.2906337Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom (1.4 kB at 49 kB/s)
2023-09-05T23:24:42.2934922Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-converters/2.1.2/modello-plugin-converters-2.1.2.pom
2023-09-05T23:24:42.3023938Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-converters/2.1.2/modello-plugin-converters-2.1.2.pom (1.7 kB at 187 kB/s)
2023-09-05T23:24:42.3035578Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugins/2.1.2/modello-plugins-2.1.2.pom
2023-09-05T23:24:42.3128399Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugins/2.1.2/modello-plugins-2.1.2.pom (2.0 kB at 220 kB/s)
2023-09-05T23:24:42.3155561Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-java/2.1.2/modello-plugin-java-2.1.2.pom
2023-09-05T23:24:42.3235329Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-java/2.1.2/modello-plugin-java-2.1.2.pom (2.6 kB at 323 kB/s)
2023-09-05T23:24:42.3262998Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-dom4j/2.1.2/modello-plugin-dom4j-2.1.2.pom
2023-09-05T23:24:42.3438178Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-dom4j/2.1.2/modello-plugin-dom4j-2.1.2.pom (1.6 kB at 97 kB/s)
2023-09-05T23:24:42.3464668Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-xml/2.1.2/modello-plugin-xml-2.1.2.pom
2023-09-05T23:24:42.3536484Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-xml/2.1.2/modello-plugin-xml-2.1.2.pom (1.1 kB at 154 kB/s)
2023-09-05T23:24:42.3563737Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-jackson/2.1.2/modello-plugin-jackson-2.1.2.pom
2023-09-05T23:24:42.3655024Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-jackson/2.1.2/modello-plugin-jackson-2.1.2.pom (1.8 kB at 201 kB/s)
2023-09-05T23:24:42.3682938Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom
2023-09-05T23:24:42.3762577Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom (9.8 kB at 1.4 MB/s)
2023-09-05T23:24:42.3781101Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom
2023-09-05T23:24:42.3854141Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom (11 kB at 1.4 MB/s)
2023-09-05T23:24:42.3886141Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.pom
2023-09-05T23:24:42.3986555Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.pom (19 kB at 1.9 MB/s)
2023-09-05T23:24:42.4020565Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.pom
2023-09-05T23:24:42.4108136Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.pom (7.1 kB at 784 kB/s)
2023-09-05T23:24:42.4147602Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-jdom/2.1.2/modello-plugin-jdom-2.1.2.pom
2023-09-05T23:24:42.4222827Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-jdom/2.1.2/modello-plugin-jdom-2.1.2.pom (1.8 kB at 261 kB/s)
2023-09-05T23:24:42.4252601Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-jsonschema/2.1.2/modello-plugin-jsonschema-2.1.2.pom
2023-09-05T23:24:42.4325890Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-jsonschema/2.1.2/modello-plugin-jsonschema-2.1.2.pom (1.6 kB at 194 kB/s)
2023-09-05T23:24:42.4357469Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-sax/2.1.2/modello-plugin-sax-2.1.2.pom
2023-09-05T23:24:42.4473612Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-sax/2.1.2/modello-plugin-sax-2.1.2.pom (1.4 kB at 118 kB/s)
2023-09-05T23:24:42.4508815Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-snakeyaml/2.1.2/modello-plugin-snakeyaml-2.1.2.pom
2023-09-05T23:24:42.4586745Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-snakeyaml/2.1.2/modello-plugin-snakeyaml-2.1.2.pom (1.2 kB at 152 kB/s)
2023-09-05T23:24:42.4612887Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.0/snakeyaml-2.0.pom
2023-09-05T23:24:42.4699296Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.0/snakeyaml-2.0.pom (21 kB at 2.6 MB/s)
2023-09-05T23:24:42.4724724Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-stax/2.1.2/modello-plugin-stax-2.1.2.pom
2023-09-05T23:24:42.4911813Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-stax/2.1.2/modello-plugin-stax-2.1.2.pom (1.9 kB at 106 kB/s)
2023-09-05T23:24:42.4943295Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-xdoc/2.1.2/modello-plugin-xdoc-2.1.2.pom
2023-09-05T23:24:42.5029561Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-xdoc/2.1.2/modello-plugin-xdoc-2.1.2.pom (1.6 kB at 200 kB/s)
2023-09-05T23:24:42.5059867Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-xsd/2.1.2/modello-plugin-xsd-2.1.2.pom
2023-09-05T23:24:42.5424177Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-xsd/2.1.2/modello-plugin-xsd-2.1.2.pom (1.4 kB at 39 kB/s)
2023-09-05T23:24:42.5444446Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.16.1/jsoup-1.16.1.pom
2023-09-05T23:24:42.5527575Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.16.1/jsoup-1.16.1.pom (13 kB at 1.9 MB/s)
2023-09-05T23:24:42.5540890Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-xpp3/2.1.2/modello-plugin-xpp3-2.1.2.pom
2023-09-05T23:24:42.5649157Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-xpp3/2.1.2/modello-plugin-xpp3-2.1.2.pom (1.5 kB at 136 kB/s)
2023-09-05T23:24:42.5684231Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-velocity/2.1.2/modello-plugin-velocity-2.1.2.pom
2023-09-05T23:24:42.5767101Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-velocity/2.1.2/modello-plugin-velocity-2.1.2.pom (1.1 kB at 141 kB/s)
2023-09-05T23:24:42.5835854Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-core/2.1.2/modello-core-2.1.2.jar
2023-09-05T23:24:42.5844746Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/4.2.0/sisu-guice-4.2.0-no_aop.jar
2023-09-05T23:24:42.5851207Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar
2023-09-05T23:24:42.5857325Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.jar
2023-09-05T23:24:42.5903114Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar
2023-09-05T23:24:42.5989337Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-core/2.1.2/modello-core-2.1.2.jar (62 kB at 3.9 MB/s)
2023-09-05T23:24:42.6088985Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.jar (89 kB at 3.7 MB/s)
2023-09-05T23:24:42.6090304Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar
2023-09-05T23:24:42.6092329Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar
2023-09-05T23:24:42.6120188Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar (27 kB at 1.1 MB/s)
2023-09-05T23:24:42.6122400Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar
2023-09-05T23:24:42.6225704Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar (8.4 kB at 227 kB/s)
2023-09-05T23:24:42.6227260Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-converters/2.1.2/modello-plugin-converters-2.1.2.jar
2023-09-05T23:24:42.6231675Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar (192 kB at 5.3 MB/s)
2023-09-05T23:24:42.6233436Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-dom4j/2.1.2/modello-plugin-dom4j-2.1.2.jar
2023-09-05T23:24:42.6247291Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar (12 kB at 304 kB/s)
2023-09-05T23:24:42.6252782Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-xml/2.1.2/modello-plugin-xml-2.1.2.jar
2023-09-05T23:24:42.6332396Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-converters/2.1.2/modello-plugin-converters-2.1.2.jar (9.9 kB at 216 kB/s)
2023-09-05T23:24:42.6333996Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-jackson/2.1.2/modello-plugin-jackson-2.1.2.jar
2023-09-05T23:24:42.6376039Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-dom4j/2.1.2/modello-plugin-dom4j-2.1.2.jar (19 kB at 394 kB/s)
2023-09-05T23:24:42.6378438Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar
2023-09-05T23:24:42.6381221Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-xml/2.1.2/modello-plugin-xml-2.1.2.jar (15 kB at 335 kB/s)
2023-09-05T23:24:42.6383021Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar
2023-09-05T23:24:42.6422764Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-jackson/2.1.2/modello-plugin-jackson-2.1.2.jar (20 kB at 396 kB/s)
2023-09-05T23:24:42.6424083Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar
2023-09-05T23:24:42.6425216Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/4.2.0/sisu-guice-4.2.0-no_aop.jar (522 kB at 8.8 MB/s)
2023-09-05T23:24:42.6429983Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-java/2.1.2/modello-plugin-java-2.1.2.jar
2023-09-05T23:24:42.6492745Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar (76 kB at 1.3 MB/s)
2023-09-05T23:24:42.6495514Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-jdom/2.1.2/modello-plugin-jdom-2.1.2.jar
2023-09-05T23:24:42.6572019Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-java/2.1.2/modello-plugin-java-2.1.2.jar (95 kB at 1.4 MB/s)
2023-09-05T23:24:42.6575996Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-jsonschema/2.1.2/modello-plugin-jsonschema-2.1.2.jar
2023-09-05T23:24:42.6611138Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-jdom/2.1.2/modello-plugin-jdom-2.1.2.jar (14 kB at 203 kB/s)
2023-09-05T23:24:42.6612547Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-sax/2.1.2/modello-plugin-sax-2.1.2.jar
2023-09-05T23:24:42.6682336Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-sax/2.1.2/modello-plugin-sax-2.1.2.jar (11 kB at 142 kB/s)
2023-09-05T23:24:42.6683801Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-snakeyaml/2.1.2/modello-plugin-snakeyaml-2.1.2.jar
2023-09-05T23:24:42.6697934Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-jsonschema/2.1.2/modello-plugin-jsonschema-2.1.2.jar (7.2 kB at 90 kB/s)
2023-09-05T23:24:42.6699911Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.0/snakeyaml-2.0.jar
2023-09-05T23:24:42.6800191Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar (549 kB at 6.1 MB/s)
2023-09-05T23:24:42.6801681Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-stax/2.1.2/modello-plugin-stax-2.1.2.jar
2023-09-05T23:24:42.6869064Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.0/snakeyaml-2.0.jar (335 kB at 3.5 MB/s)
2023-09-05T23:24:42.6902668Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-xdoc/2.1.2/modello-plugin-xdoc-2.1.2.jar
2023-09-05T23:24:42.6944763Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-xdoc/2.1.2/modello-plugin-xdoc-2.1.2.jar (16 kB at 148 kB/s)
2023-09-05T23:24:42.6945782Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.16.1/jsoup-1.16.1.jar
2023-09-05T23:24:42.6949511Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-stax/2.1.2/modello-plugin-stax-2.1.2.jar (39 kB at 376 kB/s)
2023-09-05T23:24:42.6951356Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-xpp3/2.1.2/modello-plugin-xpp3-2.1.2.jar
2023-09-05T23:24:42.7038118Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-xpp3/2.1.2/modello-plugin-xpp3-2.1.2.jar (32 kB at 278 kB/s)
2023-09-05T23:24:42.7040579Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-xsd/2.1.2/modello-plugin-xsd-2.1.2.jar
2023-09-05T23:24:42.7147456Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-snakeyaml/2.1.2/modello-plugin-snakeyaml-2.1.2.jar (22 kB at 178 kB/s)
2023-09-05T23:24:42.7148597Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-velocity/2.1.2/modello-plugin-velocity-2.1.2.jar
2023-09-05T23:24:42.7150289Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-xsd/2.1.2/modello-plugin-xsd-2.1.2.jar (15 kB at 123 kB/s)
2023-09-05T23:24:42.7164295Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar (2.3 MB at 17 MB/s)
2023-09-05T23:24:42.7176132Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.16.1/jsoup-1.16.1.jar (443 kB at 3.5 MB/s)
2023-09-05T23:24:42.7181573Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-build-api/1.2.0/plexus-build-api-1.2.0.jar
2023-09-05T23:24:42.7210352Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/modello/modello-plugin-velocity/2.1.2/modello-plugin-velocity-2.1.2.jar (9.2 kB at 70 kB/s)
2023-09-05T23:24:42.7296647Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-build-api/1.2.0/plexus-build-api-1.2.0.jar (6.6 kB at 47 kB/s)
2023-09-05T23:24:42.7307305Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar (1.6 MB at 11 MB/s)
2023-09-05T23:24:42.8558319Z [INFO] outputDirectory: /home/runner/work/maven/maven/api/maven-api-model/target/generated-sources/modello
2023-09-05T23:24:42.8587047Z [INFO] Working on model: src/main/mdo/maven.mdo
2023-09-05T23:24:42.9033345Z [INFO] Generating current version: 4.2.0
2023-09-05T23:24:43.4952030Z [INFO] 
2023-09-05T23:24:43.4956477Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-api-model ---
2023-09-05T23:24:43.8452132Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:24:43.8457346Z [INFO] 
2023-09-05T23:24:43.8461605Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-api-model ---
2023-09-05T23:24:43.8502003Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:24:43.8580066Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:24:43.9265554Z [INFO] 
2023-09-05T23:24:43.9270153Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-api-model ---
2023-09-05T23:24:43.9286646Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/api/maven-api-model/src/main/resources
2023-09-05T23:24:43.9294647Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:24:43.9317410Z [INFO] 
2023-09-05T23:24:43.9321278Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-api-model ---
2023-09-05T23:24:43.9444203Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:24:43.9455364Z [INFO] Compiling 49 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:24:45.6980128Z [INFO] 
2023-09-05T23:24:45.6984604Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-api-model ---
2023-09-05T23:24:45.6996559Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:24:45.7849619Z [INFO] 
2023-09-05T23:24:45.7854656Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-api-model ---
2023-09-05T23:24:45.7942246Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/api/maven-api-model/src/test/resources
2023-09-05T23:24:45.7950742Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:24:45.7961009Z [INFO] 
2023-09-05T23:24:45.7964993Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-api-model ---
2023-09-05T23:24:45.7985176Z [INFO] No sources to compile
2023-09-05T23:24:45.7989487Z [INFO] 
2023-09-05T23:24:45.7993535Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-api-model ---
2023-09-05T23:24:45.8028307Z [INFO] 
2023-09-05T23:24:45.8031829Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-api-model ---
2023-09-05T23:24:45.8511784Z [INFO] Building jar: /home/runner/work/maven/maven/api/maven-api-model/target/maven-api-model-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:24:45.9130309Z [INFO] 
2023-09-05T23:24:45.9132051Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-api-model ---
2023-09-05T23:24:45.9141793Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:24:45.9142323Z [INFO] 
2023-09-05T23:24:45.9143835Z [INFO] --- build-helper-maven-plugin:3.4.0:attach-artifact (default) @ maven-api-model ---
2023-09-05T23:24:45.9514370Z [INFO] 
2023-09-05T23:24:45.9515491Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-api-model ---
2023-09-05T23:24:45.9533580Z [INFO] Installing /home/runner/work/maven/maven/api/maven-api-model/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-api-model/4.0.0-alpha-8-SNAPSHOT/maven-api-model-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:24:45.9546618Z [INFO] Installing /home/runner/work/maven/maven/api/maven-api-model/target/maven-api-model-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-api-model/4.0.0-alpha-8-SNAPSHOT/maven-api-model-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:24:45.9558453Z [INFO] Installing /home/runner/work/maven/maven/api/maven-api-model/src/main/mdo/maven.mdo to /home/runner/.m2/repository/org/apache/maven/maven-api-model/4.0.0-alpha-8-SNAPSHOT/maven-api-model-4.0.0-alpha-8-SNAPSHOT.mdo
2023-09-05T23:24:45.9578757Z [INFO] 
2023-09-05T23:24:45.9583274Z [INFO] ------------------< org.apache.maven:maven-xml-impl >-------------------
2023-09-05T23:24:45.9587008Z [INFO] Building Implementation of Maven API XML 4.0.0-alpha-8-SNAPSHOT   [7/29]
2023-09-05T23:24:45.9591309Z [INFO]   from maven-xml-impl/pom.xml
2023-09-05T23:24:45.9594785Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:24:45.9645637Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom
2023-09-05T23:24:45.9773862Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom (15 kB at 1.2 MB/s)
2023-09-05T23:24:45.9793066Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom
2023-09-05T23:24:45.9921387Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom (15 kB at 1.2 MB/s)
2023-09-05T23:24:45.9946959Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom
2023-09-05T23:24:45.9996341Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom (14 kB at 2.9 MB/s)
2023-09-05T23:24:46.0015256Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom
2023-09-05T23:24:46.0067075Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom (9.6 kB at 1.9 MB/s)
2023-09-05T23:24:46.0088731Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
2023-09-05T23:24:46.0142355Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 1.0 MB/s)
2023-09-05T23:24:46.0162062Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom
2023-09-05T23:24:46.0218168Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 4.6 MB/s)
2023-09-05T23:24:46.0252161Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.pom
2023-09-05T23:24:46.0344606Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.pom (4.5 kB at 498 kB/s)
2023-09-05T23:24:46.0424467Z [INFO] Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/maven-xml-impl/4.0.0-alpha-8-SNAPSHOT/maven-metadata.xml
2023-09-05T23:24:46.8468756Z [INFO] Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/maven-xml-impl/4.0.0-alpha-8-SNAPSHOT/maven-metadata.xml (807 B at 1.0 kB/s)
2023-09-05T23:24:46.8547453Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar
2023-09-05T23:24:46.8571509Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar
2023-09-05T23:24:46.8573144Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
2023-09-05T23:24:46.8577784Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar
2023-09-05T23:24:46.8614365Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
2023-09-05T23:24:46.8743508Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 2.8 MB/s)
2023-09-05T23:24:46.8749649Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 1.3 MB/s)
2023-09-05T23:24:46.8754323Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.jar
2023-09-05T23:24:46.8837488Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar (210 kB at 7.0 MB/s)
2023-09-05T23:24:46.8876150Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.1/plexus-xml-4.0.1.jar (89 kB at 3.1 MB/s)
2023-09-05T23:24:46.9052249Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 4.2 MB/s)
2023-09-05T23:24:46.9330032Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar (1.6 MB at 20 MB/s)
2023-09-05T23:24:46.9412910Z [INFO] Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/maven-xml-impl/4.0.0-alpha-8-SNAPSHOT/maven-xml-impl-4.0.0-alpha-8-20230905.222049-34.jar
2023-09-05T23:24:47.4737820Z [INFO] Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/maven-xml-impl/4.0.0-alpha-8-SNAPSHOT/maven-xml-impl-4.0.0-alpha-8-20230905.222049-34.jar (21 kB at 39 kB/s)
2023-09-05T23:24:47.4750255Z [INFO] 
2023-09-05T23:24:47.4751200Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-xml-impl ---
2023-09-05T23:24:47.4808642Z [INFO] Adding ignore: module-info
2023-09-05T23:24:47.5181876Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:24:47.5182741Z [INFO] 
2023-09-05T23:24:47.5183621Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-xml-impl ---
2023-09-05T23:24:47.5202181Z [INFO] 
2023-09-05T23:24:47.5202996Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-xml-impl ---
2023-09-05T23:24:47.5209885Z [INFO] 
2023-09-05T23:24:47.5210756Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-xml-impl ---
2023-09-05T23:24:47.5262692Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:24:47.5263422Z [INFO] 
2023-09-05T23:24:47.5264124Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-xml-impl ---
2023-09-05T23:24:48.1818888Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:24:48.1823897Z [INFO] 
2023-09-05T23:24:48.1825544Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-xml-impl ---
2023-09-05T23:24:48.1854824Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:24:48.1907261Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:24:48.2897162Z [INFO] 
2023-09-05T23:24:48.2898923Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-xml-impl ---
2023-09-05T23:24:48.2908154Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-xml-impl/src/main/resources
2023-09-05T23:24:48.2919499Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:24:48.2928216Z [INFO] 
2023-09-05T23:24:48.2929200Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-xml-impl ---
2023-09-05T23:24:48.2956497Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:24:48.2958646Z [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:24:48.5984821Z [INFO] 
2023-09-05T23:24:48.5991661Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-xml-impl ---
2023-09-05T23:24:48.5999541Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:24:48.6999113Z [INFO] 
2023-09-05T23:24:48.7000772Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-xml-impl ---
2023-09-05T23:24:48.7010565Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-xml-impl/src/test/resources
2023-09-05T23:24:48.7019116Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:24:48.7027524Z [INFO] 
2023-09-05T23:24:48.7028764Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-xml-impl ---
2023-09-05T23:24:48.7061321Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:24:48.7063119Z [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes
2023-09-05T23:24:48.8268624Z [INFO] 
2023-09-05T23:24:48.8269943Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-xml-impl ---
2023-09-05T23:24:48.8329030Z [INFO] Surefire report directory: /home/runner/work/maven/maven/maven-xml-impl/target/surefire-reports
2023-09-05T23:24:48.8439384Z [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
2023-09-05T23:24:48.8643329Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.1.2/surefire-junit-platform-3.1.2.pom
2023-09-05T23:24:48.8704677Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.1.2/surefire-junit-platform-3.1.2.pom (4.7 kB at 666 kB/s)
2023-09-05T23:24:48.8719925Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.1.2/surefire-providers-3.1.2.pom
2023-09-05T23:24:48.8796363Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.1.2/surefire-providers-3.1.2.pom (2.6 kB at 326 kB/s)
2023-09-05T23:24:48.8849212Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.1.2/common-java5-3.1.2.pom
2023-09-05T23:24:48.8924352Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.1.2/common-java5-3.1.2.pom (2.8 kB at 352 kB/s)
2023-09-05T23:24:48.8972754Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.pom
2023-09-05T23:24:48.9029325Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.pom (3.0 kB at 605 kB/s)
2023-09-05T23:24:48.9053183Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.pom
2023-09-05T23:24:48.9111091Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.pom (3.2 kB at 640 kB/s)
2023-09-05T23:24:48.9125336Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.pom
2023-09-05T23:24:48.9175050Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.pom (2.8 kB at 566 kB/s)
2023-09-05T23:24:48.9213903Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.1.2/surefire-junit-platform-3.1.2.jar
2023-09-05T23:24:48.9243073Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.1.2/common-java5-3.1.2.jar
2023-09-05T23:24:48.9257194Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.jar
2023-09-05T23:24:48.9270458Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.jar
2023-09-05T23:24:48.9374285Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.jar
2023-09-05T23:24:48.9375697Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.1.2/surefire-junit-platform-3.1.2.jar (27 kB at 1.7 MB/s)
2023-09-05T23:24:48.9382999Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.1.2/common-java5-3.1.2.jar (18 kB at 1.0 MB/s)
2023-09-05T23:24:48.9446690Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.jar (169 kB at 7.4 MB/s)
2023-09-05T23:24:48.9468231Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.jar (103 kB at 4.3 MB/s)
2023-09-05T23:24:48.9477769Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.jar (189 kB at 7.6 MB/s)
2023-09-05T23:24:48.9519334Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.pom
2023-09-05T23:24:48.9649173Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.pom (3.0 kB at 233 kB/s)
2023-09-05T23:24:48.9674673Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.jar
2023-09-05T23:24:48.9872838Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.jar (169 kB at 8.9 MB/s)
2023-09-05T23:24:49.0093007Z [INFO] 
2023-09-05T23:24:49.0097994Z [INFO] -------------------------------------------------------
2023-09-05T23:24:49.0102597Z [INFO]  T E S T S
2023-09-05T23:24:49.0105810Z [INFO] -------------------------------------------------------
2023-09-05T23:24:49.9630332Z [INFO] Running org.apache.maven.internal.xml.XmlNodeBuilderTest
2023-09-05T23:24:50.0958739Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.apache.maven.internal.xml.XmlNodeBuilderTest
2023-09-05T23:24:50.0960098Z [INFO] Running org.apache.maven.internal.xml.XmlNodeImplTest
2023-09-05T23:24:50.2389813Z [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.apache.maven.internal.xml.XmlNodeImplTest
2023-09-05T23:24:50.2537027Z [INFO] 
2023-09-05T23:24:50.2537574Z [INFO] Results:
2023-09-05T23:24:50.2537833Z [INFO] 
2023-09-05T23:24:50.2538245Z [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
2023-09-05T23:24:50.2538618Z [INFO] 
2023-09-05T23:24:50.2585516Z [INFO] 
2023-09-05T23:24:50.2589028Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-xml-impl ---
2023-09-05T23:24:50.2820201Z [INFO] Building jar: /home/runner/work/maven/maven/maven-xml-impl/target/maven-xml-impl-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:24:50.3102985Z [INFO] 
2023-09-05T23:24:50.3104479Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-xml-impl ---
2023-09-05T23:24:50.3105680Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:24:50.3106209Z [INFO] 
2023-09-05T23:24:50.3106905Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-xml-impl ---
2023-09-05T23:24:50.3108051Z [INFO] Installing /home/runner/work/maven/maven/maven-xml-impl/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-xml-impl/4.0.0-alpha-8-SNAPSHOT/maven-xml-impl-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:24:50.3109451Z [INFO] Installing /home/runner/work/maven/maven/maven-xml-impl/target/maven-xml-impl-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-xml-impl/4.0.0-alpha-8-SNAPSHOT/maven-xml-impl-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:24:50.3110159Z [INFO] 
2023-09-05T23:24:50.3110663Z [INFO] --------------------< org.apache.maven:maven-model >--------------------
2023-09-05T23:24:50.3111294Z [INFO] Building Maven Model 4.0.0-alpha-8-SNAPSHOT                       [8/29]
2023-09-05T23:24:50.3111773Z [INFO]   from maven-model/pom.xml
2023-09-05T23:24:50.3112426Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:24:50.3150546Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/siom79/japicmp/japicmp-maven-plugin/0.17.2/japicmp-maven-plugin-0.17.2.pom
2023-09-05T23:24:50.3305272Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/siom79/japicmp/japicmp-maven-plugin/0.17.2/japicmp-maven-plugin-0.17.2.pom (5.5 kB at 345 kB/s)
2023-09-05T23:24:50.3319167Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/siom79/japicmp/japicmp-base/0.17.2/japicmp-base-0.17.2.pom
2023-09-05T23:24:50.3472310Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/siom79/japicmp/japicmp-base/0.17.2/japicmp-base-0.17.2.pom (15 kB at 1.0 MB/s)
2023-09-05T23:24:50.3566144Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/siom79/japicmp/japicmp-maven-plugin/0.17.2/japicmp-maven-plugin-0.17.2.jar
2023-09-05T23:24:50.3969659Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/siom79/japicmp/japicmp-maven-plugin/0.17.2/japicmp-maven-plugin-0.17.2.jar (46 kB at 1.2 MB/s)
2023-09-05T23:24:50.4011373Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-core/1.36/jmh-core-1.36.pom
2023-09-05T23:24:50.4275401Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-core/1.36/jmh-core-1.36.pom (9.3 kB at 344 kB/s)
2023-09-05T23:24:50.4316385Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-parent/1.36/jmh-parent-1.36.pom
2023-09-05T23:24:50.4447272Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-parent/1.36/jmh-parent-1.36.pom (12 kB at 900 kB/s)
2023-09-05T23:24:50.4468641Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom
2023-09-05T23:24:50.4528593Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom (14 kB at 2.3 MB/s)
2023-09-05T23:24:50.4550497Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.2/commons-math3-3.2.pom
2023-09-05T23:24:50.4606398Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.2/commons-math3-3.2.pom (17 kB at 2.9 MB/s)
2023-09-05T23:24:50.4625070Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom
2023-09-05T23:24:50.4691011Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 8.4 MB/s)
2023-09-05T23:24:50.4720040Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-generator-annprocess/1.36/jmh-generator-annprocess-1.36.pom
2023-09-05T23:24:50.4769935Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-generator-annprocess/1.36/jmh-generator-annprocess-1.36.pom (3.7 kB at 739 kB/s)
2023-09-05T23:24:50.4806494Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-core/1.36/jmh-core-1.36.jar
2023-09-05T23:24:50.4814037Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar
2023-09-05T23:24:50.4822293Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.2/commons-math3-3.2.jar
2023-09-05T23:24:50.4853949Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-generator-annprocess/1.36/jmh-generator-annprocess-1.36.jar
2023-09-05T23:24:50.4943567Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar (78 kB at 7.1 MB/s)
2023-09-05T23:24:50.5058891Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-generator-annprocess/1.36/jmh-generator-annprocess-1.36.jar (31 kB at 1.8 MB/s)
2023-09-05T23:24:50.5074051Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-core/1.36/jmh-core-1.36.jar (537 kB at 20 MB/s)
2023-09-05T23:24:50.5374677Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.2/commons-math3-3.2.jar (1.7 MB at 30 MB/s)
2023-09-05T23:24:50.5461856Z [INFO] 
2023-09-05T23:24:50.5462887Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-model ---
2023-09-05T23:24:50.5465800Z [INFO] Adding ignore: module-info
2023-09-05T23:24:50.6509344Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:24:50.6564484Z [INFO] 
2023-09-05T23:24:50.6567453Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-model ---
2023-09-05T23:24:50.6568163Z [INFO] 
2023-09-05T23:24:50.6569106Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-model ---
2023-09-05T23:24:50.6569558Z [INFO] 
2023-09-05T23:24:50.6570074Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-model ---
2023-09-05T23:24:50.6570650Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:24:50.6571023Z [INFO] 
2023-09-05T23:24:50.6571389Z [INFO] --- modello-maven-plugin:2.1.2:velocity (model-v3) @ maven-model ---
2023-09-05T23:24:50.6571922Z [INFO] outputDirectory: /home/runner/work/maven/maven/maven-model/target/generated-sources/modello
2023-09-05T23:24:50.6572294Z [INFO] Working on model: src/main/mdo/maven.mdo
2023-09-05T23:24:50.6572588Z [INFO] Generating current version: 4.1.0
2023-09-05T23:24:50.8605125Z [INFO] 
2023-09-05T23:24:50.8607058Z [INFO] --- modello-maven-plugin:2.1.2:velocity (model-v4) @ maven-model ---
2023-09-05T23:24:50.8648810Z [INFO] outputDirectory: /home/runner/work/maven/maven/maven-model/target/generated-sources/modello
2023-09-05T23:24:50.8651846Z [INFO] Working on model: src/main/mdo/maven.mdo
2023-09-05T23:24:50.8875303Z [INFO] Generating current version: 4.2.0
2023-09-05T23:24:51.2123862Z [INFO] 
2023-09-05T23:24:51.2124812Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-model ---
2023-09-05T23:24:51.4533327Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:24:51.4534560Z [INFO] 
2023-09-05T23:24:51.4535617Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-model ---
2023-09-05T23:24:51.4556150Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:24:51.4588743Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:24:51.5199566Z [INFO] 
2023-09-05T23:24:51.5200859Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-model ---
2023-09-05T23:24:51.5212480Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-model/src/main/resources
2023-09-05T23:24:51.5216718Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:24:51.5224528Z [INFO] 
2023-09-05T23:24:51.5225214Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-model ---
2023-09-05T23:24:51.5304165Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:24:51.5307227Z [INFO] Compiling 62 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:24:54.1179506Z [INFO] /home/runner/work/maven/maven/maven-model/target/generated-sources/modello/org/apache/maven/model/v4/MavenXpp3WriterEx.java: Some input files use or override a deprecated API.
2023-09-05T23:24:54.1181231Z [INFO] /home/runner/work/maven/maven/maven-model/target/generated-sources/modello/org/apache/maven/model/v4/MavenXpp3WriterEx.java: Recompile with -Xlint:deprecation for details.
2023-09-05T23:24:54.1182467Z [INFO] /home/runner/work/maven/maven/maven-model/src/main/java/org/apache/maven/model/InputLocation.java: Some input files use unchecked or unsafe operations.
2023-09-05T23:24:54.1183469Z [INFO] /home/runner/work/maven/maven/maven-model/src/main/java/org/apache/maven/model/InputLocation.java: Recompile with -Xlint:unchecked for details.
2023-09-05T23:24:54.1184182Z [INFO] 
2023-09-05T23:24:54.1184748Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-model ---
2023-09-05T23:24:54.1218431Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:24:54.2473706Z [INFO] 
2023-09-05T23:24:54.2475767Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-model ---
2023-09-05T23:24:54.2498120Z [INFO] Copying 1 resource from src/test/resources to target/test-classes
2023-09-05T23:24:54.2504105Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:24:54.2508808Z [INFO] 
2023-09-05T23:24:54.2509573Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-model ---
2023-09-05T23:24:54.2569887Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:24:54.2573044Z [INFO] Compiling 42 source files with javac [debug target 1.8] to target/test-classes
2023-09-05T23:24:54.8611974Z [INFO] /home/runner/work/maven/maven/maven-model/src/test/java/org/apache/maven/model/v4/Xpp3DomPerfTest.java: Some input files use or override a deprecated API.
2023-09-05T23:24:54.8613236Z [INFO] /home/runner/work/maven/maven/maven-model/src/test/java/org/apache/maven/model/v4/Xpp3DomPerfTest.java: Recompile with -Xlint:deprecation for details.
2023-09-05T23:24:54.8614019Z [INFO] 
2023-09-05T23:24:54.8614901Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-model ---
2023-09-05T23:24:54.8703950Z [INFO] Surefire report directory: /home/runner/work/maven/maven/maven-model/target/surefire-reports
2023-09-05T23:24:54.8705987Z [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
2023-09-05T23:24:54.8798373Z [INFO] 
2023-09-05T23:24:54.8799094Z [INFO] -------------------------------------------------------
2023-09-05T23:24:54.8799774Z [INFO]  T E S T S
2023-09-05T23:24:54.8800418Z [INFO] -------------------------------------------------------
2023-09-05T23:24:55.7945780Z [INFO] Running org.apache.maven.model.ActivationPropertyTest
2023-09-05T23:24:55.8768355Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.apache.maven.model.ActivationPropertyTest
2023-09-05T23:24:55.8862697Z [INFO] Running org.apache.maven.model.ScmTest
2023-09-05T23:24:55.9183417Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.apache.maven.model.ScmTest
2023-09-05T23:24:55.9241898Z [INFO] Running org.apache.maven.model.ReportingTest
2023-09-05T23:24:55.9449560Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.apache.maven.model.ReportingTest
2023-09-05T23:24:55.9504017Z [INFO] Running org.apache.maven.model.BuildTest
2023-09-05T23:24:55.9741474Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.apache.maven.model.BuildTest
2023-09-05T23:24:55.9773820Z [INFO] Running org.apache.maven.model.ExtensionTest
2023-09-05T23:24:55.9960544Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.apache.maven.model.ExtensionTest
2023-09-05T23:24:56.0028295Z [INFO] Running org.apache.maven.model.ActivationOSTest
2023-09-05T23:24:56.0182150Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.apache.maven.model.ActivationOSTest
2023-09-05T23:24:56.0231770Z [INFO] Running org.apache.maven.model.DeveloperTest
2023-09-05T23:24:56.0362353Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.apache.maven.model.DeveloperTest
2023-09-05T23:24:56.0381574Z [INFO] Running org.apache.maven.model.DistributionManagementTest
2023-09-05T23:24:56.0653600Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.apache.maven.model.DistributionManagementTest
2023-09-05T23:24:56.0699998Z [INFO] Running org.apache.maven.model.CiManagementTest
2023-09-05T23:24:56.0782104Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.apache.maven.model.CiManagementTest
2023-09-05T23:24:56.0789306Z [INFO] Running org.apache.maven.model.RepositoryTest
2023-09-05T23:24:56.0937069Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.apache.maven.model.RepositoryTest
2023-09-05T23:24:56.0939118Z [INFO] Running org.apache.maven.model.LicenseTest
2023-09-05T23:24:56.1051967Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.apache.maven.model.LicenseTest
2023-09-05T23:24:56.1059798Z [INFO] Running org.apache.maven.model.DeploymentRepositoryTest
2023-09-05T23:24:56.1212399Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.maven.model.DeploymentRepositoryTest
2023-09-05T23:24:56.1226421Z [INFO] Running org.apache.maven.model.ExclusionTest
2023-09-05T23:24:56.1387033Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.apache.maven.model.ExclusionTest
2023-09-05T23:24:56.1389992Z [INFO] Running org.apache.maven.model.ParentTest
2023-09-05T23:24:56.1531616Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.apache.maven.model.ParentTest
2023-09-05T23:24:56.1541612Z [INFO] Running org.apache.maven.model.RelocationTest
2023-09-05T23:24:56.1702818Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.apache.maven.model.RelocationTest
2023-09-05T23:24:56.1703670Z [INFO] Running org.apache.maven.model.ActivationTest
2023-09-05T23:24:56.1863099Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.apache.maven.model.ActivationTest
2023-09-05T23:24:56.1864035Z [INFO] Running org.apache.maven.model.ProfileTest
2023-09-05T23:24:56.2013270Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.apache.maven.model.ProfileTest
2023-09-05T23:24:56.2034567Z [INFO] Running org.apache.maven.model.v4.ModelXmlTest
2023-09-05T23:24:56.2742974Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.apache.maven.model.v4.ModelXmlTest
2023-09-05T23:24:56.2783343Z [INFO] Running org.apache.maven.model.v4.MavenModelVersionTest
2023-09-05T23:24:56.3167745Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.apache.maven.model.v4.MavenModelVersionTest
2023-09-05T23:24:56.3191586Z [INFO] Running org.apache.maven.model.OrganizationTest
2023-09-05T23:24:56.3307223Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.maven.model.OrganizationTest
2023-09-05T23:24:56.3361804Z [INFO] Running org.apache.maven.model.merge.MavenMergerTest
2023-09-05T23:24:56.3796938Z [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.apache.maven.model.merge.MavenMergerTest
2023-09-05T23:24:56.3797857Z [INFO] Running org.apache.maven.model.PluginTest
2023-09-05T23:24:56.3892217Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.maven.model.PluginTest
2023-09-05T23:24:56.3907918Z [INFO] Running org.apache.maven.model.ReportSetTest
2023-09-05T23:24:56.4040092Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.apache.maven.model.ReportSetTest
2023-09-05T23:24:56.4066760Z [INFO] Running org.apache.maven.model.ContributorTest
2023-09-05T23:24:56.4154759Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.maven.model.ContributorTest
2023-09-05T23:24:56.4163113Z [INFO] Running org.apache.maven.model.PluginConfigurationTest
2023-09-05T23:24:56.4242649Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.maven.model.PluginConfigurationTest
2023-09-05T23:24:56.4253415Z [INFO] Running org.apache.maven.model.PrerequisitesTest
2023-09-05T23:24:56.4347739Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.maven.model.PrerequisitesTest
2023-09-05T23:24:56.4368368Z [INFO] Running org.apache.maven.model.PluginContainerTest
2023-09-05T23:24:56.4521902Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.apache.maven.model.PluginContainerTest
2023-09-05T23:24:56.4532646Z [INFO] Running org.apache.maven.model.RepositoryPolicyTest
2023-09-05T23:24:56.4615970Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.maven.model.RepositoryPolicyTest
2023-09-05T23:24:56.4639447Z [INFO] Running org.apache.maven.model.ActivationFileTest
2023-09-05T23:24:56.4718098Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.maven.model.ActivationFileTest
2023-09-05T23:24:56.4726036Z [INFO] Running org.apache.maven.model.PluginExecutionTest
2023-09-05T23:24:56.4799490Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.maven.model.PluginExecutionTest
2023-09-05T23:24:56.4807094Z [INFO] Running org.apache.maven.model.MailingListTest
2023-09-05T23:24:56.4938943Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.apache.maven.model.MailingListTest
2023-09-05T23:24:56.4947348Z [INFO] Running org.apache.maven.model.ModelTest
2023-09-05T23:24:56.5165919Z [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.apache.maven.model.ModelTest
2023-09-05T23:24:56.5175021Z [INFO] Running org.apache.maven.model.DependencyManagementTest
2023-09-05T23:24:56.5365089Z [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.apache.maven.model.DependencyManagementTest
2023-09-05T23:24:56.5374629Z [INFO] Running org.apache.maven.model.ReportPluginTest
2023-09-05T23:24:56.5437475Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.maven.model.ReportPluginTest
2023-09-05T23:24:56.5447114Z [INFO] Running org.apache.maven.model.ResourceTest
2023-09-05T23:24:56.5578745Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.apache.maven.model.ResourceTest
2023-09-05T23:24:56.5586490Z [INFO] Running org.apache.maven.model.NotifierTest
2023-09-05T23:24:56.5660505Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.maven.model.NotifierTest
2023-09-05T23:24:56.5669122Z [INFO] Running org.apache.maven.model.SiteTest
2023-09-05T23:24:56.5757766Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.maven.model.SiteTest
2023-09-05T23:24:56.5766937Z [INFO] Running org.apache.maven.model.DependencyTest
2023-09-05T23:24:56.5829004Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.maven.model.DependencyTest
2023-09-05T23:24:56.5841377Z [INFO] Running org.apache.maven.model.PluginManagementTest
2023-09-05T23:24:56.5999061Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.apache.maven.model.PluginManagementTest
2023-09-05T23:24:56.6007841Z [INFO] Running org.apache.maven.model.IssueManagementTest
2023-09-05T23:24:56.6075993Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.maven.model.IssueManagementTest
2023-09-05T23:24:56.6089187Z [INFO] Running org.apache.maven.model.SerializationTest
2023-09-05T23:24:56.6996870Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.apache.maven.model.SerializationTest
2023-09-05T23:24:56.7309831Z [INFO] 
2023-09-05T23:24:56.7310144Z [INFO] Results:
2023-09-05T23:24:56.7310381Z [INFO] 
2023-09-05T23:24:56.7310731Z [INFO] Tests run: 159, Failures: 0, Errors: 0, Skipped: 0
2023-09-05T23:24:56.7311013Z [INFO] 
2023-09-05T23:24:56.7342399Z [INFO] 
2023-09-05T23:24:56.7343393Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-model ---
2023-09-05T23:24:56.7702539Z [INFO] Building jar: /home/runner/work/maven/maven/maven-model/target/maven-model-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:24:56.8347268Z [INFO] 
2023-09-05T23:24:56.8348146Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-model ---
2023-09-05T23:24:56.8360403Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:24:56.8364347Z [INFO] 
2023-09-05T23:24:56.8364838Z [INFO] --- japicmp-maven-plugin:0.17.2:cmp (default) @ maven-model ---
2023-09-05T23:24:56.8394357Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom
2023-09-05T23:24:56.8548599Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom (1.4 kB at 96 kB/s)
2023-09-05T23:24:56.8560002Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom
2023-09-05T23:24:56.8657463Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom (15 kB at 1.5 MB/s)
2023-09-05T23:24:56.8677056Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom
2023-09-05T23:24:56.8755578Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom (12 kB at 1.5 MB/s)
2023-09-05T23:24:56.8765595Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom
2023-09-05T23:24:56.8824571Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom (14 kB at 2.3 MB/s)
2023-09-05T23:24:56.8840357Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom
2023-09-05T23:24:56.8899165Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom (2.2 kB at 361 kB/s)
2023-09-05T23:24:56.8910932Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom
2023-09-05T23:24:56.8966611Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom (2.1 kB at 352 kB/s)
2023-09-05T23:24:56.8975514Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom
2023-09-05T23:24:56.9017313Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom (5.4 kB at 1.4 MB/s)
2023-09-05T23:24:56.9029374Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.pom
2023-09-05T23:24:56.9095287Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.pom (7.2 kB at 1.0 MB/s)
2023-09-05T23:24:56.9116594Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
2023-09-05T23:24:56.9165251Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 629 kB/s)
2023-09-05T23:24:56.9183882Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
2023-09-05T23:24:56.9225948Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 1.3 MB/s)
2023-09-05T23:24:56.9241325Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
2023-09-05T23:24:56.9558896Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 184 kB/s)
2023-09-05T23:24:56.9647372Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
2023-09-05T23:24:56.9727773Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 989 kB/s)
2023-09-05T23:24:56.9778572Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
2023-09-05T23:24:56.9842034Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 205 kB/s)
2023-09-05T23:24:56.9851509Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
2023-09-05T23:24:56.9901972Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 589 kB/s)
2023-09-05T23:24:56.9910396Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
2023-09-05T23:24:56.9998079Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 879 kB/s)
2023-09-05T23:24:57.0011879Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom
2023-09-05T23:24:57.0064988Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 4.1 MB/s)
2023-09-05T23:24:57.0084015Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
2023-09-05T23:24:57.0130266Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 256 kB/s)
2023-09-05T23:24:57.0142451Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
2023-09-05T23:24:57.0275777Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 781 kB/s)
2023-09-05T23:24:57.0286051Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
2023-09-05T23:24:57.0369276Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 1.4 MB/s)
2023-09-05T23:24:57.0386364Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
2023-09-05T23:24:57.0435859Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 994 kB/s)
2023-09-05T23:24:57.0447090Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
2023-09-05T23:24:57.0500343Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 1.6 MB/s)
2023-09-05T23:24:57.0515228Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom
2023-09-05T23:24:57.0588526Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 38 kB/s)
2023-09-05T23:24:57.0601517Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
2023-09-05T23:24:57.0848614Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 173 kB/s)
2023-09-05T23:24:57.0876518Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
2023-09-05T23:24:57.0925248Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 777 kB/s)
2023-09-05T23:24:57.0938554Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
2023-09-05T23:24:57.0987256Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 807 kB/s)
2023-09-05T23:24:57.0999283Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
2023-09-05T23:24:57.1047323Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 1.7 MB/s)
2023-09-05T23:24:57.1076036Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
2023-09-05T23:24:57.1138819Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 688 kB/s)
2023-09-05T23:24:57.1154749Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/siom79/japicmp/japicmp/0.17.2/japicmp-0.17.2.pom
2023-09-05T23:24:57.1246766Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/siom79/japicmp/japicmp/0.17.2/japicmp-0.17.2.pom (5.6 kB at 623 kB/s)
2023-09-05T23:24:57.1271762Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.29.1-GA/javassist-3.29.1-GA.pom
2023-09-05T23:24:57.1334666Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.29.1-GA/javassist-3.29.1-GA.pom (11 kB at 1.5 MB/s)
2023-09-05T23:24:57.1348649Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom
2023-09-05T23:24:57.1400203Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom (16 kB at 3.2 MB/s)
2023-09-05T23:24:57.1414566Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom
2023-09-05T23:24:57.1467296Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom (7.7 kB at 1.5 MB/s)
2023-09-05T23:24:57.1477676Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
2023-09-05T23:24:57.1528822Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 2.6 MB/s)
2023-09-05T23:24:57.1543370Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom
2023-09-05T23:24:57.1596202Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom (4.6 kB at 914 kB/s)
2023-09-05T23:24:57.1604392Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.1/all-1.2.1.pom
2023-09-05T23:24:57.1727693Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.1/all-1.2.1.pom (18 kB at 1.5 MB/s)
2023-09-05T23:24:57.1782674Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom
2023-09-05T23:24:57.1810292Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 kB at 1.9 MB/s)
2023-09-05T23:24:57.1827660Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.pom
2023-09-05T23:24:57.1902702Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.pom (5.6 kB at 697 kB/s)
2023-09-05T23:24:57.1912666Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.2/jaxb-runtime-parent-2.3.2.pom
2023-09-05T23:24:57.1984344Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.2/jaxb-runtime-parent-2.3.2.pom (1.1 kB at 162 kB/s)
2023-09-05T23:24:57.1993886Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.3.2/jaxb-parent-2.3.2.pom
2023-09-05T23:24:57.2077860Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.3.2/jaxb-parent-2.3.2.pom (30 kB at 3.7 MB/s)
2023-09-05T23:24:57.2096907Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.3.2/jaxb-bom-ext-2.3.2.pom
2023-09-05T23:24:57.2164102Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.3.2/jaxb-bom-ext-2.3.2.pom (3.1 kB at 449 kB/s)
2023-09-05T23:24:57.2175357Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.3.2/jaxb-bom-2.3.2.pom
2023-09-05T23:24:57.2241251Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.3.2/jaxb-bom-2.3.2.pom (8.0 kB at 1.1 MB/s)
2023-09-05T23:24:57.2259526Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.pom
2023-09-05T23:24:57.2333729Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.pom (2.8 kB at 346 kB/s)
2023-09-05T23:24:57.2345083Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.2/jaxb-txw-parent-2.3.2.pom
2023-09-05T23:24:57.2413311Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.2/jaxb-txw-parent-2.3.2.pom (1.1 kB at 163 kB/s)
2023-09-05T23:24:57.2434996Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.pom
2023-09-05T23:24:57.2493750Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.pom (3.6 kB at 592 kB/s)
2023-09-05T23:24:57.2506977Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/3.0.8/istack-commons-3.0.8.pom
2023-09-05T23:24:57.2720229Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/3.0.8/istack-commons-3.0.8.pom (19 kB at 888 kB/s)
2023-09-05T23:24:57.2759843Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.pom
2023-09-05T23:24:57.2979992Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.pom (15 kB at 689 kB/s)
2023-09-05T23:24:57.3004490Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.pom
2023-09-05T23:24:57.3104533Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.pom (5.3 kB at 526 kB/s)
2023-09-05T23:24:57.3120737Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.16/fastinfoset-project-1.2.16.pom
2023-09-05T23:24:57.3320917Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.16/fastinfoset-project-1.2.16.pom (15 kB at 759 kB/s)
2023-09-05T23:24:57.3394539Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-jsr223/2.4.6/groovy-jsr223-2.4.6.pom
2023-09-05T23:24:57.3490611Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-jsr223/2.4.6/groovy-jsr223-2.4.6.pom (15 kB at 1.7 MB/s)
2023-09-05T23:24:57.3509267Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/2.4.6/groovy-2.4.6.pom
2023-09-05T23:24:57.3629281Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/2.4.6/groovy-2.4.6.pom (17 kB at 1.4 MB/s)
2023-09-05T23:24:57.3710778Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.jar
2023-09-05T23:24:57.3718774Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar
2023-09-05T23:24:57.3726175Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar
2023-09-05T23:24:57.3733676Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar
2023-09-05T23:24:57.3760818Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar
2023-09-05T23:24:57.3902966Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.jar (14 kB at 916 kB/s)
2023-09-05T23:24:57.3905954Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar
2023-09-05T23:24:57.3951397Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar (14 kB at 631 kB/s)
2023-09-05T23:24:57.3952668Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
2023-09-05T23:24:57.3961223Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar (214 kB at 8.9 MB/s)
2023-09-05T23:24:57.3962949Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
2023-09-05T23:24:57.3972456Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar (11 kB at 440 kB/s)
2023-09-05T23:24:57.3976188Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
2023-09-05T23:24:57.4014337Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar (19 kB at 692 kB/s)
2023-09-05T23:24:57.4015570Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
2023-09-05T23:24:57.4052236Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 1.4 MB/s)
2023-09-05T23:24:57.4056604Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
2023-09-05T23:24:57.4067068Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 183 kB/s)
2023-09-05T23:24:57.4071915Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
2023-09-05T23:24:57.4107580Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 5.5 MB/s)
2023-09-05T23:24:57.4108840Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar
2023-09-05T23:24:57.4142491Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 4.3 MB/s)
2023-09-05T23:24:57.4145125Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
2023-09-05T23:24:57.4207829Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 947 kB/s)
2023-09-05T23:24:57.4209187Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar
2023-09-05T23:24:57.4231324Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 1.3 MB/s)
2023-09-05T23:24:57.4232710Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
2023-09-05T23:24:57.4351453Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 3.4 MB/s)
2023-09-05T23:24:57.4360273Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/siom79/japicmp/japicmp/0.17.2/japicmp-0.17.2.jar
2023-09-05T23:24:57.4365310Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 2.5 MB/s)
2023-09-05T23:24:57.4368040Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.29.1-GA/javassist-3.29.1-GA.jar
2023-09-05T23:24:57.4369098Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 4.1 MB/s)
2023-09-05T23:24:57.4370358Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar
2023-09-05T23:24:57.4586201Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 4.3 MB/s)
2023-09-05T23:24:57.4591346Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar
2023-09-05T23:24:57.4595631Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar (115 kB at 1.4 MB/s)
2023-09-05T23:24:57.4596735Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar
2023-09-05T23:24:57.4699060Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar (44 kB at 467 kB/s)
2023-09-05T23:24:57.4703519Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar
2023-09-05T23:24:57.4775330Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/siom79/japicmp/japicmp/0.17.2/japicmp-0.17.2.jar (286 kB at 2.9 MB/s)
2023-09-05T23:24:57.4776672Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar
2023-09-05T23:24:57.4822977Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar (72 kB at 674 kB/s)
2023-09-05T23:24:57.4824179Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar
2023-09-05T23:24:57.4827837Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar (27 kB at 251 kB/s)
2023-09-05T23:24:57.4828868Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar
2023-09-05T23:24:57.4896605Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar (38 kB at 331 kB/s)
2023-09-05T23:24:57.4897641Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-jsr223/2.4.6/groovy-jsr223-2.4.6.jar
2023-09-05T23:24:57.5067804Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-jsr223/2.4.6/groovy-jsr223-2.4.6.jar (21 kB at 156 kB/s)
2023-09-05T23:24:57.5068978Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/2.4.6/groovy-2.4.6.jar
2023-09-05T23:24:57.5077669Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar (317 kB at 2.4 MB/s)
2023-09-05T23:24:57.5166203Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.29.1-GA/javassist-3.29.1-GA.jar (794 kB at 5.6 MB/s)
2023-09-05T23:24:57.5302681Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar (1.0 MB at 6.5 MB/s)
2023-09-05T23:24:57.5528410Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar (2.9 MB at 16 MB/s)
2023-09-05T23:24:57.6267106Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/2.4.6/groovy-2.4.6.jar (4.6 MB at 18 MB/s)
2023-09-05T23:24:57.7471583Z [INFO] Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/maven-model/maven-metadata.xml
2023-09-05T23:24:57.7486557Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/maven-metadata.xml
2023-09-05T23:24:57.7563975Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/maven-metadata.xml (2.8 kB at 354 kB/s)
2023-09-05T23:24:58.1130001Z [INFO] Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/maven-model/maven-metadata.xml (555 B at 1.5 kB/s)
2023-09-05T23:24:58.1192845Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.7/maven-model-3.8.7.jar
2023-09-05T23:24:58.1355814Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.7/maven-model-3.8.7.jar (217 kB at 14 MB/s)
2023-09-05T23:24:58.8061615Z [INFO] Written file '/home/runner/work/maven/maven/maven-model/target/japicmp/japicmp.diff'.
2023-09-05T23:24:59.5175320Z [INFO] Written file '/home/runner/work/maven/maven/maven-model/target/japicmp/japicmp.xml'.
2023-09-05T23:24:59.5177175Z [INFO] Written file '/home/runner/work/maven/maven/maven-model/target/japicmp/japicmp.html'.
2023-09-05T23:24:59.5241212Z [INFO] 
2023-09-05T23:24:59.5242763Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-model ---
2023-09-05T23:24:59.5270249Z [INFO] Installing /home/runner/work/maven/maven/maven-model/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-model/4.0.0-alpha-8-SNAPSHOT/maven-model-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:24:59.5273562Z [INFO] Installing /home/runner/work/maven/maven/maven-model/target/maven-model-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-model/4.0.0-alpha-8-SNAPSHOT/maven-model-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:24:59.5288527Z [INFO] 
2023-09-05T23:24:59.5289388Z [INFO] ------------------< org.apache.maven:maven-artifact >-------------------
2023-09-05T23:24:59.5290580Z [INFO] Building Maven Artifact 4.0.0-alpha-8-SNAPSHOT                    [9/29]
2023-09-05T23:24:59.5291040Z [INFO]   from maven-artifact/pom.xml
2023-09-05T23:24:59.5291772Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:24:59.5351020Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.1.2/maven-failsafe-plugin-3.1.2.pom
2023-09-05T23:24:59.5429638Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.1.2/maven-failsafe-plugin-3.1.2.pom (10 kB at 1.3 MB/s)
2023-09-05T23:24:59.5488763Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.1.2/maven-failsafe-plugin-3.1.2.jar
2023-09-05T23:24:59.5596316Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.1.2/maven-failsafe-plugin-3.1.2.jar (54 kB at 4.9 MB/s)
2023-09-05T23:24:59.5699540Z [INFO] 
2023-09-05T23:24:59.5703367Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-artifact ---
2023-09-05T23:24:59.5736505Z [INFO] Adding ignore: module-info
2023-09-05T23:24:59.5838300Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:24:59.5842710Z [INFO] 
2023-09-05T23:24:59.5846335Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-artifact ---
2023-09-05T23:24:59.5856947Z [INFO] 
2023-09-05T23:24:59.5860563Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-artifact ---
2023-09-05T23:24:59.5872972Z [INFO] 
2023-09-05T23:24:59.5876110Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-artifact ---
2023-09-05T23:24:59.5905402Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:24:59.5909696Z [INFO] 
2023-09-05T23:24:59.5913737Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-artifact ---
2023-09-05T23:25:00.1683730Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:25:00.1689557Z [INFO] 
2023-09-05T23:25:00.1694074Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-artifact ---
2023-09-05T23:25:00.1715435Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:25:00.1752139Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:25:00.1813206Z [INFO] 
2023-09-05T23:25:00.1816932Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-artifact ---
2023-09-05T23:25:00.1831029Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-artifact/src/main/resources
2023-09-05T23:25:00.1838524Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:25:00.1848347Z [INFO] 
2023-09-05T23:25:00.1852772Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-artifact ---
2023-09-05T23:25:00.1898084Z [INFO] Changes detected - recompiling the module! :source
2023-09-05T23:25:00.1903954Z [INFO] Compiling 27 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:25:00.3558875Z [INFO] /home/runner/work/maven/maven/maven-artifact/src/main/java/org/apache/maven/artifact/resolver/MultipleArtifactsNotFoundException.java: Some input files use or override a deprecated API.
2023-09-05T23:25:00.3564219Z [INFO] /home/runner/work/maven/maven/maven-artifact/src/main/java/org/apache/maven/artifact/resolver/MultipleArtifactsNotFoundException.java: Recompile with -Xlint:deprecation for details.
2023-09-05T23:25:00.3568980Z [INFO] 
2023-09-05T23:25:00.3572447Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-artifact ---
2023-09-05T23:25:00.3586032Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:25:00.3654642Z [INFO] 
2023-09-05T23:25:00.3658303Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-artifact ---
2023-09-05T23:25:00.3674117Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-artifact/src/test/resources
2023-09-05T23:25:00.3695309Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:25:00.3713800Z [INFO] 
2023-09-05T23:25:00.3717895Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-artifact ---
2023-09-05T23:25:00.3752600Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:00.3758664Z [INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes
2023-09-05T23:25:00.6144034Z [INFO] 
2023-09-05T23:25:00.6146959Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-artifact ---
2023-09-05T23:25:00.6193232Z [INFO] Surefire report directory: /home/runner/work/maven/maven/maven-artifact/target/surefire-reports
2023-09-05T23:25:00.6197590Z [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
2023-09-05T23:25:00.6314279Z [INFO] 
2023-09-05T23:25:00.6316035Z [INFO] -------------------------------------------------------
2023-09-05T23:25:00.6317736Z [INFO]  T E S T S
2023-09-05T23:25:00.6319332Z [INFO] -------------------------------------------------------
2023-09-05T23:25:01.6104610Z [INFO] Running org.apache.maven.artifact.DefaultArtifactTest
2023-09-05T23:25:01.7306842Z [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.apache.maven.artifact.DefaultArtifactTest
2023-09-05T23:25:01.7360265Z [INFO] Running org.apache.maven.artifact.versioning.VersionRangeTest
2023-09-05T23:25:01.8120241Z [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.apache.maven.artifact.versioning.VersionRangeTest
2023-09-05T23:25:01.8205200Z [INFO] Running org.apache.maven.artifact.versioning.ComparableVersionTest
2023-09-05T23:25:01.9258132Z [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.apache.maven.artifact.versioning.ComparableVersionTest
2023-09-05T23:25:01.9301411Z [INFO] Running org.apache.maven.artifact.versioning.DefaultArtifactVersionTest
2023-09-05T23:25:01.9558584Z [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.apache.maven.artifact.versioning.DefaultArtifactVersionTest
2023-09-05T23:25:01.9564083Z [INFO] Running org.apache.maven.artifact.ArtifactUtilsTest
2023-09-05T23:25:01.9723457Z [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.maven.artifact.ArtifactUtilsTest
2023-09-05T23:25:02.0015373Z [INFO] 
2023-09-05T23:25:02.0016141Z [INFO] Results:
2023-09-05T23:25:02.0016393Z [INFO] 
2023-09-05T23:25:02.0016876Z [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0
2023-09-05T23:25:02.0017151Z [INFO] 
2023-09-05T23:25:02.0035969Z [INFO] 
2023-09-05T23:25:02.0036985Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-artifact ---
2023-09-05T23:25:02.0173819Z [INFO] Building jar: /home/runner/work/maven/maven/maven-artifact/target/maven-artifact-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:02.0493213Z [INFO] 
2023-09-05T23:25:02.0504066Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-artifact ---
2023-09-05T23:25:02.0514588Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:25:02.0517247Z [INFO] 
2023-09-05T23:25:02.0519735Z [INFO] --- maven-failsafe-plugin:3.1.2:integration-test (default) @ maven-artifact ---
2023-09-05T23:25:02.7430219Z [INFO] Failsafe report directory: /home/runner/work/maven/maven/maven-artifact/target/failsafe-reports
2023-09-05T23:25:02.7483696Z [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
2023-09-05T23:25:02.7885411Z [INFO] 
2023-09-05T23:25:02.7889540Z [INFO] -------------------------------------------------------
2023-09-05T23:25:02.7892306Z [INFO]  T E S T S
2023-09-05T23:25:02.7895091Z [INFO] -------------------------------------------------------
2023-09-05T23:25:03.4396342Z [INFO] Running org.apache.maven.artifact.versioning.ComparableVersionIT
2023-09-05T23:25:03.5104464Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.apache.maven.artifact.versioning.ComparableVersionIT
2023-09-05T23:25:03.5224890Z [INFO] 
2023-09-05T23:25:03.5225527Z [INFO] Results:
2023-09-05T23:25:03.5226187Z [INFO] 
2023-09-05T23:25:03.5226539Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
2023-09-05T23:25:03.5226872Z [INFO] 
2023-09-05T23:25:03.5363960Z [INFO] 
2023-09-05T23:25:03.5364992Z [INFO] --- maven-failsafe-plugin:3.1.2:verify (default) @ maven-artifact ---
2023-09-05T23:25:03.5394148Z [INFO] Failsafe report directory: /home/runner/work/maven/maven/maven-artifact/target/failsafe-reports
2023-09-05T23:25:03.5950921Z [INFO] 
2023-09-05T23:25:03.5956294Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-artifact ---
2023-09-05T23:25:03.5979548Z [INFO] Installing /home/runner/work/maven/maven/maven-artifact/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-artifact/4.0.0-alpha-8-SNAPSHOT/maven-artifact-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:25:03.5991564Z [INFO] Installing /home/runner/work/maven/maven/maven-artifact/target/maven-artifact-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-artifact/4.0.0-alpha-8-SNAPSHOT/maven-artifact-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:03.6007748Z [INFO] 
2023-09-05T23:25:03.6010791Z [INFO] -----------------< org.apache.maven:maven-plugin-api >------------------
2023-09-05T23:25:03.6013845Z [INFO] Building Maven Plugin API 4.0.0-alpha-8-SNAPSHOT                 [10/29]
2023-09-05T23:25:03.6016942Z [INFO]   from maven-plugin-api/pom.xml
2023-09-05T23:25:03.6021047Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:25:03.6132299Z [INFO] 
2023-09-05T23:25:03.6135702Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-plugin-api ---
2023-09-05T23:25:03.6169962Z [INFO] Adding ignore: module-info
2023-09-05T23:25:03.6507926Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:25:03.6512469Z [INFO] 
2023-09-05T23:25:03.6516160Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-plugin-api ---
2023-09-05T23:25:03.6530360Z [INFO] 
2023-09-05T23:25:03.6533985Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-plugin-api ---
2023-09-05T23:25:03.6544352Z [INFO] 
2023-09-05T23:25:03.6548342Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-plugin-api ---
2023-09-05T23:25:03.6586541Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:25:03.6590288Z [INFO] 
2023-09-05T23:25:03.6594171Z [INFO] --- modello-maven-plugin:2.1.2:velocity (velocity) @ maven-plugin-api ---
2023-09-05T23:25:03.6615464Z [INFO] outputDirectory: /home/runner/work/maven/maven/maven-plugin-api/target/generated-sources/modello
2023-09-05T23:25:03.6619266Z [INFO] Working on model: src/main/mdo/lifecycle.mdo
2023-09-05T23:25:03.6634400Z [INFO] Generating current version: 1.0.0
2023-09-05T23:25:03.7154270Z [INFO] 
2023-09-05T23:25:03.7157899Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-plugin-api ---
2023-09-05T23:25:03.8942529Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:25:03.8947103Z [INFO] 
2023-09-05T23:25:03.8950504Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-plugin-api ---
2023-09-05T23:25:03.8968739Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:25:03.9062060Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:25:03.9806588Z [INFO] 
2023-09-05T23:25:03.9810767Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-plugin-api ---
2023-09-05T23:25:03.9825387Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-plugin-api/src/main/resources
2023-09-05T23:25:03.9831770Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:25:03.9840198Z [INFO] 
2023-09-05T23:25:03.9845213Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-plugin-api ---
2023-09-05T23:25:03.9898303Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:03.9903711Z [INFO] Compiling 27 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:25:04.2259977Z [INFO] /home/runner/work/maven/maven/maven-plugin-api/src/main/java/org/apache/maven/plugin/Mojo.java: Some input files use or override a deprecated API.
2023-09-05T23:25:04.2263793Z [INFO] /home/runner/work/maven/maven/maven-plugin-api/src/main/java/org/apache/maven/plugin/Mojo.java: Recompile with -Xlint:deprecation for details.
2023-09-05T23:25:04.2267791Z [INFO] 
2023-09-05T23:25:04.2272412Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-plugin-api ---
2023-09-05T23:25:04.2285850Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:25:04.3334256Z [INFO] 
2023-09-05T23:25:04.3338160Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-plugin-api ---
2023-09-05T23:25:04.3359270Z [INFO] Copying 1 resource from src/test/resources to target/test-classes
2023-09-05T23:25:04.3368739Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:25:04.3377653Z [INFO] 
2023-09-05T23:25:04.3381583Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-plugin-api ---
2023-09-05T23:25:04.3411127Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:04.3416831Z [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes
2023-09-05T23:25:04.3798480Z [INFO] /home/runner/work/maven/maven/maven-plugin-api/src/test/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilderTest.java: /home/runner/work/maven/maven/maven-plugin-api/src/test/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilderTest.java uses or overrides a deprecated API.
2023-09-05T23:25:04.3803306Z [INFO] /home/runner/work/maven/maven/maven-plugin-api/src/test/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilderTest.java: Recompile with -Xlint:deprecation for details.
2023-09-05T23:25:04.3807898Z [INFO] 
2023-09-05T23:25:04.3811096Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-plugin-api ---
2023-09-05T23:25:04.3849204Z [INFO] Surefire report directory: /home/runner/work/maven/maven/maven-plugin-api/target/surefire-reports
2023-09-05T23:25:04.3855712Z [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
2023-09-05T23:25:04.3917036Z [INFO] 
2023-09-05T23:25:04.3920265Z [INFO] -------------------------------------------------------
2023-09-05T23:25:04.3923152Z [INFO]  T E S T S
2023-09-05T23:25:04.3926014Z [INFO] -------------------------------------------------------
2023-09-05T23:25:05.3034112Z [INFO] Running org.apache.maven.plugin.descriptor.MojoDescriptorTest
2023-09-05T23:25:05.3783550Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.apache.maven.plugin.descriptor.MojoDescriptorTest
2023-09-05T23:25:05.3799518Z [INFO] Running org.apache.maven.plugin.descriptor.PluginDescriptorBuilderTest
2023-09-05T23:25:05.4314140Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.apache.maven.plugin.descriptor.PluginDescriptorBuilderTest
2023-09-05T23:25:05.4458437Z [INFO] 
2023-09-05T23:25:05.4458868Z [INFO] Results:
2023-09-05T23:25:05.4459168Z [INFO] 
2023-09-05T23:25:05.4459488Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
2023-09-05T23:25:05.4459770Z [INFO] 
2023-09-05T23:25:05.4502402Z [INFO] 
2023-09-05T23:25:05.4530338Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-plugin-api ---
2023-09-05T23:25:05.4606034Z [INFO] Building jar: /home/runner/work/maven/maven/maven-plugin-api/target/maven-plugin-api-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:05.4881223Z [INFO] 
2023-09-05T23:25:05.4882233Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-plugin-api ---
2023-09-05T23:25:05.4897690Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:25:05.4902092Z [INFO] 
2023-09-05T23:25:05.4905591Z [INFO] --- japicmp-maven-plugin:0.17.2:cmp (default) @ maven-plugin-api ---
2023-09-05T23:25:05.5047582Z [INFO] Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/maven-plugin-api/maven-metadata.xml
2023-09-05T23:25:05.5148088Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/maven-metadata.xml
2023-09-05T23:25:05.5353047Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/maven-metadata.xml (2.8 kB at 140 kB/s)
2023-09-05T23:25:05.8756183Z [INFO] Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/maven-plugin-api/maven-metadata.xml (560 B at 1.5 kB/s)
2023-09-05T23:25:05.8789013Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.7/maven-plugin-api-3.8.7.jar
2023-09-05T23:25:05.8906575Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.7/maven-plugin-api-3.8.7.jar (47 kB at 3.9 MB/s)
2023-09-05T23:25:05.9620786Z [INFO] Written file '/home/runner/work/maven/maven/maven-plugin-api/target/japicmp/japicmp.diff'.
2023-09-05T23:25:06.1625507Z [INFO] Written file '/home/runner/work/maven/maven/maven-plugin-api/target/japicmp/japicmp.xml'.
2023-09-05T23:25:06.1652461Z [INFO] Written file '/home/runner/work/maven/maven/maven-plugin-api/target/japicmp/japicmp.html'.
2023-09-05T23:25:06.1657879Z [INFO] 
2023-09-05T23:25:06.1660448Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-plugin-api ---
2023-09-05T23:25:06.1675502Z [INFO] Installing /home/runner/work/maven/maven/maven-plugin-api/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-plugin-api/4.0.0-alpha-8-SNAPSHOT/maven-plugin-api-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:25:06.1682414Z [INFO] Installing /home/runner/work/maven/maven/maven-plugin-api/target/maven-plugin-api-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-plugin-api/4.0.0-alpha-8-SNAPSHOT/maven-plugin-api-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:06.1755219Z [INFO] 
2023-09-05T23:25:06.1757479Z [INFO] ---------------< org.apache.maven:maven-builder-support >---------------
2023-09-05T23:25:06.1760187Z [INFO] Building Maven Builder Support 4.0.0-alpha-8-SNAPSHOT            [11/29]
2023-09-05T23:25:06.1762685Z [INFO]   from maven-builder-support/pom.xml
2023-09-05T23:25:06.1764880Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:25:06.1811691Z [INFO] 
2023-09-05T23:25:06.1814590Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-builder-support ---
2023-09-05T23:25:06.1840189Z [INFO] Adding ignore: module-info
2023-09-05T23:25:06.1921348Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:25:06.1923994Z [INFO] 
2023-09-05T23:25:06.1926203Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-builder-support ---
2023-09-05T23:25:06.1934015Z [INFO] 
2023-09-05T23:25:06.1936091Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-builder-support ---
2023-09-05T23:25:06.1945499Z [INFO] 
2023-09-05T23:25:06.1951613Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-builder-support ---
2023-09-05T23:25:06.1988531Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:25:06.1991044Z [INFO] 
2023-09-05T23:25:06.1993221Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-builder-support ---
2023-09-05T23:25:06.2706842Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:25:06.2711153Z [INFO] 
2023-09-05T23:25:06.2714952Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-builder-support ---
2023-09-05T23:25:06.2741019Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:25:06.2806424Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:25:06.2941427Z [INFO] 
2023-09-05T23:25:06.2944479Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-builder-support ---
2023-09-05T23:25:06.2956206Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-builder-support/src/main/resources
2023-09-05T23:25:06.2962718Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:25:06.2971495Z [INFO] 
2023-09-05T23:25:06.2973843Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-builder-support ---
2023-09-05T23:25:06.3004257Z [INFO] Changes detected - recompiling the module! :source
2023-09-05T23:25:06.3016357Z [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:25:06.3389739Z [INFO] 
2023-09-05T23:25:06.3393348Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-builder-support ---
2023-09-05T23:25:06.3402749Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:25:06.3423607Z [INFO] 
2023-09-05T23:25:06.3427815Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-builder-support ---
2023-09-05T23:25:06.3460103Z [INFO] Copying 1 resource from src/test/resources to target/test-classes
2023-09-05T23:25:06.3467145Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:25:06.3474114Z [INFO] 
2023-09-05T23:25:06.3476379Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-builder-support ---
2023-09-05T23:25:06.3544257Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:06.3551554Z [INFO] Compiling 6 source files with javac [debug target 1.8] to target/test-classes
2023-09-05T23:25:06.4299244Z [INFO] 
2023-09-05T23:25:06.4305771Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-builder-support ---
2023-09-05T23:25:06.4341710Z [INFO] Surefire report directory: /home/runner/work/maven/maven/maven-builder-support/target/surefire-reports
2023-09-05T23:25:06.4342839Z [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
2023-09-05T23:25:06.4397242Z [INFO] 
2023-09-05T23:25:06.4398134Z [INFO] -------------------------------------------------------
2023-09-05T23:25:06.4398822Z [INFO]  T E S T S
2023-09-05T23:25:06.4399350Z [INFO] -------------------------------------------------------
2023-09-05T23:25:07.0968156Z [INFO] Running org.apache.maven.building.UrlSourceTest
2023-09-05T23:25:07.1790213Z [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.apache.maven.building.UrlSourceTest
2023-09-05T23:25:07.1812398Z [INFO] Running org.apache.maven.building.DefaultProblemCollectorTest
2023-09-05T23:25:07.1945475Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.maven.building.DefaultProblemCollectorTest
2023-09-05T23:25:07.1965978Z [INFO] Running org.apache.maven.building.StringSourceTest
2023-09-05T23:25:07.2172682Z [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.apache.maven.building.StringSourceTest
2023-09-05T23:25:07.2173638Z [INFO] Running org.apache.maven.building.FileSourceTest
2023-09-05T23:25:07.2760326Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.apache.maven.building.FileSourceTest
2023-09-05T23:25:07.2761206Z [INFO] Running org.apache.maven.building.DefaultProblemTest
2023-09-05T23:25:07.2831205Z [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.apache.maven.building.DefaultProblemTest
2023-09-05T23:25:07.2841535Z [INFO] Running org.apache.maven.building.ProblemCollectorFactoryTest
2023-09-05T23:25:07.2906707Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.maven.building.ProblemCollectorFactoryTest
2023-09-05T23:25:07.3101486Z [INFO] 
2023-09-05T23:25:07.3105407Z [INFO] Results:
2023-09-05T23:25:07.3143264Z [INFO] 
2023-09-05T23:25:07.3143757Z [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
2023-09-05T23:25:07.3144155Z [INFO] 
2023-09-05T23:25:07.3144386Z [INFO] 
2023-09-05T23:25:07.3144989Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-builder-support ---
2023-09-05T23:25:07.3222201Z [INFO] Building jar: /home/runner/work/maven/maven/maven-builder-support/target/maven-builder-support-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:07.3342276Z [INFO] 
2023-09-05T23:25:07.3343086Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-builder-support ---
2023-09-05T23:25:07.3343726Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:25:07.3344093Z [INFO] 
2023-09-05T23:25:07.3344617Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-builder-support ---
2023-09-05T23:25:07.3346075Z [INFO] Installing /home/runner/work/maven/maven/maven-builder-support/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-builder-support/4.0.0-alpha-8-SNAPSHOT/maven-builder-support-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:25:07.3347382Z [INFO] Installing /home/runner/work/maven/maven/maven-builder-support/target/maven-builder-support-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-builder-support/4.0.0-alpha-8-SNAPSHOT/maven-builder-support-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:07.3348062Z [INFO] 
2023-09-05T23:25:07.3348436Z [INFO] ----------------< org.apache.maven:maven-api-settings >-----------------
2023-09-05T23:25:07.3348898Z [INFO] Building Maven 4 API :: Settings 4.0.0-alpha-8-SNAPSHOT          [12/29]
2023-09-05T23:25:07.3349368Z [INFO]   from api/maven-api-settings/pom.xml
2023-09-05T23:25:07.3349836Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:25:07.3433864Z [INFO] 
2023-09-05T23:25:07.3434779Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-api-settings ---
2023-09-05T23:25:07.3465912Z [INFO] Adding ignore: module-info
2023-09-05T23:25:07.3565108Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:25:07.3569700Z [INFO] 
2023-09-05T23:25:07.3571103Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-api-settings ---
2023-09-05T23:25:07.3574376Z [INFO] 
2023-09-05T23:25:07.3575544Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-api-settings ---
2023-09-05T23:25:07.3582327Z [INFO] 
2023-09-05T23:25:07.3583516Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-api-settings ---
2023-09-05T23:25:07.3601967Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:25:07.3602897Z [INFO] 
2023-09-05T23:25:07.3604033Z [INFO] --- modello-maven-plugin:2.1.2:velocity (velocity) @ maven-api-settings ---
2023-09-05T23:25:07.3614833Z [INFO] outputDirectory: /home/runner/work/maven/maven/api/maven-api-settings/target/generated-sources/modello
2023-09-05T23:25:07.3616310Z [INFO] Working on model: src/main/mdo/settings.mdo
2023-09-05T23:25:07.3641750Z [INFO] Generating current version: 2.0.0
2023-09-05T23:25:07.4533406Z [INFO] 
2023-09-05T23:25:07.4534534Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-api-settings ---
2023-09-05T23:25:07.5113596Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:25:07.5115031Z [INFO] 
2023-09-05T23:25:07.5116735Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-api-settings ---
2023-09-05T23:25:07.5159875Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:25:07.5198739Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:25:07.5554602Z [INFO] 
2023-09-05T23:25:07.5555543Z [INFO] --- modello-maven-plugin:2.1.2:xdoc (modello-site-docs) @ maven-api-settings ---
2023-09-05T23:25:07.5568922Z [INFO] outputDirectory: /home/runner/work/maven/maven/api/maven-api-settings/target/generated-site/xdoc
2023-09-05T23:25:07.5569990Z [INFO] Working on model: src/main/mdo/settings.mdo
2023-09-05T23:25:07.5661990Z [INFO] Generating current version: 1.3.0
2023-09-05T23:25:07.6955232Z [INFO] 
2023-09-05T23:25:07.6960316Z [INFO] --- modello-maven-plugin:2.1.2:xsd (modello-site-docs) @ maven-api-settings ---
2023-09-05T23:25:07.6986385Z [INFO] outputDirectory: /home/runner/work/maven/maven/api/maven-api-settings/target/generated-site/resources/xsd
2023-09-05T23:25:07.6987648Z [INFO] Working on model: src/main/mdo/settings.mdo
2023-09-05T23:25:07.7069536Z [INFO] Generating current version: 1.3.0
2023-09-05T23:25:07.7196619Z [INFO] 
2023-09-05T23:25:07.7198736Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-api-settings ---
2023-09-05T23:25:07.7212553Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/api/maven-api-settings/src/main/resources
2023-09-05T23:25:07.7216530Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:25:07.7224730Z [INFO] 
2023-09-05T23:25:07.7226099Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-api-settings ---
2023-09-05T23:25:07.7302287Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:07.7305526Z [INFO] Compiling 20 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:25:07.9601987Z [INFO] 
2023-09-05T23:25:07.9603241Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-api-settings ---
2023-09-05T23:25:07.9619693Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:25:07.9712725Z [INFO] 
2023-09-05T23:25:07.9713729Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-api-settings ---
2023-09-05T23:25:07.9727093Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/api/maven-api-settings/src/test/resources
2023-09-05T23:25:07.9747310Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:25:07.9756654Z [INFO] 
2023-09-05T23:25:07.9757407Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-api-settings ---
2023-09-05T23:25:07.9805368Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:07.9808219Z [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
2023-09-05T23:25:08.0068260Z [INFO] 
2023-09-05T23:25:08.0069101Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-api-settings ---
2023-09-05T23:25:08.0111056Z [INFO] Surefire report directory: /home/runner/work/maven/maven/api/maven-api-settings/target/surefire-reports
2023-09-05T23:25:08.0113150Z [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
2023-09-05T23:25:08.0309773Z [INFO] 
2023-09-05T23:25:08.0310812Z [INFO] -------------------------------------------------------
2023-09-05T23:25:08.0311405Z [INFO]  T E S T S
2023-09-05T23:25:08.0311818Z [INFO] -------------------------------------------------------
2023-09-05T23:25:08.9492537Z [INFO] Running org.apache.maven.api.settings.SettingsTest
2023-09-05T23:25:09.0409996Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.apache.maven.api.settings.SettingsTest
2023-09-05T23:25:09.0568651Z [INFO] 
2023-09-05T23:25:09.0569590Z [INFO] Results:
2023-09-05T23:25:09.0570221Z [INFO] 
2023-09-05T23:25:09.0570594Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
2023-09-05T23:25:09.0570896Z [INFO] 
2023-09-05T23:25:09.0583250Z [INFO] 
2023-09-05T23:25:09.0584307Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-api-settings ---
2023-09-05T23:25:09.0682661Z [INFO] Building jar: /home/runner/work/maven/maven/api/maven-api-settings/target/maven-api-settings-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:09.0874331Z [INFO] 
2023-09-05T23:25:09.0875596Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-api-settings ---
2023-09-05T23:25:09.0878647Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:25:09.0879117Z [INFO] 
2023-09-05T23:25:09.0879940Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-api-settings ---
2023-09-05T23:25:09.0896787Z [INFO] Installing /home/runner/work/maven/maven/api/maven-api-settings/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-api-settings/4.0.0-alpha-8-SNAPSHOT/maven-api-settings-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:25:09.0898280Z [INFO] Installing /home/runner/work/maven/maven/api/maven-api-settings/target/maven-api-settings-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-api-settings/4.0.0-alpha-8-SNAPSHOT/maven-api-settings-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:09.0901285Z [INFO] 
2023-09-05T23:25:09.0902278Z [INFO] ----------------< org.apache.maven:maven-api-toolchain >----------------
2023-09-05T23:25:09.0903110Z [INFO] Building Maven 4 API :: Toolchain 4.0.0-alpha-8-SNAPSHOT         [13/29]
2023-09-05T23:25:09.0903865Z [INFO]   from api/maven-api-toolchain/pom.xml
2023-09-05T23:25:09.0904805Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:25:09.0931984Z [INFO] 
2023-09-05T23:25:09.0932956Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-api-toolchain ---
2023-09-05T23:25:09.0955965Z [INFO] Adding ignore: module-info
2023-09-05T23:25:09.1074790Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:25:09.1075941Z [INFO] 
2023-09-05T23:25:09.1078959Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-api-toolchain ---
2023-09-05T23:25:09.1084411Z [INFO] 
2023-09-05T23:25:09.1085235Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-api-toolchain ---
2023-09-05T23:25:09.1088986Z [INFO] 
2023-09-05T23:25:09.1090793Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-api-toolchain ---
2023-09-05T23:25:09.1114388Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:25:09.1115129Z [INFO] 
2023-09-05T23:25:09.1115841Z [INFO] --- modello-maven-plugin:2.1.2:velocity (velocity) @ maven-api-toolchain ---
2023-09-05T23:25:09.1123105Z [INFO] outputDirectory: /home/runner/work/maven/maven/api/maven-api-toolchain/target/generated-sources/modello
2023-09-05T23:25:09.1123975Z [INFO] Working on model: src/main/mdo/toolchains.mdo
2023-09-05T23:25:09.1144565Z [INFO] Generating current version: 1.2.0
2023-09-05T23:25:09.1354098Z [INFO] 
2023-09-05T23:25:09.1355409Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-api-toolchain ---
2023-09-05T23:25:09.1683937Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:25:09.1684751Z [INFO] 
2023-09-05T23:25:09.1686617Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-api-toolchain ---
2023-09-05T23:25:09.1702959Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:25:09.1727195Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:25:09.1956002Z [INFO] 
2023-09-05T23:25:09.1957294Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-api-toolchain ---
2023-09-05T23:25:09.1972717Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/api/maven-api-toolchain/src/main/resources
2023-09-05T23:25:09.1975081Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:25:09.1976028Z [INFO] 
2023-09-05T23:25:09.1977584Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-api-toolchain ---
2023-09-05T23:25:09.2006423Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:09.2008053Z [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:25:09.2745587Z [INFO] 
2023-09-05T23:25:09.2746947Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-api-toolchain ---
2023-09-05T23:25:09.2753548Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:25:09.2793405Z [INFO] 
2023-09-05T23:25:09.2794561Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-api-toolchain ---
2023-09-05T23:25:09.2807728Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/api/maven-api-toolchain/src/test/resources
2023-09-05T23:25:09.2808843Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:25:09.2810654Z [INFO] 
2023-09-05T23:25:09.2811413Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-api-toolchain ---
2023-09-05T23:25:09.2820607Z [INFO] No sources to compile
2023-09-05T23:25:09.2821343Z [INFO] 
2023-09-05T23:25:09.2822468Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-api-toolchain ---
2023-09-05T23:25:09.2844296Z [INFO] 
2023-09-05T23:25:09.2845449Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-api-toolchain ---
2023-09-05T23:25:09.2915202Z [INFO] Building jar: /home/runner/work/maven/maven/api/maven-api-toolchain/target/maven-api-toolchain-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:09.3080052Z [INFO] 
2023-09-05T23:25:09.3081405Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-api-toolchain ---
2023-09-05T23:25:09.3085496Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:25:09.3086171Z [INFO] 
2023-09-05T23:25:09.3088885Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-api-toolchain ---
2023-09-05T23:25:09.3094208Z [INFO] Installing /home/runner/work/maven/maven/api/maven-api-toolchain/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-api-toolchain/4.0.0-alpha-8-SNAPSHOT/maven-api-toolchain-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:25:09.3099043Z [INFO] Installing /home/runner/work/maven/maven/api/maven-api-toolchain/target/maven-api-toolchain-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-api-toolchain/4.0.0-alpha-8-SNAPSHOT/maven-api-toolchain-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:09.3108822Z [INFO] 
2023-09-05T23:25:09.3109602Z [INFO] ------------------< org.apache.maven:maven-api-core >-------------------
2023-09-05T23:25:09.3110437Z [INFO] Building Maven 4 API :: Core 4.0.0-alpha-8-SNAPSHOT              [14/29]
2023-09-05T23:25:09.3111163Z [INFO]   from api/maven-api-core/pom.xml
2023-09-05T23:25:09.3111962Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:25:09.3142187Z [INFO] 
2023-09-05T23:25:09.3143158Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-api-core ---
2023-09-05T23:25:09.3165107Z [INFO] Adding ignore: module-info
2023-09-05T23:25:09.3410321Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:25:09.3411374Z [INFO] 
2023-09-05T23:25:09.3413046Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-api-core ---
2023-09-05T23:25:09.3424345Z [INFO] 
2023-09-05T23:25:09.3425196Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-api-core ---
2023-09-05T23:25:09.3429542Z [INFO] 
2023-09-05T23:25:09.3430449Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-api-core ---
2023-09-05T23:25:09.3455436Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:25:09.3456343Z [INFO] 
2023-09-05T23:25:09.3457306Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-api-core ---
2023-09-05T23:25:09.7854882Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:25:09.7861044Z [INFO] 
2023-09-05T23:25:09.7862500Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-api-core ---
2023-09-05T23:25:09.7890948Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:25:09.7919723Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:25:09.8384288Z [INFO] 
2023-09-05T23:25:09.8385660Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-api-core ---
2023-09-05T23:25:09.8422462Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/api/maven-api-core/src/main/resources
2023-09-05T23:25:09.8423586Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:25:09.8424503Z [INFO] 
2023-09-05T23:25:09.8425241Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-api-core ---
2023-09-05T23:25:09.8455357Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:09.8457319Z [INFO] Compiling 100 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:25:10.0355949Z [INFO] 
2023-09-05T23:25:10.0358829Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-api-core ---
2023-09-05T23:25:10.0367813Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:25:10.0624321Z [INFO] 
2023-09-05T23:25:10.0627918Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-api-core ---
2023-09-05T23:25:10.0640103Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/api/maven-api-core/src/test/resources
2023-09-05T23:25:10.0647437Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:25:10.0656572Z [INFO] 
2023-09-05T23:25:10.0659206Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-api-core ---
2023-09-05T23:25:10.0672615Z [INFO] No sources to compile
2023-09-05T23:25:10.0675691Z [INFO] 
2023-09-05T23:25:10.0678992Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-api-core ---
2023-09-05T23:25:10.0717449Z [INFO] 
2023-09-05T23:25:10.0720144Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-api-core ---
2023-09-05T23:25:10.0923407Z [INFO] Building jar: /home/runner/work/maven/maven/api/maven-api-core/target/maven-api-core-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:10.1177447Z [INFO] 
2023-09-05T23:25:10.1181275Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-api-core ---
2023-09-05T23:25:10.1195527Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:25:10.1198246Z [INFO] 
2023-09-05T23:25:10.1201184Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-api-core ---
2023-09-05T23:25:10.1212970Z [INFO] Installing /home/runner/work/maven/maven/api/maven-api-core/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-api-core/4.0.0-alpha-8-SNAPSHOT/maven-api-core-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:25:10.1221296Z [INFO] Installing /home/runner/work/maven/maven/api/maven-api-core/target/maven-api-core-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-api-core/4.0.0-alpha-8-SNAPSHOT/maven-api-core-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:10.1233477Z [INFO] 
2023-09-05T23:25:10.1236023Z [INFO] -------------------< org.apache.maven:maven-api-spi >-------------------
2023-09-05T23:25:10.1238520Z [INFO] Building Maven 4 API :: SPI 4.0.0-alpha-8-SNAPSHOT               [15/29]
2023-09-05T23:25:10.1241586Z [INFO]   from api/maven-api-spi/pom.xml
2023-09-05T23:25:10.1244155Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:25:10.1349645Z [INFO] 
2023-09-05T23:25:10.1352967Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-api-spi ---
2023-09-05T23:25:10.1385442Z [INFO] Adding ignore: module-info
2023-09-05T23:25:10.1541764Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:25:10.1546004Z [INFO] 
2023-09-05T23:25:10.1548779Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-api-spi ---
2023-09-05T23:25:10.1559638Z [INFO] 
2023-09-05T23:25:10.1562227Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-api-spi ---
2023-09-05T23:25:10.1569997Z [INFO] 
2023-09-05T23:25:10.1572804Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-api-spi ---
2023-09-05T23:25:10.1608923Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:25:10.1611747Z [INFO] 
2023-09-05T23:25:10.1615103Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-api-spi ---
2023-09-05T23:25:10.2100429Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:25:10.2103908Z [INFO] 
2023-09-05T23:25:10.2106669Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-api-spi ---
2023-09-05T23:25:10.2144208Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:25:10.2175952Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:25:10.2858556Z [INFO] 
2023-09-05T23:25:10.2863478Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-api-spi ---
2023-09-05T23:25:10.2882984Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/api/maven-api-spi/src/main/resources
2023-09-05T23:25:10.2890005Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:25:10.2899898Z [INFO] 
2023-09-05T23:25:10.2903777Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-api-spi ---
2023-09-05T23:25:10.2928476Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:10.2934194Z [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:25:10.3154920Z [INFO] 
2023-09-05T23:25:10.3159050Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-api-spi ---
2023-09-05T23:25:10.3169724Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:25:10.3328921Z [INFO] 
2023-09-05T23:25:10.3333985Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-api-spi ---
2023-09-05T23:25:10.3346300Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/api/maven-api-spi/src/test/resources
2023-09-05T23:25:10.3353525Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:25:10.3362226Z [INFO] 
2023-09-05T23:25:10.3365554Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-api-spi ---
2023-09-05T23:25:10.3376140Z [INFO] No sources to compile
2023-09-05T23:25:10.3379944Z [INFO] 
2023-09-05T23:25:10.3385653Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-api-spi ---
2023-09-05T23:25:10.3415526Z [INFO] 
2023-09-05T23:25:10.3419033Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-api-spi ---
2023-09-05T23:25:10.3458261Z [INFO] Building jar: /home/runner/work/maven/maven/api/maven-api-spi/target/maven-api-spi-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:10.3620566Z [INFO] 
2023-09-05T23:25:10.3622600Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-api-spi ---
2023-09-05T23:25:10.3623558Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:25:10.3624338Z [INFO] 
2023-09-05T23:25:10.3625188Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-api-spi ---
2023-09-05T23:25:10.3626119Z [INFO] Installing /home/runner/work/maven/maven/api/maven-api-spi/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-api-spi/4.0.0-alpha-8-SNAPSHOT/maven-api-spi-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:25:10.3627317Z [INFO] Installing /home/runner/work/maven/maven/api/maven-api-spi/target/maven-api-spi-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-api-spi/4.0.0-alpha-8-SNAPSHOT/maven-api-spi-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:10.3627976Z [INFO] 
2023-09-05T23:25:10.3628410Z [INFO] ---------------< org.apache.maven:maven-model-transform >---------------
2023-09-05T23:25:10.3628974Z [INFO] Building Maven Model XML Transform 4.0.0-alpha-8-SNAPSHOT        [16/29]
2023-09-05T23:25:10.3629438Z [INFO]   from maven-model-transform/pom.xml
2023-09-05T23:25:10.3630055Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:25:10.3632977Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.pom
2023-09-05T23:25:10.3726707Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.pom (3.0 kB at 334 kB/s)
2023-09-05T23:25:10.3750189Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-assertj/2.6.4/xmlunit-assertj-2.6.4.pom
2023-09-05T23:25:10.3861743Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-assertj/2.6.4/xmlunit-assertj-2.6.4.pom (2.1 kB at 207 kB/s)
2023-09-05T23:25:10.3863002Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-parent/2.6.4/xmlunit-parent-2.6.4.pom
2023-09-05T23:25:10.3973612Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-parent/2.6.4/xmlunit-parent-2.6.4.pom (19 kB at 1.7 MB/s)
2023-09-05T23:25:10.3999129Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.6.4/xmlunit-core-2.6.4.pom
2023-09-05T23:25:10.4077824Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.6.4/xmlunit-core-2.6.4.pom (2.7 kB at 341 kB/s)
2023-09-05T23:25:10.4096580Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/2.9.0/assertj-core-2.9.0.pom
2023-09-05T23:25:10.4178978Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/2.9.0/assertj-core-2.9.0.pom (8.2 kB at 1.0 MB/s)
2023-09-05T23:25:10.4214558Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom
2023-09-05T23:25:10.4291400Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom (15 kB at 2.2 MB/s)
2023-09-05T23:25:10.4316191Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.11.0/mockito-core-4.11.0.pom
2023-09-05T23:25:10.4463268Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.11.0/mockito-core-4.11.0.pom (2.5 kB at 167 kB/s)
2023-09-05T23:25:10.4476761Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.19/byte-buddy-1.12.19.pom
2023-09-05T23:25:10.4553837Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.19/byte-buddy-1.12.19.pom (16 kB at 2.0 MB/s)
2023-09-05T23:25:10.4567916Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.19/byte-buddy-parent-1.12.19.pom
2023-09-05T23:25:10.4687957Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.19/byte-buddy-parent-1.12.19.pom (58 kB at 4.9 MB/s)
2023-09-05T23:25:10.4713692Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.19/byte-buddy-agent-1.12.19.pom
2023-09-05T23:25:10.4787829Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.19/byte-buddy-agent-1.12.19.pom (10 kB at 1.5 MB/s)
2023-09-05T23:25:10.4812106Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.pom
2023-09-05T23:25:10.4882249Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.pom (3.0 kB at 376 kB/s)
2023-09-05T23:25:10.4894055Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom
2023-09-05T23:25:10.4957369Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom (19 kB at 3.2 MB/s)
2023-09-05T23:25:10.4997895Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar
2023-09-05T23:25:10.5004104Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-assertj/2.6.4/xmlunit-assertj-2.6.4.jar
2023-09-05T23:25:10.5007270Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.6.4/xmlunit-core-2.6.4.jar
2023-09-05T23:25:10.5010700Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/2.9.0/assertj-core-2.9.0.jar
2023-09-05T23:25:10.5040885Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.11.0/mockito-core-4.11.0.jar
2023-09-05T23:25:10.5224049Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.6.4/xmlunit-core-2.6.4.jar (168 kB at 7.3 MB/s)
2023-09-05T23:25:10.5228755Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.19/byte-buddy-1.12.19.jar
2023-09-05T23:25:10.5525630Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-assertj/2.6.4/xmlunit-assertj-2.6.4.jar (40 kB at 755 kB/s)
2023-09-05T23:25:10.5527790Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.19/byte-buddy-agent-1.12.19.jar
2023-09-05T23:25:10.5531076Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.11.0/mockito-core-4.11.0.jar (685 kB at 13 MB/s)
2023-09-05T23:25:10.5533154Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar
2023-09-05T23:25:10.5557133Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar (579 kB at 11 MB/s)
2023-09-05T23:25:10.5636505Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar (49 kB at 810 kB/s)
2023-09-05T23:25:10.5751200Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.19/byte-buddy-agent-1.12.19.jar (256 kB at 3.6 MB/s)
2023-09-05T23:25:10.5760839Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/2.9.0/assertj-core-2.9.0.jar (1.1 MB at 15 MB/s)
2023-09-05T23:25:10.6511554Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.19/byte-buddy-1.12.19.jar (4.0 MB at 27 MB/s)
2023-09-05T23:25:10.6542193Z [INFO] 
2023-09-05T23:25:10.6546162Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-model-transform ---
2023-09-05T23:25:10.6609134Z [INFO] Adding ignore: module-info
2023-09-05T23:25:10.7635475Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:25:10.7640535Z [INFO] 
2023-09-05T23:25:10.7644478Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-model-transform ---
2023-09-05T23:25:10.7663524Z [INFO] 
2023-09-05T23:25:10.7667083Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-model-transform ---
2023-09-05T23:25:10.7680512Z [INFO] 
2023-09-05T23:25:10.7684507Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-model-transform ---
2023-09-05T23:25:10.7744069Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:25:10.7748012Z [INFO] 
2023-09-05T23:25:10.7751634Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-model-transform ---
2023-09-05T23:25:10.8422574Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:25:10.8427301Z [INFO] 
2023-09-05T23:25:10.8431974Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-model-transform ---
2023-09-05T23:25:10.8454927Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:25:10.8573081Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:25:10.9485646Z [INFO] 
2023-09-05T23:25:10.9492505Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-model-transform ---
2023-09-05T23:25:10.9504244Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-model-transform/src/main/resources
2023-09-05T23:25:10.9513605Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:25:10.9526694Z [INFO] 
2023-09-05T23:25:10.9531756Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-model-transform ---
2023-09-05T23:25:10.9550453Z [INFO] No sources to compile
2023-09-05T23:25:10.9555124Z [INFO] 
2023-09-05T23:25:10.9558615Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-model-transform ---
2023-09-05T23:25:10.9566182Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:25:11.0398108Z [INFO] 
2023-09-05T23:25:11.0402026Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-model-transform ---
2023-09-05T23:25:11.0415130Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-model-transform/src/test/resources
2023-09-05T23:25:11.0423591Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:25:11.0432550Z [INFO] 
2023-09-05T23:25:11.0440263Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-model-transform ---
2023-09-05T23:25:11.0452263Z [INFO] No sources to compile
2023-09-05T23:25:11.0455606Z [INFO] 
2023-09-05T23:25:11.0459335Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-model-transform ---
2023-09-05T23:25:11.0499266Z [INFO] 
2023-09-05T23:25:11.0503633Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-model-transform ---
2023-09-05T23:25:11.0533300Z [INFO] Building jar: /home/runner/work/maven/maven/maven-model-transform/target/maven-model-transform-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:11.0670573Z [INFO] 
2023-09-05T23:25:11.0671811Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-model-transform ---
2023-09-05T23:25:11.0672955Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:25:11.0673514Z [INFO] 
2023-09-05T23:25:11.0674516Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-model-transform ---
2023-09-05T23:25:11.0676057Z [INFO] Installing /home/runner/work/maven/maven/maven-model-transform/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-model-transform/4.0.0-alpha-8-SNAPSHOT/maven-model-transform-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:25:11.0677869Z [INFO] Installing /home/runner/work/maven/maven/maven-model-transform/target/maven-model-transform-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-model-transform/4.0.0-alpha-8-SNAPSHOT/maven-model-transform-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:11.0694089Z [INFO] 
2023-09-05T23:25:11.0696521Z [INFO] ----------------< org.apache.maven:maven-model-builder >----------------
2023-09-05T23:25:11.0699185Z [INFO] Building Maven Model Builder 4.0.0-alpha-8-SNAPSHOT              [17/29]
2023-09-05T23:25:11.0702183Z [INFO]   from maven-model-builder/pom.xml
2023-09-05T23:25:11.0705604Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:25:11.0733851Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-maven-plugin/0.9.0.M2/sisu-maven-plugin-0.9.0.M2.pom
2023-09-05T23:25:11.0986982Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-maven-plugin/0.9.0.M2/sisu-maven-plugin-0.9.0.M2.pom (15 kB at 587 kB/s)
2023-09-05T23:25:11.1010734Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-maven-plugin/0.9.0.M2/sisu-maven-plugin-0.9.0.M2.jar
2023-09-05T23:25:11.1101324Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-maven-plugin/0.9.0.M2/sisu-maven-plugin-0.9.0.M2.jar (23 kB at 2.6 MB/s)
2023-09-05T23:25:11.1208302Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom
2023-09-05T23:25:11.1326087Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom (17 kB at 1.4 MB/s)
2023-09-05T23:25:11.1363453Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom
2023-09-05T23:25:11.1873638Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom (15 kB at 296 kB/s)
2023-09-05T23:25:11.1899594Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0.pom
2023-09-05T23:25:11.2006211Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0.pom (8.9 kB at 806 kB/s)
2023-09-05T23:25:11.2027009Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom
2023-09-05T23:25:11.2386688Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom (18 kB at 494 kB/s)
2023-09-05T23:25:11.2411086Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom
2023-09-05T23:25:11.2467559Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (2.5 kB at 410 kB/s)
2023-09-05T23:25:11.2494306Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom
2023-09-05T23:25:11.2553346Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom (11 kB at 1.9 MB/s)
2023-09-05T23:25:11.2569290Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom
2023-09-05T23:25:11.2649056Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom (21 kB at 3.0 MB/s)
2023-09-05T23:25:11.2672662Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-matchers/2.6.4/xmlunit-matchers-2.6.4.pom
2023-09-05T23:25:11.2759433Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-matchers/2.6.4/xmlunit-matchers-2.6.4.pom (2.2 kB at 275 kB/s)
2023-09-05T23:25:11.2822006Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2-no_asm.jar
2023-09-05T23:25:11.2827879Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0-classes.jar
2023-09-05T23:25:11.2834836Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar
2023-09-05T23:25:11.2889720Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-matchers/2.6.4/xmlunit-matchers-2.6.4.jar
2023-09-05T23:25:11.3115524Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2-no_asm.jar (306 kB at 11 MB/s)
2023-09-05T23:25:11.3124732Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-matchers/2.6.4/xmlunit-matchers-2.6.4.jar (20 kB at 706 kB/s)
2023-09-05T23:25:11.3270825Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.1.0/guice-5.1.0-classes.jar (657 kB at 15 MB/s)
2023-09-05T23:25:11.3730722Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar (3.0 MB at 34 MB/s)
2023-09-05T23:25:11.3778472Z [INFO] 
2023-09-05T23:25:11.3779559Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-model-builder ---
2023-09-05T23:25:11.3860287Z [INFO] Adding ignore: module-info
2023-09-05T23:25:11.6026596Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:25:11.6032528Z [INFO] 
2023-09-05T23:25:11.6036570Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-model-builder ---
2023-09-05T23:25:11.6055172Z [INFO] 
2023-09-05T23:25:11.6058429Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-model-builder ---
2023-09-05T23:25:11.6067666Z [INFO] 
2023-09-05T23:25:11.6071450Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-model-builder ---
2023-09-05T23:25:11.6228266Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:25:11.6232751Z [INFO] 
2023-09-05T23:25:11.6245418Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-model-builder ---
2023-09-05T23:25:12.9426876Z [INFO] There are 3 errors reported by Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
2023-09-05T23:25:12.9507870Z [INFO] Ignored 3 errors, 0 violation remaining.
2023-09-05T23:25:12.9508571Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:25:12.9509813Z [INFO] 
2023-09-05T23:25:12.9511328Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-model-builder ---
2023-09-05T23:25:12.9542022Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:25:12.9575234Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:25:13.1293207Z [INFO] 
2023-09-05T23:25:13.1294325Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-model-builder ---
2023-09-05T23:25:13.1315576Z [INFO] Copying 2 resources from src/main/resources to target/classes
2023-09-05T23:25:13.1324708Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:25:13.1330413Z [INFO] 
2023-09-05T23:25:13.1331106Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-model-builder ---
2023-09-05T23:25:13.1463168Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:13.1466027Z [INFO] Compiling 108 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:25:13.7917365Z [INFO] /home/runner/work/maven/maven/maven-model-builder/src/main/java/org/apache/maven/model/resolution/ModelResolver.java: Some input files use or override a deprecated API.
2023-09-05T23:25:13.7921073Z [INFO] /home/runner/work/maven/maven/maven-model-builder/src/main/java/org/apache/maven/model/resolution/ModelResolver.java: Recompile with -Xlint:deprecation for details.
2023-09-05T23:25:13.7926600Z [INFO] 
2023-09-05T23:25:13.7930400Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-model-builder ---
2023-09-05T23:25:13.7953907Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:25:13.9021489Z [INFO] 
2023-09-05T23:25:13.9026012Z [INFO] --- sisu-maven-plugin:0.9.0.M2:main-index (index-project) @ maven-model-builder ---
2023-09-05T23:25:13.9061576Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.6.4/slf4j-nop-1.6.4.pom
2023-09-05T23:25:13.9216283Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.6.4/slf4j-nop-1.6.4.pom (1.5 kB at 92 kB/s)
2023-09-05T23:25:13.9230820Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
2023-09-05T23:25:13.9293948Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 1.7 MB/s)
2023-09-05T23:25:13.9313318Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
2023-09-05T23:25:13.9434935Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (2.7 kB at 224 kB/s)
2023-09-05T23:25:13.9448256Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom
2023-09-05T23:25:13.9521728Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 992 kB/s)
2023-09-05T23:25:13.9558219Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
2023-09-05T23:25:13.9607422Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 629 kB/s)
2023-09-05T23:25:13.9637179Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom
2023-09-05T23:25:13.9685801Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 966 kB/s)
2023-09-05T23:25:13.9698155Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom
2023-09-05T23:25:13.9772437Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 1.7 MB/s)
2023-09-05T23:25:13.9795206Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.pom
2023-09-05T23:25:13.9844197Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 1.1 MB/s)
2023-09-05T23:25:13.9863474Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
2023-09-05T23:25:13.9911207Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 490 kB/s)
2023-09-05T23:25:13.9926689Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
2023-09-05T23:25:13.9977926Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 193 kB/s)
2023-09-05T23:25:13.9992372Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom
2023-09-05T23:25:14.0047625Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 504 kB/s)
2023-09-05T23:25:14.0061618Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom
2023-09-05T23:25:14.0138570Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 1.7 MB/s)
2023-09-05T23:25:14.0163326Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
2023-09-05T23:25:14.0210060Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 2.0 MB/s)
2023-09-05T23:25:14.0242300Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar
2023-09-05T23:25:14.0249615Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.6.4/slf4j-nop-1.6.4.jar
2023-09-05T23:25:14.0258383Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
2023-09-05T23:25:14.0268040Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar
2023-09-05T23:25:14.0322978Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
2023-09-05T23:25:14.0446048Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 kB at 1.4 MB/s)
2023-09-05T23:25:14.0449710Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
2023-09-05T23:25:14.0484406Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 2.9 MB/s)
2023-09-05T23:25:14.0524757Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.6.4/slf4j-nop-1.6.4.jar (4.8 kB at 192 kB/s)
2023-09-05T23:25:14.0525886Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
2023-09-05T23:25:14.0530280Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
2023-09-05T23:25:14.0687395Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 1.2 MB/s)
2023-09-05T23:25:14.0692172Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
2023-09-05T23:25:14.0758787Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 3.2 MB/s)
2023-09-05T23:25:14.0762897Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
2023-09-05T23:25:14.0771036Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 870 kB/s)
2023-09-05T23:25:14.0774758Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
2023-09-05T23:25:14.0823766Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 756 kB/s)
2023-09-05T23:25:14.0828162Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
2023-09-05T23:25:14.0839758Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 450 kB/s)
2023-09-05T23:25:14.0843774Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
2023-09-05T23:25:14.0856938Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar (425 kB at 6.8 MB/s)
2023-09-05T23:25:14.0861587Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
2023-09-05T23:25:14.0939323Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 935 kB/s)
2023-09-05T23:25:14.0943856Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
2023-09-05T23:25:14.0962650Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 876 kB/s)
2023-09-05T23:25:14.0982237Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 2.3 MB/s)
2023-09-05T23:25:14.0987450Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
2023-09-05T23:25:14.0994011Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.jar
2023-09-05T23:25:14.1004810Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 615 kB/s)
2023-09-05T23:25:14.1010444Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
2023-09-05T23:25:14.1014850Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 7.6 MB/s)
2023-09-05T23:25:14.1145833Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 572 kB/s)
2023-09-05T23:25:14.1182351Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 2.2 MB/s)
2023-09-05T23:25:14.1186902Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 371 kB/s)
2023-09-05T23:25:14.1463445Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 13 MB/s)
2023-09-05T23:25:14.2256400Z [INFO] 
2023-09-05T23:25:14.2257740Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-model-builder ---
2023-09-05T23:25:14.2384487Z [INFO] Copying 100 resources from src/test/resources to target/test-classes
2023-09-05T23:25:14.2549948Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:25:14.2560168Z [INFO] 
2023-09-05T23:25:14.2561166Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-model-builder ---
2023-09-05T23:25:14.2597371Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:14.2608909Z [INFO] Compiling 19 source files with javac [debug target 1.8] to target/test-classes
2023-09-05T23:25:14.6348384Z [INFO] /home/runner/work/maven/maven/maven-model-builder/src/test/java/org/apache/maven/model/validation/DefaultModelValidatorTest.java: Some input files use or override a deprecated API.
2023-09-05T23:25:14.6356584Z [INFO] /home/runner/work/maven/maven/maven-model-builder/src/test/java/org/apache/maven/model/validation/DefaultModelValidatorTest.java: Recompile with -Xlint:deprecation for details.
2023-09-05T23:25:14.6361208Z [INFO] 
2023-09-05T23:25:14.6364071Z [INFO] --- sisu-maven-plugin:0.9.0.M2:test-index (index-project) @ maven-model-builder ---
2023-09-05T23:25:14.6466396Z [INFO] 
2023-09-05T23:25:14.6468647Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-model-builder ---
2023-09-05T23:25:14.6511796Z [INFO] Surefire report directory: /home/runner/work/maven/maven/maven-model-builder/target/surefire-reports
2023-09-05T23:25:14.6518472Z [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
2023-09-05T23:25:14.6579938Z [INFO] 
2023-09-05T23:25:14.6582236Z [INFO] -------------------------------------------------------
2023-09-05T23:25:14.6583941Z [INFO]  T E S T S
2023-09-05T23:25:14.6585720Z [INFO] -------------------------------------------------------
2023-09-05T23:25:15.5320752Z [INFO] Running org.apache.maven.model.profile.activation.FileProfileActivatorTest
2023-09-05T23:25:15.6776468Z [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.apache.maven.model.profile.activation.FileProfileActivatorTest
2023-09-05T23:25:15.6777412Z [INFO] Running org.apache.maven.model.profile.activation.PropertyProfileActivatorTest
2023-09-05T23:25:15.7107551Z [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.apache.maven.model.profile.activation.PropertyProfileActivatorTest
2023-09-05T23:25:15.7127486Z [INFO] Running org.apache.maven.model.profile.activation.JdkVersionProfileActivatorTest
2023-09-05T23:25:15.7372252Z [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.apache.maven.model.profile.activation.JdkVersionProfileActivatorTest
2023-09-05T23:25:15.7385479Z [INFO] Running org.apache.maven.model.inheritance.MergerTest
2023-09-05T23:25:15.8331538Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.apache.maven.model.inheritance.MergerTest
2023-09-05T23:25:15.8353697Z [INFO] Running org.apache.maven.model.inheritance.DefaultInheritanceAssemblerTest
2023-09-05T23:25:16.9286129Z [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.090 s -- in org.apache.maven.model.inheritance.DefaultInheritanceAssemblerTest
2023-09-05T23:25:16.9290142Z [INFO] Running org.apache.maven.model.merge.MavenModelMergerTest
2023-09-05T23:25:16.9363279Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.maven.model.merge.MavenModelMergerTest
2023-09-05T23:25:16.9408003Z [INFO] Running org.apache.maven.model.validation.DefaultModelValidatorTest
2023-09-05T23:25:17.2163021Z [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s -- in org.apache.maven.model.validation.DefaultModelValidatorTest
2023-09-05T23:25:17.2168511Z [INFO] Running org.apache.maven.model.building.DefaultModelBuilderFactoryTest
2023-09-05T23:25:17.2911457Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.apache.maven.model.building.DefaultModelBuilderFactoryTest
2023-09-05T23:25:17.2928100Z [INFO] Running org.apache.maven.model.building.BuildModelSourceTransformerTest
2023-09-05T23:25:17.8126478Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 s -- in org.apache.maven.model.building.BuildModelSourceTransformerTest
2023-09-05T23:25:17.8137153Z [INFO] Running org.apache.maven.model.building.DefaultModelBuilderTest
2023-09-05T23:25:17.8275356Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.apache.maven.model.building.DefaultModelBuilderTest
2023-09-05T23:25:17.8283456Z [INFO] Running org.apache.maven.model.building.FileToRawModelMergerTest
2023-09-05T23:25:17.8506189Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.apache.maven.model.building.FileToRawModelMergerTest
2023-09-05T23:25:17.8518372Z [INFO] Running org.apache.maven.model.building.ComplexActivationTest
2023-09-05T23:25:17.8598136Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.maven.model.building.ComplexActivationTest
2023-09-05T23:25:17.8607096Z [INFO] Running org.apache.maven.model.building.FileModelSourceTest
2023-09-05T23:25:17.8782458Z [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.008 s -- in org.apache.maven.model.building.FileModelSourceTest
2023-09-05T23:25:17.8812717Z [INFO] Running org.apache.maven.model.path.DefaultUrlNormalizerTest
2023-09-05T23:25:17.8899505Z [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.maven.model.path.DefaultUrlNormalizerTest
2023-09-05T23:25:17.8900429Z [INFO] Running org.apache.maven.model.interpolation.MavenBuildTimestampTest
2023-09-05T23:25:17.9014223Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.apache.maven.model.interpolation.MavenBuildTimestampTest
2023-09-05T23:25:17.9015537Z [INFO] Running org.apache.maven.model.interpolation.StringVisitorModelInterpolatorTest
2023-09-05T23:25:17.9497027Z [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.apache.maven.model.interpolation.StringVisitorModelInterpolatorTest
2023-09-05T23:25:17.9732109Z [INFO] 
2023-09-05T23:25:17.9732702Z [INFO] Results:
2023-09-05T23:25:17.9733439Z [INFO] 
2023-09-05T23:25:17.9735618Z [WARNING] Tests run: 142, Failures: 0, Errors: 0, Skipped: 1
2023-09-05T23:25:17.9736174Z [INFO] 
2023-09-05T23:25:17.9784452Z [INFO] 
2023-09-05T23:25:17.9785448Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-model-builder ---
2023-09-05T23:25:18.0014840Z [INFO] Building jar: /home/runner/work/maven/maven/maven-model-builder/target/maven-model-builder-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:18.0309652Z [INFO] 
2023-09-05T23:25:18.0310849Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-model-builder ---
2023-09-05T23:25:18.0317307Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:25:18.0318064Z [INFO] 
2023-09-05T23:25:18.0318790Z [INFO] --- japicmp-maven-plugin:0.17.2:cmp (default) @ maven-model-builder ---
2023-09-05T23:25:18.0381560Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.7/maven-model-builder-3.8.7.jar
2023-09-05T23:25:18.0570193Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.7/maven-model-builder-3.8.7.jar (196 kB at 10 MB/s)
2023-09-05T23:25:18.3999743Z [INFO] Written file '/home/runner/work/maven/maven/maven-model-builder/target/japicmp/japicmp.diff'.
2023-09-05T23:25:18.5009510Z [INFO] Written file '/home/runner/work/maven/maven/maven-model-builder/target/japicmp/japicmp.xml'.
2023-09-05T23:25:18.5013663Z [INFO] Written file '/home/runner/work/maven/maven/maven-model-builder/target/japicmp/japicmp.html'.
2023-09-05T23:25:18.5019363Z [INFO] 
2023-09-05T23:25:18.5023478Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-model-builder ---
2023-09-05T23:25:18.5049441Z [INFO] Installing /home/runner/work/maven/maven/maven-model-builder/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-model-builder/4.0.0-alpha-8-SNAPSHOT/maven-model-builder-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:25:18.5059562Z [INFO] Installing /home/runner/work/maven/maven/maven-model-builder/target/maven-model-builder-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-model-builder/4.0.0-alpha-8-SNAPSHOT/maven-model-builder-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:18.5077662Z [INFO] 
2023-09-05T23:25:18.5081116Z [INFO] ------------------< org.apache.maven:maven-settings >-------------------
2023-09-05T23:25:18.5086628Z [INFO] Building Maven Settings 4.0.0-alpha-8-SNAPSHOT                   [18/29]
2023-09-05T23:25:18.5090301Z [INFO]   from maven-settings/pom.xml
2023-09-05T23:25:18.5093561Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:25:18.5222272Z [INFO] 
2023-09-05T23:25:18.5225102Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-settings ---
2023-09-05T23:25:18.5269815Z [INFO] Adding ignore: module-info
2023-09-05T23:25:18.5604384Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:25:18.5608531Z [INFO] 
2023-09-05T23:25:18.5642655Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-settings ---
2023-09-05T23:25:18.5643091Z [INFO] 
2023-09-05T23:25:18.5643563Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-settings ---
2023-09-05T23:25:18.5644083Z [INFO] 
2023-09-05T23:25:18.5644662Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-settings ---
2023-09-05T23:25:18.5661745Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:25:18.5665588Z [INFO] 
2023-09-05T23:25:18.5672706Z [INFO] --- modello-maven-plugin:2.1.2:velocity (velocity) @ maven-settings ---
2023-09-05T23:25:18.5695031Z [INFO] outputDirectory: /home/runner/work/maven/maven/maven-settings/target/generated-sources/modello
2023-09-05T23:25:18.5698792Z [INFO] Working on model: src/main/mdo/settings.mdo
2023-09-05T23:25:18.5730454Z [INFO] Generating current version: 2.0.0
2023-09-05T23:25:18.6340353Z [INFO] 
2023-09-05T23:25:18.6344702Z [INFO] --- modello-maven-plugin:2.1.2:velocity (v3) @ maven-settings ---
2023-09-05T23:25:18.6363402Z [INFO] outputDirectory: /home/runner/work/maven/maven/maven-settings/target/generated-sources/modello
2023-09-05T23:25:18.6368576Z [INFO] Working on model: src/main/mdo/settings.mdo
2023-09-05T23:25:18.6403260Z [INFO] Generating current version: 1.3.0
2023-09-05T23:25:18.6964101Z [INFO] 
2023-09-05T23:25:18.6965522Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-settings ---
2023-09-05T23:25:18.7424796Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:25:18.7425890Z [INFO] 
2023-09-05T23:25:18.7430208Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-settings ---
2023-09-05T23:25:18.7446263Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:25:18.7487878Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:25:18.8057784Z [INFO] 
2023-09-05T23:25:18.8065233Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-settings ---
2023-09-05T23:25:18.8080845Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-settings/src/main/resources
2023-09-05T23:25:18.8090873Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:25:18.8102658Z [INFO] 
2023-09-05T23:25:18.8107201Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-settings ---
2023-09-05T23:25:18.8139251Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:18.8145858Z [INFO] Compiling 25 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:25:19.2860353Z [INFO] /home/runner/work/maven/maven/maven-settings/target/generated-sources/modello/org/apache/maven/settings/v4/SettingsXpp3Writer.java: Some input files use or override a deprecated API.
2023-09-05T23:25:19.2862376Z [INFO] /home/runner/work/maven/maven/maven-settings/target/generated-sources/modello/org/apache/maven/settings/v4/SettingsXpp3Writer.java: Recompile with -Xlint:deprecation for details.
2023-09-05T23:25:19.2864222Z [INFO] /home/runner/work/maven/maven/maven-settings/target/generated-sources/modello/org/apache/maven/settings/WrapperProperties.java: /home/runner/work/maven/maven/maven-settings/target/generated-sources/modello/org/apache/maven/settings/WrapperProperties.java uses unchecked or unsafe operations.
2023-09-05T23:25:19.2866288Z [INFO] /home/runner/work/maven/maven/maven-settings/target/generated-sources/modello/org/apache/maven/settings/WrapperProperties.java: Recompile with -Xlint:unchecked for details.
2023-09-05T23:25:19.2867236Z [INFO] 
2023-09-05T23:25:19.2868259Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-settings ---
2023-09-05T23:25:19.2872742Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:25:19.4225499Z [INFO] 
2023-09-05T23:25:19.4229373Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-settings ---
2023-09-05T23:25:19.4253416Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-settings/src/test/resources
2023-09-05T23:25:19.4261586Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:25:19.4272466Z [INFO] 
2023-09-05T23:25:19.4275820Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-settings ---
2023-09-05T23:25:19.4294907Z [INFO] No sources to compile
2023-09-05T23:25:19.4298230Z [INFO] 
2023-09-05T23:25:19.4301876Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-settings ---
2023-09-05T23:25:19.4335745Z [INFO] 
2023-09-05T23:25:19.4338996Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-settings ---
2023-09-05T23:25:19.4409433Z [INFO] Building jar: /home/runner/work/maven/maven/maven-settings/target/maven-settings-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:19.4662824Z [INFO] 
2023-09-05T23:25:19.4664179Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-settings ---
2023-09-05T23:25:19.4693085Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:25:19.4693671Z [INFO] 
2023-09-05T23:25:19.4694516Z [INFO] --- japicmp-maven-plugin:0.17.2:cmp (default) @ maven-settings ---
2023-09-05T23:25:19.4751836Z [INFO] Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/maven-settings/maven-metadata.xml
2023-09-05T23:25:19.4761786Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/maven-metadata.xml
2023-09-05T23:25:19.4870878Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/maven-metadata.xml (2.8 kB at 276 kB/s)
2023-09-05T23:25:19.8407536Z [INFO] Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/maven-settings/maven-metadata.xml (558 B at 1.5 kB/s)
2023-09-05T23:25:19.8434611Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.7/maven-settings-3.8.7.jar
2023-09-05T23:25:19.8587941Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.7/maven-settings-3.8.7.jar (44 kB at 3.0 MB/s)
2023-09-05T23:25:19.8919990Z [INFO] Written file '/home/runner/work/maven/maven/maven-settings/target/japicmp/japicmp.diff'.
2023-09-05T23:25:19.9973716Z [INFO] Written file '/home/runner/work/maven/maven/maven-settings/target/japicmp/japicmp.xml'.
2023-09-05T23:25:19.9974644Z [INFO] Written file '/home/runner/work/maven/maven/maven-settings/target/japicmp/japicmp.html'.
2023-09-05T23:25:19.9975090Z [INFO] 
2023-09-05T23:25:19.9975826Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-settings ---
2023-09-05T23:25:20.0033251Z [INFO] Installing /home/runner/work/maven/maven/maven-settings/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-settings/4.0.0-alpha-8-SNAPSHOT/maven-settings-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:25:20.0039494Z [INFO] Installing /home/runner/work/maven/maven/maven-settings/target/maven-settings-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-settings/4.0.0-alpha-8-SNAPSHOT/maven-settings-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:20.0060914Z [INFO] 
2023-09-05T23:25:20.0061489Z [INFO] --------------< org.apache.maven:maven-settings-builder >---------------
2023-09-05T23:25:20.0062073Z [INFO] Building Maven Settings Builder 4.0.0-alpha-8-SNAPSHOT           [19/29]
2023-09-05T23:25:20.0062566Z [INFO]   from maven-settings-builder/pom.xml
2023-09-05T23:25:20.0063074Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:25:20.0108433Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
2023-09-05T23:25:20.0153217Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 647 kB/s)
2023-09-05T23:25:20.0167832Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
2023-09-05T23:25:20.0213074Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 883 kB/s)
2023-09-05T23:25:20.0243053Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
2023-09-05T23:25:20.0296251Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
2023-09-05T23:25:20.0356447Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 1.1 MB/s)
2023-09-05T23:25:20.0361246Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (24 kB at 2.0 MB/s)
2023-09-05T23:25:20.0367386Z [INFO] 
2023-09-05T23:25:20.0368100Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-settings-builder ---
2023-09-05T23:25:20.0401156Z [INFO] Adding ignore: module-info
2023-09-05T23:25:20.0791808Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:25:20.0792540Z [INFO] 
2023-09-05T23:25:20.0793427Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-settings-builder ---
2023-09-05T23:25:20.0815523Z [INFO] 
2023-09-05T23:25:20.0816640Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-settings-builder ---
2023-09-05T23:25:20.0827420Z [INFO] 
2023-09-05T23:25:20.0828312Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-settings-builder ---
2023-09-05T23:25:20.0858811Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:25:20.0860129Z [INFO] 
2023-09-05T23:25:20.0861508Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-settings-builder ---
2023-09-05T23:25:20.2213805Z [INFO] There is 1 error reported by Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
2023-09-05T23:25:20.2218766Z [INFO] Ignored 1 error, 0 violation remaining.
2023-09-05T23:25:20.2219425Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:25:20.2220027Z [INFO] 
2023-09-05T23:25:20.2222159Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-settings-builder ---
2023-09-05T23:25:20.2238841Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:25:20.2283592Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:25:20.3253470Z [INFO] 
2023-09-05T23:25:20.3255128Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-settings-builder ---
2023-09-05T23:25:20.3269000Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-settings-builder/src/main/resources
2023-09-05T23:25:20.3271696Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:25:20.3278348Z [INFO] 
2023-09-05T23:25:20.3279276Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-settings-builder ---
2023-09-05T23:25:20.3340146Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:20.3343048Z [INFO] Compiling 31 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:25:20.4382697Z [INFO] /home/runner/work/maven/maven/maven-settings-builder/src/main/java/org/apache/maven/settings/building/DefaultSettingsBuilder.java: Some input files use or override a deprecated API.
2023-09-05T23:25:20.4384291Z [INFO] /home/runner/work/maven/maven/maven-settings-builder/src/main/java/org/apache/maven/settings/building/DefaultSettingsBuilder.java: Recompile with -Xlint:deprecation for details.
2023-09-05T23:25:20.4385079Z [INFO] 
2023-09-05T23:25:20.4386997Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-settings-builder ---
2023-09-05T23:25:20.4410034Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:25:20.5223188Z [INFO] 
2023-09-05T23:25:20.5224417Z [INFO] --- sisu-maven-plugin:0.9.0.M2:main-index (index-project) @ maven-settings-builder ---
2023-09-05T23:25:20.5271270Z [INFO] 
2023-09-05T23:25:20.5273401Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-settings-builder ---
2023-09-05T23:25:20.5294918Z [INFO] Copying 1 resource from src/test/resources to target/test-classes
2023-09-05T23:25:20.5300003Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:25:20.5340951Z [INFO] 
2023-09-05T23:25:20.5341880Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-settings-builder ---
2023-09-05T23:25:20.5343089Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:20.5344242Z [INFO] Compiling 2 source files with javac [debug target 1.8] to target/test-classes
2023-09-05T23:25:20.5672219Z [INFO] 
2023-09-05T23:25:20.5673411Z [INFO] --- sisu-maven-plugin:0.9.0.M2:test-index (index-project) @ maven-settings-builder ---
2023-09-05T23:25:20.5701136Z [INFO] 
2023-09-05T23:25:20.5702022Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-settings-builder ---
2023-09-05T23:25:20.6030590Z [INFO] Surefire report directory: /home/runner/work/maven/maven/maven-settings-builder/target/surefire-reports
2023-09-05T23:25:20.6031786Z [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
2023-09-05T23:25:20.6178429Z [INFO] 
2023-09-05T23:25:20.6179440Z [INFO] -------------------------------------------------------
2023-09-05T23:25:20.6180001Z [INFO]  T E S T S
2023-09-05T23:25:20.6181347Z [INFO] -------------------------------------------------------
2023-09-05T23:25:21.6650556Z [INFO] Running org.apache.maven.settings.validation.DefaultSettingsValidatorTest
2023-09-05T23:25:21.9215141Z [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s -- in org.apache.maven.settings.validation.DefaultSettingsValidatorTest
2023-09-05T23:25:21.9216550Z [INFO] Running org.apache.maven.settings.building.DefaultSettingsBuilderFactoryTest
2023-09-05T23:25:22.0236885Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.apache.maven.settings.building.DefaultSettingsBuilderFactoryTest
2023-09-05T23:25:22.0535711Z [INFO] 
2023-09-05T23:25:22.0536725Z [INFO] Results:
2023-09-05T23:25:22.0537246Z [INFO] 
2023-09-05T23:25:22.0538132Z [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
2023-09-05T23:25:22.0539063Z [INFO] 
2023-09-05T23:25:22.0583516Z [INFO] 
2023-09-05T23:25:22.0584703Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-settings-builder ---
2023-09-05T23:25:22.0773382Z [INFO] Building jar: /home/runner/work/maven/maven/maven-settings-builder/target/maven-settings-builder-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:22.1008207Z [INFO] 
2023-09-05T23:25:22.1009441Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-settings-builder ---
2023-09-05T23:25:22.1010429Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:25:22.1011100Z [INFO] 
2023-09-05T23:25:22.1012208Z [INFO] --- japicmp-maven-plugin:0.17.2:cmp (default) @ maven-settings-builder ---
2023-09-05T23:25:22.1065209Z [INFO] Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/maven-settings-builder/maven-metadata.xml
2023-09-05T23:25:22.1077564Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/maven-metadata.xml
2023-09-05T23:25:22.1208740Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/maven-metadata.xml (1.8 kB at 141 kB/s)
2023-09-05T23:25:22.4716718Z [INFO] Downloaded from apache.snapshots: https://repository.apache.org/snapshots/org/apache/maven/maven-settings-builder/maven-metadata.xml (566 B at 1.6 kB/s)
2023-09-05T23:25:22.4740250Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.7/maven-settings-builder-3.8.7.jar
2023-09-05T23:25:22.4835587Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.7/maven-settings-builder-3.8.7.jar (42 kB at 4.2 MB/s)
2023-09-05T23:25:22.5047110Z [INFO] Written file '/home/runner/work/maven/maven/maven-settings-builder/target/japicmp/japicmp.diff'.
2023-09-05T23:25:22.6263939Z [INFO] Written file '/home/runner/work/maven/maven/maven-settings-builder/target/japicmp/japicmp.xml'.
2023-09-05T23:25:22.6273862Z [INFO] Written file '/home/runner/work/maven/maven/maven-settings-builder/target/japicmp/japicmp.html'.
2023-09-05T23:25:22.6277961Z [INFO] 
2023-09-05T23:25:22.6281446Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-settings-builder ---
2023-09-05T23:25:22.6293417Z [INFO] Installing /home/runner/work/maven/maven/maven-settings-builder/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-settings-builder/4.0.0-alpha-8-SNAPSHOT/maven-settings-builder-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:25:22.6300489Z [INFO] Installing /home/runner/work/maven/maven/maven-settings-builder/target/maven-settings-builder-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-settings-builder/4.0.0-alpha-8-SNAPSHOT/maven-settings-builder-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:22.6320355Z [INFO] 
2023-09-05T23:25:22.6325183Z [INFO] ---------------< org.apache.maven:maven-toolchain-model >---------------
2023-09-05T23:25:22.6334174Z [INFO] Building Maven Toolchain Model 4.0.0-alpha-8-SNAPSHOT            [20/29]
2023-09-05T23:25:22.6344613Z [INFO]   from maven-toolchain-model/pom.xml
2023-09-05T23:25:22.6348040Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:25:22.6425690Z [INFO] 
2023-09-05T23:25:22.6428917Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-toolchain-model ---
2023-09-05T23:25:22.6483303Z [INFO] Adding ignore: module-info
2023-09-05T23:25:22.6807273Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:25:22.6813128Z [INFO] 
2023-09-05T23:25:22.6817404Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-toolchain-model ---
2023-09-05T23:25:22.6831303Z [INFO] 
2023-09-05T23:25:22.6835760Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-toolchain-model ---
2023-09-05T23:25:22.6845173Z [INFO] 
2023-09-05T23:25:22.6848987Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-toolchain-model ---
2023-09-05T23:25:22.6934517Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:25:22.6938810Z [INFO] 
2023-09-05T23:25:22.6942238Z [INFO] --- modello-maven-plugin:2.1.2:velocity (velocity) @ maven-toolchain-model ---
2023-09-05T23:25:22.6968980Z [INFO] outputDirectory: /home/runner/work/maven/maven/maven-toolchain-model/target/generated-sources/modello
2023-09-05T23:25:22.6972842Z [INFO] Working on model: src/main/mdo/toolchains.mdo
2023-09-05T23:25:22.6995055Z [INFO] Generating current version: 1.1.0
2023-09-05T23:25:22.7400820Z [INFO] 
2023-09-05T23:25:22.7404503Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-toolchain-model ---
2023-09-05T23:25:22.8513473Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:25:22.8514333Z [INFO] 
2023-09-05T23:25:22.8515483Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-toolchain-model ---
2023-09-05T23:25:22.8545627Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:25:22.8576222Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:25:22.9050409Z [INFO] 
2023-09-05T23:25:22.9051760Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-toolchain-model ---
2023-09-05T23:25:22.9072791Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-toolchain-model/src/main/resources
2023-09-05T23:25:22.9077398Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:25:22.9084066Z [INFO] 
2023-09-05T23:25:22.9085111Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-toolchain-model ---
2023-09-05T23:25:22.9132121Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:22.9132954Z [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:25:23.0294158Z [INFO] /home/runner/work/maven/maven/maven-toolchain-model/target/generated-sources/modello/org/apache/maven/toolchain/model/WrapperProperties.java: /home/runner/work/maven/maven/maven-toolchain-model/target/generated-sources/modello/org/apache/maven/toolchain/model/WrapperProperties.java uses or overrides a deprecated API.
2023-09-05T23:25:23.0295545Z [INFO] /home/runner/work/maven/maven/maven-toolchain-model/target/generated-sources/modello/org/apache/maven/toolchain/model/WrapperProperties.java: Recompile with -Xlint:deprecation for details.
2023-09-05T23:25:23.0296820Z [INFO] /home/runner/work/maven/maven/maven-toolchain-model/target/generated-sources/modello/org/apache/maven/toolchain/model/WrapperProperties.java: /home/runner/work/maven/maven/maven-toolchain-model/target/generated-sources/modello/org/apache/maven/toolchain/model/WrapperProperties.java uses unchecked or unsafe operations.
2023-09-05T23:25:23.0298745Z [INFO] /home/runner/work/maven/maven/maven-toolchain-model/target/generated-sources/modello/org/apache/maven/toolchain/model/WrapperProperties.java: Recompile with -Xlint:unchecked for details.
2023-09-05T23:25:23.0300861Z [INFO] 
2023-09-05T23:25:23.0302685Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-toolchain-model ---
2023-09-05T23:25:23.0310092Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:25:23.0996535Z [INFO] 
2023-09-05T23:25:23.0999314Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-toolchain-model ---
2023-09-05T23:25:23.1010968Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-toolchain-model/src/test/resources
2023-09-05T23:25:23.1017095Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:25:23.1026907Z [INFO] 
2023-09-05T23:25:23.1029457Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-toolchain-model ---
2023-09-05T23:25:23.1068704Z [INFO] No sources to compile
2023-09-05T23:25:23.1070937Z [INFO] 
2023-09-05T23:25:23.1072948Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-toolchain-model ---
2023-09-05T23:25:23.1114980Z [INFO] 
2023-09-05T23:25:23.1117201Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-toolchain-model ---
2023-09-05T23:25:23.1172618Z [INFO] Building jar: /home/runner/work/maven/maven/maven-toolchain-model/target/maven-toolchain-model-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:23.1343442Z [INFO] 
2023-09-05T23:25:23.1345112Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-toolchain-model ---
2023-09-05T23:25:23.1378775Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:25:23.1379250Z [INFO] 
2023-09-05T23:25:23.1380002Z [INFO] --- japicmp-maven-plugin:0.17.2:cmp (default) @ maven-toolchain-model ---
2023-09-05T23:25:23.1381450Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.7/maven-core-3.8.7.jar
2023-09-05T23:25:23.1672848Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.7/maven-core-3.8.7.jar (646 kB at 22 MB/s)
2023-09-05T23:25:23.2095221Z [INFO] Written file '/home/runner/work/maven/maven/maven-toolchain-model/target/japicmp/japicmp.diff'.
2023-09-05T23:25:23.2841582Z [INFO] Written file '/home/runner/work/maven/maven/maven-toolchain-model/target/japicmp/japicmp.xml'.
2023-09-05T23:25:23.2842546Z [INFO] Written file '/home/runner/work/maven/maven/maven-toolchain-model/target/japicmp/japicmp.html'.
2023-09-05T23:25:23.2842997Z [INFO] 
2023-09-05T23:25:23.2843544Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-toolchain-model ---
2023-09-05T23:25:23.2851511Z [INFO] Installing /home/runner/work/maven/maven/maven-toolchain-model/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-toolchain-model/4.0.0-alpha-8-SNAPSHOT/maven-toolchain-model-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:25:23.2856092Z [INFO] Installing /home/runner/work/maven/maven/maven-toolchain-model/target/maven-toolchain-model-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-toolchain-model/4.0.0-alpha-8-SNAPSHOT/maven-toolchain-model-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:23.2866997Z [INFO] 
2023-09-05T23:25:23.2867602Z [INFO] --------------< org.apache.maven:maven-toolchain-builder >--------------
2023-09-05T23:25:23.2868222Z [INFO] Building Maven Toolchain Builder 4.0.0-alpha-8-SNAPSHOT          [21/29]
2023-09-05T23:25:23.2868748Z [INFO]   from maven-toolchain-builder/pom.xml
2023-09-05T23:25:23.2869249Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:25:23.2908807Z [INFO] 
2023-09-05T23:25:23.2910025Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-toolchain-builder ---
2023-09-05T23:25:23.2956638Z [INFO] Adding ignore: module-info
2023-09-05T23:25:23.3773239Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:25:23.3774153Z [INFO] 
2023-09-05T23:25:23.3775153Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-toolchain-builder ---
2023-09-05T23:25:23.3783731Z [INFO] 
2023-09-05T23:25:23.3784637Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-toolchain-builder ---
2023-09-05T23:25:23.3788688Z [INFO] 
2023-09-05T23:25:23.3789449Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-toolchain-builder ---
2023-09-05T23:25:23.3831141Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:25:23.3831927Z [INFO] 
2023-09-05T23:25:23.3832621Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-toolchain-builder ---
2023-09-05T23:25:23.4559583Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:25:23.4560230Z [INFO] 
2023-09-05T23:25:23.4561978Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-toolchain-builder ---
2023-09-05T23:25:23.4583091Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:25:23.4610651Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:25:23.5292750Z [INFO] 
2023-09-05T23:25:23.5294286Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-toolchain-builder ---
2023-09-05T23:25:23.5300811Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-toolchain-builder/src/main/resources
2023-09-05T23:25:23.5303883Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:25:23.5309216Z [INFO] 
2023-09-05T23:25:23.5310049Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-toolchain-builder ---
2023-09-05T23:25:23.5347442Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:23.5348881Z [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:25:23.5750410Z [INFO] 
2023-09-05T23:25:23.5751857Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-toolchain-builder ---
2023-09-05T23:25:23.5758172Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:25:23.6532911Z [INFO] 
2023-09-05T23:25:23.6534237Z [INFO] --- sisu-maven-plugin:0.9.0.M2:main-index (index-project) @ maven-toolchain-builder ---
2023-09-05T23:25:23.6571136Z [INFO] 
2023-09-05T23:25:23.6572383Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-toolchain-builder ---
2023-09-05T23:25:23.6582566Z [INFO] Copying 5 resources from src/test/resources to target/test-classes
2023-09-05T23:25:23.6605026Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:25:23.6613376Z [INFO] 
2023-09-05T23:25:23.6614609Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-toolchain-builder ---
2023-09-05T23:25:23.6657388Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:23.6660344Z [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes
2023-09-05T23:25:23.7387623Z [INFO] /home/runner/work/maven/maven/maven-toolchain-builder/src/test/java/org/apache/maven/toolchain/building/DefaultToolchainsBuilderTest.java: /home/runner/work/maven/maven/maven-toolchain-builder/src/test/java/org/apache/maven/toolchain/building/DefaultToolchainsBuilderTest.java uses or overrides a deprecated API.
2023-09-05T23:25:23.7389518Z [INFO] /home/runner/work/maven/maven/maven-toolchain-builder/src/test/java/org/apache/maven/toolchain/building/DefaultToolchainsBuilderTest.java: Recompile with -Xlint:deprecation for details.
2023-09-05T23:25:23.7390434Z [INFO] 
2023-09-05T23:25:23.7391633Z [INFO] --- sisu-maven-plugin:0.9.0.M2:test-index (index-project) @ maven-toolchain-builder ---
2023-09-05T23:25:23.7409545Z [INFO] 
2023-09-05T23:25:23.7410366Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-toolchain-builder ---
2023-09-05T23:25:23.7437992Z [INFO] Surefire report directory: /home/runner/work/maven/maven/maven-toolchain-builder/target/surefire-reports
2023-09-05T23:25:23.7439428Z [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
2023-09-05T23:25:23.7509148Z [INFO] 
2023-09-05T23:25:23.7509912Z [INFO] -------------------------------------------------------
2023-09-05T23:25:23.7510452Z [INFO]  T E S T S
2023-09-05T23:25:23.7511032Z [INFO] -------------------------------------------------------
2023-09-05T23:25:24.7607564Z [INFO] Running org.apache.maven.toolchain.merge.MavenToolchainMergerTest
2023-09-05T23:25:24.9149345Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s -- in org.apache.maven.toolchain.merge.MavenToolchainMergerTest
2023-09-05T23:25:24.9166067Z [INFO] Running org.apache.maven.toolchain.building.ToolchainsBuildingExceptionTest
2023-09-05T23:25:24.9286665Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.maven.toolchain.building.ToolchainsBuildingExceptionTest
2023-09-05T23:25:24.9424287Z [INFO] Running org.apache.maven.toolchain.building.DefaultToolchainsBuilderTest
2023-09-05T23:25:25.6484483Z [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 s -- in org.apache.maven.toolchain.building.DefaultToolchainsBuilderTest
2023-09-05T23:25:25.6699048Z [INFO] 
2023-09-05T23:25:25.6699740Z [INFO] Results:
2023-09-05T23:25:25.6700139Z [INFO] 
2023-09-05T23:25:25.6748407Z [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
2023-09-05T23:25:25.6748695Z [INFO] 
2023-09-05T23:25:25.6748885Z [INFO] 
2023-09-05T23:25:25.6749478Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-toolchain-builder ---
2023-09-05T23:25:25.6831125Z [INFO] Building jar: /home/runner/work/maven/maven/maven-toolchain-builder/target/maven-toolchain-builder-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:25.6933836Z [INFO] 
2023-09-05T23:25:25.7024227Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-toolchain-builder ---
2023-09-05T23:25:25.7024961Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:25:25.7025278Z [INFO] 
2023-09-05T23:25:25.7025682Z [INFO] --- japicmp-maven-plugin:0.17.2:cmp (default) @ maven-toolchain-builder ---
2023-09-05T23:25:25.7298792Z [INFO] Written file '/home/runner/work/maven/maven/maven-toolchain-builder/target/japicmp/japicmp.diff'.
2023-09-05T23:25:25.8625710Z [INFO] Written file '/home/runner/work/maven/maven/maven-toolchain-builder/target/japicmp/japicmp.xml'.
2023-09-05T23:25:25.8626757Z [INFO] Written file '/home/runner/work/maven/maven/maven-toolchain-builder/target/japicmp/japicmp.html'.
2023-09-05T23:25:25.8629772Z [INFO] 
2023-09-05T23:25:25.8631529Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-toolchain-builder ---
2023-09-05T23:25:25.8654734Z [INFO] Installing /home/runner/work/maven/maven/maven-toolchain-builder/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-toolchain-builder/4.0.0-alpha-8-SNAPSHOT/maven-toolchain-builder-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:25:25.8661699Z [INFO] Installing /home/runner/work/maven/maven/maven-toolchain-builder/target/maven-toolchain-builder-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-toolchain-builder/4.0.0-alpha-8-SNAPSHOT/maven-toolchain-builder-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:25.8671352Z [INFO] 
2023-09-05T23:25:25.8673116Z [INFO] -------------< org.apache.maven:maven-repository-metadata >-------------
2023-09-05T23:25:25.8674728Z [INFO] Building Maven Repository Metadata Model 4.0.0-alpha-8-SNAPSHOT  [22/29]
2023-09-05T23:25:25.8676346Z [INFO]   from maven-repository-metadata/pom.xml
2023-09-05T23:25:25.8678393Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:25:25.8715610Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.14/maven-resolver-api-1.9.14.pom
2023-09-05T23:25:25.8802072Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.14/maven-resolver-api-1.9.14.pom (2.7 kB at 298 kB/s)
2023-09-05T23:25:25.8818183Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.14/maven-resolver-1.9.14.pom
2023-09-05T23:25:25.8932854Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.14/maven-resolver-1.9.14.pom (22 kB at 2.0 MB/s)
2023-09-05T23:25:25.8996493Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.14/maven-resolver-api-1.9.14.jar
2023-09-05T23:25:25.9133603Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.14/maven-resolver-api-1.9.14.jar (157 kB at 11 MB/s)
2023-09-05T23:25:25.9144867Z [INFO] 
2023-09-05T23:25:25.9149046Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-repository-metadata ---
2023-09-05T23:25:25.9188016Z [INFO] Adding ignore: module-info
2023-09-05T23:25:25.9501858Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:25:25.9506264Z [INFO] 
2023-09-05T23:25:25.9509760Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-repository-metadata ---
2023-09-05T23:25:25.9521820Z [INFO] 
2023-09-05T23:25:25.9524902Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-repository-metadata ---
2023-09-05T23:25:25.9533009Z [INFO] 
2023-09-05T23:25:25.9536672Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-repository-metadata ---
2023-09-05T23:25:25.9597598Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:25:25.9598354Z [INFO] 
2023-09-05T23:25:25.9599500Z [INFO] --- modello-maven-plugin:2.1.2:velocity (modello) @ maven-repository-metadata ---
2023-09-05T23:25:25.9614522Z [INFO] outputDirectory: /home/runner/work/maven/maven/maven-repository-metadata/target/generated-sources/modello
2023-09-05T23:25:25.9615487Z [INFO] Working on model: src/main/mdo/metadata.mdo
2023-09-05T23:25:25.9690654Z [INFO] Generating current version: 1.2.0
2023-09-05T23:25:26.0269403Z [INFO] 
2023-09-05T23:25:26.0270804Z [INFO] --- modello-maven-plugin:2.1.2:velocity (modello-v3) @ maven-repository-metadata ---
2023-09-05T23:25:26.0281580Z [INFO] outputDirectory: /home/runner/work/maven/maven/maven-repository-metadata/target/generated-sources/modello
2023-09-05T23:25:26.0282435Z [INFO] Working on model: src/main/mdo/metadata.mdo
2023-09-05T23:25:26.0351676Z [INFO] Generating current version: 1.1.0
2023-09-05T23:25:26.0621870Z [INFO] 
2023-09-05T23:25:26.0624314Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-repository-metadata ---
2023-09-05T23:25:26.1087070Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:25:26.1087929Z [INFO] 
2023-09-05T23:25:26.1089637Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-repository-metadata ---
2023-09-05T23:25:26.1108707Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:25:26.1154667Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:25:26.1598518Z [INFO] 
2023-09-05T23:25:26.1599989Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-repository-metadata ---
2023-09-05T23:25:26.1613502Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-repository-metadata/src/main/resources
2023-09-05T23:25:26.1616613Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:25:26.1621785Z [INFO] 
2023-09-05T23:25:26.1622481Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-repository-metadata ---
2023-09-05T23:25:26.1650413Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:26.1652253Z [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:25:26.3512299Z [INFO] /home/runner/work/maven/maven/maven-repository-metadata/target/generated-sources/modello/org/apache/maven/artifact/repository/metadata/WrapperProperties.java: /home/runner/work/maven/maven/maven-repository-metadata/target/generated-sources/modello/org/apache/maven/artifact/repository/metadata/WrapperProperties.java uses or overrides a deprecated API.
2023-09-05T23:25:26.3514014Z [INFO] /home/runner/work/maven/maven/maven-repository-metadata/target/generated-sources/modello/org/apache/maven/artifact/repository/metadata/WrapperProperties.java: Recompile with -Xlint:deprecation for details.
2023-09-05T23:25:26.3515412Z [INFO] /home/runner/work/maven/maven/maven-repository-metadata/target/generated-sources/modello/org/apache/maven/artifact/repository/metadata/WrapperProperties.java: /home/runner/work/maven/maven/maven-repository-metadata/target/generated-sources/modello/org/apache/maven/artifact/repository/metadata/WrapperProperties.java uses unchecked or unsafe operations.
2023-09-05T23:25:26.3516710Z [INFO] /home/runner/work/maven/maven/maven-repository-metadata/target/generated-sources/modello/org/apache/maven/artifact/repository/metadata/WrapperProperties.java: Recompile with -Xlint:unchecked for details.
2023-09-05T23:25:26.3517287Z [INFO] 
2023-09-05T23:25:26.3517844Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-repository-metadata ---
2023-09-05T23:25:26.3519317Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:25:26.4188317Z [INFO] 
2023-09-05T23:25:26.4189394Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-repository-metadata ---
2023-09-05T23:25:26.4195713Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-repository-metadata/src/test/resources
2023-09-05T23:25:26.4198493Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:25:26.4203593Z [INFO] 
2023-09-05T23:25:26.4204355Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-repository-metadata ---
2023-09-05T23:25:26.4225036Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:26.4226615Z [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
2023-09-05T23:25:26.4587782Z [INFO] 
2023-09-05T23:25:26.4588793Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-repository-metadata ---
2023-09-05T23:25:26.4624404Z [INFO] Surefire report directory: /home/runner/work/maven/maven/maven-repository-metadata/target/surefire-reports
2023-09-05T23:25:26.4628576Z [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
2023-09-05T23:25:26.4681436Z [INFO] 
2023-09-05T23:25:26.4682006Z [INFO] -------------------------------------------------------
2023-09-05T23:25:26.4682584Z [INFO]  T E S T S
2023-09-05T23:25:26.4683076Z [INFO] -------------------------------------------------------
2023-09-05T23:25:27.5290540Z [INFO] Running org.apache.maven.artifact.repository.metadata.MetadataTest
2023-09-05T23:25:27.8288458Z [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s -- in org.apache.maven.artifact.repository.metadata.MetadataTest
2023-09-05T23:25:27.8682803Z [INFO] 
2023-09-05T23:25:27.8684683Z [INFO] Results:
2023-09-05T23:25:27.8685287Z [INFO] 
2023-09-05T23:25:27.8685746Z [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
2023-09-05T23:25:27.8686238Z [INFO] 
2023-09-05T23:25:27.8694969Z [INFO] 
2023-09-05T23:25:27.8695963Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-repository-metadata ---
2023-09-05T23:25:27.8841008Z [INFO] Building jar: /home/runner/work/maven/maven/maven-repository-metadata/target/maven-repository-metadata-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:27.8979540Z [INFO] 
2023-09-05T23:25:27.8981237Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-repository-metadata ---
2023-09-05T23:25:27.9008607Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:25:27.9009628Z [INFO] 
2023-09-05T23:25:27.9011847Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-repository-metadata ---
2023-09-05T23:25:27.9013398Z [INFO] Installing /home/runner/work/maven/maven/maven-repository-metadata/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-repository-metadata/4.0.0-alpha-8-SNAPSHOT/maven-repository-metadata-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:25:27.9126883Z [INFO] Installing /home/runner/work/maven/maven/maven-repository-metadata/target/maven-repository-metadata-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-repository-metadata/4.0.0-alpha-8-SNAPSHOT/maven-repository-metadata-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:27.9127816Z [INFO] 
2023-09-05T23:25:27.9128237Z [INFO] --------------< org.apache.maven:maven-resolver-provider >--------------
2023-09-05T23:25:27.9128790Z [INFO] Building Maven Artifact Resolver Provider 4.0.0-alpha-8-SNAPSHOT [23/29]
2023-09-05T23:25:27.9130748Z [INFO]   from maven-resolver-provider/pom.xml
2023-09-05T23:25:27.9131304Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:25:27.9132027Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.14/maven-resolver-spi-1.9.14.pom
2023-09-05T23:25:27.9223473Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.14/maven-resolver-spi-1.9.14.pom (2.7 kB at 208 kB/s)
2023-09-05T23:25:27.9246061Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.14/maven-resolver-util-1.9.14.pom
2023-09-05T23:25:27.9326547Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.14/maven-resolver-util-1.9.14.pom (2.9 kB at 357 kB/s)
2023-09-05T23:25:27.9350035Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.14/maven-resolver-impl-1.9.14.pom
2023-09-05T23:25:27.9428293Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.14/maven-resolver-impl-1.9.14.pom (4.3 kB at 540 kB/s)
2023-09-05T23:25:27.9449661Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.14/maven-resolver-named-locks-1.9.14.pom
2023-09-05T23:25:27.9535525Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.14/maven-resolver-named-locks-1.9.14.pom (3.2 kB at 358 kB/s)
2023-09-05T23:25:27.9556467Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.5/asm-9.5.pom
2023-09-05T23:25:27.9600182Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.5/asm-9.5.pom (2.4 kB at 592 kB/s)
2023-09-05T23:25:27.9612332Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-testing/1.0.0/plexus-testing-1.0.0.pom
2023-09-05T23:25:27.9710612Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-testing/1.0.0/plexus-testing-1.0.0.pom (2.3 kB at 260 kB/s)
2023-09-05T23:25:27.9793719Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/7/plexus-7.pom
2023-09-05T23:25:27.9895342Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/7/plexus-7.pom (26 kB at 2.3 MB/s)
2023-09-05T23:25:27.9939579Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.3/guice-4.2.3.pom
2023-09-05T23:25:27.9996062Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.3/guice-4.2.3.pom (11 kB at 1.8 MB/s)
2023-09-05T23:25:28.0072822Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.3/guice-parent-4.2.3.pom
2023-09-05T23:25:28.0145959Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.3/guice-parent-4.2.3.pom (16 kB at 2.3 MB/s)
2023-09-05T23:25:28.0163432Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.9.14/maven-resolver-connector-basic-1.9.14.pom
2023-09-05T23:25:28.0234820Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.9.14/maven-resolver-connector-basic-1.9.14.pom (3.7 kB at 532 kB/s)
2023-09-05T23:25:28.0253423Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-file/1.9.14/maven-resolver-transport-file-1.9.14.pom
2023-09-05T23:25:28.0323554Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-file/1.9.14/maven-resolver-transport-file-1.9.14.pom (3.6 kB at 510 kB/s)
2023-09-05T23:25:28.0345314Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-http/1.9.14/maven-resolver-transport-http-1.9.14.pom
2023-09-05T23:25:28.0435138Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-http/1.9.14/maven-resolver-transport-http-1.9.14.pom (5.6 kB at 624 kB/s)
2023-09-05T23:25:28.0454605Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
2023-09-05T23:25:28.0534228Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom (6.6 kB at 828 kB/s)
2023-09-05T23:25:28.0549281Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
2023-09-05T23:25:28.0875268Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom (15 kB at 463 kB/s)
2023-09-05T23:25:28.0902937Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
2023-09-05T23:25:28.0966135Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom (5.0 kB at 828 kB/s)
2023-09-05T23:25:28.0981182Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
2023-09-05T23:25:28.1047380Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom (12 kB at 1.7 MB/s)
2023-09-05T23:25:28.1074628Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom
2023-09-05T23:25:28.1167978Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom (1.2 kB at 118 kB/s)
2023-09-05T23:25:28.1192086Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.pom
2023-09-05T23:25:28.1254602Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.pom (1.0 kB at 170 kB/s)
2023-09-05T23:25:28.1339838Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.14/maven-resolver-spi-1.9.14.jar
2023-09-05T23:25:28.1354335Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.14/maven-resolver-impl-1.9.14.jar
2023-09-05T23:25:28.1362099Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.14/maven-resolver-named-locks-1.9.14.jar
2023-09-05T23:25:28.1378390Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.14/maven-resolver-util-1.9.14.jar
2023-09-05T23:25:28.1388326Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.5/asm-9.5.jar
2023-09-05T23:25:28.1586832Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.9.14/maven-resolver-spi-1.9.14.jar (52 kB at 2.1 MB/s)
2023-09-05T23:25:28.1592993Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-testing/1.0.0/plexus-testing-1.0.0.jar
2023-09-05T23:25:28.1647756Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-named-locks/1.9.14/maven-resolver-named-locks-1.9.14.jar (38 kB at 1.3 MB/s)
2023-09-05T23:25:28.1652081Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.14/maven-resolver-util-1.9.14.jar (195 kB at 6.3 MB/s)
2023-09-05T23:25:28.1656466Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.3/guice-4.2.3.jar
2023-09-05T23:25:28.1663715Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.9.14/maven-resolver-connector-basic-1.9.14.jar
2023-09-05T23:25:28.1675597Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-testing/1.0.0/plexus-testing-1.0.0.jar (6.6 kB at 212 kB/s)
2023-09-05T23:25:28.1679932Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-file/1.9.14/maven-resolver-transport-file-1.9.14.jar
2023-09-05T23:25:28.1812430Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-file/1.9.14/maven-resolver-transport-file-1.9.14.jar (16 kB at 369 kB/s)
2023-09-05T23:25:28.1817524Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-http/1.9.14/maven-resolver-transport-http-1.9.14.jar
2023-09-05T23:25:28.1862463Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.9.14/maven-resolver-connector-basic-1.9.14.jar (40 kB at 804 kB/s)
2023-09-05T23:25:28.1867167Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
2023-09-05T23:25:28.1878885Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.9.14/maven-resolver-impl-1.9.14.jar (317 kB at 6.0 MB/s)
2023-09-05T23:25:28.1895554Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
2023-09-05T23:25:28.1903498Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.5/asm-9.5.jar (122 kB at 2.2 MB/s)
2023-09-05T23:25:28.1905182Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar
2023-09-05T23:25:28.1926260Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-http/1.9.14/maven-resolver-transport-http-1.9.14.jar (52 kB at 928 kB/s)
2023-09-05T23:25:28.1928405Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar
2023-09-05T23:25:28.1986477Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar (15 kB at 247 kB/s)
2023-09-05T23:25:28.2068179Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar (17 kB at 236 kB/s)
2023-09-05T23:25:28.2129765Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 4.3 MB/s)
2023-09-05T23:25:28.2210487Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.3/guice-4.2.3.jar (857 kB at 10 MB/s)
2023-09-05T23:25:28.2270562Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 8.7 MB/s)
2023-09-05T23:25:28.2313821Z [INFO] 
2023-09-05T23:25:28.2334792Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-resolver-provider ---
2023-09-05T23:25:28.2386017Z [INFO] Adding ignore: module-info
2023-09-05T23:25:28.4075070Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:25:28.4076033Z [INFO] 
2023-09-05T23:25:28.4077806Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-resolver-provider ---
2023-09-05T23:25:28.4082956Z [INFO] 
2023-09-05T23:25:28.4083762Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-resolver-provider ---
2023-09-05T23:25:28.4086908Z [INFO] 
2023-09-05T23:25:28.4087688Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-resolver-provider ---
2023-09-05T23:25:28.4146748Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:25:28.4147598Z [INFO] 
2023-09-05T23:25:28.4148687Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-resolver-provider ---
2023-09-05T23:25:28.8010873Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:25:28.8011839Z [INFO] 
2023-09-05T23:25:28.8013315Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-resolver-provider ---
2023-09-05T23:25:28.8038526Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:25:28.8064024Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:25:28.9370568Z [INFO] 
2023-09-05T23:25:28.9375500Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-resolver-provider ---
2023-09-05T23:25:28.9376799Z [INFO] skip non existing resourceDirectory /home/runner/work/maven/maven/maven-resolver-provider/src/main/resources
2023-09-05T23:25:28.9381371Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:25:28.9386504Z [INFO] 
2023-09-05T23:25:28.9387284Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-resolver-provider ---
2023-09-05T23:25:28.9421825Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:28.9423198Z [INFO] Compiling 27 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:25:29.2061788Z [INFO] /home/runner/work/maven/maven/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultModelResolver.java: Some input files use or override a deprecated API.
2023-09-05T23:25:29.2066157Z [INFO] /home/runner/work/maven/maven/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultModelResolver.java: Recompile with -Xlint:deprecation for details.
2023-09-05T23:25:29.2070322Z [INFO] /home/runner/work/maven/maven/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultModelCache.java: /home/runner/work/maven/maven/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultModelCache.java uses unchecked or unsafe operations.
2023-09-05T23:25:29.2077290Z [INFO] /home/runner/work/maven/maven/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultModelCache.java: Recompile with -Xlint:unchecked for details.
2023-09-05T23:25:29.2082340Z [INFO] 
2023-09-05T23:25:29.2085968Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-resolver-provider ---
2023-09-05T23:25:29.2097361Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:25:29.6871455Z [INFO] 
2023-09-05T23:25:29.6872311Z [INFO] --- sisu-maven-plugin:0.9.0.M2:main-index (index-project) @ maven-resolver-provider ---
2023-09-05T23:25:29.7004061Z [INFO] 
2023-09-05T23:25:29.7005015Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-resolver-provider ---
2023-09-05T23:25:29.7021949Z [INFO] Copying 13 resources from src/test/resources to target/test-classes
2023-09-05T23:25:29.7052638Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:25:29.7057868Z [INFO] 
2023-09-05T23:25:29.7058637Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-resolver-provider ---
2023-09-05T23:25:29.7091571Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:29.7096915Z [INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes
2023-09-05T23:25:29.9075169Z [INFO] 
2023-09-05T23:25:29.9076279Z [INFO] --- sisu-maven-plugin:0.9.0.M2:test-index (index-project) @ maven-resolver-provider ---
2023-09-05T23:25:29.9200141Z [INFO] 
2023-09-05T23:25:29.9200850Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-resolver-provider ---
2023-09-05T23:25:29.9255493Z [INFO] Surefire report directory: /home/runner/work/maven/maven/maven-resolver-provider/target/surefire-reports
2023-09-05T23:25:29.9259531Z [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
2023-09-05T23:25:29.9317343Z [INFO] 
2023-09-05T23:25:29.9317820Z [INFO] -------------------------------------------------------
2023-09-05T23:25:29.9318487Z [INFO]  T E S T S
2023-09-05T23:25:29.9319020Z [INFO] -------------------------------------------------------
2023-09-05T23:25:30.8846576Z [INFO] Running org.apache.maven.repository.internal.DefaultModelResolverTest
2023-09-05T23:25:32.8830693Z [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.997 s -- in org.apache.maven.repository.internal.DefaultModelResolverTest
2023-09-05T23:25:32.8832069Z [INFO] Running org.apache.maven.repository.internal.DefaultArtifactDescriptorReaderTest
2023-09-05T23:25:33.4697472Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s -- in org.apache.maven.repository.internal.DefaultArtifactDescriptorReaderTest
2023-09-05T23:25:33.4779235Z [INFO] Running org.apache.maven.repository.internal.RepositorySystemTest
2023-09-05T23:25:34.1709246Z [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.678 s -- in org.apache.maven.repository.internal.RepositorySystemTest
2023-09-05T23:25:34.1725963Z [INFO] Running org.apache.maven.repository.internal.RemoteSnapshotMetadataTest
2023-09-05T23:25:34.2248069Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.apache.maven.repository.internal.RemoteSnapshotMetadataTest
2023-09-05T23:25:34.2253632Z [INFO] Running org.apache.maven.repository.internal.MavenRepositorySystemUtilsTest
2023-09-05T23:25:34.2301142Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.maven.repository.internal.MavenRepositorySystemUtilsTest
2023-09-05T23:25:34.2366095Z [INFO] Running org.apache.maven.repository.internal.DefaultVersionResolverTest
2023-09-05T23:25:34.3301586Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.apache.maven.repository.internal.DefaultVersionResolverTest
2023-09-05T23:25:34.3587117Z [INFO] 
2023-09-05T23:25:34.3587760Z [INFO] Results:
2023-09-05T23:25:34.3588572Z [INFO] 
2023-09-05T23:25:34.3588952Z [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
2023-09-05T23:25:34.3589272Z [INFO] 
2023-09-05T23:25:34.3602216Z [INFO] 
2023-09-05T23:25:34.3603299Z [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ maven-resolver-provider ---
2023-09-05T23:25:34.3726057Z [INFO] Building jar: /home/runner/work/maven/maven/maven-resolver-provider/target/maven-resolver-provider-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:34.3852643Z [INFO] 
2023-09-05T23:25:34.3853965Z [INFO] --- maven-site-plugin:3.12.1:attach-descriptor (attach-descriptor) @ maven-resolver-provider ---
2023-09-05T23:25:34.3934490Z [INFO] Skipping because packaging 'jar' is not pom.
2023-09-05T23:25:34.3934838Z [INFO] 
2023-09-05T23:25:34.3935383Z [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ maven-resolver-provider ---
2023-09-05T23:25:34.3936432Z [INFO] Installing /home/runner/work/maven/maven/maven-resolver-provider/pom.xml to /home/runner/.m2/repository/org/apache/maven/maven-resolver-provider/4.0.0-alpha-8-SNAPSHOT/maven-resolver-provider-4.0.0-alpha-8-SNAPSHOT.pom
2023-09-05T23:25:34.3937893Z [INFO] Installing /home/runner/work/maven/maven/maven-resolver-provider/target/maven-resolver-provider-4.0.0-alpha-8-SNAPSHOT.jar to /home/runner/.m2/repository/org/apache/maven/maven-resolver-provider/4.0.0-alpha-8-SNAPSHOT/maven-resolver-provider-4.0.0-alpha-8-SNAPSHOT.jar
2023-09-05T23:25:34.3938624Z [INFO] 
2023-09-05T23:25:34.3939049Z [INFO] --------------------< org.apache.maven:maven-core >---------------------
2023-09-05T23:25:34.3939570Z [INFO] Building Maven Core 4.0.0-alpha-8-SNAPSHOT                       [24/29]
2023-09-05T23:25:34.3939986Z [INFO]   from maven-core/pom.xml
2023-09-05T23:25:34.3940391Z [INFO] --------------------------------[ jar ]---------------------------------
2023-09-05T23:25:34.3941497Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.pom
2023-09-05T23:25:34.4021000Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.pom (12 kB at 1.0 MB/s)
2023-09-05T23:25:34.4043237Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.jar
2023-09-05T23:25:34.4163423Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.jar (46 kB at 3.8 MB/s)
2023-09-05T23:25:34.4278024Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.pom
2023-09-05T23:25:34.4371998Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.pom (9.2 kB at 1.0 MB/s)
2023-09-05T23:25:34.4388869Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom
2023-09-05T23:25:34.4489483Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 2.5 MB/s)
2023-09-05T23:25:34.4514405Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2.pom
2023-09-05T23:25:34.4737648Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2.pom (1.4 kB at 63 kB/s)
2023-09-05T23:25:34.4802684Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar
2023-09-05T23:25:34.4817951Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2.jar
2023-09-05T23:25:34.4965125Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2.jar (1.5 kB at 90 kB/s)
2023-09-05T23:25:34.4974567Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-jxpath/commons-jxpath/1.3/commons-jxpath-1.3.jar (300 kB at 17 MB/s)
2023-09-05T23:25:34.5061883Z [INFO] 
2023-09-05T23:25:34.5062946Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-bytecode-version) @ maven-core ---
2023-09-05T23:25:34.5154282Z [INFO] Adding ignore: module-info
2023-09-05T23:25:34.7009711Z [INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
2023-09-05T23:25:34.7015084Z [INFO] 
2023-09-05T23:25:34.7018927Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ maven-core ---
2023-09-05T23:25:34.7029883Z [INFO] 
2023-09-05T23:25:34.7033373Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ maven-core ---
2023-09-05T23:25:34.7041136Z [INFO] 
2023-09-05T23:25:34.7044690Z [INFO] --- maven-enforcer-plugin:3.3.0:enforce (ensure-no-sonatype-cipher-and-sec-dispatcher) @ maven-core ---
2023-09-05T23:25:34.7151421Z [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
2023-09-05T23:25:34.7157616Z [INFO] 
2023-09-05T23:25:34.7158598Z [INFO] --- buildnumber-maven-plugin:3.2.0:create (create-buildnumber) @ maven-core ---
2023-09-05T23:25:34.7200424Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.pom
2023-09-05T23:25:34.7279672Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.pom (2.1 kB at 263 kB/s)
2023-09-05T23:25:34.7303421Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom
2023-09-05T23:25:34.7385822Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom (21 kB at 2.6 MB/s)
2023-09-05T23:25:34.7433000Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.pom
2023-09-05T23:25:34.7509817Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.pom (1.8 kB at 257 kB/s)
2023-09-05T23:25:34.7520086Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/2.0.1/maven-scm-managers-2.0.1.pom
2023-09-05T23:25:34.7603380Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/2.0.1/maven-scm-managers-2.0.1.pom (1.5 kB at 166 kB/s)
2023-09-05T23:25:34.7639140Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.pom
2023-09-05T23:25:34.7715964Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.pom (2.5 kB at 283 kB/s)
2023-09-05T23:25:34.7730170Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/2.0.1/maven-scm-providers-svn-2.0.1.pom
2023-09-05T23:25:34.7791818Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/2.0.1/maven-scm-providers-svn-2.0.1.pom (2.1 kB at 354 kB/s)
2023-09-05T23:25:34.7806498Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/2.0.1/maven-scm-providers-2.0.1.pom
2023-09-05T23:25:34.7885010Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/2.0.1/maven-scm-providers-2.0.1.pom (3.4 kB at 424 kB/s)
2023-09-05T23:25:34.7912259Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.pom
2023-09-05T23:25:34.7998632Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.pom (3.2 kB at 401 kB/s)
2023-09-05T23:25:34.8033264Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.pom
2023-09-05T23:25:34.8110060Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.pom (2.6 kB at 368 kB/s)
2023-09-05T23:25:34.8127075Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/2.0.1/maven-scm-providers-git-2.0.1.pom
2023-09-05T23:25:34.8231296Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/2.0.1/maven-scm-providers-git-2.0.1.pom (2.1 kB at 215 kB/s)
2023-09-05T23:25:34.8254885Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
2023-09-05T23:25:34.8354723Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom (21 kB at 2.1 MB/s)
2023-09-05T23:25:34.8386693Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom
2023-09-05T23:25:34.8483143Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 8.2 MB/s)
2023-09-05T23:25:34.8531449Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.pom
2023-09-05T23:25:34.8629498Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.pom (3.1 kB at 315 kB/s)
2023-09-05T23:25:34.8656505Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.pom
2023-09-05T23:25:34.8727247Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.pom (2.8 kB at 402 kB/s)
2023-09-05T23:25:34.8756318Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom
2023-09-05T23:25:34.8838734Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom (9.7 kB at 1.2 MB/s)
2023-09-05T23:25:34.8858012Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom
2023-09-05T23:25:34.8936874Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom (3.4 kB at 421 kB/s)
2023-09-05T23:25:34.8952604Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom
2023-09-05T23:25:34.9044882Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom (2.2 kB at 250 kB/s)
2023-09-05T23:25:34.9058244Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom
2023-09-05T23:25:34.9146933Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom (3.5 kB at 390 kB/s)
2023-09-05T23:25:34.9160510Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom
2023-09-05T23:25:34.9262782Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom (22 kB at 2.0 MB/s)
2023-09-05T23:25:34.9290150Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom
2023-09-05T23:25:34.9429228Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom (2.0 kB at 144 kB/s)
2023-09-05T23:25:34.9452244Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom
2023-09-05T23:25:34.9525150Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom (2.0 kB at 290 kB/s)
2023-09-05T23:25:34.9542771Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
2023-09-05T23:25:34.9607820Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 2.9 MB/s)
2023-09-05T23:25:34.9625634Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom
2023-09-05T23:25:34.9683699Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 5.2 MB/s)
2023-09-05T23:25:34.9707839Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom
2023-09-05T23:25:34.9775258Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom (3.8 kB at 543 kB/s)
2023-09-05T23:25:34.9801236Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom
2023-09-05T23:25:34.9884591Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom (12 kB at 1.4 MB/s)
2023-09-05T23:25:34.9899540Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom
2023-09-05T23:25:35.0014031Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom (77 kB at 6.5 MB/s)
2023-09-05T23:25:35.0050107Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom
2023-09-05T23:25:35.0109634Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom (7.2 kB at 1.2 MB/s)
2023-09-05T23:25:35.0124538Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom
2023-09-05T23:25:35.0176452Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom (5.7 kB at 1.1 MB/s)
2023-09-05T23:25:35.0201675Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom
2023-09-05T23:25:35.0286648Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom (4.7 kB at 522 kB/s)
2023-09-05T23:25:35.0311270Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom
2023-09-05T23:25:35.0444775Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom (1.2 kB at 84 kB/s)
2023-09-05T23:25:35.0466084Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom
2023-09-05T23:25:35.0566383Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom (6.8 kB at 678 kB/s)
2023-09-05T23:25:35.0611024Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom
2023-09-05T23:25:35.0731633Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom (1.7 kB at 133 kB/s)
2023-09-05T23:25:35.0750906Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom
2023-09-05T23:25:35.0818548Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom (2.8 kB at 404 kB/s)
2023-09-05T23:25:35.0835316Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
2023-09-05T23:25:35.0898002Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 521 kB/s)
2023-09-05T23:25:35.0912924Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
2023-09-05T23:25:35.1000316Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 1.2 MB/s)
2023-09-05T23:25:35.1021071Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom
2023-09-05T23:25:35.1090217Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom (1.6 kB at 226 kB/s)
2023-09-05T23:25:35.1107522Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom
2023-09-05T23:25:35.1171604Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom (1.8 kB at 257 kB/s)
2023-09-05T23:25:35.1189052Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom
2023-09-05T23:25:35.1269568Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom (1.2 kB at 146 kB/s)
2023-09-05T23:25:35.1285122Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom
2023-09-05T23:25:35.1387902Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom (1.7 kB at 166 kB/s)
2023-09-05T23:25:35.1403131Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom
2023-09-05T23:25:35.1484954Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom (4.3 kB at 544 kB/s)
2023-09-05T23:25:35.1502797Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
2023-09-05T23:25:35.1557497Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 966 kB/s)
2023-09-05T23:25:35.1574704Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom
2023-09-05T23:25:35.1645482Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom (804 B at 115 kB/s)
2023-09-05T23:25:35.1663580Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom
2023-09-05T23:25:35.1752183Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom (1.3 kB at 145 kB/s)
2023-09-05T23:25:35.1776046Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom
2023-09-05T23:25:35.1846341Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom (996 B at 142 kB/s)
2023-09-05T23:25:35.1863820Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom
2023-09-05T23:25:35.2128817Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom (971 B at 37 kB/s)
2023-09-05T23:25:35.2149534Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom
2023-09-05T23:25:35.2266323Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom (1.3 kB at 108 kB/s)
2023-09-05T23:25:35.2286282Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom
2023-09-05T23:25:35.2352520Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom (1.1 kB at 163 kB/s)
2023-09-05T23:25:35.2367708Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
2023-09-05T23:25:35.2449056Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 141 kB/s)
2023-09-05T23:25:35.2462556Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom
2023-09-05T23:25:35.2526378Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom (2.0 kB at 340 kB/s)
2023-09-05T23:25:35.2542338Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
2023-09-05T23:25:35.2614202Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 423 kB/s)
2023-09-05T23:25:35.2635138Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom
2023-09-05T23:25:35.2716156Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom (9.4 kB at 1.2 MB/s)
2023-09-05T23:25:35.2731520Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom
2023-09-05T23:25:35.2820527Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom (13 kB at 1.4 MB/s)
2023-09-05T23:25:35.2864362Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.jar
2023-09-05T23:25:35.2922076Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar
2023-09-05T23:25:35.2943764Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar
2023-09-05T23:25:35.2952370Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar
2023-09-05T23:25:35.3014767Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
2023-09-05T23:25:35.3070224Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar (8.9 kB at 445 kB/s)
2023-09-05T23:25:35.3072091Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar
2023-09-05T23:25:35.3153407Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar (84 kB at 3.7 MB/s)
2023-09-05T23:25:35.3157838Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar
2023-09-05T23:25:35.3167711Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.jar (110 kB at 3.7 MB/s)
2023-09-05T23:25:35.3172207Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar (37 kB at 1.7 MB/s)
2023-09-05T23:25:35.3176929Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar
2023-09-05T23:25:35.3183864Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar
2023-09-05T23:25:35.3286269Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar (68 kB at 2.1 MB/s)
2023-09-05T23:25:35.3290568Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar
2023-09-05T23:25:35.3302321Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar (73 kB at 2.0 MB/s)
2023-09-05T23:25:35.3311380Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
2023-09-05T23:25:35.3319203Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar (69 kB at 2.0 MB/s)
2023-09-05T23:25:35.3323954Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar
2023-09-05T23:25:35.3500474Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar (40 kB at 738 kB/s)
2023-09-05T23:25:35.3505405Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar
2023-09-05T23:25:35.3557992Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 4.7 MB/s)
2023-09-05T23:25:35.3561278Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar
2023-09-05T23:25:35.3568488Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 3.9 MB/s)
2023-09-05T23:25:35.3573869Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar
2023-09-05T23:25:35.3708134Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar (17 kB at 222 kB/s)
2023-09-05T23:25:35.3712678Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar
2023-09-05T23:25:35.3808677Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar (63 kB at 745 kB/s)
2023-09-05T23:25:35.3813464Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar
2023-09-05T23:25:35.3886049Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar (72 kB at 777 kB/s)
2023-09-05T23:25:35.3891380Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar
2023-09-05T23:25:35.4277586Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar (950 kB at 7.2 MB/s)
2023-09-05T23:25:35.4279117Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
2023-09-05T23:25:35.4396882Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 1.1 MB/s)
2023-09-05T23:25:35.4398416Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar
2023-09-05T23:25:35.4549777Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar (762 kB at 4.8 MB/s)
2023-09-05T23:25:35.4550784Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar
2023-09-05T23:25:35.4662367Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar (945 kB at 5.7 MB/s)
2023-09-05T23:25:35.4663943Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar
2023-09-05T23:25:35.4671539Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar (1.9 MB at 11 MB/s)
2023-09-05T23:25:35.4672778Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar
2023-09-05T23:25:35.4723905Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar (12 kB at 69 kB/s)
2023-09-05T23:25:35.4725317Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar
2023-09-05T23:25:35.4750110Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar (9.6 kB at 54 kB/s)
2023-09-05T23:25:35.4751492Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar
2023-09-05T23:25:35.4797551Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar (6.6 kB at 36 kB/s)
2023-09-05T23:25:35.4799266Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar
2023-09-05T23:25:35.4811187Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar (5.3 kB at 29 kB/s)
2023-09-05T23:25:35.4812648Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar
2023-09-05T23:25:35.4814239Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar (248 kB at 1.3 MB/s)
2023-09-05T23:25:35.4815586Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar
2023-09-05T23:25:35.4859833Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar (7.8 kB at 41 kB/s)
2023-09-05T23:25:35.4861379Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar
2023-09-05T23:25:35.4886103Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar (4.3 kB at 23 kB/s)
2023-09-05T23:25:35.4887300Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
2023-09-05T23:25:35.4888755Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar (3.8 kB at 20 kB/s)
2023-09-05T23:25:35.4889748Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar
2023-09-05T23:25:35.4938219Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 140 kB/s)
2023-09-05T23:25:35.5093853Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 1.3 MB/s)
2023-09-05T23:25:35.5200301Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar (370 kB at 1.7 MB/s)
2023-09-05T23:25:35.5759391Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar (2.7 MB at 9.8 MB/s)
2023-09-05T23:25:35.5788208Z [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar (4.3 MB at 15 MB/s)
2023-09-05T23:25:35.6811410Z [INFO] Executing: /bin/sh -c cd '/home/runner/work/maven/maven/maven-core' && 'git' 'rev-parse' '--verify' 'HEAD'
2023-09-05T23:25:35.6812943Z [INFO] Working directory: /home/runner/work/maven/maven/maven-core
2023-09-05T23:25:35.7056720Z [INFO] Storing buildNumber: 8d653813f054c7817de4d5062491850f5af78b40 at timestamp: 1693956335662
2023-09-05T23:25:35.7070025Z [INFO] Executing: /bin/sh -c cd '/home/runner/work/maven/maven/maven-core' && 'git' 'symbolic-ref' 'HEAD'
2023-09-05T23:25:35.7071125Z [INFO] Working directory: /home/runner/work/maven/maven/maven-core
2023-09-05T23:25:35.7203538Z [WARNING] Cannot get the branch information from the git repository: 
2023-09-05T23:25:35.7204055Z Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
2023-09-05T23:25:35.7204321Z 
2023-09-05T23:25:35.7204886Z [INFO] Executing: /bin/sh -c cd '/home/runner/work/maven/maven/maven-core' && 'git' 'rev-parse' '--verify' 'HEAD'
2023-09-05T23:25:35.7205429Z [INFO] Working directory: /home/runner/work/maven/maven/maven-core
2023-09-05T23:25:35.7426750Z [INFO] Storing scmBranch: UNKNOWN
2023-09-05T23:25:35.7427147Z [INFO] 
2023-09-05T23:25:35.7427856Z [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ maven-core ---
2023-09-05T23:25:40.5013770Z [INFO] You have 0 Checkstyle violations.
2023-09-05T23:25:40.5017479Z [INFO] 
2023-09-05T23:25:40.5020141Z [INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ maven-core ---
2023-09-05T23:25:40.5056632Z [INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
2023-09-05T23:25:40.5093871Z [INFO] Copying 3 resources from 1 bundle.
2023-09-05T23:25:40.6724635Z [INFO] 
2023-09-05T23:25:40.6725430Z [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ maven-core ---
2023-09-05T23:25:40.6741698Z [INFO] Copying 3 resources from src/main/resources to target/classes
2023-09-05T23:25:40.7014672Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
2023-09-05T23:25:40.7019572Z [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
2023-09-05T23:25:40.7021991Z [INFO] 
2023-09-05T23:25:40.7022662Z [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ maven-core ---
2023-09-05T23:25:40.7429241Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:40.7432821Z [INFO] Compiling 396 source files with javac [debug target 1.8] to target/classes
2023-09-05T23:25:42.6391689Z [INFO] /home/runner/work/maven/maven/maven-core/src/main/java/org/apache/maven/internal/impl/AbstractSession.java: Some input files use or override a deprecated API.
2023-09-05T23:25:42.6394037Z [INFO] /home/runner/work/maven/maven/maven-core/src/main/java/org/apache/maven/internal/impl/AbstractSession.java: Recompile with -Xlint:deprecation for details.
2023-09-05T23:25:42.6396183Z [INFO] /home/runner/work/maven/maven/maven-core/src/main/java/org/apache/maven/execution/scope/internal/MojoExecutionScope.java: /home/runner/work/maven/maven/maven-core/src/main/java/org/apache/maven/execution/scope/internal/MojoExecutionScope.java uses unchecked or unsafe operations.
2023-09-05T23:25:42.6399863Z [INFO] /home/runner/work/maven/maven/maven-core/src/main/java/org/apache/maven/execution/scope/internal/MojoExecutionScope.java: Recompile with -Xlint:unchecked for details.
2023-09-05T23:25:42.6403335Z [INFO] 
2023-09-05T23:25:42.6405029Z [INFO] --- animal-sniffer-maven-plugin:1.23:check (check-java-compat) @ maven-core ---
2023-09-05T23:25:42.6431504Z [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
2023-09-05T23:25:43.0628710Z [INFO] 
2023-09-05T23:25:43.0629967Z [INFO] --- sisu-maven-plugin:0.9.0.M2:main-index (index-project) @ maven-core ---
2023-09-05T23:25:43.1246059Z [INFO] 
2023-09-05T23:25:43.1250092Z [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ maven-core ---
2023-09-05T23:25:43.1449426Z [INFO] Copying 384 resources from src/test/resources to target/test-classes
2023-09-05T23:25:43.2264783Z [INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
2023-09-05T23:25:43.2274395Z [INFO] 
2023-09-05T23:25:43.2278510Z [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ maven-core ---
2023-09-05T23:25:43.2361666Z [INFO] Changes detected - recompiling the module! :dependency
2023-09-05T23:25:43.2458508Z [INFO] Compiling 95 source files with javac [debug target 1.8] to target/test-classes
2023-09-05T23:25:44.3103143Z [INFO] /home/runner/work/maven/maven/maven-core/src/test/java/org/apache/maven/AbstractCoreMavenComponentTestCase.java: Some input files use or override a deprecated API.
2023-09-05T23:25:44.3106946Z [INFO] /home/runner/work/maven/maven/maven-core/src/test/java/org/apache/maven/AbstractCoreMavenComponentTestCase.java: Recompile with -Xlint:deprecation for details.
2023-09-05T23:25:44.3112847Z [INFO] /home/runner/work/maven/maven/maven-core/src/test/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactoryTest.java: /home/runner/work/maven/maven/maven-core/src/test/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactoryTest.java uses unchecked or unsafe operations.
2023-09-05T23:25:44.3117697Z [INFO] /home/runner/work/maven/maven/maven-core/src/test/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactoryTest.java: Recompile with -Xlint:unchecked for details.
2023-09-05T23:25:44.3122131Z [INFO] 
2023-09-05T23:25:44.3125401Z [INFO] --- sisu-maven-plugin:0.9.0.M2:test-index (index-project) @ maven-core ---
2023-09-05T23:25:44.3588218Z [INFO] 
2023-09-05T23:25:44.3589383Z [INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ maven-core ---
2023-09-05T23:25:44.3657334Z [INFO] Surefire report directory: /home/runner/work/maven/maven/maven-core/target/surefire-reports
2023-09-05T23:25:44.3664815Z [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
2023-09-05T23:25:44.3746332Z [INFO] 
2023-09-05T23:25:44.3749287Z [INFO] -------------------------------------------------------
2023-09-05T23:25:44.3752084Z [INFO]  T E S T S
2023-09-05T23:25:44.3755230Z [INFO] -------------------------------------------------------
2023-09-05T23:25:45.7924621Z [INFO] Running org.apache.maven.configuration.DefaultBeanConfiguratorTest
2023-09-05T23:25:46.0121953Z [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s -- in org.apache.maven.configuration.DefaultBeanConfiguratorTest
2023-09-05T23:25:46.0126417Z [INFO] Running org.apache.maven.configuration.DefaultBeanConfiguratorPathTest
2023-09-05T23:25:46.0404001Z [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.apache.maven.configuration.DefaultBeanConfiguratorPathTest
2023-09-05T23:25:46.0409283Z [INFO] Running org.apache.maven.rtinfo.internal.DefaultRuntimeInformationTest
2023-09-05T23:25:47.5036683Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.453 s -- in org.apache.maven.rtinfo.internal.DefaultRuntimeInformationTest
2023-09-05T23:25:47.5065143Z [INFO] Running org.apache.maven.internal.aether.DefaultRepositorySystemSessionFactoryTest
2023-09-05T23:25:48.3703741Z [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.851 s -- in org.apache.maven.internal.aether.DefaultRepositorySystemSessionFactoryTest
2023-09-05T23:25:48.3731945Z [INFO] Running org.apache.maven.internal.aether.ReverseTreeRepositoryListenerTest
2023-09-05T23:25:49.0154500Z [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 s -- in org.apache.maven.internal.aether.ReverseTreeRepositoryListenerTest
2023-09-05T23:25:49.0159041Z [INFO] Running org.apache.maven.internal.MultilineMessageHelperTest
2023-09-05T23:25:49.0270854Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.maven.internal.MultilineMessageHelperTest
2023-09-05T23:25:49.0293734Z [INFO] Running org.apache.maven.internal.transformation.ConsumerPomArtifactTransformerTest
2023-09-05T23:25:49.2109029Z [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.177 s <<< FAILURE! -- in org.apache.maven.internal.transformation.ConsumerPomArtifactTransformerTest
2023-09-05T23:25:49.2115908Z [ERROR] org.apache.maven.internal.transformation.ConsumerPomArtifactTransformerTest.transform -- Time elapsed: 0.074 s <<< ERROR!
2023-09-05T23:25:49.2116813Z java.lang.NullPointerException
2023-09-05T23:25:49.2118044Z 	at org.apache.maven.model.v4.MavenStaxWriter.toString(MavenStaxWriter.java:937)
2023-09-05T23:25:49.2137127Z 	at org.apache.maven.model.v4.MavenStaxWriter.writeDom(MavenStaxWriter.java:890)
2023-09-05T23:25:49.2139429Z 	at org.apache.maven.model.v4.MavenStaxWriter.writeDom(MavenStaxWriter.java:882)
2023-09-05T23:25:49.2140315Z 	at org.apache.maven.model.v4.MavenStaxWriter.writePlugin(MavenStaxWriter.java:652)
2023-09-05T23:25:49.2141357Z 	at org.apache.maven.model.v4.MavenStaxWriter.lambda$writePluginManagement$39(MavenStaxWriter.java:686)
2023-09-05T23:25:49.2142014Z 	at org.apache.maven.model.v4.MavenStaxWriter.writeList(MavenStaxWriter.java:848)
2023-09-05T23:25:49.2142820Z 	at org.apache.maven.model.v4.MavenStaxWriter.writePluginManagement(MavenStaxWriter.java:685)
2023-09-05T23:25:49.2143469Z 	at org.apache.maven.model.v4.MavenStaxWriter.writeBuild(MavenStaxWriter.java:340)
2023-09-05T23:25:49.2144635Z 	at org.apache.maven.model.v4.MavenStaxWriter.writeModel(MavenStaxWriter.java:251)
2023-09-05T23:25:49.2145176Z 	at org.apache.maven.model.v4.MavenStaxWriter.write(MavenStaxWriter.java:180)
2023-09-05T23:25:49.2146111Z 	at org.apache.maven.internal.transformation.ConsumerPomArtifactTransformer$ConsumerPomArtifact.transform(ConsumerPomArtifactTransformer.java:297)
2023-09-05T23:25:49.2147598Z 	at org.apache.maven.internal.transformation.ConsumerPomArtifactTransformerTest.transform(ConsumerPomArtifactTransformerTest.java:61)
2023-09-05T23:25:49.2148401Z 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2023-09-05T23:25:49.2149021Z 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2023-09-05T23:25:49.2149646Z 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2023-09-05T23:25:49.2150492Z 	at java.lang.reflect.Method.invoke(Method.java:498)
2023-09-05T23:25:49.2151014Z 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
2023-09-05T23:25:49.2151660Z 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
2023-09-05T23:25:49.2152386Z 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
2023-09-05T23:25:49.2153137Z 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
2023-09-05T23:25:49.2153863Z 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
2023-09-05T23:25:49.2154802Z 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
2023-09-05T23:25:49.2155686Z 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
2023-09-05T23:25:49.2156627Z 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
2023-09-05T23:25:49.2157508Z 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
2023-09-05T23:25:49.2159187Z 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
2023-09-05T23:25:49.2160133Z 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
2023-09-05T23:25:49.2161021Z 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
2023-09-05T23:25:49.2161881Z 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
2023-09-05T23:25:49.2163133Z 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
2023-09-05T23:25:49.2164038Z 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
2023-09-05T23:25:49.2168874Z 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2023-09-05T23:25:49.2169740Z 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
2023-09-05T23:25:49.2170843Z 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
2023-09-05T23:25:49.2171686Z 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
2023-09-05T23:25:49.2172479Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
2023-09-05T23:25:49.2173334Z 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2023-09-05T23:25:49.2174119Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
2023-09-05T23:25:49.2174812Z 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
2023-09-05T23:25:49.2175504Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
2023-09-05T23:25:49.2176287Z 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2023-09-05T23:25:49.2177085Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
2023-09-05T23:25:49.2178021Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
2023-09-05T23:25:49.2178581Z 	at java.util.ArrayList.forEach(ArrayList.java:1259)
2023-09-05T23:25:49.2179378Z 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
2023-09-05T23:25:49.2180402Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
2023-09-05T23:25:49.2181451Z 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2023-09-05T23:25:49.2182248Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
2023-09-05T23:25:49.2183137Z 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
2023-09-05T23:25:49.2184015Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
2023-09-05T23:25:49.2184773Z 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2023-09-05T23:25:49.2185556Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
2023-09-05T23:25:49.2186275Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
2023-09-05T23:25:49.2186813Z 	at java.util.ArrayList.forEach(ArrayList.java:1259)
2023-09-05T23:25:49.2187595Z 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
2023-09-05T23:25:49.2188575Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
2023-09-05T23:25:49.2189318Z 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2023-09-05T23:25:49.2190086Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
2023-09-05T23:25:49.2190750Z 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
2023-09-05T23:25:49.2191409Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
2023-09-05T23:25:49.2192145Z 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2023-09-05T23:25:49.2192924Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
2023-09-05T23:25:49.2193665Z 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
2023-09-05T23:25:49.2194562Z 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
2023-09-05T23:25:49.2195761Z 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
2023-09-05T23:25:49.2203779Z 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
2023-09-05T23:25:49.2204599Z 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
2023-09-05T23:25:49.2205354Z 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
2023-09-05T23:25:49.2206127Z 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
2023-09-05T23:25:49.2206912Z 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
2023-09-05T23:25:49.2207763Z 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
2023-09-05T23:25:49.2208864Z 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
2023-09-05T23:25:49.2209563Z 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
2023-09-05T23:25:49.2210171Z 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
2023-09-05T23:25:49.2210848Z 	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
2023-09-05T23:25:49.2211511Z 	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
2023-09-05T23:25:49.2212208Z 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
2023-09-05T23:25:49.2213071Z 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
2023-09-05T23:25:49.2213869Z 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
2023-09-05T23:25:49.2214565Z 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
2023-09-05T23:25:49.2215180Z 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
2023-09-05T23:25:49.2215739Z 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
2023-09-05T23:25:49.2216265Z 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2023-09-05T23:25:49.2216573Z 
2023-09-05T23:25:49.2216822Z [INFO] Running org.apache.maven.internal.impl.PropertiesAsMapTest
2023-09-05T23:25:49.2381270Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.maven.internal.impl.PropertiesAsMapTest
2023-09-05T23:25:49.2381866Z [INFO] Running org.apache.maven.internal.impl.TestApi
2023-09-05T23:25:49.4920245Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 s -- in org.apache.maven.internal.impl.TestApi
2023-09-05T23:25:49.4921162Z [INFO] Running org.apache.maven.internal.impl.DefaultSessionTest
2023-09-05T23:25:49.4921977Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.maven.internal.impl.DefaultSessionTest
2023-09-05T23:25:49.4922552Z [INFO] Running org.apache.maven.model.ModelBuilderTest
2023-09-05T23:25:49.6812050Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.apache.maven.model.ModelBuilderTest
2023-09-05T23:25:49.6818482Z [INFO] Running org.apache.maven.MavenLifecycleParticipantTest
2023-09-05T23:25:50.0608614Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 s -- in org.apache.maven.MavenLifecycleParticipantTest
2023-09-05T23:25:50.0662668Z [INFO] Running org.apache.maven.graph.DefaultProjectDependencyGraphTest
2023-09-05T23:25:50.1064065Z [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.apache.maven.graph.DefaultProjectDependencyGraphTest
2023-09-05T23:25:50.1065453Z [INFO] Running org.apache.maven.graph.DefaultGraphBuilderTest
2023-09-05T23:25:51.0277650Z [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.921 s -- in org.apache.maven.graph.DefaultGraphBuilderTest
2023-09-05T23:25:51.0327153Z [INFO] Running org.apache.maven.graph.ProjectSelectorTest
2023-09-05T23:25:51.0891078Z [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.apache.maven.graph.ProjectSelectorTest
2023-09-05T23:25:51.0901395Z [INFO] Running org.apache.maven.project.canonical.CanonicalProjectBuilderTest
2023-09-05T23:25:51.1803819Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.apache.maven.project.canonical.CanonicalProjectBuilderTest
2023-09-05T23:25:51.1815805Z [INFO] Running org.apache.maven.project.MavenProjectTest
2023-09-05T23:25:51.9851593Z [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.800 s -- in org.apache.maven.project.MavenProjectTest
2023-09-05T23:25:51.9859158Z [INFO] Running org.apache.maven.project.DefaultMavenProjectBuilderTest
2023-09-05T23:25:52.9416124Z [WARNING] Tests run: 14, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.953 s -- in org.apache.maven.project.DefaultMavenProjectBuilderTest
2023-09-05T23:25:52.9507901Z [INFO] Running org.apache.maven.project.ExtensionDescriptorBuilderTest
2023-09-05T23:25:52.9640343Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.apache.maven.project.ExtensionDescriptorBuilderTest
2023-09-05T23:25:52.9665164Z [INFO] Running org.apache.maven.project.ProjectBuilderTest
2023-09-05T23:25:53.8892811Z [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.922 s -- in org.apache.maven.project.ProjectBuilderTest
2023-09-05T23:25:53.8914789Z [INFO] Running org.apache.maven.project.PomConstructionTest
2023-09-05T23:26:01.3796483Z [INFO] Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.483 s -- in org.apache.maven.project.PomConstructionTest
2023-09-05T23:26:01.3812094Z [INFO] Running org.apache.maven.project.ProjectSorterTest
2023-09-05T23:26:01.4065758Z [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.apache.maven.project.ProjectSorterTest
2023-09-05T23:26:01.4074353Z [INFO] Running org.apache.maven.project.artifact.DefaultProjectArtifactsCacheTest
2023-09-05T23:26:01.4123863Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.maven.project.artifact.DefaultProjectArtifactsCacheTest
2023-09-05T23:26:01.4130728Z [INFO] Running org.apache.maven.project.ProjectModelResolverTest
2023-09-05T23:26:01.9518286Z [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 s -- in org.apache.maven.project.ProjectModelResolverTest
2023-09-05T23:26:01.9524320Z [INFO] Running org.apache.maven.DefaultMavenTest
2023-09-05T23:26:02.1516214Z [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.apache.maven.DefaultMavenTest
2023-09-05T23:26:02.1529312Z [INFO] Running org.apache.maven.plugin.PluginManagerTest
2023-09-05T23:26:02.7891708Z [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.633 s -- in org.apache.maven.plugin.PluginManagerTest
2023-09-05T23:26:02.7905041Z [INFO] Running org.apache.maven.plugin.PluginParameterExpressionEvaluatorTest
2023-09-05T23:26:03.7679248Z [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.961 s -- in org.apache.maven.plugin.PluginParameterExpressionEvaluatorTest
2023-09-05T23:26:03.7682553Z [INFO] Running org.apache.maven.plugin.internal.MavenPluginValidatorTest
2023-09-05T23:26:03.9242968Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s -- in org.apache.maven.plugin.internal.MavenPluginValidatorTest
2023-09-05T23:26:03.9243868Z [INFO] Running org.apache.maven.plugin.internal.DefaultLegacySupportTest
2023-09-05T23:26:03.9273097Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.maven.plugin.internal.DefaultLegacySupportTest
2023-09-05T23:26:03.9278623Z [INFO] Running org.apache.maven.plugin.internal.MavenPluginJavaPrerequisiteCheckerTest
2023-09-05T23:26:03.9320482Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.maven.plugin.internal.MavenPluginJavaPrerequisiteCheckerTest
2023-09-05T23:26:03.9350533Z [INFO] Running org.apache.maven.plugin.PluginParameterExpressionEvaluatorV4Test
2023-09-05T23:26:04.8294255Z [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.894 s -- in org.apache.maven.plugin.PluginParameterExpressionEvaluatorV4Test
2023-09-05T23:26:04.8298101Z [INFO] Running org.apache.maven.plugin.PluginParameterExceptionTest
2023-09-05T23:26:04.8329293Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.maven.plugin.PluginParameterExceptionTest
2023-09-05T23:26:04.8339930Z [INFO] Running org.apache.maven.exception.DefaultExceptionHandlerTest
2023-09-05T23:26:04.8381973Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.maven.exception.DefaultExceptionHandlerTest
2023-09-05T23:26:04.8388707Z [INFO] Running org.apache.maven.execution.DefaultMavenExecutionTest
2023-09-05T23:26:04.8482425Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.maven.execution.DefaultMavenExecutionTest
2023-09-05T23:26:04.8483816Z [INFO] Running org.apache.maven.execution.DefaultBuildResumptionAnalyzerTest
2023-09-05T23:26:04.8501860Z [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.maven.execution.DefaultBuildResumptionAnalyzerTest
2023-09-05T23:26:04.8513979Z [INFO] Running org.apache.maven.execution.DefaultBuildResumptionDataRepositoryTest
2023-09-05T23:26:04.8605250Z [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.maven.execution.DefaultBuildResumptionDataRepositoryTest
2023-09-05T23:26:04.8606402Z [INFO] Running org.apache.maven.execution.scope.internal.MojoExecutionScopeTest
2023-09-05T23:26:04.8624389Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.maven.execution.scope.internal.MojoExecutionScopeTest
2023-09-05T23:26:04.8636811Z [INFO] Running org.apache.maven.execution.DefaultMavenExecutionRequestPopulatorTest
2023-09-05T23:26:04.9125109Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.apache.maven.execution.DefaultMavenExecutionRequestPopulatorTest
2023-09-05T23:26:04.9128186Z [INFO] Running org.apache.maven.settings.PomConstructionWithSettingsTest
2023-09-05T23:26:05.0770841Z [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.apache.maven.settings.PomConstructionWithSettingsTest
2023-09-05T23:26:05.0786136Z [INFO] Running org.apache.maven.settings.SettingsUtilsTest
2023-09-05T23:26:05.1095715Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.apache.maven.settings.SettingsUtilsTest
2023-09-05T23:26:05.1099182Z [INFO] Running org.apache.maven.lifecycle.DefaultLifecyclesTest
2023-09-05T23:26:05.4333150Z [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s -- in org.apache.maven.lifecycle.DefaultLifecyclesTest
2023-09-05T23:26:05.4334345Z [INFO] Running org.apache.maven.lifecycle.mapping.LifecyclePhaseTest
2023-09-05T23:26:05.4382574Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.maven.lifecycle.mapping.LifecyclePhaseTest
2023-09-05T23:26:05.4427477Z [INFO] Running org.apache.maven.lifecycle.internal.LifecycleTaskSegmentCalculatorImplTest
2023-09-05T23:26:05.4508386Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.maven.lifecycle.internal.LifecycleTaskSegmentCalculatorImplTest
2023-09-05T23:26:05.4509590Z [INFO] Running org.apache.maven.lifecycle.internal.BuildListCalculatorTest
2023-09-05T23:26:05.4529332Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.maven.lifecycle.internal.BuildListCalculatorTest
2023-09-05T23:26:05.4531895Z [INFO] Running org.apache.maven.lifecycle.internal.LifecycleDependencyResolverTest
2023-09-05T23:26:05.5320704Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.apache.maven.lifecycle.internal.LifecycleDependencyResolverTest
2023-09-05T23:26:05.5323819Z [INFO] Running org.apache.maven.lifecycle.internal.PhaseRecorderTest
2023-09-05T23:26:05.5387240Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.maven.lifecycle.internal.PhaseRecorderTest
2023-09-05T23:26:05.5390058Z [INFO] Running org.apache.maven.lifecycle.internal.ConcurrencyDependencyGraphTest
2023-09-05T23:26:05.5434545Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.maven.lifecycle.internal.ConcurrencyDependencyGraphTest
2023-09-05T23:26:05.5437824Z [INFO] Running org.apache.maven.lifecycle.internal.ProjectBuildListTest
2023-09-05T23:26:05.5473911Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.maven.lifecycle.internal.ProjectBuildListTest
2023-09-05T23:26:05.5476975Z [INFO] Running org.apache.maven.lifecycle.internal.stub.ProjectDependencyGraphStubTest
2023-09-05T23:26:05.5603182Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.maven.lifecycle.internal.stub.ProjectDependencyGraphStubTest
2023-09-05T23:26:05.5607096Z [INFO] Running org.apache.maven.lifecycle.internal.LifecycleExecutionPlanCalculatorTest
2023-09-05T23:26:05.6507644Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.apache.maven.lifecycle.internal.LifecycleExecutionPlanCalculatorTest
2023-09-05T23:26:05.6511006Z [INFO] Running org.apache.maven.lifecycle.internal.builder.multithreaded.ConcurrencyDependencyGraphTest
2023-09-05T23:26:05.6547747Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.maven.lifecycle.internal.builder.multithreaded.ConcurrencyDependencyGraphTest
2023-09-05T23:26:05.6550466Z [INFO] Running org.apache.maven.lifecycle.internal.builder.multithreaded.ThreadOutputMuxerTest
2023-09-05T23:26:05.9992004Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 s -- in org.apache.maven.lifecycle.internal.builder.multithreaded.ThreadOutputMuxerTest
2023-09-05T23:26:05.9993199Z [INFO] Running org.apache.maven.lifecycle.internal.builder.BuilderCommonTest
2023-09-05T23:26:06.0806556Z [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.apache.maven.lifecycle.internal.builder.BuilderCommonTest
2023-09-05T23:26:06.0807676Z [INFO] Running org.apache.maven.lifecycle.internal.LifecycleModuleBuilderTest
2023-09-05T23:26:06.1557680Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.apache.maven.lifecycle.internal.LifecycleModuleBuilderTest
2023-09-05T23:26:06.1561479Z [INFO] Running org.apache.maven.lifecycle.MavenExecutionPlanTest
2023-09-05T23:26:06.1586617Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.maven.lifecycle.MavenExecutionPlanTest
2023-09-05T23:26:06.1587478Z [INFO] Running org.apache.maven.lifecycle.LifecycleExecutorSubModulesTest
2023-09-05T23:26:06.2145789Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.apache.maven.lifecycle.LifecycleExecutorSubModulesTest
2023-09-05T23:26:06.2146864Z [INFO] Running org.apache.maven.lifecycle.LifecycleExecutorTest
2023-09-05T23:26:07.0570518Z [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.851 s -- in org.apache.maven.lifecycle.LifecycleExecutorTest
2023-09-05T23:26:07.0571572Z [INFO] Running org.apache.maven.toolchain.RequirementMatcherFactoryTest
2023-09-05T23:26:07.0615478Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.maven.toolchain.RequirementMatcherFactoryTest
2023-09-05T23:26:07.0616351Z [INFO] Running org.apache.maven.toolchain.DefaultToolchainManagerPrivateTest
2023-09-05T23:26:07.1118948Z [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.apache.maven.toolchain.DefaultToolchainManagerPrivateTest
2023-09-05T23:26:07.1123104Z [INFO] Running org.apache.maven.toolchain.DefaultToolchainManagerTest
2023-09-05T23:26:07.1222453Z [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.maven.toolchain.DefaultToolchainManagerTest
2023-09-05T23:26:07.1223152Z [INFO] Running org.apache.maven.toolchain.DefaultToolchainTest
2023-09-05T23:26:07.1367080Z [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.apache.maven.toolchain.DefaultToolchainTest
2023-09-05T23:26:07.1372654Z [INFO] Running org.apache.maven.artifact.resolver.filter.ExclusionArtifactFilterTest
2023-09-05T23:26:07.2153795Z [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.apache.maven.artifact.resolver.filter.ExclusionArtifactFilterTest
2023-09-05T23:26:07.2155131Z [INFO] Running org.apache.maven.artifact.handler.ArtifactHandlerTest
2023-09-05T23:26:07.2647417Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.apache.maven.artifact.handler.ArtifactHandlerTest
2023-09-05T23:26:07.2815353Z [INFO] 
2023-09-05T23:26:07.2835958Z [INFO] Results:
2023-09-05T23:26:07.2861924Z [INFO] 
2023-09-05T23:26:07.2862538Z [ERROR] Errors: 
2023-09-05T23:26:07.2895426Z [ERROR]   ConsumerPomArtifactTransformerTest.transform:61 » NullPointer
2023-09-05T23:26:07.2895934Z [INFO] 
2023-09-05T23:26:07.2896286Z [ERROR] Tests run: 432, Failures: 0, Errors: 1, Skipped: 1
2023-09-05T23:26:07.2897054Z [INFO] 
2023-09-05T23:26:07.2897502Z [INFO] ------------------------------------------------------------------------
2023-09-05T23:26:07.2897988Z [INFO] Reactor Summary for Apache Maven 4.0.0-alpha-8-SNAPSHOT:
2023-09-05T23:26:07.2898361Z [INFO] 
2023-09-05T23:26:07.2898711Z [INFO] Maven Dependencies BOM ............................. SUCCESS [  9.075 s]
2023-09-05T23:26:07.2899110Z [INFO] Apache Maven ....................................... SUCCESS [  2.603 s]
2023-09-05T23:26:07.2899493Z [INFO] Maven 4 API ........................................ SUCCESS [  0.607 s]
2023-09-05T23:26:07.2899901Z [INFO] Maven 4 API Meta annotations ....................... SUCCESS [  2.062 s]
2023-09-05T23:26:07.2900295Z [INFO] Maven 4 API XML .................................... SUCCESS [  0.572 s]
2023-09-05T23:26:07.2901976Z [INFO] Maven 4 API :: Model ............................... SUCCESS [  4.052 s]
2023-09-05T23:26:07.2902413Z [INFO] Implementation of Maven API XML .................... SUCCESS [  4.352 s]
2023-09-05T23:26:07.2902810Z [INFO] Maven Model ........................................ SUCCESS [  9.219 s]
2023-09-05T23:26:07.2903170Z [INFO] Maven Artifact ..................................... SUCCESS [  4.072 s]
2023-09-05T23:26:07.2903560Z [INFO] Maven Plugin API ................................... SUCCESS [  2.575 s]
2023-09-05T23:26:07.2903957Z [INFO] Maven Builder Support .............................. SUCCESS [  1.157 s]
2023-09-05T23:26:07.2904339Z [INFO] Maven 4 API :: Settings ............................ SUCCESS [  1.758 s]
2023-09-05T23:26:07.2904728Z [INFO] Maven 4 API :: Toolchain ........................... SUCCESS [  0.220 s]
2023-09-05T23:26:07.2905284Z [INFO] Maven 4 API :: Core ................................ SUCCESS [  0.813 s]
2023-09-05T23:26:07.2905644Z [INFO] Maven 4 API :: SPI ................................. SUCCESS [  0.235 s]
2023-09-05T23:26:07.2906005Z [INFO] Maven Model XML Transform .......................... SUCCESS [  0.711 s]
2023-09-05T23:26:07.2906384Z [INFO] Maven Model Builder ................................ SUCCESS [  7.438 s]
2023-09-05T23:26:07.2906748Z [INFO] Maven Settings ..................................... SUCCESS [  1.498 s]
2023-09-05T23:26:07.2907798Z [INFO] Maven Settings Builder ............................. SUCCESS [  2.626 s]
2023-09-05T23:26:07.2908447Z [INFO] Maven Toolchain Model .............................. SUCCESS [  0.655 s]
2023-09-05T23:26:07.2909074Z [INFO] Maven Toolchain Builder ............................ SUCCESS [  2.581 s]
2023-09-05T23:26:07.2909491Z [INFO] Maven Repository Metadata Model .................... SUCCESS [  2.036 s]
2023-09-05T23:26:07.2909907Z [INFO] Maven Artifact Resolver Provider ................... SUCCESS [  6.485 s]
2023-09-05T23:26:07.2910306Z [INFO] Maven Core ......................................... FAILURE [ 32.894 s]
2023-09-05T23:26:07.2910683Z [INFO] Maven SLF4J Wrapper ................................ SKIPPED
2023-09-05T23:26:07.2911039Z [INFO] Maven Embedder ..................................... SKIPPED
2023-09-05T23:26:07.2911412Z [INFO] Maven SLF4J Simple Provider ........................ SKIPPED
2023-09-05T23:26:07.2911783Z [INFO] Maven Compat ....................................... SKIPPED
2023-09-05T23:26:07.2912251Z [INFO] Apache Maven Distribution .......................... SKIPPED
2023-09-05T23:26:07.2913117Z [INFO] ------------------------------------------------------------------------
2023-09-05T23:26:07.2913403Z [INFO] BUILD FAILURE
2023-09-05T23:26:07.2913786Z [INFO] ------------------------------------------------------------------------
2023-09-05T23:26:07.2914064Z [INFO] Total time:  01:41 min
2023-09-05T23:26:07.2914532Z [INFO] Finished at: 2023-09-05T23:26:07Z
2023-09-05T23:26:07.2914932Z [INFO] ------------------------------------------------------------------------
2023-09-05T23:26:07.2915547Z [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test (default-test) on project maven-core: 
2023-09-05T23:26:07.2916162Z [ERROR] 
2023-09-05T23:26:07.2916876Z [ERROR] Please refer to /home/runner/work/maven/maven/maven-core/target/surefire-reports for the individual test results.
2023-09-05T23:26:07.2918236Z [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
2023-09-05T23:26:07.2918709Z [ERROR] -> [Help 1]
2023-09-05T23:26:07.2919670Z org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test (default-test) on project maven-core: 
2023-09-05T23:26:07.2920559Z 
2023-09-05T23:26:07.2920954Z Please refer to /home/runner/work/maven/maven/maven-core/target/surefire-reports for the individual test results.
2023-09-05T23:26:07.2921609Z Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
2023-09-05T23:26:07.2945150Z     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
2023-09-05T23:26:07.2949885Z     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
2023-09-05T23:26:07.2954718Z     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
2023-09-05T23:26:07.2963779Z     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
2023-09-05T23:26:07.2967397Z     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
2023-09-05T23:26:07.2971667Z     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
2023-09-05T23:26:07.2974684Z     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
2023-09-05T23:26:07.2978130Z     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
2023-09-05T23:26:07.2985094Z     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
2023-09-05T23:26:07.2989282Z     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:299)
2023-09-05T23:26:07.2993984Z     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:193)
2023-09-05T23:26:07.2999221Z     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:106)
2023-09-05T23:26:07.3003013Z     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:963)
2023-09-05T23:26:07.3005992Z     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
2023-09-05T23:26:07.3019479Z     at org.apache.maven.cli.MavenCli.main (MavenCli.java:199)
2023-09-05T23:26:07.3022688Z     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
2023-09-05T23:26:07.3025685Z     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
2023-09-05T23:26:07.3028518Z     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
2023-09-05T23:26:07.3031220Z     at java.lang.reflect.Method.invoke (Method.java:498)
2023-09-05T23:26:07.3033949Z     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
2023-09-05T23:26:07.3037207Z     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
2023-09-05T23:26:07.3044779Z     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
2023-09-05T23:26:07.3048790Z     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
2023-09-05T23:26:07.3054601Z Caused by: org.apache.maven.plugin.MojoFailureException: 
2023-09-05T23:26:07.3054902Z 
2023-09-05T23:26:07.3055466Z Please refer to /home/runner/work/maven/maven/maven-core/target/surefire-reports for the individual test results.
2023-09-05T23:26:07.3057996Z Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
2023-09-05T23:26:07.3062997Z     at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:247)
2023-09-05T23:26:07.3066098Z     at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
2023-09-05T23:26:07.3068999Z     at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:542)
2023-09-05T23:26:07.3071997Z     at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1067)
2023-09-05T23:26:07.3102326Z     at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:871)
2023-09-05T23:26:07.3105767Z     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
2023-09-05T23:26:07.3109455Z     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
2023-09-05T23:26:07.3112339Z     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
2023-09-05T23:26:07.3116336Z     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
2023-09-05T23:26:07.3119174Z     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
2023-09-05T23:26:07.3121951Z     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
2023-09-05T23:26:07.3124835Z     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
2023-09-05T23:26:07.3127832Z     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
2023-09-05T23:26:07.3134152Z     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
2023-09-05T23:26:07.3138393Z     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
2023-09-05T23:26:07.3142252Z     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:299)
2023-09-05T23:26:07.3153543Z     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:193)
2023-09-05T23:26:07.3154102Z     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:106)
2023-09-05T23:26:07.3154606Z     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:963)
2023-09-05T23:26:07.3155084Z     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
2023-09-05T23:26:07.3155529Z     at org.apache.maven.cli.MavenCli.main (MavenCli.java:199)
2023-09-05T23:26:07.3156492Z     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
2023-09-05T23:26:07.3157128Z     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
2023-09-05T23:26:07.3180917Z     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
2023-09-05T23:26:07.3181824Z     at java.lang.reflect.Method.invoke (Method.java:498)
2023-09-05T23:26:07.3182541Z     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
2023-09-05T23:26:07.3183223Z     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
2023-09-05T23:26:07.3183885Z     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
2023-09-05T23:26:07.3185621Z     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
2023-09-05T23:26:07.3186101Z [ERROR] 
2023-09-05T23:26:07.3186744Z [ERROR] Re-run Maven using the -X switch to enable full debug logging.
2023-09-05T23:26:07.3187095Z [ERROR] 
2023-09-05T23:26:07.3187932Z [ERROR] For more information about the errors and possible solutions, please read the following articles:
2023-09-05T23:26:07.3189322Z [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
2023-09-05T23:26:07.3189700Z [ERROR] 
2023-09-05T23:26:07.3190067Z [ERROR] After correcting the problems, you can resume the build with the command
2023-09-05T23:26:07.3190588Z [ERROR]   mvn <args> -rf :maven-core
2023-09-05T23:26:07.3725164Z ##[error]Process completed with exit code 1.
2023-09-05T23:26:07.3846543Z Post job cleanup.
2023-09-05T23:26:07.6339549Z Post job cleanup.
2023-09-05T23:26:07.7847678Z [command]/usr/bin/git version
2023-09-05T23:26:07.7918914Z git version 2.41.0
2023-09-05T23:26:07.7998783Z Temporarily overriding HOME='/home/runner/work/_temp/cf71e84b-8c84-4afa-b115-504c294e4dc6' before making global git config changes
2023-09-05T23:26:07.8003772Z Adding repository directory to the temporary git global config as a safe directory
2023-09-05T23:26:07.8015062Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/maven/maven
2023-09-05T23:26:07.8076017Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2023-09-05T23:26:07.8123998Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2023-09-05T23:26:07.8439321Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2023-09-05T23:26:07.8494553Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2023-09-05T23:26:07.9359412Z Cleaning up orphan processes