Skip to content

Console Output

Skipping 477 KB.. Full Log
[ERROR] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java:206: Line is longer than 150 characters (found 174). [LineLength]
12:53:07 [WARN] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetStoreResource.java:62:22: Variable 'storeData' must be private and have accessor methods. [VisibilityModifier]
12:53:07 [WARN] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetStoreResource.java:63:20: Variable 'petData' must be private and have accessor methods. [VisibilityModifier]
12:53:07 [WARN] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/UserResource.java:60:21: Variable 'userData' must be private and have accessor methods. [VisibilityModifier]
12:53:07 [ERROR] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/reader/MyOASModelReaderImpl.java:59:5: Method buildModel length is 311 lines (max allowed is 250). [MethodLength]
12:53:07 [ERROR] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java:1925:13: '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). [RightCurly]
12:53:07 [ERROR] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java:1940:13: '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). [RightCurly]
12:53:07 [ERROR] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.java:281:22: Name 'X_OPERATION_EXT' must match pattern '^[a-z][a-zA-Z0-9]*$'. [LocalFinalVariableName]
12:53:07 [ERROR] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.java:282:22: Name 'TEST_OPERATION_EXT' must match pattern '^[a-z][a-zA-Z0-9]*$'. [LocalFinalVariableName]
12:53:07 Audit done.
12:53:07 [INFO] There are 8 errors reported by Checkstyle 9.3 with /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/checkstyle-rules.xml ruleset.
12:53:07 [ERROR] src/main/java/org/eclipse/microprofile/openapi/apps/airlines/resources/AirlinesResource.java:[73] (sizes) LineLength: Line is longer than 150 characters (found 157).
12:53:07 [ERROR] src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java:[173] (sizes) LineLength: Line is longer than 150 characters (found 153).
12:53:07 [ERROR] src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java:[206] (sizes) LineLength: Line is longer than 150 characters (found 174).
12:53:07 [ERROR] src/main/java/org/eclipse/microprofile/openapi/reader/MyOASModelReaderImpl.java:[59,5] (sizes) MethodLength: Method buildModel length is 311 lines (max allowed is 250).
12:53:07 [ERROR] src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java:[1925,13] (blocks) RightCurly: '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
12:53:07 [ERROR] src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java:[1940,13] (blocks) RightCurly: '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
12:53:07 [ERROR] src/main/java/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.java:[281,22] (naming) LocalFinalVariableName: Name 'X_OPERATION_EXT' must match pattern '^[a-z][a-zA-Z0-9]*$'.
12:53:07 [ERROR] src/main/java/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.java:[282,22] (naming) LocalFinalVariableName: Name 'TEST_OPERATION_EXT' must match pattern '^[a-z][a-zA-Z0-9]*$'.
12:53:07 [WARNING] checkstyle:check violations detected but failOnViolation set to false
12:53:07 [INFO] You have 8 Checkstyle violations.
12:53:07 [INFO] 
12:53:07 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-openapi-tck ---
12:53:07 [INFO] No tests to run.
12:53:07 [INFO] 
12:53:07 [JENKINS] Recording test results[INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-openapi-tck ---
12:53:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:53:07 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
12:53:07 
12:53:07 [INFO] Copying 2 resources
12:53:07 [INFO] 
12:53:07 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-openapi-tck ---
12:53:07 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT.jar
12:53:07 [INFO] 
12:53:07 [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-openapi-tck >>>
12:53:07 [INFO] 
12:53:07 [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ microprofile-openapi-tck ---
12:53:07 [INFO] Enabled default license matchers.
12:53:07 [INFO] Will parse SCM ignores for exclusions...
12:53:07 [INFO] Finished adding exclusions from SCM ignore files.
12:53:07 [INFO] 62 implicit excludes.
12:53:07 [INFO] 7 explicit excludes.
12:53:07 [INFO] 89 resources included
12:53:07 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 89 licenses.
12:53:07 [INFO] 
12:53:07 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-timestamp) @ microprofile-openapi-tck ---
12:53:07 [INFO] 
12:53:07 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-openapi-tck ---
12:53:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:53:07 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
12:53:07 [INFO] Copying 1 resource
12:53:07 [INFO] 
12:53:07 [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-openapi-tck ---
12:53:07 [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
12:53:07 [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target with includes "licenses/*" and excludes ""
12:53:07 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
12:53:07 [INFO] 
12:53:07 [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-openapi-tck <<<
12:53:07 [INFO] 
12:53:07 [INFO] 
12:53:07 [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-openapi-tck ---
12:53:07 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT-sources.jar
12:53:08 [INFO] 
12:53:08 [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-openapi-tck ---
12:53:08 [INFO] No previous run data found, generating javadoc.
12:53:11 [INFO] 
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.data...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.exception...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.model...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.resources...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.resources.bookings...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.beanvalidation...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.data...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.exception...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.model...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.resource...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig.a...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig.a.b...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig.a.b.c...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig.x...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig.x.y...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.filter...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.reader...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.tck...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.tck.beanvalidation...
12:53:11 Loading source files for package org.eclipse.microprofile.openapi.tck.utils...
12:53:11 Constructing Javadoc information...
12:53:11 Standard Doclet version 11.0.22
12:53:11 Building tree for all the packages and classes...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/JAXRSApp.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/UserData.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/ApiException.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/BadRequestException.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/NotFoundException.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/NotFoundExceptionMapper.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/ReviewRejectedException.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/ReviewRejectedExceptionMapper.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/ReviewRejectedExceptionMapper.RejectionResponse.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Airline.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Airport.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Booking.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/CreditCard.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Flight.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Gender.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Review.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/User.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Weather.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/AirlinesResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/AvailabilityResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/PlayerService.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/ReviewResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/UserResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/BookingResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/BeanValidationApp.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/BeanValidationData.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/BeanValidationResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/TestGroup.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/PetStoreApp.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/PetData.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/StoreData.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/UserData.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/ApiException.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/BadRequestException.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/NotFoundException.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/ApiResponse.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/BadOrder.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Cat.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Category.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Dog.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Lizard.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Order.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Pet.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Tag.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/User.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/JavaRestResourceUtil.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/PetStoreResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/UserResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/ScanConfigApplication.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/AResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/BResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/c/CResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/XResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/y/YResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/AirlinesOASFilter.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/MyOASModelReaderImpl.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/AirlinesAppTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/AppTestBase.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/FilterTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/Groups.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/ModelReaderAppTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigScanClassBase.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigScanDisableTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigSchemaTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigServersTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigWebInfTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyAbstractLicenseImpl.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyConstructible.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyLicense.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyLicenseImpl.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigExcludeMultiple.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigExcludeOnly.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigIncludeMultiple.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigIncludeOnly.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageExcludeClassInclude.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageExcludeMultiple.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageExcludeOnly.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageExcludesAroundInclude.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageIncludeClassExclude.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageIncludeMultiple.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageIncludeOnly.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageIncludesAroundExcludes.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPartialPackage.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/StaticDocumentCustomDialectTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/StaticDocumentTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/BeanValidationDisabledTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/BeanValidationTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/ConfigAsset.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/TCKMatchers.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/TCKMatchers.ItemOrSingletonMatcher.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/TCKMatchers.NumericEqualityMatcher.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/YamlToJsonFilter.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/c/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/c/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/y/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/y/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/package-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/package-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/constant-values.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/serialized-form.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/class-use/JAXRSApp.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/class-use/UserData.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/ApiException.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/BadRequestException.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/NotFoundException.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/NotFoundExceptionMapper.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/ReviewRejectedException.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/ReviewRejectedExceptionMapper.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/ReviewRejectedExceptionMapper.RejectionResponse.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Airline.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Airport.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Booking.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/CreditCard.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Flight.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Gender.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Review.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/User.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Weather.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/AirlinesResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/AvailabilityResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/PlayerService.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/ReviewResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/UserResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/class-use/BookingResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/class-use/BeanValidationApp.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/class-use/BeanValidationData.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/class-use/BeanValidationResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/class-use/TestGroup.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/class-use/PetStoreApp.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/class-use/PetData.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/class-use/StoreData.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/class-use/UserData.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/class-use/ApiException.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/class-use/BadRequestException.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/class-use/NotFoundException.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/ApiResponse.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/BadOrder.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Cat.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Category.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Dog.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Lizard.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Order.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Pet.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Tag.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/User.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/JavaRestResourceUtil.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/PetResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/PetStoreResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/UserResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/class-use/ScanConfigApplication.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/class-use/AResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/class-use/BResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/c/class-use/CResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/class-use/XResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/y/class-use/YResource.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/class-use/AirlinesOASFilter.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/class-use/MyOASModelReaderImpl.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/AirlinesAppTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/AppTestBase.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/FilterTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/Groups.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/ModelConstructionTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/ModelReaderAppTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigScanClassBase.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigScanDisableTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigSchemaTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigServersTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigWebInfTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyLicenseImpl.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyAbstractLicenseImpl.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyLicense.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyConstructible.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPartialPackage.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageIncludeClassExclude.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageExcludeClassInclude.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageExcludesAroundInclude.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageIncludesAroundExcludes.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageExcludeMultiple.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageExcludeOnly.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigExcludeMultiple.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigExcludeOnly.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageIncludeMultiple.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageIncludeOnly.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigIncludeMultiple.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigIncludeOnly.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/PetStoreAppTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/StaticDocumentCustomDialectTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/StaticDocumentTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/class-use/BeanValidationDisabledTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/class-use/BeanValidationTest.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/class-use/ConfigAsset.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/class-use/TCKMatchers.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/class-use/TCKMatchers.NumericEqualityMatcher.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/class-use/TCKMatchers.ItemOrSingletonMatcher.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/class-use/YamlToJsonFilter.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/c/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/y/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/package-use.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/package-use.html...
12:53:11 Building index for all the packages and classes...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/overview-tree.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/index-all.html...
12:53:11 Building index for all classes...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/allclasses-index.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/allpackages-index.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/deprecated-list.html...
12:53:11 Building index for all classes...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/allclasses.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/allclasses.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/index.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/overview-summary.html...
12:53:11 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/help-doc.html...
12:53:11 27 warnings
12:53:11 [WARNING] Javadoc Warnings
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:11 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT-javadoc.jar
12:53:12 [INFO] 
12:53:12 [INFO] -----< org.eclipse.microprofile.openapi:microprofile-openapi-spec >-----
12:53:12 [INFO] Building MicroProfile OpenAPI Specification 4.0-SNAPSHOT           [4/5]
12:53:12 [INFO] --------------------------------[ pom ]---------------------------------
12:53:12 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/2.2.2/asciidoctor-maven-plugin-2.2.2.pom
12:53:12 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/2.2.2/asciidoctor-maven-plugin-2.2.2.pom (20 kB at 730 kB/s)
12:53:12 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/2.2.2/asciidoctor-maven-plugin-2.2.2.jar
12:53:12 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/2.2.2/asciidoctor-maven-plugin-2.2.2.jar (78 kB at 5.6 MB/s)
12:53:12 [INFO] 
12:53:12 [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ microprofile-openapi-spec ---
12:53:12 [INFO] Enabled default license matchers.
12:53:12 [INFO] Will parse SCM ignores for exclusions...
12:53:12 [INFO] Finished adding exclusions from SCM ignore files.
12:53:12 [INFO] 62 implicit excludes.
12:53:12 [INFO] 7 explicit excludes.
12:53:12 [INFO] 4 resources included
12:53:12 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
12:53:12 [INFO] 
12:53:12 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-timestamp) @ microprofile-openapi-spec ---
12:53:12 [INFO] 
12:53:12 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-year) @ microprofile-openapi-spec ---
12:53:12 [INFO] 
12:53:12 [INFO] --- formatter-maven-plugin:2.22.0:format (default) @ microprofile-openapi-spec ---
12:53:12 [INFO] 
12:53:12 [INFO] --- impsort-maven-plugin:1.8.0:sort (sort-imports) @ microprofile-openapi-spec ---
12:53:12 [INFO] Processed 0 files in 00:00.000 (Already Sorted: 0, Needed Sorting: 0)
12:53:12 [INFO] 
12:53:12 [INFO] --- asciidoctor-maven-plugin:2.2.2:process-asciidoc (generate-pdf) @ microprofile-openapi-spec ---
12:53:12 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-pdf/2.3.4/asciidoctorj-pdf-2.3.4.pom
12:53:12 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-pdf/2.3.4/asciidoctorj-pdf-2.3.4.pom (2.4 kB at 202 kB/s)
12:53:12 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby/9.2.20.1/jruby-9.2.20.1.pom
12:53:12 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby/9.2.20.1/jruby-9.2.20.1.pom (6.9 kB at 572 kB/s)
12:53:12 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/9.2.20.1/jruby-artifacts-9.2.20.1.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/9.2.20.1/jruby-artifacts-9.2.20.1.pom (4.0 kB at 360 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/9.2.20.1/jruby-parent-9.2.20.1.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/9.2.20.1/jruby-parent-9.2.20.1.pom (25 kB at 2.1 MB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-core/9.2.20.1/jruby-core-9.2.20.1.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-core/9.2.20.1/jruby-core-9.2.20.1.pom (49 kB at 3.5 MB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-netdb/1.2.0/jnr-netdb-1.2.0.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-netdb/1.2.0/jnr-netdb-1.2.0.pom (3.0 kB at 232 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.32.10/jnr-enxio-0.32.10.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.32.10/jnr-enxio-0.32.10.pom (4.7 kB at 360 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.pom (4.4 kB at 220 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.38.12/jnr-unixsocket-0.38.12.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.38.12/jnr-unixsocket-0.38.12.pom (11 kB at 918 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.1.11/jnr-posix-3.1.11.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.1.11/jnr-posix-3.1.11.pom (7.6 kB at 588 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.6/jffi-1.3.6.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.6/jffi-1.3.6.pom (12 kB at 874 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.31/joni-2.1.31.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.31/joni-2.1.31.pom (7.0 kB at 500 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.pom (5.1 kB at 394 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/dirgra/0.3/dirgra-0.3.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/dirgra/0.3/dirgra-0.3.pom (2.9 kB at 225 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/invokebinder/1.11/invokebinder-1.11.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/invokebinder/1.11/invokebinder-1.11.pom (4.4 kB at 218 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/options/1.4/options-1.4.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/options/1.4/options-1.4.pom (1.5 kB at 124 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom (3.1 kB at 239 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 284 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.pom (1.6 kB at 124 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-all/0.9.1/nailgun-all-0.9.1.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-all/0.9.1/nailgun-all-0.9.1.pom (5.0 kB at 454 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.5/joda-time-2.10.5.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.5/joda-time-2.10.5.pom (37 kB at 2.7 MB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/backport9/1.8/backport9-1.8.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/backport9/1.8/backport9-1.8.pom (2.1 kB at 160 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.pom (14 kB at 2.0 MB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-stdlib/9.2.20.1/jruby-stdlib-9.2.20.1.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-stdlib/9.2.20.1/jruby-stdlib-9.2.20.1.pom (19 kB at 1.3 MB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 205 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 1.6 MB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 317 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 206 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 126 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 439 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 317 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 234 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 100 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 294 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 816 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 548 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 82 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 786 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 455 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 131 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 226 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 158 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 190 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 217 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 128 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.pom (4.1 kB at 317 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/2.5.3/asciidoctorj-2.5.3.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/2.5.3/asciidoctorj-2.5.3.pom (2.8 kB at 126 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-api/2.5.3/asciidoctorj-api-2.5.3.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-api/2.5.3/asciidoctorj-api-2.5.3.pom (2.1 kB at 165 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.81/jcommander-1.81.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.81/jcommander-1.81.pom (1.5 kB at 113 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.71.Final/netty-codec-http-4.1.71.Final.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.71.Final/netty-codec-http-4.1.71.Final.pom (3.3 kB at 255 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.71.Final/netty-parent-4.1.71.Final.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.71.Final/netty-parent-4.1.71.Final.pom (74 kB at 4.9 MB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.71.Final/netty-common-4.1.71.Final.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.71.Final/netty-common-4.1.71.Final.pom (12 kB at 625 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.71.Final/netty-buffer-4.1.71.Final.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.71.Final/netty-buffer-4.1.71.Final.pom (1.6 kB at 113 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.71.Final/netty-transport-4.1.71.Final.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.71.Final/netty-transport-4.1.71.Final.pom (1.9 kB at 77 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.71.Final/netty-resolver-4.1.71.Final.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.71.Final/netty-resolver-4.1.71.Final.pom (1.6 kB at 122 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.71.Final/netty-codec-4.1.71.Final.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.71.Final/netty-codec-4.1.71.Final.pom (4.4 kB at 315 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.71.Final/netty-handler-4.1.71.Final.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.71.Final/netty-handler-4.1.71.Final.pom (3.7 kB at 264 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.pom (1.9 kB at 139 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-parent/2.0.46.Final/netty-tcnative-parent-2.0.46.Final.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-parent/2.0.46.Final/netty-tcnative-parent-2.0.46.Final.pom (36 kB at 2.4 MB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.pom (4.5 kB at 348 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.10/doxia-1.10.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.10/doxia-1.10.pom (18 kB at 1.4 MB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.pom (1.6 kB at 143 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.pom (1.6 kB at 122 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.1/junit-jupiter-5.7.1.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.1/junit-jupiter-5.7.1.pom (3.2 kB at 246 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.pom (3.2 kB at 245 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom (1.2 kB at 83 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 187 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.1/junit-platform-commons-1.7.1.pom
12:53:13 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.1/junit-platform-commons-1.7.1.pom (2.8 kB at 202 kB/s)
12:53:13 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.pom
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.pom (3.0 kB at 215 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.pom
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.pom (3.2 kB at 246 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.1/junit-platform-engine-1.7.1.pom
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.1/junit-platform-engine-1.7.1.pom (3.2 kB at 267 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-pdf/2.3.4/asciidoctorj-pdf-2.3.4.jar
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby/9.2.20.1/jruby-9.2.20.1.jar
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-core/9.2.20.1/jruby-core-9.2.20.1.jar
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-netdb/1.2.0/jnr-netdb-1.2.0.jar
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.32.10/jnr-enxio-0.32.10.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby/9.2.20.1/jruby-9.2.20.1.jar (26 kB at 1.5 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.38.12/jnr-unixsocket-0.38.12.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.32.10/jnr-enxio-0.32.10.jar (34 kB at 1.9 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.1.11/jnr-posix-3.1.11.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-netdb/1.2.0/jnr-netdb-1.2.0.jar (63 kB at 3.3 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.1.11/jnr-posix-3.1.11.jar (275 kB at 5.6 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.6/jffi-1.3.6.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.38.12/jnr-unixsocket-0.38.12.jar (48 kB at 963 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.6/jffi-1.3.6-native.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.6/jffi-1.3.6.jar (154 kB at 1.9 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.31/joni-2.1.31.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.jar (1.6 MB at 17 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.6/jffi-1.3.6-native.jar (869 kB at 7.8 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/dirgra/0.3/dirgra-0.3.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.31/joni-2.1.31.jar (215 kB at 1.8 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/invokebinder/1.11/invokebinder-1.11.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/dirgra/0.3/dirgra-0.3.jar (16 kB at 125 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/options/1.4/options-1.4.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-pdf/2.3.4/asciidoctorj-pdf-2.3.4.jar (5.9 MB at 45 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/invokebinder/1.11/invokebinder-1.11.jar (50 kB at 350 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/options/1.4/options-1.4.jar (14 kB at 95 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.5/joda-time-2.10.5.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar (72 kB at 474 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/backport9/1.8/backport9-1.8.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar (33 kB at 198 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/backport9/1.8/backport9-1.8.jar (13 kB at 81 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-stdlib/9.2.20.1/jruby-stdlib-9.2.20.1.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.jar (27 kB at 155 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.jar (1.7 MB at 9.7 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.5/joda-time-2.10.5.jar (643 kB at 3.4 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 kB at 230 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 721 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 228 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-core/9.2.20.1/jruby-core-9.2.20.1.jar (10 MB at 38 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 710 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 1.0 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 1.9 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (47 kB at 141 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 447 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 kB at 121 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 88 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (57 kB at 154 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/2.5.3/asciidoctorj-2.5.3.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar (77 kB at 208 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-api/2.5.3/asciidoctorj-api-2.5.3.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 127 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.81/jcommander-1.81.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.jar (247 kB at 662 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.71.Final/netty-codec-http-4.1.71.Final.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-api/2.5.3/asciidoctorj-api-2.5.3.jar (62 kB at 162 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.71.Final/netty-common-4.1.71.Final.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.81/jcommander-1.81.jar (86 kB at 221 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.71.Final/netty-buffer-4.1.71.Final.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/2.5.3/asciidoctorj-2.5.3.jar (1.9 MB at 4.5 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.71.Final/netty-transport-4.1.71.Final.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.71.Final/netty-buffer-4.1.71.Final.jar (302 kB at 717 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.71.Final/netty-resolver-4.1.71.Final.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.71.Final/netty-common-4.1.71.Final.jar (646 kB at 1.5 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.71.Final/netty-codec-4.1.71.Final.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.71.Final/netty-codec-http-4.1.71.Final.jar (634 kB at 1.5 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.71.Final/netty-handler-4.1.71.Final.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.71.Final/netty-resolver-4.1.71.Final.jar (37 kB at 80 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.71.Final/netty-codec-4.1.71.Final.jar (337 kB at 711 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.71.Final/netty-handler-4.1.71.Final.jar (523 kB at 1.1 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.71.Final/netty-transport-4.1.71.Final.jar (481 kB at 983 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.jar (218 kB at 440 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.1/junit-jupiter-5.7.1.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar (34 kB at 69 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.jar (12 kB at 23 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-stdlib/9.2.20.1/jruby-stdlib-9.2.20.1.jar (13 MB at 26 MB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 15 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.1/junit-platform-commons-1.7.1.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.jar (12 kB at 23 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.jar (176 kB at 346 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar (2.4 kB at 4.7 kB/s)
12:53:14 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.1/junit-platform-engine-1.7.1.jar
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.1/junit-jupiter-5.7.1.jar (6.4 kB at 12 kB/s)
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.1/junit-platform-commons-1.7.1.jar (100 kB at 191 kB/s)
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.jar (213 kB at 405 kB/s)
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.1/junit-platform-engine-1.7.1.jar (181 kB at 343 kB/s)
12:53:14 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.jar (567 kB at 1.1 MB/s)
12:53:14 [INFO] sourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/spec/src/docs/asciidoc does not exist
12:53:14 [INFO] sourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/spec/src/asciidoc does not exist
12:53:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:53:17 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
12:53:17 [INFO] Copying 1 resource
12:53:35 [INFO] Converted /home/jenkins/agent/workspace/Open-API-pull-requests/spec/src/main/asciidoc/microprofile-openapi-spec.asciidoc
12:53:35 [INFO] 
12:53:35 [INFO] --- asciidoctor-maven-plugin:2.2.2:process-asciidoc (generate-html) @ microprofile-openapi-spec ---
12:53:35 [INFO] sourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/spec/src/docs/asciidoc does not exist
12:53:35 [INFO] sourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/spec/src/asciidoc does not exist
12:53:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:53:36 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
12:53:36 [INFO] Copying 1 resource
12:53:36 [INFO] Converted /home/jenkins/agent/workspace/Open-API-pull-requests/spec/src/main/asciidoc/microprofile-openapi-spec.asciidoc
12:53:37 [INFO] 
12:53:37 [INFO] --- maven-checkstyle-plugin:3.2.1:check (verify-style) @ microprofile-openapi-spec ---
12:53:37 [INFO] Starting audit...
12:53:37 Audit done.
12:53:37 [INFO] You have 0 Checkstyle violations.
12:53:37 [INFO] 
12:53:37 [INFO] --- build-helper-maven-plugin:3.3.0:attach-artifact (attach-artifacts) @ microprofile-openapi-spec ---
12:53:37 [INFO] 
12:53:37 [INFO] -----< org.eclipse.microprofile.openapi:microprofile-openapi-spi >------
12:53:37 [INFO] Building MicroProfile OpenAPI SPI 4.0-SNAPSHOT                     [5/5]
12:53:37 [INFO] --------------------------------[ jar ]---------------------------------
12:53:37 [INFO] 
12:53:37 [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ microprofile-openapi-spi ---
12:53:37 [INFO] Enabled default license matchers.
12:53:37 [INFO] Will parse SCM ignores for exclusions...
12:53:37 [INFO] Finished adding exclusions from SCM ignore files.
12:53:37 [INFO] 62 implicit excludes.
12:53:37 [INFO] 7 explicit excludes.
12:53:37 [INFO] 3 resources included
12:53:37 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
12:53:37 [INFO] 
12:53:37 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-timestamp) @ microprofile-openapi-spi ---
12:53:37 [INFO] 
12:53:37 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-openapi-spi ---
12:53:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:53:37 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
12:53:37 [INFO] Copying 0 resource
12:53:37 [INFO] 
12:53:37 [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-openapi-spi ---
12:53:37 [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
12:53:37 [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target with includes "licenses/*" and excludes ""
12:53:38 [INFO] 
12:53:38 [INFO] --- formatter-maven-plugin:2.22.0:format (default) @ microprofile-openapi-spi ---
12:53:38 [INFO] Processed 2 files in 20ms (Formatted: 0, Unchanged: 2, Failed: 0, Readonly: 0)
12:53:38 [INFO] 
12:53:38 [INFO] --- impsort-maven-plugin:1.8.0:sort (sort-imports) @ microprofile-openapi-spi ---
12:53:38 [INFO] Processed 2 files in 00:00.006 (Already Sorted: 2, Needed Sorting: 0)
12:53:38 [INFO] 
12:53:38 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-openapi-spi ---
12:53:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:53:38 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
12:53:38 [INFO] Copying 2 resources
12:53:38 [INFO] 
12:53:38 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-openapi-spi ---
12:53:38 [INFO] Changes detected - recompiling the module!
12:53:38 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/classes
12:53:38 [INFO] 
12:53:38 [INFO] --- bnd-maven-plugin:6.4.0:bnd-process (default) @ microprofile-openapi-spi ---
12:53:38 [WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/Open-API-pull-requests/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
12:53:38 [INFO] 
12:53:38 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-openapi-spi ---
12:53:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:53:38 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
12:53:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/spi/src/test/resources
12:53:38 [INFO] 
12:53:38 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-openapi-spi ---
12:53:38 [INFO] No sources to compile
12:53:38 [INFO] 
12:53:38 [INFO] --- maven-checkstyle-plugin:3.2.1:check (verify-style) @ microprofile-openapi-spi ---
12:53:38 [INFO] Starting audit...
12:53:38 Audit done.
12:53:38 [INFO] You have 0 Checkstyle violations.
12:53:38 [INFO] 
12:53:38 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-openapi-spi ---
12:53:38 [INFO] No tests to run.
12:53:38 [JENKINS] Recording test results[INFO] 
12:53:38 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-openapi-spi ---
12:53:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:53:38 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
12:53:38 
12:53:38 [INFO] Copying 2 resources
12:53:38 [INFO] 
12:53:38 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-openapi-spi ---
12:53:38 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT.jar
12:53:38 [INFO] 
12:53:38 [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-openapi-spi >>>
12:53:38 [INFO] 
12:53:38 [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ microprofile-openapi-spi ---
12:53:38 [INFO] Enabled default license matchers.
12:53:38 [INFO] Will parse SCM ignores for exclusions...
12:53:38 [INFO] Finished adding exclusions from SCM ignore files.
12:53:38 [INFO] 62 implicit excludes.
12:53:38 [INFO] 7 explicit excludes.
12:53:38 [INFO] 3 resources included
12:53:38 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
12:53:38 [INFO] 
12:53:38 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-timestamp) @ microprofile-openapi-spi ---
12:53:38 [INFO] 
12:53:38 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-openapi-spi ---
12:53:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:53:38 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
12:53:38 [INFO] Copying 0 resource
12:53:38 [INFO] 
12:53:38 [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-openapi-spi ---
12:53:38 [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
12:53:38 [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target with includes "licenses/*" and excludes ""
12:53:38 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
12:53:39 [INFO] 
12:53:39 [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-openapi-spi <<<
12:53:39 [INFO] 
12:53:39 [INFO] 
12:53:39 [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-openapi-spi ---
12:53:39 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT-sources.jar
12:53:39 [INFO] 
12:53:39 [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-openapi-spi ---
12:53:39 [INFO] No previous run data found, generating javadoc.
12:53:40 [INFO] 
12:53:40 Loading source files for package org.eclipse.microprofile.openapi.spi...
12:53:40 Constructing Javadoc information...
12:53:40 Standard Doclet version 11.0.22
12:53:40 Building tree for all the packages and classes...
12:53:40 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/OASFactoryResolver.html...
12:53:40 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/package-summary.html...
12:53:40 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/package-tree.html...
12:53:40 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/constant-values.html...
12:53:40 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/class-use/OASFactoryResolver.html...
12:53:40 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/package-use.html...
12:53:40 Building index for all the packages and classes...
12:53:40 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/overview-tree.html...
12:53:40 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/index-all.html...
12:53:40 Building index for all classes...
12:53:40 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/allclasses-index.html...
12:53:40 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/allpackages-index.html...
12:53:40 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/deprecated-list.html...
12:53:40 Building index for all classes...
12:53:40 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/allclasses.html...
12:53:40 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/allclasses.html...
12:53:40 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/index.html...
12:53:40 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/help-doc.html...
12:53:40 27 warnings
12:53:40 [WARNING] Javadoc Warnings
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in http://microprofile.io/microprofile-openapi-parent/microprofile-openapi-api/apidocs/ are in named modules.
12:53:40 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT-javadoc.jar
12:53:40 [INFO] 
12:53:40 [INFO] --- bnd-baseline-maven-plugin:6.4.0:baseline (baseline) @ microprofile-openapi-spi ---
12:53:40 [INFO] Determining the baseline version for org.eclipse.microprofile.openapi:microprofile-openapi-spi:jar:(,4.0-SNAPSHOT) using repositories [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
12:53:40 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-spi/maven-metadata.xml
12:53:40 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-spi/maven-metadata.xml (1.2 kB at 61 kB/s)
12:53:40 [INFO] The baseline version was found to be 3.1.1
12:53:40 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-spi/3.1.1/microprofile-openapi-spi-3.1.1.jar
12:53:40 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-spi/3.1.1/microprofile-openapi-spi-3.1.1.jar (10 kB at 680 kB/s)
12:53:40 [INFO] Baseline bundle /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT.jar against baseline /home/jenkins/.m2/repository/org/eclipse/microprofile/openapi/microprofile-openapi-spi/3.1.1/microprofile-openapi-spi-3.1.1.jar
12:53:40 [INFO] Baseline check succeeded. See the report in /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/baseline/microprofile-openapi-spi-4.0-SNAPSHOT.txt.
12:53:43 [INFO] ------------------------------------------------------------------------
12:53:43 [INFO] Reactor Summary for MicroProfile OpenAPI 4.0-SNAPSHOT:
12:53:43 [INFO] 
12:53:43 [INFO] MicroProfile OpenAPI ............................... SUCCESS [  9.150 s]
12:53:43 [INFO] MicroProfile OpenAPI API ........................... SUCCESS [ 19.699 s]
12:53:43 [INFO] MicroProfile OpenAPI TCK ........................... SUCCESS [ 12.538 s]
12:53:43 [INFO] MicroProfile OpenAPI Specification ................. SUCCESS [ 24.514 s]
12:53:43 [INFO] MicroProfile OpenAPI SPI ........................... SUCCESS [  3.206 s]
12:53:43 [INFO] ------------------------------------------------------------------------
12:53:43 [INFO] BUILD SUCCESS
12:53:43 [INFO] ------------------------------------------------------------------------
12:53:43 [INFO] Total time:  01:14 min
12:53:43 [INFO] Finished at: 2024-04-23T16:53:43Z
12:53:43 [INFO] ------------------------------------------------------------------------
12:53:43 Waiting for Jenkins to finish collecting data
12:53:43 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/spec/pom.xml to org.eclipse.microprofile.openapi/microprofile-openapi-spec/4.0-SNAPSHOT/microprofile-openapi-spec-4.0-SNAPSHOT.pom
12:53:43 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/spec/target/generated-docs/microprofile-openapi-spec-4.0-SNAPSHOT.pdf to org.eclipse.microprofile.openapi/microprofile-openapi-spec/4.0-SNAPSHOT/microprofile-openapi-spec-4.0-SNAPSHOT.pdf
12:53:43 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/spec/target/generated-docs/microprofile-openapi-spec-4.0-SNAPSHOT.html to org.eclipse.microprofile.openapi/microprofile-openapi-spec/4.0-SNAPSHOT/microprofile-openapi-spec-4.0-SNAPSHOT.html
12:53:43 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/tck/pom.xml to org.eclipse.microprofile.openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-SNAPSHOT.pom
12:53:43 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT.jar to org.eclipse.microprofile.openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-SNAPSHOT.jar
12:53:43 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT-sources.jar to org.eclipse.microprofile.openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-SNAPSHOT-sources.jar
12:53:43 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT-javadoc.jar to org.eclipse.microprofile.openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-SNAPSHOT-javadoc.jar
12:53:44 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/spi/pom.xml to org.eclipse.microprofile.openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-SNAPSHOT.pom
12:53:44 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT.jar to org.eclipse.microprofile.openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-SNAPSHOT.jar
12:53:44 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT-sources.jar to org.eclipse.microprofile.openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-SNAPSHOT-sources.jar
12:53:44 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT-javadoc.jar to org.eclipse.microprofile.openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-SNAPSHOT-javadoc.jar
12:53:44 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/pom.xml to org.eclipse.microprofile.openapi/microprofile-openapi-parent/4.0-SNAPSHOT/microprofile-openapi-parent-4.0-SNAPSHOT.pom
12:53:44 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/api/pom.xml to org.eclipse.microprofile.openapi/microprofile-openapi-api/4.0-SNAPSHOT/microprofile-openapi-api-4.0-SNAPSHOT.pom
12:53:44 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/microprofile-openapi-api-4.0-SNAPSHOT.jar to org.eclipse.microprofile.openapi/microprofile-openapi-api/4.0-SNAPSHOT/microprofile-openapi-api-4.0-SNAPSHOT.jar
12:53:44 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/microprofile-openapi-api-4.0-SNAPSHOT-sources.jar to org.eclipse.microprofile.openapi/microprofile-openapi-api/4.0-SNAPSHOT/microprofile-openapi-api-4.0-SNAPSHOT-sources.jar
12:53:44 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/microprofile-openapi-api-4.0-SNAPSHOT-javadoc.jar to org.eclipse.microprofile.openapi/microprofile-openapi-api/4.0-SNAPSHOT/microprofile-openapi-api-4.0-SNAPSHOT-javadoc.jar
12:53:44 channel stopped
12:53:45 Setting status of d8b3f6298a0f315b6a15fb3d9ba9bf8312acef02 to SUCCESS with url https://ci.eclipse.org/microprofile/job/Open-API-pull-requests/167/ and message: 'Build finished. '
12:53:45 Finished: SUCCESS