Skip to content

Console Output

Skipping 514 KB.. Full Log
[INFO] Changes detected - recompiling the module!
02:45:16 [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/classes
02:45:18 [INFO] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/data/PetData.java: /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/data/PetData.java uses or overrides a deprecated API.
02:45:18 [INFO] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/data/PetData.java: Recompile with -Xlint:deprecation for details.
02:45:18 [INFO] 
02:45:18 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-openapi-tck ---
02:45:18 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:18 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/test/resources
02:45:18 [INFO] 
02:45:18 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-openapi-tck ---
02:45:18 [INFO] No sources to compile
02:45:18 [INFO] 
02:45:18 [INFO] --- maven-checkstyle-plugin:3.2.1:check (verify-style) @ microprofile-openapi-tck ---
02:45:20 [INFO] Starting audit...
02:45:20 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:20 [ERROR] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/apps/airlines/resources/AirlinesResource.java:73: Line is longer than 150 characters (found 157). [LineLength]
02:45:20 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:20 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:20 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:20 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:20 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:20 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:20 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:20 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:20 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:20 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:20 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:20 [ERROR] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java:173: Line is longer than 150 characters (found 153). [LineLength]
02:45:20 [ERROR] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java:206: Line is longer than 150 characters (found 174). [LineLength]
02:45:20 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:20 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:20 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:20 [ERROR] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/reader/MyOASModelReaderImpl.java:59:5: Method buildModel length is 311 lines (max allowed is 250). [MethodLength]
02:45:20 [ERROR] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java:1925:13: '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). [RightCurly]
02:45:20 [ERROR] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java:1940:13: '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). [RightCurly]
02:45:20 [ERROR] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.java:281:22: Name 'X_OPERATION_EXT' must match pattern '^[a-z][a-zA-Z0-9]*$'. [LocalFinalVariableName]
02:45:20 [ERROR] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.java:282:22: Name 'TEST_OPERATION_EXT' must match pattern '^[a-z][a-zA-Z0-9]*$'. [LocalFinalVariableName]
02:45:20 Audit done.
02:45:20 [INFO] There are 8 errors reported by Checkstyle 9.3 with /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/checkstyle-rules.xml ruleset.
02:45:20 [ERROR] src/main/java/org/eclipse/microprofile/openapi/apps/airlines/resources/AirlinesResource.java:[73] (sizes) LineLength: Line is longer than 150 characters (found 157).
02:45:20 [ERROR] src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java:[173] (sizes) LineLength: Line is longer than 150 characters (found 153).
02:45:20 [ERROR] src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java:[206] (sizes) LineLength: Line is longer than 150 characters (found 174).
02:45:20 [ERROR] src/main/java/org/eclipse/microprofile/openapi/reader/MyOASModelReaderImpl.java:[59,5] (sizes) MethodLength: Method buildModel length is 311 lines (max allowed is 250).
02:45:20 [ERROR] src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java:[1925,13] (blocks) RightCurly: '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
02:45:20 [ERROR] src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java:[1940,13] (blocks) RightCurly: '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
02:45:20 [ERROR] src/main/java/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.java:[281,22] (naming) LocalFinalVariableName: Name 'X_OPERATION_EXT' must match pattern '^[a-z][a-zA-Z0-9]*$'.
02:45:20 [ERROR] src/main/java/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.java:[282,22] (naming) LocalFinalVariableName: Name 'TEST_OPERATION_EXT' must match pattern '^[a-z][a-zA-Z0-9]*$'.
02:45:20 [WARNING] checkstyle:check violations detected but failOnViolation set to false
02:45:20 [INFO] You have 8 Checkstyle violations.
02:45:20 [INFO] 
02:45:20 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-openapi-tck ---
02:45:20 [INFO] No tests to run.
02:45:20 [JENKINS] Recording test results[INFO] 
02:45:20 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-openapi-tck ---
02:45:20 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:20 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:20 
02:45:20 [INFO] Copying 2 resources
02:45:20 [INFO] 
02:45:20 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-openapi-tck ---
02:45:20 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT.jar
02:45:20 [INFO] 
02:45:20 [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-openapi-tck >>>
02:45:20 [INFO] 
02:45:20 [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ microprofile-openapi-tck ---
02:45:20 [INFO] Enabled default license matchers.
02:45:20 [INFO] Will parse SCM ignores for exclusions...
02:45:20 [INFO] Finished adding exclusions from SCM ignore files.
02:45:20 [INFO] 62 implicit excludes.
02:45:20 [INFO] 7 explicit excludes.
02:45:20 [INFO] 89 resources included
02:45:20 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 89 licenses.
02:45:20 [INFO] 
02:45:20 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-timestamp) @ microprofile-openapi-tck ---
02:45:20 [INFO] 
02:45:20 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-openapi-tck ---
02:45:20 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:20 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:20 [INFO] Copying 1 resource
02:45:21 [INFO] 
02:45:21 [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-openapi-tck ---
02:45:21 [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
02:45:21 [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-maven-snapshots/tck/target with includes "licenses/*" and excludes ""
02:45:21 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
02:45:21 [INFO] 
02:45:21 [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-openapi-tck <<<
02:45:21 [INFO] 
02:45:21 [INFO] 
02:45:21 [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-openapi-tck ---
02:45:21 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT-sources.jar
02:45:21 [INFO] 
02:45:21 [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-openapi-tck ---
02:45:21 [INFO] No previous run data found, generating javadoc.
02:45:24 [INFO] 
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.data...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.exception...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.model...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.resources...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.resources.bookings...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.beanvalidation...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.data...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.exception...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.model...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.resource...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig.a...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig.a.b...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig.a.b.c...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig.x...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.apps.scanconfig.x.y...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.filter...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.reader...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.tck...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.tck.beanvalidation...
02:45:24 Loading source files for package org.eclipse.microprofile.openapi.tck.utils...
02:45:24 Constructing Javadoc information...
02:45:24 Standard Doclet version 11.0.22
02:45:24 Building tree for all the packages and classes...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/JAXRSApp.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/UserData.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/ApiException.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/BadRequestException.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/NotFoundException.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/NotFoundExceptionMapper.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/ReviewRejectedException.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/ReviewRejectedExceptionMapper.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/ReviewRejectedExceptionMapper.RejectionResponse.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Airline.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Airport.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Booking.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/CreditCard.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Flight.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Gender.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Review.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/User.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Weather.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/AirlinesResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/AvailabilityResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/PlayerService.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/ReviewResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/UserResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/BookingResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/BeanValidationApp.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/BeanValidationData.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/BeanValidationResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/TestGroup.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/PetStoreApp.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/PetData.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/StoreData.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/UserData.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/ApiException.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/BadRequestException.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/NotFoundException.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/ApiResponse.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/BadOrder.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Cat.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Category.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Dog.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Lizard.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Order.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Pet.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Tag.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/User.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/JavaRestResourceUtil.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/PetStoreResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/UserResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/ScanConfigApplication.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/AResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/BResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/c/CResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/XResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/y/YResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/AirlinesOASFilter.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/MyOASModelReaderImpl.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/AirlinesAppTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/AppTestBase.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/FilterTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/Groups.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/ModelReaderAppTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigScanClassBase.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigScanDisableTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigSchemaTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigServersTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigWebInfTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyAbstractLicenseImpl.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyConstructible.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyLicense.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyLicenseImpl.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigExcludeMultiple.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigExcludeOnly.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigIncludeMultiple.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigIncludeOnly.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageExcludeClassInclude.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageExcludeMultiple.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageExcludeOnly.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageExcludesAroundInclude.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageIncludeClassExclude.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageIncludeMultiple.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageIncludeOnly.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPackageIncludesAroundExcludes.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASScanConfigTests.ScanConfigPartialPackage.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/StaticDocumentCustomDialectTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/StaticDocumentTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/BeanValidationDisabledTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/BeanValidationTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/ConfigAsset.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/TCKMatchers.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/TCKMatchers.ItemOrSingletonMatcher.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/TCKMatchers.NumericEqualityMatcher.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/YamlToJsonFilter.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/c/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/c/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/y/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/y/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/package-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/package-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/constant-values.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/serialized-form.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/class-use/JAXRSApp.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/class-use/UserData.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/ApiException.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/BadRequestException.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/NotFoundException.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/NotFoundExceptionMapper.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/ReviewRejectedException.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/ReviewRejectedExceptionMapper.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/ReviewRejectedExceptionMapper.RejectionResponse.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Airline.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Airport.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Booking.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/CreditCard.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Flight.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Gender.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Review.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/User.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Weather.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/AirlinesResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/AvailabilityResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/PlayerService.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/ReviewResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/UserResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/class-use/BookingResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/class-use/BeanValidationApp.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/class-use/BeanValidationData.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/class-use/BeanValidationResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/class-use/TestGroup.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/class-use/PetStoreApp.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/class-use/PetData.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/class-use/StoreData.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/class-use/UserData.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/class-use/ApiException.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/class-use/BadRequestException.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/class-use/NotFoundException.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/ApiResponse.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/BadOrder.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Cat.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Category.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Dog.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Lizard.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Order.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Pet.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Tag.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/User.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/JavaRestResourceUtil.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/PetResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/PetStoreResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/UserResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/class-use/ScanConfigApplication.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/class-use/AResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/class-use/BResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/c/class-use/CResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/class-use/XResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/y/class-use/YResource.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/class-use/AirlinesOASFilter.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/class-use/MyOASModelReaderImpl.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/AirlinesAppTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/AppTestBase.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/FilterTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/Groups.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/ModelConstructionTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/ModelReaderAppTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigScanClassBase.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigScanDisableTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigSchemaTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigServersTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigWebInfTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyLicenseImpl.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyAbstractLicenseImpl.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyLicense.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyConstructible.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPartialPackage.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageIncludeClassExclude.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageExcludeClassInclude.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageExcludesAroundInclude.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageIncludesAroundExcludes.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageExcludeMultiple.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageExcludeOnly.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigExcludeMultiple.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigExcludeOnly.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageIncludeMultiple.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigPackageIncludeOnly.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigIncludeMultiple.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASScanConfigTests.ScanConfigIncludeOnly.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/PetStoreAppTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/StaticDocumentCustomDialectTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/StaticDocumentTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/class-use/BeanValidationDisabledTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/class-use/BeanValidationTest.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/class-use/ConfigAsset.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/class-use/TCKMatchers.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/class-use/TCKMatchers.NumericEqualityMatcher.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/class-use/TCKMatchers.ItemOrSingletonMatcher.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/class-use/YamlToJsonFilter.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/beanvalidation/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/a/b/c/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/scanconfig/x/y/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/beanvalidation/package-use.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/package-use.html...
02:45:24 Building index for all the packages and classes...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/overview-tree.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/index-all.html...
02:45:24 Building index for all classes...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/allclasses-index.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/allpackages-index.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/deprecated-list.html...
02:45:24 Building index for all classes...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/allclasses.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/allclasses.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/index.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/overview-summary.html...
02:45:24 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/apidocs/help-doc.html...
02:45:24 27 warnings
02:45:24 [WARNING] Javadoc Warnings
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [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.
02:45:24 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT-javadoc.jar
02:45:25 [INFO] 
02:45:25 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-openapi-tck ---
02:45:25 [INFO] Installing /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-SNAPSHOT.jar
02:45:25 [INFO] Installing /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-SNAPSHOT.pom
02:45:25 [INFO] Installing /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-SNAPSHOT-sources.jar
02:45:25 [INFO] Installing /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-SNAPSHOT-javadoc.jar
02:45:25 [INFO] 
02:45:25 [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ microprofile-openapi-tck ---
02:45:25 [INFO] Enabled default license matchers.
02:45:25 [INFO] Will parse SCM ignores for exclusions...
02:45:25 [INFO] Finished adding exclusions from SCM ignore files.
02:45:25 [INFO] 62 implicit excludes.
02:45:25 [INFO] 7 explicit excludes.
02:45:25 [INFO] 89 resources included
02:45:25 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 89 licenses.
02:45:25 [INFO] 
02:45:25 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-timestamp) @ microprofile-openapi-tck ---
02:45:25 [INFO] 
02:45:25 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-openapi-tck ---
02:45:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:25 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:25 [INFO] Copying 1 resource
02:45:25 [INFO] 
02:45:25 [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-openapi-tck ---
02:45:25 [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
02:45:25 [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-maven-snapshots/tck/target with includes "licenses/*" and excludes ""
02:45:25 [INFO] 
02:45:25 [INFO] --- formatter-maven-plugin:2.22.0:format (default) @ microprofile-openapi-tck ---
02:45:25 [INFO] Processed 88 files in 19ms (Formatted: 0, Unchanged: 88, Failed: 0, Readonly: 0)
02:45:25 [INFO] 
02:45:25 [INFO] --- impsort-maven-plugin:1.8.0:sort (sort-imports) @ microprofile-openapi-tck ---
02:45:25 [INFO] Processed 88 files in 00:00.005 (Already Sorted: 88, Needed Sorting: 0)
02:45:25 [INFO] 
02:45:25 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-openapi-tck ---
02:45:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:25 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:25 [INFO] Copying 12 resources
02:45:25 [INFO] 
02:45:25 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-openapi-tck ---
02:45:25 [INFO] Changes detected - recompiling the module!
02:45:25 [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/classes
02:45:27 [INFO] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/data/PetData.java: /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/data/PetData.java uses or overrides a deprecated API.
02:45:27 [INFO] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/data/PetData.java: Recompile with -Xlint:deprecation for details.
02:45:27 [INFO] 
02:45:27 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-openapi-tck ---
02:45:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:27 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/test/resources
02:45:27 [INFO] 
02:45:27 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-openapi-tck ---
02:45:27 [INFO] No sources to compile
02:45:27 [INFO] 
02:45:27 [INFO] --- maven-checkstyle-plugin:3.2.1:check (verify-style) @ microprofile-openapi-tck ---
02:45:27 [INFO] Starting audit...
02:45:27 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:27 [ERROR] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/apps/airlines/resources/AirlinesResource.java:73: Line is longer than 150 characters (found 157). [LineLength]
02:45:27 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:27 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:27 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:27 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:27 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:27 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:27 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:27 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:27 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:27 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:27 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:27 [ERROR] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java:173: Line is longer than 150 characters (found 153). [LineLength]
02:45:27 [ERROR] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java:206: Line is longer than 150 characters (found 174). [LineLength]
02:45:27 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:27 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:27 [WARN] /home/jenkins/agent/workspace/Open-API-maven-snapshots/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]
02:45:27 [ERROR] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/reader/MyOASModelReaderImpl.java:59:5: Method buildModel length is 311 lines (max allowed is 250). [MethodLength]
02:45:27 [ERROR] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java:1925:13: '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). [RightCurly]
02:45:27 [ERROR] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java:1940:13: '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). [RightCurly]
02:45:27 [ERROR] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.java:281:22: Name 'X_OPERATION_EXT' must match pattern '^[a-z][a-zA-Z0-9]*$'. [LocalFinalVariableName]
02:45:27 [ERROR] /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/src/main/java/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.java:282:22: Name 'TEST_OPERATION_EXT' must match pattern '^[a-z][a-zA-Z0-9]*$'. [LocalFinalVariableName]
02:45:27 Audit done.
02:45:27 [INFO] There are 8 errors reported by Checkstyle 9.3 with /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/checkstyle-rules.xml ruleset.
02:45:27 [ERROR] src/main/java/org/eclipse/microprofile/openapi/apps/airlines/resources/AirlinesResource.java:[73] (sizes) LineLength: Line is longer than 150 characters (found 157).
02:45:27 [ERROR] src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java:[173] (sizes) LineLength: Line is longer than 150 characters (found 153).
02:45:27 [ERROR] src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java:[206] (sizes) LineLength: Line is longer than 150 characters (found 174).
02:45:27 [ERROR] src/main/java/org/eclipse/microprofile/openapi/reader/MyOASModelReaderImpl.java:[59,5] (sizes) MethodLength: Method buildModel length is 311 lines (max allowed is 250).
02:45:27 [ERROR] src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java:[1925,13] (blocks) RightCurly: '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
02:45:27 [ERROR] src/main/java/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.java:[1940,13] (blocks) RightCurly: '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
02:45:27 [ERROR] src/main/java/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.java:[281,22] (naming) LocalFinalVariableName: Name 'X_OPERATION_EXT' must match pattern '^[a-z][a-zA-Z0-9]*$'.
02:45:27 [ERROR] src/main/java/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.java:[282,22] (naming) LocalFinalVariableName: Name 'TEST_OPERATION_EXT' must match pattern '^[a-z][a-zA-Z0-9]*$'.
02:45:27 [WARNING] checkstyle:check violations detected but failOnViolation set to false
02:45:27 [INFO] You have 8 Checkstyle violations.
02:45:27 [INFO] 
02:45:27 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-openapi-tck ---
02:45:27 [INFO] No tests to run.
02:45:27 [INFO] Skipping execution of surefire because it has already been run for this configuration
02:45:27 [JENKINS] Recording test results[INFO] 
02:45:27 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-openapi-tck ---
02:45:27 
02:45:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:27 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:27 [INFO] Copying 2 resources
02:45:27 [INFO] 
02:45:27 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-openapi-tck ---
02:45:27 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT.jar
02:45:28 [INFO] 
02:45:28 [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-openapi-tck >>>
02:45:28 [INFO] 
02:45:28 [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ microprofile-openapi-tck ---
02:45:28 [INFO] Enabled default license matchers.
02:45:28 [INFO] Will parse SCM ignores for exclusions...
02:45:28 [INFO] Finished adding exclusions from SCM ignore files.
02:45:28 [INFO] 62 implicit excludes.
02:45:28 [INFO] 7 explicit excludes.
02:45:28 [INFO] 89 resources included
02:45:28 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 89 licenses.
02:45:28 [INFO] 
02:45:28 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-timestamp) @ microprofile-openapi-tck ---
02:45:28 [INFO] 
02:45:28 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-openapi-tck ---
02:45:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:28 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:28 [INFO] Copying 1 resource
02:45:28 [INFO] 
02:45:28 [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-openapi-tck ---
02:45:28 [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
02:45:28 [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-maven-snapshots/tck/target with includes "licenses/*" and excludes ""
02:45:28 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
02:45:28 [INFO] 
02:45:28 [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-openapi-tck <<<
02:45:28 [INFO] 
02:45:28 [INFO] 
02:45:28 [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-openapi-tck ---
02:45:28 [WARNING] artifact org.eclipse.microprofile.openapi:microprofile-openapi-tck:java-source:sources:4.0-SNAPSHOT already attached, replace previous instance
02:45:28 [INFO] 
02:45:28 [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-openapi-tck ---
02:45:28 [INFO] Skipping javadoc generation, everything is up to date.
02:45:28 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT-javadoc.jar
02:45:28 [WARNING] artifact org.eclipse.microprofile.openapi:microprofile-openapi-tck:javadoc:javadoc:4.0-SNAPSHOT already attached, replace previous instance
02:45:28 [INFO] 
02:45:28 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-openapi-tck ---
02:45:28 [INFO] Installing /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-SNAPSHOT.jar
02:45:28 [INFO] Installing /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-SNAPSHOT.pom
02:45:28 [INFO] Installing /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-SNAPSHOT-sources.jar
02:45:28 [INFO] Installing /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-SNAPSHOT-javadoc.jar
02:45:28 [INFO] 
02:45:28 [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ microprofile-openapi-tck ---
02:45:28 [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/maven-metadata.xml
02:45:32 [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 342 B/s)
02:45:32 [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-20240501.064428-9.jar
02:45:32 [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-20240501.064428-9.jar (227 kB at 559 kB/s)
02:45:32 [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-20240501.064428-9.pom
02:45:32 [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-20240501.064428-9.pom (4.9 kB at 18 kB/s)
02:45:32 [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/maven-metadata.xml
02:45:33 [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/maven-metadata.xml (564 B at 9.6 kB/s)
02:45:33 [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/maven-metadata.xml
02:45:33 [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.3 kB/s)
02:45:33 [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/maven-metadata.xml
02:45:33 [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/maven-metadata.xml (564 B at 2.6 kB/s)
02:45:33 [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-20240501.064428-9-sources.jar
02:45:33 [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-20240501.064428-9-sources.jar (155 kB at 593 kB/s)
02:45:33 [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/maven-metadata.xml
02:45:33 [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 6.3 kB/s)
02:45:33 [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-20240501.064428-9-javadoc.jar
02:45:34 [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-20240501.064428-9-javadoc.jar (1.0 MB at 4.0 MB/s)
02:45:34 [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/maven-metadata.xml
02:45:34 [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-tck/4.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.3 kB/s)
02:45:35 [INFO] 
02:45:35 [INFO] -----< org.eclipse.microprofile.openapi:microprofile-openapi-spi >------
02:45:35 [INFO] Building MicroProfile OpenAPI SPI 4.0-SNAPSHOT                     [4/4]
02:45:35 [INFO] --------------------------------[ jar ]---------------------------------
02:45:35 [INFO] 
02:45:35 [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ microprofile-openapi-spi ---
02:45:35 [INFO] Enabled default license matchers.
02:45:35 [INFO] Will parse SCM ignores for exclusions...
02:45:35 [INFO] Finished adding exclusions from SCM ignore files.
02:45:35 [INFO] 62 implicit excludes.
02:45:35 [INFO] 7 explicit excludes.
02:45:35 [INFO] 3 resources included
02:45:35 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
02:45:35 [INFO] 
02:45:35 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-timestamp) @ microprofile-openapi-spi ---
02:45:35 [INFO] 
02:45:35 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-openapi-spi ---
02:45:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:35 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:35 [INFO] Copying 0 resource
02:45:35 [INFO] 
02:45:35 [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-openapi-spi ---
02:45:35 [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
02:45:35 [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-maven-snapshots/spi/target with includes "licenses/*" and excludes ""
02:45:35 [INFO] 
02:45:35 [INFO] --- formatter-maven-plugin:2.22.0:format (default) @ microprofile-openapi-spi ---
02:45:35 [INFO] Processed 2 files in 16ms (Formatted: 0, Unchanged: 2, Failed: 0, Readonly: 0)
02:45:35 [INFO] 
02:45:35 [INFO] --- impsort-maven-plugin:1.8.0:sort (sort-imports) @ microprofile-openapi-spi ---
02:45:35 [INFO] Processed 2 files in 00:00.007 (Already Sorted: 2, Needed Sorting: 0)
02:45:35 [INFO] 
02:45:35 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-openapi-spi ---
02:45:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:35 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:35 [INFO] Copying 2 resources
02:45:35 [INFO] 
02:45:35 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-openapi-spi ---
02:45:35 [INFO] Changes detected - recompiling the module!
02:45:35 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/classes
02:45:35 [INFO] 
02:45:35 [INFO] --- bnd-maven-plugin:6.4.0:bnd-process (default) @ microprofile-openapi-spi ---
02:45:35 [WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/Open-API-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
02:45:35 [INFO] 
02:45:35 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-openapi-spi ---
02:45:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:35 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/src/test/resources
02:45:35 [INFO] 
02:45:35 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-openapi-spi ---
02:45:35 [INFO] No sources to compile
02:45:35 [INFO] 
02:45:35 [INFO] --- maven-checkstyle-plugin:3.2.1:check (verify-style) @ microprofile-openapi-spi ---
02:45:35 [INFO] Starting audit...
02:45:35 Audit done.
02:45:35 [INFO] You have 0 Checkstyle violations.
02:45:35 [INFO] 
02:45:35 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-openapi-spi ---
02:45:35 [INFO] No tests to run.
02:45:35 [INFO] 
02:45:35 [JENKINS] Recording test results[INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-openapi-spi ---
02:45:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:35 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:35 [INFO] Copying 2 resources
02:45:35 
02:45:36 [INFO] 
02:45:36 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-openapi-spi ---
02:45:36 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT.jar
02:45:36 [INFO] 
02:45:36 [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-openapi-spi >>>
02:45:36 [INFO] 
02:45:36 [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ microprofile-openapi-spi ---
02:45:36 [INFO] Enabled default license matchers.
02:45:36 [INFO] Will parse SCM ignores for exclusions...
02:45:36 [INFO] Finished adding exclusions from SCM ignore files.
02:45:36 [INFO] 62 implicit excludes.
02:45:36 [INFO] 7 explicit excludes.
02:45:36 [INFO] 3 resources included
02:45:36 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
02:45:36 [INFO] 
02:45:36 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-timestamp) @ microprofile-openapi-spi ---
02:45:36 [INFO] 
02:45:36 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-openapi-spi ---
02:45:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:36 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:36 [INFO] Copying 0 resource
02:45:36 [INFO] 
02:45:36 [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-openapi-spi ---
02:45:36 [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
02:45:36 [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-maven-snapshots/spi/target with includes "licenses/*" and excludes ""
02:45:36 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
02:45:36 [INFO] 
02:45:36 [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-openapi-spi <<<
02:45:36 [INFO] 
02:45:36 [INFO] 
02:45:36 [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-openapi-spi ---
02:45:36 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT-sources.jar
02:45:36 [INFO] 
02:45:36 [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-openapi-spi ---
02:45:36 [INFO] No previous run data found, generating javadoc.
02:45:38 [INFO] 
02:45:38 Loading source files for package org.eclipse.microprofile.openapi.spi...
02:45:38 Constructing Javadoc information...
02:45:38 Standard Doclet version 11.0.22
02:45:38 Building tree for all the packages and classes...
02:45:38 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/OASFactoryResolver.html...
02:45:38 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/package-summary.html...
02:45:38 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/package-tree.html...
02:45:38 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/apidocs/constant-values.html...
02:45:38 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/class-use/OASFactoryResolver.html...
02:45:38 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/package-use.html...
02:45:38 Building index for all the packages and classes...
02:45:38 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/apidocs/overview-tree.html...
02:45:38 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/apidocs/index-all.html...
02:45:38 Building index for all classes...
02:45:38 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/apidocs/allclasses-index.html...
02:45:38 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/apidocs/allpackages-index.html...
02:45:38 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/apidocs/deprecated-list.html...
02:45:38 Building index for all classes...
02:45:38 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/apidocs/allclasses.html...
02:45:38 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/apidocs/allclasses.html...
02:45:38 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/apidocs/index.html...
02:45:38 Generating /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/apidocs/help-doc.html...
02:45:38 27 warnings
02:45:38 [WARNING] Javadoc Warnings
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [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.
02:45:38 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT-javadoc.jar
02:45:38 [INFO] 
02:45:38 [INFO] --- bnd-baseline-maven-plugin:6.4.0:baseline (baseline) @ microprofile-openapi-spi ---
02:45:38 [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)]
02:45:38 [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
02:45:38 [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 7.9 kB/s)
02:45:38 [INFO] The baseline version was found to be 3.1.1
02:45:38 [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
02:45:38 [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 62 kB/s)
02:45:38 [INFO] Baseline bundle /home/jenkins/agent/workspace/Open-API-maven-snapshots/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
02:45:38 [INFO] Baseline check succeeded. See the report in /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/baseline/microprofile-openapi-spi-4.0-SNAPSHOT.txt.
02:45:38 [INFO] 
02:45:38 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-openapi-spi ---
02:45:38 [INFO] Installing /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-SNAPSHOT.jar
02:45:38 [INFO] Installing /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-SNAPSHOT.pom
02:45:38 [INFO] Installing /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-SNAPSHOT-sources.jar
02:45:38 [INFO] Installing /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-SNAPSHOT-javadoc.jar
02:45:38 [INFO] 
02:45:38 [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ microprofile-openapi-spi ---
02:45:38 [INFO] Enabled default license matchers.
02:45:38 [INFO] Will parse SCM ignores for exclusions...
02:45:38 [INFO] Finished adding exclusions from SCM ignore files.
02:45:38 [INFO] 62 implicit excludes.
02:45:38 [INFO] 7 explicit excludes.
02:45:38 [INFO] 3 resources included
02:45:38 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
02:45:38 [INFO] 
02:45:38 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-timestamp) @ microprofile-openapi-spi ---
02:45:38 [INFO] 
02:45:38 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-openapi-spi ---
02:45:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:38 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:38 [INFO] Copying 0 resource
02:45:38 [INFO] 
02:45:38 [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-openapi-spi ---
02:45:38 [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
02:45:38 [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target with includes "licenses/*" and excludes ""
02:45:38 [INFO] 
02:45:38 [INFO] --- formatter-maven-plugin:2.22.0:format (default) @ microprofile-openapi-spi ---
02:45:38 [INFO] Processed 2 files in 7ms (Formatted: 0, Unchanged: 2, Failed: 0, Readonly: 0)
02:45:38 [INFO] 
02:45:38 [INFO] --- impsort-maven-plugin:1.8.0:sort (sort-imports) @ microprofile-openapi-spi ---
02:45:38 [INFO] Processed 2 files in 00:00.000 (Already Sorted: 2, Needed Sorting: 0)
02:45:38 [INFO] 
02:45:38 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-openapi-spi ---
02:45:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:38 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:38 [INFO] Copying 2 resources
02:45:38 [INFO] 
02:45:38 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-openapi-spi ---
02:45:38 [INFO] Changes detected - recompiling the module!
02:45:38 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/classes
02:45:38 [INFO] 
02:45:38 [INFO] --- bnd-maven-plugin:6.4.0:bnd-process (default) @ microprofile-openapi-spi ---
02:45:38 [WARNING] Cannot consider developer in line '49' of file '/home/jenkins/agent/workspace/Open-API-maven-snapshots/pom.xml' for bundle header 'Bundle-Developers' as it does not contain the mandatory id.
02:45:39 [INFO] 
02:45:39 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-openapi-spi ---
02:45:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:39 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/src/test/resources
02:45:39 [INFO] 
02:45:39 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-openapi-spi ---
02:45:39 [INFO] No sources to compile
02:45:39 [INFO] 
02:45:39 [INFO] --- maven-checkstyle-plugin:3.2.1:check (verify-style) @ microprofile-openapi-spi ---
02:45:39 [INFO] Starting audit...
02:45:39 Audit done.
02:45:39 [INFO] You have 0 Checkstyle violations.
02:45:39 [INFO] 
02:45:39 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-openapi-spi ---
02:45:39 [INFO] No tests to run.
02:45:39 [INFO] Skipping execution of surefire because it has already been run for this configuration
02:45:39 [INFO] 
02:45:39 [JENKINS] Recording test results[INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-openapi-spi ---
02:45:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:39 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:39 [INFO] Copying 2 resources
02:45:39 
02:45:39 [INFO] 
02:45:39 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-openapi-spi ---
02:45:39 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT.jar
02:45:39 [INFO] 
02:45:39 [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-openapi-spi >>>
02:45:39 [INFO] 
02:45:39 [INFO] --- apache-rat-plugin:0.15:check (rat-check) @ microprofile-openapi-spi ---
02:45:39 [INFO] Enabled default license matchers.
02:45:39 [INFO] Will parse SCM ignores for exclusions...
02:45:39 [INFO] Finished adding exclusions from SCM ignore files.
02:45:39 [INFO] 62 implicit excludes.
02:45:39 [INFO] 7 explicit excludes.
02:45:39 [INFO] 3 resources included
02:45:39 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
02:45:39 [INFO] 
02:45:39 [INFO] --- build-helper-maven-plugin:3.3.0:timestamp-property (generate-timestamp) @ microprofile-openapi-spi ---
02:45:39 [INFO] 
02:45:39 [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-openapi-spi ---
02:45:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:45:39 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
02:45:39 [INFO] Copying 0 resource
02:45:39 [INFO] 
02:45:39 [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-openapi-spi ---
02:45:39 [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar
02:45:39 [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-maven-snapshots/spi/target with includes "licenses/*" and excludes ""
02:45:39 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
02:45:39 [INFO] 
02:45:39 [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-openapi-spi <<<
02:45:39 [INFO] 
02:45:39 [INFO] 
02:45:39 [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-openapi-spi ---
02:45:39 [WARNING] artifact org.eclipse.microprofile.openapi:microprofile-openapi-spi:java-source:sources:4.0-SNAPSHOT already attached, replace previous instance
02:45:39 [INFO] 
02:45:39 [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-openapi-spi ---
02:45:39 [INFO] Skipping javadoc generation, everything is up to date.
02:45:39 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT-javadoc.jar
02:45:39 [WARNING] artifact org.eclipse.microprofile.openapi:microprofile-openapi-spi:javadoc:javadoc:4.0-SNAPSHOT already attached, replace previous instance
02:45:39 [INFO] 
02:45:39 [INFO] --- bnd-baseline-maven-plugin:6.4.0:baseline (baseline) @ microprofile-openapi-spi ---
02:45:39 [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)]
02:45:39 [INFO] The baseline version was found to be 3.1.1
02:45:39 [INFO] Baseline bundle /home/jenkins/agent/workspace/Open-API-maven-snapshots/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
02:45:39 [INFO] Baseline check succeeded. See the report in /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/baseline/microprofile-openapi-spi-4.0-SNAPSHOT.txt.
02:45:39 [INFO] 
02:45:39 [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-openapi-spi ---
02:45:39 [INFO] Installing /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-SNAPSHOT.jar
02:45:39 [INFO] Installing /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-SNAPSHOT.pom
02:45:39 [INFO] Installing /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-SNAPSHOT-sources.jar
02:45:39 [INFO] Installing /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-SNAPSHOT-javadoc.jar
02:45:40 [INFO] 
02:45:40 [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ microprofile-openapi-spi ---
02:45:40 [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/maven-metadata.xml
02:45:40 [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 1.7 kB/s)
02:45:40 [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-20240501.064428-9.jar
02:45:41 [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-20240501.064428-9.jar (10 kB at 27 kB/s)
02:45:41 [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-20240501.064428-9.pom
02:45:41 [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-20240501.064428-9.pom (1.7 kB at 6.4 kB/s)
02:45:41 [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/maven-metadata.xml
02:45:41 [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/maven-metadata.xml (564 B at 9.9 kB/s)
02:45:41 [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/maven-metadata.xml
02:45:41 [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 6.2 kB/s)
02:45:41 [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/maven-metadata.xml
02:45:41 [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/maven-metadata.xml (564 B at 2.5 kB/s)
02:45:41 [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-20240501.064428-9-sources.jar
02:45:42 [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-20240501.064428-9-sources.jar (9.5 kB at 39 kB/s)
02:45:42 [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/maven-metadata.xml
02:45:42 [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.3 kB/s)
02:45:42 [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-20240501.064428-9-javadoc.jar
02:45:42 [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-20240501.064428-9-javadoc.jar (320 kB at 1.0 MB/s)
02:45:42 [INFO] Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/maven-metadata.xml
02:45:42 [INFO] Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/microprofile/openapi/microprofile-openapi-spi/4.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.5 kB/s)
02:45:44 [INFO] ------------------------------------------------------------------------
02:45:44 [INFO] Reactor Summary for MicroProfile OpenAPI 4.0-SNAPSHOT:
02:45:44 [INFO] 
02:45:44 [INFO] MicroProfile OpenAPI ............................... SUCCESS [ 11.838 s]
02:45:44 [INFO] MicroProfile OpenAPI API ........................... SUCCESS [ 24.383 s]
02:45:44 [INFO] MicroProfile OpenAPI TCK ........................... SUCCESS [ 27.919 s]
02:45:44 [INFO] MicroProfile OpenAPI SPI ........................... SUCCESS [  7.766 s]
02:45:44 [INFO] ------------------------------------------------------------------------
02:45:44 [INFO] BUILD SUCCESS
02:45:44 [INFO] ------------------------------------------------------------------------
02:45:44 [INFO] Total time:  01:16 min
02:45:44 [INFO] Finished at: 2024-05-01T06:45:44Z
02:45:44 [INFO] ------------------------------------------------------------------------
02:45:44 Waiting for Jenkins to finish collecting data
02:45:44 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/pom.xml to org.eclipse.microprofile.openapi/microprofile-openapi-tck/4.0-SNAPSHOT/microprofile-openapi-tck-4.0-SNAPSHOT.pom
02:45:44 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT.jar to org.eclipse.microprofile.openapi/microprofile-openapi-tck/4.0-20240501.064428-9/microprofile-openapi-tck-4.0-20240501.064428-9.jar
02:45:44 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT-sources.jar to org.eclipse.microprofile.openapi/microprofile-openapi-tck/4.0-20240501.064428-9/microprofile-openapi-tck-4.0-20240501.064428-9-sources.jar
02:45:44 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-maven-snapshots/tck/target/microprofile-openapi-tck-4.0-SNAPSHOT-javadoc.jar to org.eclipse.microprofile.openapi/microprofile-openapi-tck/4.0-20240501.064428-9/microprofile-openapi-tck-4.0-20240501.064428-9-javadoc.jar
02:45:45 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/pom.xml to org.eclipse.microprofile.openapi/microprofile-openapi-spi/4.0-SNAPSHOT/microprofile-openapi-spi-4.0-SNAPSHOT.pom
02:45:45 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT.jar to org.eclipse.microprofile.openapi/microprofile-openapi-spi/4.0-20240501.064428-9/microprofile-openapi-spi-4.0-20240501.064428-9.jar
02:45:45 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT-sources.jar to org.eclipse.microprofile.openapi/microprofile-openapi-spi/4.0-20240501.064428-9/microprofile-openapi-spi-4.0-20240501.064428-9-sources.jar
02:45:45 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-maven-snapshots/spi/target/microprofile-openapi-spi-4.0-SNAPSHOT-javadoc.jar to org.eclipse.microprofile.openapi/microprofile-openapi-spi/4.0-20240501.064428-9/microprofile-openapi-spi-4.0-20240501.064428-9-javadoc.jar
02:45:45 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-maven-snapshots/pom.xml to org.eclipse.microprofile.openapi/microprofile-openapi-parent/4.0-SNAPSHOT/microprofile-openapi-parent-4.0-SNAPSHOT.pom
02:45:45 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-maven-snapshots/api/pom.xml to org.eclipse.microprofile.openapi/microprofile-openapi-api/4.0-SNAPSHOT/microprofile-openapi-api-4.0-SNAPSHOT.pom
02:45:45 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-maven-snapshots/api/target/microprofile-openapi-api-4.0-SNAPSHOT.jar to org.eclipse.microprofile.openapi/microprofile-openapi-api/4.0-20240501.064428-9/microprofile-openapi-api-4.0-20240501.064428-9.jar
02:45:45 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-maven-snapshots/api/target/microprofile-openapi-api-4.0-SNAPSHOT-sources.jar to org.eclipse.microprofile.openapi/microprofile-openapi-api/4.0-20240501.064428-9/microprofile-openapi-api-4.0-20240501.064428-9-sources.jar
02:45:45 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-maven-snapshots/api/target/microprofile-openapi-api-4.0-SNAPSHOT-javadoc.jar to org.eclipse.microprofile.openapi/microprofile-openapi-api/4.0-20240501.064428-9/microprofile-openapi-api-4.0-20240501.064428-9-javadoc.jar
02:45:45 channel stopped
02:45:46 Finished: SUCCESS