Skip to content

Console Output

14:35:08 GitHub pull request #407 of commit 535a9b027f25cafd7b283feeabe0284b7507b046, no merge conflicts.
14:35:08 Running as SYSTEM
14:35:09 Setting status of 535a9b027f25cafd7b283feeabe0284b7507b046 to PENDING with url https://ci.eclipse.org/microprofile/job/Open-API-pull-requests/42/ and message: 'Build started for merge commit.'
14:35:10 Agent default-agent-d9kc5 is provisioned from template Kubernetes Pod Template
14:35:10 ---
14:35:10 apiVersion: "v1"
14:35:10 kind: "Pod"
14:35:10 metadata:
14:35:10   annotations: {}
14:35:10   labels:
14:35:10     jenkins: "slave"
14:35:10   name: "default-agent-d9kc5"
14:35:10 spec:
14:35:10   containers:
14:35:10   - env:
14:35:10     - name: "MAVEN_OPTS"
14:35:10       value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
14:35:10     - name: "JENKINS_SECRET"
14:35:10       value: "********"
14:35:10     - name: "JENKINS_TUNNEL"
14:35:10       value: "jenkins-discovery.microprofile.svc.cluster.local:50000"
14:35:10     - name: "JENKINS_AGENT_NAME"
14:35:10       value: "default-agent-d9kc5"
14:35:10     - name: "MAVEN_CONFIG"
14:35:10       value: "-B -e"
14:35:10     - name: "JENKINS_NAME"
14:35:10       value: "default-agent-d9kc5"
14:35:10     - name: "JENKINS_AGENT_WORKDIR"
14:35:10       value: "/home/jenkins/agent"
14:35:10     - name: "JENKINS_URL"
14:35:10       value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/"
14:35:10     - name: "HOME"
14:35:10       value: "/home/jenkins"
14:35:10     image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
14:35:10     imagePullPolicy: "IfNotPresent"
14:35:10     name: "jnlp"
14:35:10     resources:
14:35:10       limits:
14:35:10         memory: "4096Mi"
14:35:10         cpu: "2000m"
14:35:10       requests:
14:35:10         memory: "4096Mi"
14:35:10         cpu: "1000m"
14:35:10     securityContext:
14:35:10       privileged: false
14:35:10     tty: true
14:35:10     volumeMounts:
14:35:10     - mountPath: "/home/jenkins/.m2/toolchains.xml"
14:35:10       name: "toolchains-xml"
14:35:10       readOnly: true
14:35:10       subPath: "toolchains.xml"
14:35:10     - mountPath: "/opt/tools"
14:35:10       name: "volume-0"
14:35:10       readOnly: false
14:35:10     - mountPath: "/home/jenkins"
14:35:10       name: "volume-2"
14:35:10       readOnly: false
14:35:10     - mountPath: "/home/jenkins/.m2/repository"
14:35:10       name: "volume-3"
14:35:10       readOnly: false
14:35:10     - mountPath: "/home/jenkins/.m2/settings-security.xml"
14:35:10       name: "settings-security-xml"
14:35:10       readOnly: true
14:35:10       subPath: "settings-security.xml"
14:35:10     - mountPath: "/home/jenkins/.m2/settings.xml"
14:35:10       name: "settings-xml"
14:35:10       readOnly: true
14:35:10       subPath: "settings.xml"
14:35:10     - mountPath: "/home/jenkins/.ssh"
14:35:10       name: "volume-1"
14:35:10       readOnly: false
14:35:10     - mountPath: "/home/jenkins/agent"
14:35:10       name: "workspace-volume"
14:35:10       readOnly: false
14:35:10     workingDir: "/home/jenkins/agent"
14:35:10   nodeSelector: {}
14:35:10   restartPolicy: "Never"
14:35:10   volumes:
14:35:10   - name: "settings-security-xml"
14:35:10     secret:
14:35:10       items:
14:35:10       - key: "settings-security.xml"
14:35:10         path: "settings-security.xml"
14:35:10       secretName: "m2-secret-dir"
14:35:10   - name: "volume-0"
14:35:10     persistentVolumeClaim:
14:35:10       claimName: "tools-claim-jiro-microprofile"
14:35:10       readOnly: true
14:35:10   - configMap:
14:35:10       items:
14:35:10       - key: "toolchains.xml"
14:35:10         path: "toolchains.xml"
14:35:10       name: "m2-dir"
14:35:10     name: "toolchains-xml"
14:35:10   - emptyDir:
14:35:10       medium: ""
14:35:10     name: "volume-2"
14:35:10   - configMap:
14:35:10       name: "known-hosts"
14:35:10     name: "volume-1"
14:35:10   - name: "settings-xml"
14:35:10     secret:
14:35:10       items:
14:35:10       - key: "settings.xml"
14:35:10         path: "settings.xml"
14:35:10       secretName: "m2-secret-dir"
14:35:10   - emptyDir:
14:35:10       medium: ""
14:35:10     name: "workspace-volume"
14:35:10   - emptyDir:
14:35:10       medium: ""
14:35:10     name: "volume-3"
14:35:10 
14:35:10 Building remotely on default-agent-d9kc5 in workspace /home/jenkins/agent/workspace/Open-API-pull-requests
14:35:10 [WS-CLEANUP] Deleting project workspace...
14:35:10 [WS-CLEANUP] Deferred wipeout is used...
14:35:12 No credentials specified
14:35:12 Cloning the remote Git repository
14:35:12 Cloning repository https://github.com/eclipse/microprofile-open-api.git
14:35:12  > git init /home/jenkins/agent/workspace/Open-API-pull-requests # timeout=10
14:35:12 Fetching upstream changes from https://github.com/eclipse/microprofile-open-api.git
14:35:12  > git --version # timeout=10
14:35:12  > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-open-api.git +refs/heads/*:refs/remotes/origin/*
14:35:15  > git config remote.origin.url https://github.com/eclipse/microprofile-open-api.git # timeout=10
14:35:15  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
14:35:15  > git config remote.origin.url https://github.com/eclipse/microprofile-open-api.git # timeout=10
14:35:15 Fetching upstream changes from https://github.com/eclipse/microprofile-open-api.git
14:35:15  > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-open-api.git +refs/pull/*:refs/remotes/origin/pr/*
14:35:16  > git rev-parse refs/remotes/origin/pr/407/merge^{commit} # timeout=10
14:35:16  > git rev-parse refs/remotes/origin/origin/pr/407/merge^{commit} # timeout=10
14:35:16 Checking out Revision a0628b68ba505f298ae0bbd6ad03a14b897b64eb (refs/remotes/origin/pr/407/merge)
14:35:16  > git config core.sparsecheckout # timeout=10
14:35:16  > git checkout -f a0628b68ba505f298ae0bbd6ad03a14b897b64eb
14:35:17 Commit message: "Merge 535a9b027f25cafd7b283feeabe0284b7507b046 into 1ead8056e004c8900a9bc625262329aaeb8e8cf4"
14:35:17 First time build. Skipping changelog.
14:35:17 Parsing POMs
14:35:31 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.1.13.Final/arquillian-bom-1.1.13.Final.pom
14:35:31 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom
14:35:31 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.4/shrinkwrap-resolver-bom-2.2.4.pom
14:35:31 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-10/shrinkwrap-descriptors-bom-2.0.0-alpha-10.pom
14:35:32 Modules changed, recalculating dependency graph
14:35:32 Established TCP socket on 40476
14:35:32 Copied maven35-agent.jar
14:35:32 Copied maven35-interceptor.jar
14:35:32 Copied maven3-interceptor-commons.jar
14:35:32 [Open-API-pull-requests] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 40476
14:35:32 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
14:35:32 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
14:35:34 <===[JENKINS REMOTING CAPACITY]===>channel started
14:35:39 Executing Maven:  -B -f /home/jenkins/agent/workspace/Open-API-pull-requests/pom.xml verify
14:35:40 [INFO] Scanning for projects...
14:35:41 [WARNING] 
14:35:41 [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.openapi:microprofile-openapi-api:jar:2.0-SNAPSHOT
14:35:41 [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.osgi:org.osgi.annotation.versioning:jar -> version ${osgi-annotation.version} vs 1.1.0 @ line 37, column 21
14:35:41 [WARNING] 
14:35:41 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
14:35:41 [WARNING] 
14:35:41 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
14:35:41 [WARNING] 
14:35:41 [INFO] ------------------------------------------------------------------------
14:35:41 [INFO] Reactor Build Order:
14:35:41 [INFO] 
14:35:41 [INFO] MicroProfile OpenAPI                                               [pom]
14:35:41 [INFO] MicroProfile OpenAPI API                                           [jar]
14:35:41 [INFO] MicroProfile OpenAPI TCK                                           [jar]
14:35:41 [INFO] MicroProfile OpenAPI Specification                                 [pom]
14:35:41 [INFO] MicroProfile OpenAPI SPI                                           [jar]
14:35:41 [INFO] 
14:35:41 [INFO] ----< org.eclipse.microprofile.openapi:microprofile-openapi-parent >----
14:35:41 [INFO] Building MicroProfile OpenAPI 2.0-SNAPSHOT                         [1/5]
14:35:41 [INFO] --------------------------------[ pom ]---------------------------------
14:35:42 [INFO] 
14:35:42 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-openapi-parent ---
14:35:55 [INFO] Enabled default license matchers.
14:35:55 [INFO] Will parse SCM ignores for exclusions...
14:35:55 [INFO] Parsing exclusions from /home/jenkins/agent/workspace/Open-API-pull-requests/.gitignore
14:35:55 [INFO] Finished adding exclusions from SCM ignore files.
14:35:55 [INFO] 74 implicit excludes (use -debug for more details).
14:35:55 [INFO] Exclude: .travis.yml.*
14:35:55 [INFO] Exclude: **/bnd.bnd
14:35:55 [INFO] Exclude: *.log
14:35:55 [INFO] Exclude: .checkstyle
14:35:55 [INFO] Exclude: .factorypath
14:35:55 [INFO] Exclude: .editorconfig
14:35:55 [INFO] Exclude: **/target/
14:35:55 [INFO] Exclude: **/bin/
14:35:55 [INFO] Exclude: **/*.iml
14:35:55 [INFO] Exclude: **/*.idea
14:35:55 [INFO] Exclude: **/*.ipr
14:35:55 [INFO] Exclude: **/.externalToolBuilders/*
14:35:55 [INFO] 5 resources included (use -debug for more details)
14:35:55 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
14:35:56 [INFO] 
14:35:56 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-openapi-parent ---
14:36:07 [INFO] Starting audit...
14:36:07 Audit done.
14:36:08 [INFO] 
14:36:08 [INFO] -----< org.eclipse.microprofile.openapi:microprofile-openapi-api >------
14:36:08 [INFO] Building MicroProfile OpenAPI API 2.0-SNAPSHOT                     [2/5]
14:36:08 [INFO] --------------------------------[ jar ]---------------------------------
14:36:11 [INFO] 
14:36:11 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-openapi-api ---
14:36:11 [INFO] Enabled default license matchers.
14:36:11 [INFO] Will parse SCM ignores for exclusions...
14:36:11 [INFO] Finished adding exclusions from SCM ignore files.
14:36:11 [INFO] 61 implicit excludes (use -debug for more details).
14:36:11 [INFO] Exclude: .travis.yml.*
14:36:11 [INFO] Exclude: **/bnd.bnd
14:36:11 [INFO] Exclude: *.log
14:36:11 [INFO] Exclude: .checkstyle
14:36:11 [INFO] Exclude: .factorypath
14:36:11 [INFO] Exclude: .editorconfig
14:36:11 [INFO] Exclude: **/target/
14:36:11 [INFO] Exclude: **/bin/
14:36:11 [INFO] Exclude: **/*.iml
14:36:11 [INFO] Exclude: **/*.idea
14:36:11 [INFO] Exclude: **/*.ipr
14:36:11 [INFO] Exclude: **/.externalToolBuilders/*
14:36:11 [INFO] 111 resources included (use -debug for more details)
14:36:11 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 111 licenses.
14:36:11 [INFO] 
14:36:11 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-openapi-api ---
14:36:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:36:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/api/src/main/resources
14:36:19 [INFO] 
14:36:19 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-openapi-api ---
14:36:22 [INFO] Changes detected - recompiling the module!
14:36:22 [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/classes
14:36:24 [INFO] 
14:36:24 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-openapi-api ---
14:36:25 [INFO] Starting audit...
14:36:25 Audit done.
14:36:25 [INFO] 
14:36:25 [INFO] --- bnd-maven-plugin:3.4.0:bnd-process (default) @ microprofile-openapi-api ---
14:36:26 [INFO] 
14:36:26 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-openapi-api ---
14:36:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:36:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/api/src/test/resources
14:36:26 [INFO] 
14:36:26 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-openapi-api ---
14:36:26 [INFO] No sources to compile
14:36:26 [INFO] 
14:36:26 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-openapi-api ---
14:36:28 [INFO] No tests to run.
14:36:28 [JENKINS] Recording test results
14:36:28 [INFO] 
14:36:28 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-openapi-api ---
14:36:38 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/microprofile-openapi-api-2.0-SNAPSHOT.jar
14:36:38 [INFO] 
14:36:38 [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-openapi-api ---
14:36:44 [INFO] 
14:36:44 Loading source files for package org.eclipse.microprofile.openapi...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.annotations...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.annotations.callbacks...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.annotations.enums...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.annotations.extensions...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.annotations.headers...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.annotations.info...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.annotations.links...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.annotations.media...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.annotations.parameters...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.annotations.responses...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.annotations.security...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.annotations.servers...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.annotations.tags...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.models...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.models.callbacks...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.models.examples...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.models.headers...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.models.info...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.models.links...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.models.media...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.models.parameters...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.models.responses...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.models.security...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.models.servers...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.models.tags...
14:36:44 Loading source files for package org.eclipse.microprofile.openapi.spi...
14:36:44 Constructing Javadoc information...
14:36:44 Standard Doclet version 1.8.0_202
14:36:44 Building tree for all the packages and classes...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/OASConfig.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/OASFactory.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/OASFilter.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/OASModelReader.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/Components.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/ExternalDocumentation.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/OpenAPIDefinition.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/Operation.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/Callback.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/CallbackOperation.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/Callbacks.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/Explode.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/ParameterIn.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/ParameterStyle.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/SchemaType.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/SecuritySchemeIn.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/SecuritySchemeType.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/extensions/Extension.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/extensions/Extensions.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/headers/Header.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/Contact.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/Info.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/License.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/links/Link.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/links/LinkParameter.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/Content.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/DiscriminatorMapping.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/Encoding.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/ExampleObject.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/Schema.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/SchemaProperty.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/Parameter.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/Parameters.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/RequestBody.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/APIResponse.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/APIResponses.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/OAuthFlow.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/OAuthFlows.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/OAuthScope.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/SecurityRequirement.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/SecurityRequirements.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/SecurityRequirementsSet.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/SecurityScheme.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/SecuritySchemes.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/Server.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/Servers.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/ServerVariable.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/tags/Tag.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/tags/Tags.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/Components.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/Constructible.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/Extensible.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/ExternalDocumentation.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/OpenAPI.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/Operation.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/PathItem.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/PathItem.HttpMethod.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/Paths.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/Reference.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/callbacks/Callback.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/examples/Example.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/headers/Header.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/headers/Header.Style.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/Contact.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/Info.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/License.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/links/Link.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/Content.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/Discriminator.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/Encoding.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/Encoding.Style.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/MediaType.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/Schema.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/Schema.SchemaType.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/XML.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/Parameter.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/Parameter.In.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/Parameter.Style.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/RequestBody.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/responses/APIResponse.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/responses/APIResponses.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/OAuthFlow.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/OAuthFlows.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/SecurityRequirement.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/SecurityScheme.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/SecurityScheme.In.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/SecurityScheme.Type.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/servers/Server.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/servers/ServerVariable.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/tags/Tag.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/spi/OASFactoryResolver.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/overview-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/extensions/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/extensions/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/extensions/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/headers/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/headers/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/headers/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/links/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/links/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/links/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/tags/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/tags/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/tags/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/callbacks/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/callbacks/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/callbacks/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/examples/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/examples/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/examples/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/headers/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/headers/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/headers/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/links/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/links/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/links/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/responses/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/responses/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/responses/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/servers/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/servers/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/servers/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/tags/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/tags/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/tags/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/spi/package-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/spi/package-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/spi/package-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/constant-values.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/class-use/OASModelReader.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/class-use/OASFilter.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/class-use/OASFactory.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/class-use/OASConfig.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/class-use/Operation.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/class-use/OpenAPIDefinition.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/class-use/ExternalDocumentation.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/class-use/Components.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/class-use/Callbacks.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/class-use/CallbackOperation.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/class-use/Callback.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/class-use/SecuritySchemeType.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/class-use/SecuritySchemeIn.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/class-use/SchemaType.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/class-use/ParameterStyle.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/class-use/ParameterIn.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/class-use/Explode.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/extensions/class-use/Extensions.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/extensions/class-use/Extension.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/headers/class-use/Header.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/class-use/License.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/class-use/Info.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/class-use/Contact.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/links/class-use/LinkParameter.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/links/class-use/Link.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/class-use/SchemaProperty.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/class-use/Schema.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/class-use/ExampleObject.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/class-use/Encoding.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/class-use/DiscriminatorMapping.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/class-use/Content.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/class-use/RequestBody.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/class-use/Parameters.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/class-use/Parameter.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/class-use/APIResponses.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/class-use/APIResponse.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/class-use/SecuritySchemes.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/class-use/SecurityScheme.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/class-use/SecurityRequirementsSet.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/class-use/SecurityRequirements.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/class-use/SecurityRequirement.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/class-use/OAuthScope.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/class-use/OAuthFlows.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/class-use/OAuthFlow.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/class-use/Servers.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/class-use/ServerVariable.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/class-use/Server.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/tags/class-use/Tags.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/tags/class-use/Tag.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/Reference.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/Paths.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/PathItem.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/PathItem.HttpMethod.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/Operation.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/OpenAPI.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/ExternalDocumentation.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/Extensible.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/Constructible.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/Components.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/callbacks/class-use/Callback.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/examples/class-use/Example.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/headers/class-use/Header.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/headers/class-use/Header.Style.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/class-use/License.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/class-use/Info.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/class-use/Contact.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/links/class-use/Link.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/class-use/XML.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/class-use/Schema.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/class-use/Schema.SchemaType.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/class-use/MediaType.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/class-use/Encoding.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/class-use/Encoding.Style.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/class-use/Discriminator.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/class-use/Content.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/class-use/RequestBody.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/class-use/Parameter.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/class-use/Parameter.Style.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/class-use/Parameter.In.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/responses/class-use/APIResponses.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/responses/class-use/APIResponse.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/class-use/SecurityScheme.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/class-use/SecurityScheme.Type.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/class-use/SecurityScheme.In.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/class-use/SecurityRequirement.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/class-use/OAuthFlows.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/class-use/OAuthFlow.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/servers/class-use/ServerVariable.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/servers/class-use/Server.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/tags/class-use/Tag.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/spi/class-use/OASFactoryResolver.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/extensions/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/headers/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/links/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/tags/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/callbacks/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/examples/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/headers/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/links/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/responses/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/servers/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/tags/package-use.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/spi/package-use.html...
14:36:44 Building index for all the packages and classes...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/overview-tree.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/index-all.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/deprecated-list.html...
14:36:44 Building index for all classes...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/allclasses-frame.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/allclasses-noframe.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/index.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/overview-summary.html...
14:36:44 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/help-doc.html...
14:36:44 [WARNING] Javadoc Warnings
14:36:44 [WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
14:36:44 [WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
14:36:44 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/microprofile-openapi-api-2.0-SNAPSHOT-javadoc.jar
14:36:45 [INFO] 
14:36:45 [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-openapi-api >>>
14:36:45 [INFO] 
14:36:45 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-openapi-api ---
14:36:45 [INFO] Enabled default license matchers.
14:36:45 [INFO] Will parse SCM ignores for exclusions...
14:36:45 [INFO] Finished adding exclusions from SCM ignore files.
14:36:45 [INFO] 61 implicit excludes (use -debug for more details).
14:36:45 [INFO] Exclude: .travis.yml.*
14:36:45 [INFO] Exclude: **/bnd.bnd
14:36:45 [INFO] Exclude: *.log
14:36:45 [INFO] Exclude: .checkstyle
14:36:45 [INFO] Exclude: .factorypath
14:36:45 [INFO] Exclude: .editorconfig
14:36:45 [INFO] Exclude: **/target/
14:36:45 [INFO] Exclude: **/bin/
14:36:45 [INFO] Exclude: **/*.iml
14:36:45 [INFO] Exclude: **/*.idea
14:36:45 [INFO] Exclude: **/*.ipr
14:36:45 [INFO] Exclude: **/.externalToolBuilders/*
14:36:45 [INFO] 111 resources included (use -debug for more details)
14:36:45 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 111 licenses.
14:36:45 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
14:36:45 [INFO] 
14:36:45 [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-openapi-api <<<
14:36:45 [INFO] 
14:36:45 [INFO] 
14:36:45 [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-openapi-api ---
14:36:45 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/microprofile-openapi-api-2.0-SNAPSHOT-sources.jar
14:36:45 [INFO] 
14:36:45 [INFO] --- bnd-baseline-maven-plugin:4.3.0:baseline (baseline) @ microprofile-openapi-api ---
14:36:46 [INFO] Determining the baseline version for org.eclipse.microprofile.openapi:microprofile-openapi-api:jar:(,2.0-SNAPSHOT) using repositories [ossrh (https://oss.sonatype.org/service/local/staging/deploy/maven2/, default, releases+snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
14:36:52 [WARNING] Could not transfer metadata org.eclipse.microprofile.openapi:microprofile-openapi-api/maven-metadata.xml from/to ossrh (https://oss.sonatype.org/service/local/staging/deploy/maven2/): Transfer failed for https://oss.sonatype.org/service/local/staging/deploy/maven2/org/eclipse/microprofile/openapi/microprofile-openapi-api/maven-metadata.xml 400 Bad Request
14:36:52 [INFO] The baseline version was found to be 1.1.2
14:36:53 [INFO] Baselining check succeeded checking org.eclipse.microprofile.openapi:microprofile-openapi-api:jar:2.0-SNAPSHOT against org.eclipse.microprofile.openapi:microprofile-openapi-api:jar:1.1.2
14:36:53 [INFO] 
14:36:53 [INFO] -----< org.eclipse.microprofile.openapi:microprofile-openapi-tck >------
14:36:53 [INFO] Building MicroProfile OpenAPI TCK 2.0-SNAPSHOT                     [3/5]
14:36:53 [INFO] --------------------------------[ jar ]---------------------------------
14:37:12 [INFO] 
14:37:12 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-openapi-tck ---
14:37:12 [INFO] Enabled default license matchers.
14:37:12 [INFO] Will parse SCM ignores for exclusions...
14:37:12 [INFO] Finished adding exclusions from SCM ignore files.
14:37:12 [INFO] 61 implicit excludes (use -debug for more details).
14:37:12 [INFO] Exclude: .travis.yml.*
14:37:12 [INFO] Exclude: **/bnd.bnd
14:37:12 [INFO] Exclude: *.log
14:37:12 [INFO] Exclude: .checkstyle
14:37:12 [INFO] Exclude: .factorypath
14:37:12 [INFO] Exclude: .editorconfig
14:37:12 [INFO] Exclude: **/target/
14:37:12 [INFO] Exclude: **/bin/
14:37:12 [INFO] Exclude: **/*.iml
14:37:12 [INFO] Exclude: **/*.idea
14:37:12 [INFO] Exclude: **/*.ipr
14:37:12 [INFO] Exclude: **/.externalToolBuilders/*
14:37:12 [INFO] 89 resources included (use -debug for more details)
14:37:12 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 89 licenses.
14:37:12 [INFO] 
14:37:12 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-openapi-tck ---
14:37:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:37:12 [INFO] Copying 13 resources
14:37:12 [INFO] 
14:37:12 [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ microprofile-openapi-tck ---
14:37:13 [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/classes
14:37:18 [INFO] 
14:37:18 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-openapi-tck ---
14:37:18 [INFO] Starting audit...
14:37:18 /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/airlines/data/UserData.java:22:21: warning: Variable 'users' must be private and have accessor methods.
14:37:18 /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/data/PetData.java:26:20: warning: Variable 'pets' must be private and have accessor methods.
14:37:18 /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/data/PetData.java:27:25: warning: Variable 'categories' must be private and have accessor methods.
14:37:18 /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/data/StoreData.java:23:24: warning: Variable 'orders' must be private and have accessor methods.
14:37:18 /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/data/UserData.java:22:23: warning: Variable 'users' must be private and have accessor methods.
14:37:18 /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/model/ApiResponse.java:26:9: warning: Variable 'code' must be private and have accessor methods.
14:37:18 /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/model/ApiResponse.java:27:12: warning: Variable 'type' must be private and have accessor methods.
14:37:18 /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/model/ApiResponse.java:28:12: warning: Variable 'message' must be private and have accessor methods.
14:37:18 /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/model/Cat.java:21:12: warning: Variable 'catBreed' must be private and have accessor methods.
14:37:18 /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/model/Dog.java:21:12: warning: Variable 'dogBreed' must be private and have accessor methods.
14:37:18 /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/model/Lizard.java:21:12: warning: Variable 'lizardBreed' must be private and have accessor methods.
14:37:18 /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java:101:20: warning: Variable 'petData' must be private and have accessor methods.
14:37:18 /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetStoreResource.java:78:22: warning: Variable 'storeData' must be private and have accessor methods.
14:37:18 /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetStoreResource.java:79:20: warning: Variable 'petData' must be private and have accessor methods.
14:37:18 /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/UserResource.java:73:21: warning: Variable 'userData' must be private and have accessor methods.
14:37:18 Audit done.
14:37:19 [INFO] 
14:37:19 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-openapi-tck ---
14:37:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:37:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/test/resources
14:37:19 [INFO] 
14:37:19 [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ microprofile-openapi-tck ---
14:37:19 [INFO] No sources to compile
14:37:19 [INFO] 
14:37:19 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-openapi-tck ---
14:37:19 [INFO] No tests to run.
14:37:19 [JENKINS] Recording test results
14:37:19 [INFO] 
14:37:19 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-openapi-tck ---
14:37:19 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-2.0-SNAPSHOT.jar
14:37:19 [INFO] 
14:37:19 [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-openapi-tck ---
14:37:22 [INFO] 
14:37:22 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines...
14:37:22 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.data...
14:37:22 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.exception...
14:37:22 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.model...
14:37:22 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.resources...
14:37:22 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.resources.bookings...
14:37:22 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore...
14:37:22 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.data...
14:37:22 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.exception...
14:37:22 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.model...
14:37:22 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.resource...
14:37:22 Loading source files for package org.eclipse.microprofile.openapi.filter...
14:37:22 Loading source files for package org.eclipse.microprofile.openapi.reader...
14:37:22 Loading source files for package org.eclipse.microprofile.openapi.tck...
14:37:22 Loading source files for package org.eclipse.microprofile.openapi.tck.utils...
14:37:22 Constructing Javadoc information...
14:37:22 Standard Doclet version 1.8.0_202
14:37:22 Building tree for all the packages and classes...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/JAXRSApp.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/UserData.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/ApiException.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/BadRequestException.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/NotFoundException.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Airline.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Airport.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Booking.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/CreditCard.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Flight.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Gender.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Review.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/User.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Weather.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/AirlinesResource.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/AvailabilityResource.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/PlayerService.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/ReviewResource.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/UserResource.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/BookingResource.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/PetStoreApp.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/PetData.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/StoreData.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/UserData.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/ApiException.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/BadRequestException.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/NotFoundException.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/ApiResponse.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/BadOrder.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Cat.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Category.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Dog.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Lizard.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Order.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Pet.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Tag.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/User.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/JavaRestResourceUtil.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/PetStoreResource.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/UserResource.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/AirlinesOASFilter.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/MyOASModelReaderImpl.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/AirlinesAppTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/AppTestBase.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/FilterTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/ModelReaderAppTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigExcludeClassesTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigExcludeClassTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigExcludePackageTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigScanClassBase.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigScanClassesTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigScanClassTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigScanDisableTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigScanPackageTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigSchemaTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigServersTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigWebInfTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyAbstractLicenseImpl.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyConstructible.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyLicense.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyLicenseImpl.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/StaticDocumentTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/YamlToJsonFilter.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/overview-frame.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/package-frame.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/package-summary.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/package-tree.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/package-frame.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/package-summary.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/package-tree.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/package-frame.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/package-summary.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/package-tree.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/package-frame.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/package-summary.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/package-tree.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/package-frame.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/package-summary.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/package-tree.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/package-frame.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/package-summary.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/package-tree.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/package-frame.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/package-summary.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/package-tree.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/package-frame.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/package-summary.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/package-tree.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/package-frame.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/package-summary.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/package-tree.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/package-frame.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/package-summary.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/package-tree.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/package-frame.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/package-summary.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/package-tree.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/package-frame.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/package-summary.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/package-tree.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/package-frame.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/package-summary.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/package-tree.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/package-frame.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/package-summary.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/package-tree.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/package-frame.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/package-summary.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/package-tree.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/constant-values.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/serialized-form.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/class-use/JAXRSApp.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/class-use/UserData.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/NotFoundException.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/BadRequestException.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/ApiException.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Weather.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/User.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Review.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Gender.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Flight.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/CreditCard.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Booking.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Airport.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Airline.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/UserResource.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/ReviewResource.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/PlayerService.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/AvailabilityResource.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/AirlinesResource.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/class-use/BookingResource.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/class-use/PetStoreApp.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/class-use/UserData.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/class-use/StoreData.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/class-use/PetData.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/class-use/NotFoundException.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/class-use/BadRequestException.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/class-use/ApiException.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/User.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Tag.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Pet.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Order.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Lizard.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Dog.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Category.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Cat.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/BadOrder.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/ApiResponse.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/UserResource.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/PetStoreResource.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/PetResource.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/JavaRestResourceUtil.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/class-use/AirlinesOASFilter.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/class-use/MyOASModelReaderImpl.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/StaticDocumentTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/PetStoreAppTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyConstructible.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyLicense.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyAbstractLicenseImpl.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyLicenseImpl.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigWebInfTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigServersTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigSchemaTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigScanPackageTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigScanDisableTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigScanClassesTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigScanClassTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigScanClassBase.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigExcludePackageTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigExcludeClassesTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigExcludeClassTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/ModelReaderAppTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/ModelConstructionTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/FilterTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/AppTestBase.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/AirlinesAppTest.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/class-use/YamlToJsonFilter.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/package-use.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/package-use.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/package-use.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/package-use.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/package-use.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/package-use.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/package-use.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/package-use.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/package-use.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/package-use.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/package-use.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/package-use.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/package-use.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/package-use.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/package-use.html...
14:37:22 Building index for all the packages and classes...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/overview-tree.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/index-all.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/deprecated-list.html...
14:37:22 Building index for all classes...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/allclasses-frame.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/allclasses-noframe.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/index.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/overview-summary.html...
14:37:22 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/help-doc.html...
14:37:22 [WARNING] Javadoc Warnings
14:37:22 [WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
14:37:22 [WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
14:37:22 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-2.0-SNAPSHOT-javadoc.jar
14:37:22 [INFO] 
14:37:22 [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-openapi-tck >>>
14:37:22 [INFO] 
14:37:22 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-openapi-tck ---
14:37:22 [INFO] Enabled default license matchers.
14:37:22 [INFO] Will parse SCM ignores for exclusions...
14:37:22 [INFO] Finished adding exclusions from SCM ignore files.
14:37:22 [INFO] 61 implicit excludes (use -debug for more details).
14:37:22 [INFO] Exclude: .travis.yml.*
14:37:22 [INFO] Exclude: **/bnd.bnd
14:37:22 [INFO] Exclude: *.log
14:37:22 [INFO] Exclude: .checkstyle
14:37:22 [INFO] Exclude: .factorypath
14:37:22 [INFO] Exclude: .editorconfig
14:37:22 [INFO] Exclude: **/target/
14:37:22 [INFO] Exclude: **/bin/
14:37:22 [INFO] Exclude: **/*.iml
14:37:22 [INFO] Exclude: **/*.idea
14:37:22 [INFO] Exclude: **/*.ipr
14:37:22 [INFO] Exclude: **/.externalToolBuilders/*
14:37:22 [INFO] 89 resources included (use -debug for more details)
14:37:22 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 89 licenses.
14:37:23 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
14:37:23 [INFO] 
14:37:23 [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-openapi-tck <<<
14:37:23 [INFO] 
14:37:23 [INFO] 
14:37:23 [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-openapi-tck ---
14:37:23 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-2.0-SNAPSHOT-sources.jar
14:37:23 [INFO] 
14:37:23 [INFO] -----< org.eclipse.microprofile.openapi:microprofile-openapi-spec >-----
14:37:23 [INFO] Building MicroProfile OpenAPI Specification 2.0-SNAPSHOT           [4/5]
14:37:23 [INFO] --------------------------------[ pom ]---------------------------------
14:37:24 [INFO] 
14:37:24 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-openapi-spec ---
14:37:24 [INFO] Enabled default license matchers.
14:37:24 [INFO] Will parse SCM ignores for exclusions...
14:37:24 [INFO] Finished adding exclusions from SCM ignore files.
14:37:24 [INFO] 61 implicit excludes (use -debug for more details).
14:37:24 [INFO] Exclude: .travis.yml.*
14:37:24 [INFO] Exclude: **/bnd.bnd
14:37:24 [INFO] Exclude: *.log
14:37:24 [INFO] Exclude: .checkstyle
14:37:24 [INFO] Exclude: .factorypath
14:37:24 [INFO] Exclude: .editorconfig
14:37:24 [INFO] Exclude: **/target/
14:37:24 [INFO] Exclude: **/bin/
14:37:24 [INFO] Exclude: **/*.iml
14:37:24 [INFO] Exclude: **/*.idea
14:37:24 [INFO] Exclude: **/*.ipr
14:37:24 [INFO] Exclude: **/.externalToolBuilders/*
14:37:24 [INFO] 7 resources included (use -debug for more details)
14:37:24 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 4 licenses.
14:37:24 [INFO] 
14:37:24 [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (generate-pdf-doc) @ microprofile-openapi-spec ---
14:37:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:37:37 [INFO] ignoreDelta true
14:37:37 [INFO] Copying 1 resource
14:37:37 [INFO] Copying file images/diagram.png
14:37:56 [INFO] Rendered /home/jenkins/agent/workspace/Open-API-pull-requests/spec/src/main/asciidoc/microprofile-openapi-spec.adoc
14:37:56 [INFO] 
14:37:56 [INFO] --- asciidoctor-maven-plugin:1.5.5:process-asciidoc (output-html) @ microprofile-openapi-spec ---
14:37:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:37:57 [INFO] ignoreDelta true
14:37:57 [INFO] Copying 1 resource
14:37:57 [INFO] Copying file images/diagram.png
14:37:57 [INFO] Rendered /home/jenkins/agent/workspace/Open-API-pull-requests/spec/src/main/asciidoc/microprofile-openapi-spec.adoc
14:37:57 [INFO] 
14:37:57 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-openapi-spec ---
14:37:57 [INFO] Starting audit...
14:37:57 Audit done.
14:37:58 [INFO] 
14:37:58 [INFO] -----< org.eclipse.microprofile.openapi:microprofile-openapi-spi >------
14:37:58 [INFO] Building MicroProfile OpenAPI SPI 2.0-SNAPSHOT                     [5/5]
14:37:58 [INFO] --------------------------------[ jar ]---------------------------------
14:37:58 [INFO] 
14:37:58 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-openapi-spi ---
14:37:58 [INFO] Enabled default license matchers.
14:37:58 [INFO] Will parse SCM ignores for exclusions...
14:37:58 [INFO] Finished adding exclusions from SCM ignore files.
14:37:58 [INFO] 61 implicit excludes (use -debug for more details).
14:37:58 [INFO] Exclude: .travis.yml.*
14:37:58 [INFO] Exclude: **/bnd.bnd
14:37:58 [INFO] Exclude: *.log
14:37:58 [INFO] Exclude: .checkstyle
14:37:58 [INFO] Exclude: .factorypath
14:37:58 [INFO] Exclude: .editorconfig
14:37:58 [INFO] Exclude: **/target/
14:37:58 [INFO] Exclude: **/bin/
14:37:58 [INFO] Exclude: **/*.iml
14:37:58 [INFO] Exclude: **/*.idea
14:37:58 [INFO] Exclude: **/*.ipr
14:37:58 [INFO] Exclude: **/.externalToolBuilders/*
14:37:58 [INFO] 3 resources included (use -debug for more details)
14:37:58 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
14:37:58 [INFO] 
14:37:58 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-openapi-spi ---
14:37:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:37:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/spi/src/main/resources
14:37:58 [INFO] 
14:37:58 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-openapi-spi ---
14:37:58 [INFO] Changes detected - recompiling the module!
14:37:58 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/classes
14:37:58 [INFO] 
14:37:58 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-openapi-spi ---
14:37:58 [INFO] Starting audit...
14:37:58 Audit done.
14:37:58 [INFO] 
14:37:58 [INFO] --- bnd-maven-plugin:3.4.0:bnd-process (default) @ microprofile-openapi-spi ---
14:37:58 [INFO] 
14:37:58 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-openapi-spi ---
14:37:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
14:37:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/spi/src/test/resources
14:37:58 [INFO] 
14:37:58 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-openapi-spi ---
14:37:58 [INFO] No sources to compile
14:37:58 [INFO] 
14:37:58 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-openapi-spi ---
14:37:58 [INFO] No tests to run.
14:37:58 [JENKINS] Recording test results
14:37:58 [INFO] 
14:37:58 [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ microprofile-openapi-spi ---
14:37:58 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-2.0-SNAPSHOT.jar
14:37:59 [INFO] 
14:37:59 [INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ microprofile-openapi-spi ---
14:38:00 [INFO] 
14:38:00 Loading source files for package org.eclipse.microprofile.openapi.spi...
14:38:00 Constructing Javadoc information...
14:38:00 Standard Doclet version 1.8.0_202
14:38:00 Building tree for all the packages and classes...
14:38:00 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/OASFactoryResolver.html...
14:38:00 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/package-frame.html...
14:38:00 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/package-summary.html...
14:38:00 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/package-tree.html...
14:38:00 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/constant-values.html...
14:38:00 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/class-use/OASFactoryResolver.html...
14:38:00 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/package-use.html...
14:38:00 Building index for all the packages and classes...
14:38:00 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/overview-tree.html...
14:38:00 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/index-all.html...
14:38:00 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/deprecated-list.html...
14:38:00 Building index for all classes...
14:38:00 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/allclasses-frame.html...
14:38:00 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/allclasses-noframe.html...
14:38:00 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/index.html...
14:38:00 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/help-doc.html...
14:38:00 [WARNING] Javadoc Warnings
14:38:00 [WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
14:38:00 [WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
14:38:00 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-2.0-SNAPSHOT-javadoc.jar
14:38:00 [INFO] 
14:38:00 [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ microprofile-openapi-spi >>>
14:38:00 [INFO] 
14:38:00 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-openapi-spi ---
14:38:00 [INFO] Enabled default license matchers.
14:38:00 [INFO] Will parse SCM ignores for exclusions...
14:38:00 [INFO] Finished adding exclusions from SCM ignore files.
14:38:00 [INFO] 61 implicit excludes (use -debug for more details).
14:38:00 [INFO] Exclude: .travis.yml.*
14:38:00 [INFO] Exclude: **/bnd.bnd
14:38:00 [INFO] Exclude: *.log
14:38:00 [INFO] Exclude: .checkstyle
14:38:00 [INFO] Exclude: .factorypath
14:38:00 [INFO] Exclude: .editorconfig
14:38:00 [INFO] Exclude: **/target/
14:38:00 [INFO] Exclude: **/bin/
14:38:00 [INFO] Exclude: **/*.iml
14:38:00 [INFO] Exclude: **/*.idea
14:38:00 [INFO] Exclude: **/*.ipr
14:38:00 [INFO] Exclude: **/.externalToolBuilders/*
14:38:00 [INFO] 3 resources included (use -debug for more details)
14:38:00 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
14:38:00 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
14:38:00 [INFO] 
14:38:00 [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ microprofile-openapi-spi <<<
14:38:00 [INFO] 
14:38:00 [INFO] 
14:38:00 [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ microprofile-openapi-spi ---
14:38:00 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-2.0-SNAPSHOT-sources.jar
14:38:01 [INFO] ------------------------------------------------------------------------
14:38:01 [INFO] Reactor Summary for MicroProfile OpenAPI 2.0-SNAPSHOT:
14:38:01 [INFO] 
14:38:01 [INFO] MicroProfile OpenAPI ............................... SUCCESS [ 26.318 s]
14:38:01 [INFO] MicroProfile OpenAPI API ........................... SUCCESS [ 44.727 s]
14:38:01 [INFO] MicroProfile OpenAPI TCK ........................... SUCCESS [ 29.191 s]
14:38:01 [INFO] MicroProfile OpenAPI Specification ................. SUCCESS [ 34.223 s]
14:38:01 [INFO] MicroProfile OpenAPI SPI ........................... SUCCESS [  2.147 s]
14:38:01 [INFO] ------------------------------------------------------------------------
14:38:01 [INFO] BUILD SUCCESS
14:38:01 [INFO] ------------------------------------------------------------------------
14:38:01 [INFO] Total time:  02:20 min
14:38:01 [INFO] Finished at: 2020-02-07T19:38:01Z
14:38:01 [INFO] ------------------------------------------------------------------------
14:38:01 Waiting for Jenkins to finish collecting data
14:38:01 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/spec/pom.xml to org.eclipse.microprofile.openapi/microprofile-openapi-spec/2.0-SNAPSHOT/microprofile-openapi-spec-2.0-SNAPSHOT.pom
14:38:01 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/tck/pom.xml to org.eclipse.microprofile.openapi/microprofile-openapi-tck/2.0-SNAPSHOT/microprofile-openapi-tck-2.0-SNAPSHOT.pom
14:38:01 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-2.0-SNAPSHOT.jar to org.eclipse.microprofile.openapi/microprofile-openapi-tck/2.0-SNAPSHOT/microprofile-openapi-tck-2.0-SNAPSHOT.jar
14:38:01 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-2.0-SNAPSHOT-javadoc.jar to org.eclipse.microprofile.openapi/microprofile-openapi-tck/2.0-SNAPSHOT/microprofile-openapi-tck-2.0-SNAPSHOT-javadoc.jar
14:38:01 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-2.0-SNAPSHOT-sources.jar to org.eclipse.microprofile.openapi/microprofile-openapi-tck/2.0-SNAPSHOT/microprofile-openapi-tck-2.0-SNAPSHOT-sources.jar
14:38:02 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/spi/pom.xml to org.eclipse.microprofile.openapi/microprofile-openapi-spi/2.0-SNAPSHOT/microprofile-openapi-spi-2.0-SNAPSHOT.pom
14:38:02 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-2.0-SNAPSHOT.jar to org.eclipse.microprofile.openapi/microprofile-openapi-spi/2.0-SNAPSHOT/microprofile-openapi-spi-2.0-SNAPSHOT.jar
14:38:02 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-2.0-SNAPSHOT-javadoc.jar to org.eclipse.microprofile.openapi/microprofile-openapi-spi/2.0-SNAPSHOT/microprofile-openapi-spi-2.0-SNAPSHOT-javadoc.jar
14:38:02 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-2.0-SNAPSHOT-sources.jar to org.eclipse.microprofile.openapi/microprofile-openapi-spi/2.0-SNAPSHOT/microprofile-openapi-spi-2.0-SNAPSHOT-sources.jar
14:38:02 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/pom.xml to org.eclipse.microprofile.openapi/microprofile-openapi-parent/2.0-SNAPSHOT/microprofile-openapi-parent-2.0-SNAPSHOT.pom
14:38:02 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/api/pom.xml to org.eclipse.microprofile.openapi/microprofile-openapi-api/2.0-SNAPSHOT/microprofile-openapi-api-2.0-SNAPSHOT.pom
14:38:02 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/microprofile-openapi-api-2.0-SNAPSHOT.jar to org.eclipse.microprofile.openapi/microprofile-openapi-api/2.0-SNAPSHOT/microprofile-openapi-api-2.0-SNAPSHOT.jar
14:38:02 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/microprofile-openapi-api-2.0-SNAPSHOT-javadoc.jar to org.eclipse.microprofile.openapi/microprofile-openapi-api/2.0-SNAPSHOT/microprofile-openapi-api-2.0-SNAPSHOT-javadoc.jar
14:38:02 [JENKINS] Archiving /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/microprofile-openapi-api-2.0-SNAPSHOT-sources.jar to org.eclipse.microprofile.openapi/microprofile-openapi-api/2.0-SNAPSHOT/microprofile-openapi-api-2.0-SNAPSHOT-sources.jar
14:38:03 channel stopped
14:38:04 Setting status of 535a9b027f25cafd7b283feeabe0284b7507b046 to SUCCESS with url https://ci.eclipse.org/microprofile/job/Open-API-pull-requests/42/ and message: 'Build finished. '
14:38:04 Finished: SUCCESS