Skip to content

Console Output

Skipping 448 KB.. Full Log
[INFO] Enabled default license matchers.
12:58:16 [INFO] Will parse SCM ignores for exclusions...
12:58:16 [INFO] Finished adding exclusions from SCM ignore files.
12:58:16 [INFO] 62 implicit excludes.
12:58:16 [INFO] 7 explicit excludes.
12:58:16 [INFO] 88 resources included
12:58:16 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 88 licenses.
12:58:16 [INFO] 
12:58:16 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-timestamp) @ microprofile-openapi-tck ---
12:58:16 [INFO] 
12:58:16 [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-readme) @ microprofile-openapi-tck ---
12:58:16 [INFO] Copying 1 resource
12:58:16 [INFO] 
12:58:16 [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-licenses) @ microprofile-openapi-tck ---
12:58:16 [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
12:58:16 [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:58:16 [INFO] 
12:58:16 [INFO] --- formatter-maven-plugin:2.22.0:format (default) @ microprofile-openapi-tck ---
12:58:17 [INFO] Processed 87 files in 632ms (Formatted: 0, Unchanged: 87, Failed: 0, Readonly: 0)
12:58:17 [INFO] 
12:58:17 [INFO] --- impsort-maven-plugin:1.8.0:sort (sort-imports) @ microprofile-openapi-tck ---
12:58:17 [INFO] Processed 87 files in 00:00.742 (Already Sorted: 87, Needed Sorting: 0)
12:58:17 [INFO] 
12:58:17 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ microprofile-openapi-tck ---
12:58:17 [INFO] Copying 11 resources
12:58:17 [INFO] 
12:58:17 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-openapi-tck ---
12:58:17 [INFO] Changes detected - recompiling the module!
12:58:17 [INFO] Compiling 87 source files to /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/classes
12:58:20 [INFO] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java: Some input files use or override a deprecated API.
12:58:20 [INFO] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java: Recompile with -Xlint:deprecation for details.
12:58:20 [INFO] 
12:58:20 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ microprofile-openapi-tck ---
12:58:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/test/resources
12:58:20 [INFO] 
12:58:20 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-openapi-tck ---
12:58:20 [INFO] No sources to compile
12:58:20 [INFO] 
12:58:20 [INFO] --- maven-checkstyle-plugin:3.2.1:check (verify-style) @ microprofile-openapi-tck ---
12:58:22 [INFO] Starting audit...
12:58:22 [WARN] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/airlines/data/UserData.java:22:23: Variable 'users' must be private and have accessor methods. [VisibilityModifier]
12:58:22 [ERROR] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/airlines/resources/AirlinesResource.java:73: Line is longer than 150 characters (found 157). [LineLength]
12:58:22 [WARN] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/data/PetData.java:26:22: Variable 'pets' must be private and have accessor methods. [VisibilityModifier]
12:58:22 [WARN] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/data/PetData.java:27:27: Variable 'categories' must be private and have accessor methods. [VisibilityModifier]
12:58:22 [WARN] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/data/StoreData.java:23:24: Variable 'orders' must be private and have accessor methods. [VisibilityModifier]
12:58:22 [WARN] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/data/UserData.java:22:23: Variable 'users' must be private and have accessor methods. [VisibilityModifier]
12:58:22 [WARN] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/model/ApiResponse.java:26:9: Variable 'code' must be private and have accessor methods. [VisibilityModifier]
12:58:22 [WARN] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/model/ApiResponse.java:27:12: Variable 'type' must be private and have accessor methods. [VisibilityModifier]
12:58:22 [WARN] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/model/ApiResponse.java:28:12: Variable 'message' must be private and have accessor methods. [VisibilityModifier]
12:58:22 [WARN] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/model/Cat.java:21:12: Variable 'catBreed' must be private and have accessor methods. [VisibilityModifier]
12:58:22 [WARN] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/model/Dog.java:21:12: Variable 'dogBreed' must be private and have accessor methods. [VisibilityModifier]
12:58:22 [WARN] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/model/Lizard.java:21:12: Variable 'lizardBreed' must be private and have accessor methods. [VisibilityModifier]
12:58:22 [WARN] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java:80:20: Variable 'petData' must be private and have accessor methods. [VisibilityModifier]
12:58:22 [ERROR] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java:173: Line is longer than 150 characters (found 153). [LineLength]
12:58:22 [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:58:22 [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:58:22 [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:58:22 [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:58:22 [ERROR] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/reader/MyOASModelReaderImpl.java:52:5: Method buildModel length is 256 lines (max allowed is 250). [MethodLength]
12:58:22 [ERROR] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java:1623: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:58:22 [ERROR] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java:1638: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:58:22 [ERROR] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.java:284:22: Name 'X_OPERATION_EXT' must match pattern '^[a-z][a-zA-Z0-9]*$'. [LocalFinalVariableName]
12:58:22 [ERROR] /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.java:285:22: Name 'TEST_OPERATION_EXT' must match pattern '^[a-z][a-zA-Z0-9]*$'. [LocalFinalVariableName]
12:58:22 Audit done.
12:58:22 [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:58:22 [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:58:22 [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:58:22 [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:58:22 [ERROR] src/main/java/org/eclipse/microprofile/openapi/reader/MyOASModelReaderImpl.java:[52,5] (sizes) MethodLength: Method buildModel length is 256 lines (max allowed is 250).
12:58:22 [ERROR] src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java:[1623,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:58:22 [ERROR] src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java:[1638,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:58:22 [ERROR] src/main/java/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.java:[284,22] (naming) LocalFinalVariableName: Name 'X_OPERATION_EXT' must match pattern '^[a-z][a-zA-Z0-9]*$'.
12:58:22 [ERROR] src/main/java/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.java:[285,22] (naming) LocalFinalVariableName: Name 'TEST_OPERATION_EXT' must match pattern '^[a-z][a-zA-Z0-9]*$'.
12:58:22 [WARNING] checkstyle:check violations detected but failOnViolation set to false
12:58:22 [INFO] You have 8 Checkstyle violations.
12:58:22 [INFO] 
12:58:22 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-openapi-tck ---
12:58:22 [INFO] No tests to run.
12:58:22 [JENKINS] Recording test results[INFO] 
12:58:22 [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-openapi-tck ---
12:58:22 
12:58:22 [INFO] Copying 2 resources
12:58:22 [INFO] 
12:58:22 [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ microprofile-openapi-tck ---
12:58:22 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT.jar
12:58:22 [INFO] 
12:58:22 [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ microprofile-openapi-tck >>>
12:58:22 [INFO] 
12:58:22 [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ microprofile-openapi-tck ---
12:58:22 [INFO] Enabled default license matchers.
12:58:22 [INFO] Will parse SCM ignores for exclusions...
12:58:22 [INFO] Finished adding exclusions from SCM ignore files.
12:58:22 [INFO] 62 implicit excludes.
12:58:22 [INFO] 7 explicit excludes.
12:58:22 [INFO] 88 resources included
12:58:22 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 88 licenses.
12:58:22 [INFO] 
12:58:22 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-timestamp) @ microprofile-openapi-tck ---
12:58:22 [INFO] 
12:58:22 [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-readme) @ microprofile-openapi-tck ---
12:58:22 [INFO] Copying 1 resource
12:58:22 [INFO] 
12:58:22 [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-licenses) @ microprofile-openapi-tck ---
12:58:22 [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
12:58:22 [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:58:22 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
12:58:23 [INFO] 
12:58:23 [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ microprofile-openapi-tck <<<
12:58:23 [INFO] 
12:58:23 [INFO] 
12:58:23 [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ microprofile-openapi-tck ---
12:58:23 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT-sources.jar
12:58:23 [INFO] 
12:58:23 [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ microprofile-openapi-tck ---
12:58:23 [INFO] No previous run data found, generating javadoc.
12:58:26 [INFO] 
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.data...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.exception...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.model...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.resources...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.resources.bookings...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.beanvalidation...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.data...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.exception...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.model...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.resource...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig.a...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig.a.b...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig.a.b.c...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig.x...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig.x.y...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.filter...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.reader...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.tck...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.tck.beanvalidation...
12:58:26 Loading source files for package org.eclipse.microprofile.openapi.tck.utils...
12:58:26 Constructing Javadoc information...
12:58:26 Standard Doclet version 11.0.21
12:58:26 Building tree for all the packages and classes...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/JAXRSApp.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/UserData.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/ApiException.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/BadRequestException.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/NotFoundException.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/NotFoundExceptionMapper.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/ReviewRejectedException.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/ReviewRejectedExceptionMapper.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/ReviewRejectedExceptionMapper.RejectionResponse.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Airline.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Airport.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Booking.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/CreditCard.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Flight.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Gender.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Review.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/User.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Weather.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/AirlinesResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/AvailabilityResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/PlayerService.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/ReviewResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/UserResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/BookingResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/BeanValidationApp.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/BeanValidationData.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/BeanValidationResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/TestGroup.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/PetStoreApp.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/PetData.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/StoreData.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/UserData.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/ApiException.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/BadRequestException.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/NotFoundException.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/ApiResponse.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/BadOrder.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Cat.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Category.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Dog.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Lizard.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Order.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Pet.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Tag.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/User.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/JavaRestResourceUtil.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/PetStoreResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/UserResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/ScanConfigApplication.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/AResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/BResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/c/CResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/XResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/y/YResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/AirlinesOASFilter.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/MyOASModelReaderImpl.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/AirlinesAppTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/AppTestBase.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/FilterTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/Groups.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/ModelReaderAppTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigScanClassBase.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigScanDisableTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigSchemaTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigServersTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigWebInfTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyAbstractLicenseImpl.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyConstructible.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyLicense.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyLicenseImpl.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigExcludeMultiple.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigExcludeOnly.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigIncludeMultiple.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigIncludeOnly.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageExcludeClassInclude.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageExcludeMultiple.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageExcludeOnly.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageExcludesAroundInclude.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageIncludeClassExclude.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageIncludeMultiple.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageIncludeOnly.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageIncludesAroundExcludes.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPartialPackage.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/StaticDocumentTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/BeanValidationDisabledTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/BeanValidationTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/ConfigAsset.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/TCKMatchers.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/YamlToJsonFilter.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/package-tree.html...
12:58:26 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:58:26 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:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/y/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/y/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/package-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/package-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/constant-values.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/serialized-form.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/class-use/JAXRSApp.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/class-use/UserData.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/ApiException.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/BadRequestException.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/NotFoundException.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/NotFoundExceptionMapper.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/ReviewRejectedException.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/ReviewRejectedExceptionMapper.html...
12:58:26 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:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Airline.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Airport.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Booking.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/CreditCard.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Flight.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Gender.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Review.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/User.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Weather.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/AirlinesResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/AvailabilityResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/PlayerService.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/ReviewResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/UserResource.html...
12:58:26 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:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/class-use/BeanValidationApp.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/class-use/BeanValidationData.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/class-use/BeanValidationResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/class-use/TestGroup.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/class-use/PetStoreApp.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/class-use/PetData.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/class-use/StoreData.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/class-use/UserData.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/class-use/ApiException.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/class-use/BadRequestException.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/class-use/NotFoundException.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/ApiResponse.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/BadOrder.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Cat.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Category.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Dog.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Lizard.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Order.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Pet.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Tag.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/User.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/JavaRestResourceUtil.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/PetResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/PetStoreResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/UserResource.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/class-use/ScanConfigApplication.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/class-use/AResource.html...
12:58:26 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:58:26 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:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/class-use/XResource.html...
12:58:26 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:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/class-use/AirlinesOASFilter.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/class-use/MyOASModelReaderImpl.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/AirlinesAppTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/AppTestBase.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/FilterTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/Groups.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/ModelConstructionTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/ModelReaderAppTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigScanClassBase.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigScanDisableTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigSchemaTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigServersTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigWebInfTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyLicenseImpl.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyAbstractLicenseImpl.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyLicense.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyConstructible.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPartialPackage.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageIncludeClassExclude.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageExcludeClassInclude.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageExcludesAroundInclude.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageIncludesAroundExcludes.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageExcludeMultiple.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageExcludeOnly.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigExcludeMultiple.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigExcludeOnly.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageIncludeMultiple.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageIncludeOnly.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigIncludeMultiple.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigIncludeOnly.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/PetStoreAppTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/StaticDocumentTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/class-use/BeanValidationDisabledTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/class-use/BeanValidationTest.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/class-use/ConfigAsset.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/class-use/TCKMatchers.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/class-use/YamlToJsonFilter.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/package-use.html...
12:58:26 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:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/y/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/package-use.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/package-use.html...
12:58:26 Building index for all the packages and classes...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/overview-tree.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/index-all.html...
12:58:26 Building index for all classes...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/allclasses-index.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/allpackages-index.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/deprecated-list.html...
12:58:26 Building index for all classes...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/allclasses.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/allclasses.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/index.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/overview-summary.html...
12:58:26 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/help-doc.html...
12:58:26 27 warnings
12:58:26 [WARNING] Javadoc Warnings
12:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [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:58:26 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT-javadoc.jar
12:58:27 [INFO] 
12:58:27 [INFO] -----< org.eclipse.microprofile.openapi:microprofile-openapi-spec >-----
12:58:27 [INFO] Building MicroProfile OpenAPI Specification 4.0-SNAPSHOT           [4/5]
12:58:27 [INFO] --------------------------------[ pom ]---------------------------------
12:58:27 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/2.2.4/asciidoctor-maven-plugin-2.2.4.pom
12:58:27 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/2.2.4/asciidoctor-maven-plugin-2.2.4.pom (21 kB at 1.2 MB/s)
12:58:27 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
12:58:27 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 433 kB/s)
12:58:27 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/2.2.4/asciidoctor-maven-plugin-2.2.4.jar
12:58:27 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/2.2.4/asciidoctor-maven-plugin-2.2.4.jar (78 kB at 6.0 MB/s)
12:58:27 [INFO] 
12:58:27 [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ microprofile-openapi-spec ---
12:58:27 [INFO] Enabled default license matchers.
12:58:27 [INFO] Will parse SCM ignores for exclusions...
12:58:27 [INFO] Finished adding exclusions from SCM ignore files.
12:58:27 [INFO] 62 implicit excludes.
12:58:27 [INFO] 7 explicit excludes.
12:58:27 [INFO] 4 resources included
12:58:27 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
12:58:27 [INFO] 
12:58:27 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-timestamp) @ microprofile-openapi-spec ---
12:58:27 [INFO] 
12:58:27 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-year) @ microprofile-openapi-spec ---
12:58:27 [INFO] 
12:58:27 [INFO] --- formatter-maven-plugin:2.22.0:format (default) @ microprofile-openapi-spec ---
12:58:27 [INFO] 
12:58:27 [INFO] --- impsort-maven-plugin:1.8.0:sort (sort-imports) @ microprofile-openapi-spec ---
12:58:27 [INFO] Processed 0 files in 00:00.000 (Already Sorted: 0, Needed Sorting: 0)
12:58:27 [INFO] 
12:58:27 [INFO] --- asciidoctor-maven-plugin:2.2.4:process-asciidoc (generate-pdf) @ microprofile-openapi-spec ---
12:58:27 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby/9.4.2.0/jruby-9.4.2.0.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby/9.4.2.0/jruby-9.4.2.0.pom (7.0 kB at 19 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/9.4.2.0/jruby-artifacts-9.4.2.0.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/9.4.2.0/jruby-artifacts-9.4.2.0.pom (4.0 kB at 33 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/9.4.2.0/jruby-parent-9.4.2.0.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/9.4.2.0/jruby-parent-9.4.2.0.pom (25 kB at 404 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-base/9.4.2.0/jruby-base-9.4.2.0.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-base/9.4.2.0/jruby-base-9.4.2.0.pom (28 kB at 294 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom (3.0 kB at 211 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom (2.6 kB at 185 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom (2.6 kB at 201 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom (2.9 kB at 367 kB/s)
12:58:28 [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:58:28 [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:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.32.14/jnr-enxio-0.32.14.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.32.14/jnr-enxio-0.32.14.pom (4.8 kB at 368 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.10.4/jnr-constants-0.10.4.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.10.4/jnr-constants-0.10.4.pom (4.4 kB at 628 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.38.19/jnr-unixsocket-0.38.19.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.38.19/jnr-unixsocket-0.38.19.pom (11 kB at 764 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.1.16/jnr-posix-3.1.16.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.1.16/jnr-posix-3.1.16.pom (7.6 kB at 588 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-ffi/2.2.13/jnr-ffi-2.2.13.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-ffi/2.2.13/jnr-ffi-2.2.13.pom (10 kB at 716 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.10/jffi-1.3.10.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.10/jffi-1.3.10.pom (12 kB at 582 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0.pom (2.5 kB at 132 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.pom (1.6 kB at 97 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.48/joni-2.1.48.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.48/joni-2.1.48.pom (6.8 kB at 85 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.58/jcodings-1.0.58.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.58/jcodings-1.0.58.pom (5.2 kB at 187 kB/s)
12:58:28 [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:58:28 [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 195 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/invokebinder/1.12/invokebinder-1.12.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/invokebinder/1.12/invokebinder-1.12.pom (4.5 kB at 179 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/options/1.6/options-1.6.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/options/1.6/options-1.6.pom (2.7 kB at 129 kB/s)
12:58:28 [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:58:28 [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 208 kB/s)
12:58:28 [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:58:28 [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 254 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.10/joda-time-2.10.10.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.10/joda-time-2.10.10.pom (37 kB at 2.2 MB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/me/qmx/jitescript/jitescript/0.4.1/jitescript-0.4.1.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/me/qmx/jitescript/jitescript/0.4.1/jitescript-0.4.1.pom (5.8 kB at 320 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/backport9/1.12/backport9-1.12.pom
12:58:28 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/backport9/1.12/backport9-1.12.pom (3.0 kB at 96 kB/s)
12:58:28 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-stdlib/9.4.2.0/jruby-stdlib-9.4.2.0.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-stdlib/9.4.2.0/jruby-stdlib-9.4.2.0.pom (46 kB at 541 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/2.5.10/asciidoctorj-2.5.10.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/2.5.10/asciidoctorj-2.5.10.pom (2.8 kB at 40 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-api/2.5.10/asciidoctorj-api-2.5.10.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-api/2.5.10/asciidoctorj-api-2.5.10.pom (2.1 kB at 26 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-pdf/2.3.7/asciidoctorj-pdf-2.3.7.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-pdf/2.3.7/asciidoctorj-pdf-2.3.7.pom (2.4 kB at 31 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom (6.8 kB at 358 kB/s)
12:58:29 [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:58:29 [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 70 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 674 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.93.Final/netty-codec-http-4.1.93.Final.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.93.Final/netty-codec-http-4.1.93.Final.pom (4.2 kB at 140 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.93.Final/netty-parent-4.1.93.Final.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.93.Final/netty-parent-4.1.93.Final.pom (83 kB at 3.3 MB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.93.Final/netty-common-4.1.93.Final.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.93.Final/netty-common-4.1.93.Final.pom (12 kB at 842 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.pom (1.6 kB at 75 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.pom (2.2 kB at 90 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.93.Final/netty-resolver-4.1.93.Final.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.93.Final/netty-resolver-4.1.93.Final.pom (1.6 kB at 84 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.pom (5.3 kB at 353 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.pom (4.6 kB at 330 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.93.Final/netty-transport-native-unix-common-4.1.93.Final.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.93.Final/netty-transport-native-unix-common-4.1.93.Final.pom (29 kB at 2.3 MB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom (4.4 kB at 151 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom (18 kB at 764 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.pom (1.5 kB at 118 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom (1.5 kB at 103 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.9.3/junit-jupiter-5.9.3.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.9.3/junit-jupiter-5.9.3.pom (3.2 kB at 178 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.pom (3.2 kB at 199 kB/s)
12:58:29 [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:58:29 [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 120 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom (2.8 kB at 142 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 117 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.pom (3.0 kB at 200 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.pom (3.2 kB at 188 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom (3.2 kB at 229 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby/9.4.2.0/jruby-9.4.2.0.jar
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-base/9.4.2.0/jruby-base-9.4.2.0.jar
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar (73 kB at 3.8 MB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar (53 kB at 2.5 MB/s)
12:58:29 [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:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar (34 kB at 1.6 MB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.32.14/jnr-enxio-0.32.14.jar
12:58:29 [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 1.8 MB/s)
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.32.14/jnr-enxio-0.32.14.jar (34 kB at 982 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.38.19/jnr-unixsocket-0.38.19.jar
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.1.16/jnr-posix-3.1.16.jar
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar (85 kB at 1.6 MB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.10.4/jnr-constants-0.10.4.jar
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.38.19/jnr-unixsocket-0.38.19.jar (48 kB at 668 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-ffi/2.2.13/jnr-ffi-2.2.13.jar
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.1.16/jnr-posix-3.1.16.jar (278 kB at 3.7 MB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0.jar
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.10.4/jnr-constants-0.10.4.jar (1.6 MB at 18 MB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby/9.4.2.0/jruby-9.4.2.0.jar (26 kB at 261 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.10/jffi-1.3.10.jar
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-ffi/2.2.13/jnr-ffi-2.2.13.jar (727 kB at 7.1 MB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.10/jffi-1.3.10-native.jar
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0.jar (86 kB at 731 kB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.48/joni-2.1.48.jar
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.10/jffi-1.3.10.jar (156 kB at 1.0 MB/s)
12:58:29 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.58/jcodings-1.0.58.jar
12:58:29 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar (220 kB at 1.4 MB/s)
12:58:29 [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:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.10/jffi-1.3.10-native.jar (965 kB at 5.5 MB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/invokebinder/1.12/invokebinder-1.12.jar
12:58:30 [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 90 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/options/1.6/options-1.6.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/invokebinder/1.12/invokebinder-1.12.jar (51 kB at 261 kB/s)
12:58:30 [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:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/options/1.6/options-1.6.jar (15 kB at 74 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.10/joda-time-2.10.10.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.58/jcodings-1.0.58.jar (1.7 MB at 8.5 MB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/me/qmx/jitescript/jitescript/0.4.1/jitescript-0.4.1.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/me/qmx/jitescript/jitescript/0.4.1/jitescript-0.4.1.jar (23 kB at 97 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/backport9/1.12/backport9-1.12.jar
12:58:30 [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 301 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-stdlib/9.4.2.0/jruby-stdlib-9.4.2.0.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.10/joda-time-2.10.10.jar (644 kB at 2.6 MB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/2.5.10/asciidoctorj-2.5.10.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.48/joni-2.1.48.jar (217 kB at 879 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-api/2.5.10/asciidoctorj-api-2.5.10.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/backport9/1.12/backport9-1.12.jar (14 kB at 55 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-pdf/2.3.7/asciidoctorj-pdf-2.3.7.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-base/9.4.2.0/jruby-base-9.4.2.0.jar (8.7 MB at 25 MB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar (52 kB at 133 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/2.5.10/asciidoctorj-2.5.10.jar (1.9 MB at 5.0 MB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-api/2.5.10/asciidoctorj-api-2.5.10.jar (62 kB at 154 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 81 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 3.6 MB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 847 kB/s)
12:58:30 [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:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 466 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-pdf/2.3.7/asciidoctorj-pdf-2.3.7.jar (5.3 MB at 12 MB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.93.Final/netty-codec-http-4.1.93.Final.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 449 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.93.Final/netty-common-4.1.93.Final.jar
12:58:30 [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 165 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 576 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.93.Final/netty-common-4.1.93.Final.jar (659 kB at 1.4 MB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.93.Final/netty-resolver-4.1.93.Final.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.93.Final/netty-codec-http-4.1.93.Final.jar (657 kB at 1.3 MB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.jar (305 kB at 612 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.93.Final/netty-resolver-4.1.93.Final.jar (38 kB at 72 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.93.Final/netty-transport-native-unix-common-4.1.93.Final.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.jar (489 kB at 925 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.jar (345 kB at 631 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.93.Final/netty-transport-native-unix-common-4.1.93.Final.jar (44 kB at 80 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.jar (554 kB at 1.0 MB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.9.3/junit-jupiter-5.9.3.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar (219 kB at 390 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar (12 kB at 20 kB/s)
12:58:30 [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:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.9.3/junit-jupiter-5.9.3.jar (6.4 kB at 11 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar (12 kB at 20 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
12:58:30 [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 13 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar (103 kB at 175 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 11 kB/s)
12:58:30 [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.jar (208 kB at 350 kB/s)
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.jar (247 kB at 399 kB/s)
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.jar (580 kB at 936 kB/s)
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar (189 kB at 305 kB/s)
12:58:30 [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-stdlib/9.4.2.0/jruby-stdlib-9.4.2.0.jar (15 MB at 23 MB/s)
12:58:30 [INFO] sourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/spec/src/docs/asciidoc does not exist
12:58:30 [INFO] sourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/spec/src/asciidoc does not exist
12:58:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:58:34 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
12:58:34 [INFO] Copying 1 resource
12:58:55 [INFO] Converted /home/jenkins/agent/workspace/Open-API-pull-requests/spec/src/main/asciidoc/microprofile-openapi-spec.asciidoc
12:58:55 [INFO] 
12:58:55 [INFO] --- asciidoctor-maven-plugin:2.2.4:process-asciidoc (generate-html) @ microprofile-openapi-spec ---
12:58:55 [INFO] sourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/spec/src/docs/asciidoc does not exist
12:58:55 [INFO] sourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/spec/src/asciidoc does not exist
12:58:56 [INFO] Using 'UTF-8' encoding to copy filtered resources.
12:58:56 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
12:58:56 [INFO] Copying 1 resource
12:58:57 [INFO] Converted /home/jenkins/agent/workspace/Open-API-pull-requests/spec/src/main/asciidoc/microprofile-openapi-spec.asciidoc
12:58:57 [INFO] 
12:58:57 [INFO] --- maven-checkstyle-plugin:3.2.1:check (verify-style) @ microprofile-openapi-spec ---
12:58:57 [INFO] Starting audit...
12:58:57 Audit done.
12:58:57 [INFO] You have 0 Checkstyle violations.
12:58:57 [INFO] 
12:58:57 [INFO] --- build-helper-maven-plugin:3.3.0:attach-artifact (attach-artifacts) @ microprofile-openapi-spec ---
12:58:58 [INFO] 
12:58:58 [INFO] -----< org.eclipse.microprofile.openapi:microprofile-openapi-spi >------
12:58:58 [INFO] Building MicroProfile OpenAPI SPI 4.0-SNAPSHOT                     [5/5]
12:58:58 [INFO] --------------------------------[ jar ]---------------------------------
12:58:58 [INFO] 
12:58:58 [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ microprofile-openapi-spi ---
12:58:58 [INFO] Enabled default license matchers.
12:58:58 [INFO] Will parse SCM ignores for exclusions...
12:58:58 [INFO] Finished adding exclusions from SCM ignore files.
12:58:58 [INFO] 62 implicit excludes.
12:58:58 [INFO] 7 explicit excludes.
12:58:58 [INFO] 3 resources included
12:58:58 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
12:58:58 [INFO] 
12:58:58 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-timestamp) @ microprofile-openapi-spi ---
12:58:58 [INFO] 
12:58:58 [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-readme) @ microprofile-openapi-spi ---
12:58:58 [INFO] Copying 0 resource
12:58:58 [INFO] 
12:58:58 [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-licenses) @ microprofile-openapi-spi ---
12:58:58 [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
12:58:58 [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:58:58 [INFO] 
12:58:58 [INFO] --- formatter-maven-plugin:2.22.0:format (default) @ microprofile-openapi-spi ---
12:58:58 [INFO] Processed 2 files in 18ms (Formatted: 0, Unchanged: 2, Failed: 0, Readonly: 0)
12:58:58 [INFO] 
12:58:58 [INFO] --- impsort-maven-plugin:1.8.0:sort (sort-imports) @ microprofile-openapi-spi ---
12:58:58 [INFO] Processed 2 files in 00:00.009 (Already Sorted: 2, Needed Sorting: 0)
12:58:58 [INFO] 
12:58:58 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ microprofile-openapi-spi ---
12:58:58 [INFO] Copying 2 resources
12:58:58 [INFO] 
12:58:58 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-openapi-spi ---
12:58:58 [INFO] Changes detected - recompiling the module!
12:58:58 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/classes
12:58:59 [INFO] 
12:58:59 [INFO] --- bnd-maven-plugin:6.4.0:bnd-process (default) @ microprofile-openapi-spi ---
12:58:59 [WARNING] Cannot consider developer in line '47' 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:58:59 [INFO] 
12:58:59 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ microprofile-openapi-spi ---
12:58:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/spi/src/test/resources
12:58:59 [INFO] 
12:58:59 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-openapi-spi ---
12:58:59 [INFO] No sources to compile
12:58:59 [INFO] 
12:58:59 [INFO] --- maven-checkstyle-plugin:3.2.1:check (verify-style) @ microprofile-openapi-spi ---
12:58:59 [INFO] Starting audit...
12:58:59 Audit done.
12:58:59 [INFO] You have 0 Checkstyle violations.
12:58:59 [INFO] 
12:58:59 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-openapi-spi ---
12:58:59 [INFO] No tests to run.
12:58:59 [JENKINS] Recording test results[INFO] 
12:58:59 [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-openapi-spi ---
12:58:59 
12:58:59 [INFO] Copying 2 resources
12:58:59 [INFO] 
12:58:59 [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ microprofile-openapi-spi ---
12:58:59 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT.jar
12:58:59 [INFO] 
12:58:59 [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ microprofile-openapi-spi >>>
12:58:59 [INFO] 
12:58:59 [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ microprofile-openapi-spi ---
12:58:59 [INFO] Enabled default license matchers.
12:58:59 [INFO] Will parse SCM ignores for exclusions...
12:58:59 [INFO] Finished adding exclusions from SCM ignore files.
12:58:59 [INFO] 62 implicit excludes.
12:58:59 [INFO] 7 explicit excludes.
12:58:59 [INFO] 3 resources included
12:58:59 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
12:58:59 [INFO] 
12:58:59 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-timestamp) @ microprofile-openapi-spi ---
12:58:59 [INFO] 
12:58:59 [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-readme) @ microprofile-openapi-spi ---
12:58:59 [INFO] Copying 0 resource
12:58:59 [INFO] 
12:58:59 [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-licenses) @ microprofile-openapi-spi ---
12:58:59 [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
12:58:59 [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:58:59 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
12:58:59 [INFO] 
12:58:59 [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ microprofile-openapi-spi <<<
12:58:59 [INFO] 
12:58:59 [INFO] 
12:58:59 [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ microprofile-openapi-spi ---
12:58:59 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT-sources.jar
12:58:59 [INFO] 
12:58:59 [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ microprofile-openapi-spi ---
12:58:59 [INFO] No previous run data found, generating javadoc.
12:59:01 [INFO] 
12:59:01 Loading source files for package org.eclipse.microprofile.openapi.spi...
12:59:01 Constructing Javadoc information...
12:59:01 Standard Doclet version 11.0.21
12:59:01 Building tree for all the packages and classes...
12:59:01 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/OASFactoryResolver.html...
12:59:01 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/package-summary.html...
12:59:01 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/package-tree.html...
12:59:01 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/constant-values.html...
12:59:01 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/class-use/OASFactoryResolver.html...
12:59:01 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/package-use.html...
12:59:01 Building index for all the packages and classes...
12:59:01 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/overview-tree.html...
12:59:01 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/index-all.html...
12:59:01 Building index for all classes...
12:59:01 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/allclasses-index.html...
12:59:01 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/allpackages-index.html...
12:59:01 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/deprecated-list.html...
12:59:01 Building index for all classes...
12:59:01 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/allclasses.html...
12:59:01 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/allclasses.html...
12:59:01 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/index.html...
12:59:01 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/help-doc.html...
12:59:01 27 warnings
12:59:01 [WARNING] Javadoc Warnings
12:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [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:59:01 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT-javadoc.jar
12:59:01 [INFO] 
12:59:01 [INFO] --- bnd-baseline-maven-plugin:6.4.0:baseline (baseline) @ microprofile-openapi-spi ---
12:59:01 [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:59:01 [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:59:01 [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 13 kB/s)
12:59:01 [INFO] The baseline version was found to be 3.1.1
12:59:01 [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:59:02 [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 237 kB/s)
12:59:02 [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:59:02 [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:59:04 [INFO] ------------------------------------------------------------------------
12:59:04 [INFO] Reactor Summary for MicroProfile OpenAPI 4.0-SNAPSHOT:
12:59:04 [INFO] 
12:59:04 [INFO] MicroProfile OpenAPI ............................... SUCCESS [ 11.915 s]
12:59:04 [INFO] MicroProfile OpenAPI API ........................... SUCCESS [ 22.528 s]
12:59:04 [INFO] MicroProfile OpenAPI TCK ........................... SUCCESS [ 16.700 s]
12:59:04 [INFO] MicroProfile OpenAPI Specification ................. SUCCESS [ 30.460 s]
12:59:04 [INFO] MicroProfile OpenAPI SPI ........................... SUCCESS [  3.536 s]
12:59:04 [INFO] ------------------------------------------------------------------------
12:59:04 [INFO] BUILD SUCCESS
12:59:04 [INFO] ------------------------------------------------------------------------
12:59:04 [INFO] Total time:  01:30 min
12:59:04 [INFO] Finished at: 2024-02-06T17:59:04Z
12:59:04 [INFO] ------------------------------------------------------------------------
12:59:04 Waiting for Jenkins to finish collecting data
12:59:04 [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:59:04 [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:59:04 [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:59:05 [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:59:05 [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:59:05 [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:59:05 [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:59:05 [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:59:05 [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:59:05 [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:59:05 [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:59:05 [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:59:05 [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:59:05 [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:59:05 [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:59:05 [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:59:05 channel stopped
12:59:08 Setting status of 4e8c13909f1fbe9ed9f50745a661870a12ed007b to SUCCESS with url https://ci.eclipse.org/microprofile/job/Open-API-pull-requests/154/ and message: 'Build finished. '
12:59:09 Finished: SUCCESS