Skip to content

Console Output

18:32:33 GitHub pull request #429 of commit 63e26cfcb96f5711fce9251206eb5656e0ee75e0, no merge conflicts.
18:32:33 Running as SYSTEM
18:32:36 Setting status of 63e26cfcb96f5711fce9251206eb5656e0ee75e0 to PENDING with url https://ci.eclipse.org/microprofile/job/Open-API-pull-requests/52/ and message: 'Build started for merge commit.'
18:32:36 Agent default-agent-4fxcc is provisioned from template Kubernetes Pod Template
18:32:36 ---
18:32:36 apiVersion: "v1"
18:32:36 kind: "Pod"
18:32:36 metadata:
18:32:36   annotations: {}
18:32:36   labels:
18:32:36     jenkins: "slave"
18:32:36   name: "default-agent-4fxcc"
18:32:36 spec:
18:32:36   containers:
18:32:36   - env:
18:32:36     - name: "MAVEN_OPTS"
18:32:36       value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
18:32:36     - name: "JENKINS_SECRET"
18:32:36       value: "********"
18:32:36     - name: "JENKINS_TUNNEL"
18:32:36       value: "jenkins-discovery.microprofile.svc.cluster.local:50000"
18:32:36     - name: "JENKINS_AGENT_NAME"
18:32:36       value: "default-agent-4fxcc"
18:32:36     - name: "MAVEN_CONFIG"
18:32:36       value: "-B -e"
18:32:36     - name: "JENKINS_NAME"
18:32:36       value: "default-agent-4fxcc"
18:32:36     - name: "JENKINS_AGENT_WORKDIR"
18:32:36       value: "/home/jenkins/agent"
18:32:36     - name: "JENKINS_URL"
18:32:36       value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/"
18:32:36     - name: "HOME"
18:32:36       value: "/home/jenkins"
18:32:36     image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
18:32:36     imagePullPolicy: "IfNotPresent"
18:32:36     name: "jnlp"
18:32:36     resources:
18:32:36       limits:
18:32:36         memory: "4096Mi"
18:32:36         cpu: "2000m"
18:32:36       requests:
18:32:36         memory: "4096Mi"
18:32:36         cpu: "1000m"
18:32:36     securityContext:
18:32:36       privileged: false
18:32:36     tty: true
18:32:36     volumeMounts:
18:32:36     - mountPath: "/home/jenkins/.m2/toolchains.xml"
18:32:36       name: "toolchains-xml"
18:32:36       readOnly: true
18:32:36       subPath: "toolchains.xml"
18:32:36     - mountPath: "/opt/tools"
18:32:36       name: "volume-0"
18:32:36       readOnly: false
18:32:36     - mountPath: "/home/jenkins"
18:32:36       name: "volume-2"
18:32:36       readOnly: false
18:32:36     - mountPath: "/home/jenkins/.m2/repository"
18:32:36       name: "volume-3"
18:32:36       readOnly: false
18:32:36     - mountPath: "/home/jenkins/.m2/settings-security.xml"
18:32:36       name: "settings-security-xml"
18:32:36       readOnly: true
18:32:36       subPath: "settings-security.xml"
18:32:36     - mountPath: "/home/jenkins/.m2/settings.xml"
18:32:36       name: "settings-xml"
18:32:36       readOnly: true
18:32:36       subPath: "settings.xml"
18:32:36     - mountPath: "/home/jenkins/.ssh"
18:32:36       name: "volume-1"
18:32:36       readOnly: false
18:32:36     - mountPath: "/home/jenkins/agent"
18:32:36       name: "workspace-volume"
18:32:36       readOnly: false
18:32:36     workingDir: "/home/jenkins/agent"
18:32:36   nodeSelector: {}
18:32:36   restartPolicy: "Never"
18:32:36   volumes:
18:32:36   - name: "settings-security-xml"
18:32:36     secret:
18:32:36       items:
18:32:36       - key: "settings-security.xml"
18:32:36         path: "settings-security.xml"
18:32:36       secretName: "m2-secret-dir"
18:32:36   - name: "volume-0"
18:32:36     persistentVolumeClaim:
18:32:36       claimName: "tools-claim-jiro-microprofile"
18:32:36       readOnly: true
18:32:36   - configMap:
18:32:36       items:
18:32:36       - key: "toolchains.xml"
18:32:36         path: "toolchains.xml"
18:32:36       name: "m2-dir"
18:32:36     name: "toolchains-xml"
18:32:36   - emptyDir:
18:32:36       medium: ""
18:32:36     name: "volume-2"
18:32:36   - configMap:
18:32:36       name: "known-hosts"
18:32:36     name: "volume-1"
18:32:36   - name: "settings-xml"
18:32:36     secret:
18:32:36       items:
18:32:36       - key: "settings.xml"
18:32:36         path: "settings.xml"
18:32:36       secretName: "m2-secret-dir"
18:32:36   - emptyDir:
18:32:36       medium: ""
18:32:36     name: "workspace-volume"
18:32:36   - emptyDir:
18:32:36       medium: ""
18:32:36     name: "volume-3"
18:32:36 
18:32:36 Building remotely on default-agent-4fxcc in workspace /home/jenkins/agent/workspace/Open-API-pull-requests
18:32:36 [WS-CLEANUP] Deleting project workspace...
18:32:36 [WS-CLEANUP] Deferred wipeout is used...
18:32:39 No credentials specified
18:32:39 Cloning the remote Git repository
18:32:39 Cloning repository https://github.com/eclipse/microprofile-open-api.git
18:32:39  > git init /home/jenkins/agent/workspace/Open-API-pull-requests # timeout=10
18:32:39 Fetching upstream changes from https://github.com/eclipse/microprofile-open-api.git
18:32:39  > git --version # timeout=10
18:32:39  > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-open-api.git +refs/heads/*:refs/remotes/origin/*
18:32:40  > git config remote.origin.url https://github.com/eclipse/microprofile-open-api.git # timeout=10
18:32:40  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
18:32:40  > git config remote.origin.url https://github.com/eclipse/microprofile-open-api.git # timeout=10
18:32:40 Fetching upstream changes from https://github.com/eclipse/microprofile-open-api.git
18:32:40  > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-open-api.git +refs/pull/*:refs/remotes/origin/pr/*
18:32:41  > git rev-parse refs/remotes/origin/pr/429/merge^{commit} # timeout=10
18:32:41  > git rev-parse refs/remotes/origin/origin/pr/429/merge^{commit} # timeout=10
18:32:41 Checking out Revision 65825439077e9e3fd1c76d89c49b233cfd318952 (refs/remotes/origin/pr/429/merge)
18:32:41  > git config core.sparsecheckout # timeout=10
18:32:41  > git checkout -f 65825439077e9e3fd1c76d89c49b233cfd318952
18:32:42 Commit message: "Merge 63e26cfcb96f5711fce9251206eb5656e0ee75e0 into fa1ce64b9c13d52cc0d2b86350f1d6459bd06091"
18:32:42 First time build. Skipping changelog.
18:32:42 Parsing POMs
18:32:51 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
18:32:51 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom
18:32:51 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
18:32:51 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
18:32:52 Modules changed, recalculating dependency graph
18:32:52 Established TCP socket on 35555
18:32:52 Copied maven35-agent.jar
18:32:52 Copied maven35-interceptor.jar
18:32:52 Copied maven3-interceptor-commons.jar
18:32:52 [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 35555
18:32:52 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
18:32:52 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
18:32:54 <===[JENKINS REMOTING CAPACITY]===>channel started
18:32:58 Executing Maven:  -B -f /home/jenkins/agent/workspace/Open-API-pull-requests/pom.xml verify
18:33:00 [INFO] Scanning for projects...
18:33:00 [INFO] ------------------------------------------------------------------------
18:33:00 [INFO] Reactor Build Order:
18:33:00 [INFO] 
18:33:00 [INFO] MicroProfile OpenAPI                                               [pom]
18:33:00 [INFO] MicroProfile OpenAPI API                                           [jar]
18:33:00 [INFO] MicroProfile OpenAPI TCK                                           [jar]
18:33:00 [INFO] MicroProfile OpenAPI Specification                                 [pom]
18:33:00 [INFO] MicroProfile OpenAPI SPI                                           [jar]
18:33:00 [INFO] 
18:33:00 [INFO] ----< org.eclipse.microprofile.openapi:microprofile-openapi-parent >----
18:33:00 [INFO] Building MicroProfile OpenAPI 2.0-SNAPSHOT                         [1/5]
18:33:00 [INFO] --------------------------------[ pom ]---------------------------------
18:33:05 [INFO] 
18:33:05 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-openapi-parent ---
18:33:21 [INFO] Enabled default license matchers.
18:33:21 [INFO] Will parse SCM ignores for exclusions...
18:33:21 [INFO] Parsing exclusions from /home/jenkins/agent/workspace/Open-API-pull-requests/.gitignore
18:33:21 [INFO] Finished adding exclusions from SCM ignore files.
18:33:21 [INFO] 74 implicit excludes (use -debug for more details).
18:33:21 [INFO] Exclude: .travis.yml.*
18:33:21 [INFO] Exclude: **/bnd.bnd
18:33:21 [INFO] Exclude: *.log
18:33:21 [INFO] Exclude: .checkstyle
18:33:21 [INFO] Exclude: .factorypath
18:33:21 [INFO] Exclude: .editorconfig
18:33:21 [INFO] Exclude: **/target/
18:33:21 [INFO] Exclude: **/bin/
18:33:21 [INFO] Exclude: **/*.iml
18:33:21 [INFO] Exclude: **/*.idea
18:33:21 [INFO] Exclude: **/*.ipr
18:33:21 [INFO] Exclude: **/.externalToolBuilders/*
18:33:21 [INFO] Exclude: nb**.xml
18:33:21 [INFO] Exclude: .github/**/*.*
18:33:21 [INFO] 5 resources included (use -debug for more details)
18:33:21 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
18:33:22 [INFO] 
18:33:22 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-openapi-parent ---
18:33:34 [INFO] Starting audit...
18:33:34 Audit done.
18:33:36 [INFO] 
18:33:36 [INFO] -----< org.eclipse.microprofile.openapi:microprofile-openapi-api >------
18:33:36 [INFO] Building MicroProfile OpenAPI API 2.0-SNAPSHOT                     [2/5]
18:33:36 [INFO] --------------------------------[ jar ]---------------------------------
18:33:38 [INFO] 
18:33:38 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-openapi-api ---
18:33:38 [INFO] Enabled default license matchers.
18:33:38 [INFO] Will parse SCM ignores for exclusions...
18:33:38 [INFO] Finished adding exclusions from SCM ignore files.
18:33:38 [INFO] 61 implicit excludes (use -debug for more details).
18:33:38 [INFO] Exclude: .travis.yml.*
18:33:38 [INFO] Exclude: **/bnd.bnd
18:33:38 [INFO] Exclude: *.log
18:33:38 [INFO] Exclude: .checkstyle
18:33:38 [INFO] Exclude: .factorypath
18:33:38 [INFO] Exclude: .editorconfig
18:33:38 [INFO] Exclude: **/target/
18:33:38 [INFO] Exclude: **/bin/
18:33:38 [INFO] Exclude: **/*.iml
18:33:38 [INFO] Exclude: **/*.idea
18:33:38 [INFO] Exclude: **/*.ipr
18:33:38 [INFO] Exclude: **/.externalToolBuilders/*
18:33:38 [INFO] Exclude: nb**.xml
18:33:38 [INFO] Exclude: .github/**/*.*
18:33:38 [INFO] 113 resources included (use -debug for more details)
18:33:39 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 113 licenses.
18:33:39 [INFO] 
18:33:39 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-openapi-api ---
18:33:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:33:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/api/src/main/resources
18:33:43 [INFO] 
18:33:43 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-openapi-api ---
18:33:49 [INFO] Changes detected - recompiling the module!
18:33:49 [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/classes
18:33:51 [INFO] 
18:33:51 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-openapi-api ---
18:33:52 [INFO] Starting audit...
18:33:52 Audit done.
18:33:52 [INFO] 
18:33:52 [INFO] --- bnd-maven-plugin:3.4.0:bnd-process (default) @ microprofile-openapi-api ---
18:33:54 [INFO] 
18:33:54 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-openapi-api ---
18:33:54 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:33:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/api/src/test/resources
18:33:54 [INFO] 
18:33:54 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-openapi-api ---
18:33:54 [INFO] No sources to compile
18:33:54 [INFO] 
18:33:54 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-openapi-api ---
18:33:55 [INFO] No tests to run.
18:33:56 [JENKINS] Recording test results
18:33:56 [INFO] 
18:33:56 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-openapi-api ---
18:34:07 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/microprofile-openapi-api-2.0-SNAPSHOT.jar
18:34:07 [INFO] 
18:34:07 [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-openapi-api ---
18:34:19 [INFO] No previous run data found, generating javadoc.
18:34:23 [INFO] 
18:34:23 Loading source files for package org.eclipse.microprofile.openapi...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.annotations...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.annotations.callbacks...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.annotations.enums...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.annotations.extensions...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.annotations.headers...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.annotations.info...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.annotations.links...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.annotations.media...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.annotations.parameters...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.annotations.responses...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.annotations.security...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.annotations.servers...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.annotations.tags...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.models...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.models.callbacks...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.models.examples...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.models.headers...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.models.info...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.models.links...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.models.media...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.models.parameters...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.models.responses...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.models.security...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.models.servers...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.models.tags...
18:34:23 Loading source files for package org.eclipse.microprofile.openapi.spi...
18:34:23 Constructing Javadoc information...
18:34:23 Standard Doclet version 1.8.0_202
18:34:23 Building tree for all the packages and classes...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/OASConfig.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/OASFactory.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/OASFilter.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/OASModelReader.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/Components.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/ExternalDocumentation.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/OpenAPIDefinition.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/Operation.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/Callback.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/CallbackOperation.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/Callbacks.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/Explode.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/ParameterIn.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/ParameterStyle.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/SchemaType.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/SecuritySchemeIn.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/SecuritySchemeType.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/extensions/Extension.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/extensions/Extensions.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/headers/Header.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/Contact.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/Info.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/License.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/links/Link.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/links/LinkParameter.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/Content.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/DiscriminatorMapping.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/Encoding.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/ExampleObject.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/Schema.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/SchemaProperty.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/Parameter.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/Parameters.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/RequestBody.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/RequestBodySchema.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/APIResponse.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/APIResponses.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/APIResponseSchema.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/OAuthFlow.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/OAuthFlows.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/OAuthScope.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/SecurityRequirement.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/SecurityRequirements.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/SecurityRequirementsSet.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/SecurityScheme.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/SecuritySchemes.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/Server.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/Servers.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/ServerVariable.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/tags/Tag.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/tags/Tags.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/Components.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/Constructible.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/Extensible.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/ExternalDocumentation.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/OpenAPI.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/Operation.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/PathItem.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/PathItem.HttpMethod.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/Paths.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/Reference.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/callbacks/Callback.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/examples/Example.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/headers/Header.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/headers/Header.Style.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/Contact.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/Info.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/License.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/links/Link.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/Content.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/Discriminator.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/Encoding.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/Encoding.Style.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/MediaType.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/Schema.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/Schema.SchemaType.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/XML.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/Parameter.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/Parameter.In.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/Parameter.Style.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/RequestBody.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/responses/APIResponse.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/responses/APIResponses.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/OAuthFlow.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/OAuthFlows.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/SecurityRequirement.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/SecurityScheme.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/SecurityScheme.In.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/SecurityScheme.Type.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/servers/Server.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/servers/ServerVariable.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/tags/Tag.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/spi/OASFactoryResolver.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/overview-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/extensions/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/extensions/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/extensions/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/headers/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/headers/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/headers/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/links/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/links/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/links/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/tags/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/tags/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/tags/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/callbacks/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/callbacks/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/callbacks/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/examples/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/examples/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/examples/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/headers/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/headers/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/headers/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/links/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/links/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/links/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/responses/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/responses/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/responses/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/servers/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/servers/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/servers/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/tags/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/tags/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/tags/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/spi/package-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/spi/package-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/spi/package-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/constant-values.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/class-use/OASModelReader.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/class-use/OASFilter.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/class-use/OASFactory.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/class-use/OASConfig.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/class-use/Operation.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/class-use/OpenAPIDefinition.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/class-use/ExternalDocumentation.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/class-use/Components.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/class-use/Callbacks.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/class-use/CallbackOperation.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/class-use/Callback.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/class-use/SecuritySchemeType.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/class-use/SecuritySchemeIn.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/class-use/SchemaType.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/class-use/ParameterStyle.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/class-use/ParameterIn.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/class-use/Explode.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/extensions/class-use/Extensions.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/extensions/class-use/Extension.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/headers/class-use/Header.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/class-use/License.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/class-use/Info.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/class-use/Contact.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/links/class-use/LinkParameter.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/links/class-use/Link.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/class-use/SchemaProperty.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/class-use/Schema.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/class-use/ExampleObject.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/class-use/Encoding.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/class-use/DiscriminatorMapping.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/class-use/Content.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/class-use/RequestBodySchema.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/class-use/RequestBody.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/class-use/Parameters.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/class-use/Parameter.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/class-use/APIResponses.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/class-use/APIResponseSchema.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/class-use/APIResponse.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/class-use/SecuritySchemes.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/class-use/SecurityScheme.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/class-use/SecurityRequirementsSet.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/class-use/SecurityRequirements.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/class-use/SecurityRequirement.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/class-use/OAuthScope.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/class-use/OAuthFlows.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/class-use/OAuthFlow.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/class-use/Servers.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/class-use/ServerVariable.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/class-use/Server.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/tags/class-use/Tags.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/tags/class-use/Tag.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/Reference.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/Paths.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/PathItem.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/PathItem.HttpMethod.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/Operation.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/OpenAPI.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/ExternalDocumentation.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/Extensible.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/Constructible.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/class-use/Components.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/callbacks/class-use/Callback.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/examples/class-use/Example.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/headers/class-use/Header.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/headers/class-use/Header.Style.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/class-use/License.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/class-use/Info.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/class-use/Contact.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/links/class-use/Link.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/class-use/XML.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/class-use/Schema.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/class-use/Schema.SchemaType.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/class-use/MediaType.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/class-use/Encoding.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/class-use/Encoding.Style.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/class-use/Discriminator.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/class-use/Content.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/class-use/RequestBody.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/class-use/Parameter.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/class-use/Parameter.Style.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/class-use/Parameter.In.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/responses/class-use/APIResponses.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/responses/class-use/APIResponse.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/class-use/SecurityScheme.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/class-use/SecurityScheme.Type.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/class-use/SecurityScheme.In.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/class-use/SecurityRequirement.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/class-use/OAuthFlows.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/class-use/OAuthFlow.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/servers/class-use/ServerVariable.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/servers/class-use/Server.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/tags/class-use/Tag.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/spi/class-use/OASFactoryResolver.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/callbacks/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/enums/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/extensions/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/headers/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/info/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/links/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/media/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/parameters/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/responses/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/security/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/servers/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/annotations/tags/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/callbacks/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/examples/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/headers/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/info/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/links/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/media/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/parameters/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/responses/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/security/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/servers/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/models/tags/package-use.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/org/eclipse/microprofile/openapi/spi/package-use.html...
18:34:23 Building index for all the packages and classes...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/overview-tree.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/index-all.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/deprecated-list.html...
18:34:23 Building index for all classes...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/allclasses-frame.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/allclasses-noframe.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/index.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/overview-summary.html...
18:34:23 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/apidocs/help-doc.html...
18:34:23 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/microprofile-openapi-api-2.0-SNAPSHOT-javadoc.jar
18:34:23 [INFO] 
18:34:23 [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ microprofile-openapi-api >>>
18:34:23 [INFO] 
18:34:23 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-openapi-api ---
18:34:23 [INFO] Enabled default license matchers.
18:34:23 [INFO] Will parse SCM ignores for exclusions...
18:34:23 [INFO] Finished adding exclusions from SCM ignore files.
18:34:23 [INFO] 61 implicit excludes (use -debug for more details).
18:34:23 [INFO] Exclude: .travis.yml.*
18:34:23 [INFO] Exclude: **/bnd.bnd
18:34:23 [INFO] Exclude: *.log
18:34:23 [INFO] Exclude: .checkstyle
18:34:23 [INFO] Exclude: .factorypath
18:34:23 [INFO] Exclude: .editorconfig
18:34:23 [INFO] Exclude: **/target/
18:34:23 [INFO] Exclude: **/bin/
18:34:23 [INFO] Exclude: **/*.iml
18:34:23 [INFO] Exclude: **/*.idea
18:34:23 [INFO] Exclude: **/*.ipr
18:34:23 [INFO] Exclude: **/.externalToolBuilders/*
18:34:23 [INFO] Exclude: nb**.xml
18:34:23 [INFO] Exclude: .github/**/*.*
18:34:23 [INFO] 113 resources included (use -debug for more details)
18:34:23 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 113 licenses.
18:34:24 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
18:34:24 [INFO] 
18:34:24 [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ microprofile-openapi-api <<<
18:34:24 [INFO] 
18:34:24 [INFO] 
18:34:24 [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ microprofile-openapi-api ---
18:34:24 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/api/target/microprofile-openapi-api-2.0-SNAPSHOT-sources.jar
18:34:24 [INFO] 
18:34:24 [INFO] -----< org.eclipse.microprofile.openapi:microprofile-openapi-tck >------
18:34:24 [INFO] Building MicroProfile OpenAPI TCK 2.0-SNAPSHOT                     [3/5]
18:34:24 [INFO] --------------------------------[ jar ]---------------------------------
18:34:40 [INFO] 
18:34:40 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-openapi-tck ---
18:34:40 [INFO] Enabled default license matchers.
18:34:40 [INFO] Will parse SCM ignores for exclusions...
18:34:40 [INFO] Finished adding exclusions from SCM ignore files.
18:34:40 [INFO] 61 implicit excludes (use -debug for more details).
18:34:40 [INFO] Exclude: .travis.yml.*
18:34:40 [INFO] Exclude: **/bnd.bnd
18:34:40 [INFO] Exclude: *.log
18:34:40 [INFO] Exclude: .checkstyle
18:34:40 [INFO] Exclude: .factorypath
18:34:40 [INFO] Exclude: .editorconfig
18:34:40 [INFO] Exclude: **/target/
18:34:40 [INFO] Exclude: **/bin/
18:34:40 [INFO] Exclude: **/*.iml
18:34:40 [INFO] Exclude: **/*.idea
18:34:40 [INFO] Exclude: **/*.ipr
18:34:40 [INFO] Exclude: **/.externalToolBuilders/*
18:34:40 [INFO] Exclude: nb**.xml
18:34:40 [INFO] Exclude: .github/**/*.*
18:34:40 [INFO] 91 resources included (use -debug for more details)
18:34:40 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 91 licenses.
18:34:40 [INFO] 
18:34:40 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-openapi-tck ---
18:34:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:34:40 [INFO] Copying 13 resources
18:34:40 [INFO] 
18:34:40 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ microprofile-openapi-tck ---
18:34:41 [INFO] Changes detected - recompiling the module!
18:34:41 [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/classes
18:34:46 [INFO] 
18:34:46 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-openapi-tck ---
18:34:47 [INFO] Starting audit...
18:34:47 /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.
18:34:47 /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.
18:34:47 /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.
18:34:47 /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.
18:34:47 /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.
18:34:47 /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.
18:34:47 /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.
18:34:47 /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.
18:34:47 /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.
18:34:47 /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.
18:34:47 /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.
18:34:47 /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/main/java/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.java:103:20: warning: Variable 'petData' must be private and have accessor methods.
18:34:47 /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.
18:34:47 /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.
18:34:47 /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.
18:34:47 Audit done.
18:34:47 [INFO] 
18:34:47 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-openapi-tck ---
18:34:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:34:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/tck/src/test/resources
18:34:47 [INFO] 
18:34:47 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ microprofile-openapi-tck ---
18:34:47 [INFO] No sources to compile
18:34:47 [INFO] 
18:34:47 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-openapi-tck ---
18:34:47 [INFO] No tests to run.
18:34:47 [JENKINS] Recording test results
18:34:47 [INFO] 
18:34:47 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-openapi-tck ---
18:34:47 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-2.0-SNAPSHOT.jar
18:34:47 [INFO] 
18:34:47 [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-openapi-tck ---
18:34:47 [INFO] No previous run data found, generating javadoc.
18:34:51 [INFO] 
18:34:51 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines...
18:34:51 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.data...
18:34:51 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.exception...
18:34:51 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.model...
18:34:51 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.resources...
18:34:51 Loading source files for package org.eclipse.microprofile.openapi.apps.airlines.resources.bookings...
18:34:51 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore...
18:34:51 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.data...
18:34:51 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.exception...
18:34:51 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.model...
18:34:51 Loading source files for package org.eclipse.microprofile.openapi.apps.petstore.resource...
18:34:51 Loading source files for package org.eclipse.microprofile.openapi.filter...
18:34:51 Loading source files for package org.eclipse.microprofile.openapi.reader...
18:34:51 Loading source files for package org.eclipse.microprofile.openapi.tck...
18:34:51 Loading source files for package org.eclipse.microprofile.openapi.tck.utils...
18:34:51 Constructing Javadoc information...
18:34:51 Standard Doclet version 1.8.0_202
18:34:51 Building tree for all the packages and classes...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/JAXRSApp.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/UserData.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/ApiException.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/BadRequestException.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/NotFoundException.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/NotFoundExceptionMapper.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Airline.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Airport.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Booking.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/CreditCard.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Flight.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Gender.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Review.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/User.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/Weather.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/AirlinesResource.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/AvailabilityResource.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/PlayerService.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/ReviewResource.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/UserResource.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/BookingResource.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/PetStoreApp.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/PetData.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/StoreData.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/UserData.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/ApiException.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/BadRequestException.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/NotFoundException.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/ApiResponse.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/BadOrder.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Cat.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Category.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Dog.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Lizard.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Order.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Pet.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/Tag.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/User.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/JavaRestResourceUtil.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/PetResource.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/PetStoreResource.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/UserResource.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/AirlinesOASFilter.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/MyOASModelReaderImpl.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/AirlinesAppTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/AppTestBase.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/FilterTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/ModelConstructionTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/ModelReaderAppTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigExcludeClassesTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigExcludeClassTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigExcludePackageTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigScanClassBase.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigScanClassesTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigScanClassTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigScanDisableTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigScanPackageTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigSchemaTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigServersTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASConfigWebInfTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyAbstractLicenseImpl.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyConstructible.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyLicense.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/OASFactoryErrorTest.MyLicenseImpl.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/PetStoreAppTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/StaticDocumentTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/TCKMatchers.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/YamlToJsonFilter.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/overview-frame.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/package-frame.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/package-summary.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/package-tree.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/package-frame.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/package-summary.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/package-tree.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/package-frame.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/package-summary.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/package-tree.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/package-frame.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/package-summary.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/package-tree.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/package-frame.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/package-summary.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/package-tree.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/package-frame.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/package-summary.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/package-tree.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/package-frame.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/package-summary.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/package-tree.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/package-frame.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/package-summary.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/package-tree.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/package-frame.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/package-summary.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/package-tree.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/package-frame.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/package-summary.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/package-tree.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/package-frame.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/package-summary.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/package-tree.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/package-frame.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/package-summary.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/package-tree.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/package-frame.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/package-summary.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/package-tree.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/package-frame.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/package-summary.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/package-tree.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/package-frame.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/package-summary.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/package-tree.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/constant-values.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/serialized-form.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/class-use/JAXRSApp.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/class-use/UserData.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/NotFoundExceptionMapper.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/NotFoundException.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/BadRequestException.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/class-use/ApiException.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Weather.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/User.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Review.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Gender.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Flight.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/CreditCard.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Booking.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Airport.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/class-use/Airline.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/UserResource.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/ReviewResource.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/PlayerService.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/AvailabilityResource.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/class-use/AirlinesResource.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/class-use/BookingResource.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/class-use/PetStoreApp.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/class-use/UserData.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/class-use/StoreData.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/class-use/PetData.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/class-use/NotFoundException.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/class-use/BadRequestException.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/class-use/ApiException.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/User.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Tag.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Pet.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Order.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Lizard.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Dog.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Category.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/Cat.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/BadOrder.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/class-use/ApiResponse.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/UserResource.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/PetStoreResource.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/PetResource.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/class-use/JavaRestResourceUtil.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/class-use/AirlinesOASFilter.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/class-use/MyOASModelReaderImpl.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/StaticDocumentTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/PetStoreAppTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyConstructible.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyLicense.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyAbstractLicenseImpl.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASFactoryErrorTest.MyLicenseImpl.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigWebInfTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigServersTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigSchemaTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigScanPackageTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigScanDisableTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigScanClassesTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigScanClassTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigScanClassBase.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigExcludePackageTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigExcludeClassesTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/OASConfigExcludeClassTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/ModelReaderAppTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/ModelConstructionTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/FilterTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/AppTestBase.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/class-use/AirlinesAppTest.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/class-use/YamlToJsonFilter.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/class-use/TCKMatchers.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/package-use.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/data/package-use.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/exception/package-use.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/model/package-use.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/package-use.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/airlines/resources/bookings/package-use.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/package-use.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/data/package-use.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/exception/package-use.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/model/package-use.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/apps/petstore/resource/package-use.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/filter/package-use.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/reader/package-use.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/package-use.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/org/eclipse/microprofile/openapi/tck/utils/package-use.html...
18:34:51 Building index for all the packages and classes...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/overview-tree.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/index-all.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/deprecated-list.html...
18:34:51 Building index for all classes...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/allclasses-frame.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/allclasses-noframe.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/index.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/overview-summary.html...
18:34:51 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/apidocs/help-doc.html...
18:34:51 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-2.0-SNAPSHOT-javadoc.jar
18:34:51 [INFO] 
18:34:51 [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ microprofile-openapi-tck >>>
18:34:51 [INFO] 
18:34:51 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-openapi-tck ---
18:34:51 [INFO] Enabled default license matchers.
18:34:51 [INFO] Will parse SCM ignores for exclusions...
18:34:51 [INFO] Finished adding exclusions from SCM ignore files.
18:34:51 [INFO] 61 implicit excludes (use -debug for more details).
18:34:51 [INFO] Exclude: .travis.yml.*
18:34:51 [INFO] Exclude: **/bnd.bnd
18:34:51 [INFO] Exclude: *.log
18:34:51 [INFO] Exclude: .checkstyle
18:34:51 [INFO] Exclude: .factorypath
18:34:51 [INFO] Exclude: .editorconfig
18:34:51 [INFO] Exclude: **/target/
18:34:51 [INFO] Exclude: **/bin/
18:34:51 [INFO] Exclude: **/*.iml
18:34:51 [INFO] Exclude: **/*.idea
18:34:51 [INFO] Exclude: **/*.ipr
18:34:51 [INFO] Exclude: **/.externalToolBuilders/*
18:34:51 [INFO] Exclude: nb**.xml
18:34:51 [INFO] Exclude: .github/**/*.*
18:34:51 [INFO] 91 resources included (use -debug for more details)
18:34:51 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 91 licenses.
18:34:51 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
18:34:51 [INFO] 
18:34:51 [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ microprofile-openapi-tck <<<
18:34:51 [INFO] 
18:34:51 [INFO] 
18:34:51 [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ microprofile-openapi-tck ---
18:34:51 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/tck/target/microprofile-openapi-tck-2.0-SNAPSHOT-sources.jar
18:34:52 [INFO] 
18:34:52 [INFO] -----< org.eclipse.microprofile.openapi:microprofile-openapi-spec >-----
18:34:52 [INFO] Building MicroProfile OpenAPI Specification 2.0-SNAPSHOT           [4/5]
18:34:52 [INFO] --------------------------------[ pom ]---------------------------------
18:34:52 [INFO] 
18:34:52 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-openapi-spec ---
18:34:52 [INFO] Enabled default license matchers.
18:34:52 [INFO] Will parse SCM ignores for exclusions...
18:34:52 [INFO] Finished adding exclusions from SCM ignore files.
18:34:52 [INFO] 61 implicit excludes (use -debug for more details).
18:34:52 [INFO] Exclude: .travis.yml.*
18:34:52 [INFO] Exclude: **/bnd.bnd
18:34:52 [INFO] Exclude: *.log
18:34:52 [INFO] Exclude: .checkstyle
18:34:52 [INFO] Exclude: .factorypath
18:34:52 [INFO] Exclude: .editorconfig
18:34:52 [INFO] Exclude: **/target/
18:34:52 [INFO] Exclude: **/bin/
18:34:52 [INFO] Exclude: **/*.iml
18:34:52 [INFO] Exclude: **/*.idea
18:34:52 [INFO] Exclude: **/*.ipr
18:34:52 [INFO] Exclude: **/.externalToolBuilders/*
18:34:52 [INFO] Exclude: nb**.xml
18:34:52 [INFO] Exclude: .github/**/*.*
18:34:52 [INFO] 7 resources included (use -debug for more details)
18:34:52 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 4 licenses.
18:34:52 [INFO] 
18:34:52 [INFO] --- asciidoctor-maven-plugin:1.6.0:process-asciidoc (generate-pdf-doc) @ microprofile-openapi-spec ---
18:35:10 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:35:10 [INFO] Copying 1 resource
18:35:36 [INFO] Rendered /home/jenkins/agent/workspace/Open-API-pull-requests/spec/src/main/asciidoc/microprofile-openapi-spec.adoc
18:35:36 [INFO] 
18:35:36 [INFO] --- asciidoctor-maven-plugin:1.6.0:process-asciidoc (output-html) @ microprofile-openapi-spec ---
18:35:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:35:37 [INFO] Copying 1 resource
18:35:39 [INFO] Rendered /home/jenkins/agent/workspace/Open-API-pull-requests/spec/src/main/asciidoc/microprofile-openapi-spec.adoc
18:35:39 [INFO] 
18:35:39 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-openapi-spec ---
18:35:39 [INFO] Starting audit...
18:35:39 Audit done.
18:35:40 [INFO] 
18:35:40 [INFO] -----< org.eclipse.microprofile.openapi:microprofile-openapi-spi >------
18:35:40 [INFO] Building MicroProfile OpenAPI SPI 2.0-SNAPSHOT                     [5/5]
18:35:40 [INFO] --------------------------------[ jar ]---------------------------------
18:35:40 [INFO] 
18:35:40 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-openapi-spi ---
18:35:40 [INFO] Enabled default license matchers.
18:35:40 [INFO] Will parse SCM ignores for exclusions...
18:35:40 [INFO] Finished adding exclusions from SCM ignore files.
18:35:40 [INFO] 61 implicit excludes (use -debug for more details).
18:35:40 [INFO] Exclude: .travis.yml.*
18:35:40 [INFO] Exclude: **/bnd.bnd
18:35:40 [INFO] Exclude: *.log
18:35:40 [INFO] Exclude: .checkstyle
18:35:40 [INFO] Exclude: .factorypath
18:35:40 [INFO] Exclude: .editorconfig
18:35:40 [INFO] Exclude: **/target/
18:35:40 [INFO] Exclude: **/bin/
18:35:40 [INFO] Exclude: **/*.iml
18:35:40 [INFO] Exclude: **/*.idea
18:35:40 [INFO] Exclude: **/*.ipr
18:35:40 [INFO] Exclude: **/.externalToolBuilders/*
18:35:40 [INFO] Exclude: nb**.xml
18:35:40 [INFO] Exclude: .github/**/*.*
18:35:40 [INFO] 3 resources included (use -debug for more details)
18:35:40 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
18:35:40 [INFO] 
18:35:40 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-openapi-spi ---
18:35:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:35:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/spi/src/main/resources
18:35:40 [INFO] 
18:35:40 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-openapi-spi ---
18:35:40 [INFO] Changes detected - recompiling the module!
18:35:40 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/classes
18:35:40 [INFO] 
18:35:40 [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ microprofile-openapi-spi ---
18:35:40 [INFO] Starting audit...
18:35:40 Audit done.
18:35:40 [INFO] 
18:35:40 [INFO] --- bnd-maven-plugin:3.4.0:bnd-process (default) @ microprofile-openapi-spi ---
18:35:40 [INFO] 
18:35:40 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ microprofile-openapi-spi ---
18:35:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
18:35:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Open-API-pull-requests/spi/src/test/resources
18:35:40 [INFO] 
18:35:40 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ microprofile-openapi-spi ---
18:35:40 [INFO] No sources to compile
18:35:40 [INFO] 
18:35:40 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-openapi-spi ---
18:35:40 [INFO] No tests to run.
18:35:40 [JENKINS] Recording test results
18:35:40 [INFO] 
18:35:40 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-openapi-spi ---
18:35:40 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-2.0-SNAPSHOT.jar
18:35:41 [INFO] 
18:35:41 [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-openapi-spi ---
18:35:41 [INFO] No previous run data found, generating javadoc.
18:35:42 [INFO] 
18:35:42 Loading source files for package org.eclipse.microprofile.openapi.spi...
18:35:42 Constructing Javadoc information...
18:35:42 Standard Doclet version 1.8.0_202
18:35:42 Building tree for all the packages and classes...
18:35:42 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/OASFactoryResolver.html...
18:35:42 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/package-frame.html...
18:35:42 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/package-summary.html...
18:35:42 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/package-tree.html...
18:35:42 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/constant-values.html...
18:35:42 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/class-use/OASFactoryResolver.html...
18:35:42 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/org/eclipse/microprofile/openapi/spi/package-use.html...
18:35:42 Building index for all the packages and classes...
18:35:42 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/overview-tree.html...
18:35:42 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/index-all.html...
18:35:42 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/deprecated-list.html...
18:35:42 Building index for all classes...
18:35:42 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/allclasses-frame.html...
18:35:42 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/allclasses-noframe.html...
18:35:42 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/index.html...
18:35:42 Generating /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/apidocs/help-doc.html...
18:35:42 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-2.0-SNAPSHOT-javadoc.jar
18:35:42 [INFO] 
18:35:42 [INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ microprofile-openapi-spi >>>
18:35:42 [INFO] 
18:35:42 [INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-openapi-spi ---
18:35:42 [INFO] Enabled default license matchers.
18:35:42 [INFO] Will parse SCM ignores for exclusions...
18:35:42 [INFO] Finished adding exclusions from SCM ignore files.
18:35:42 [INFO] 61 implicit excludes (use -debug for more details).
18:35:42 [INFO] Exclude: .travis.yml.*
18:35:42 [INFO] Exclude: **/bnd.bnd
18:35:42 [INFO] Exclude: *.log
18:35:42 [INFO] Exclude: .checkstyle
18:35:42 [INFO] Exclude: .factorypath
18:35:42 [INFO] Exclude: .editorconfig
18:35:42 [INFO] Exclude: **/target/
18:35:42 [INFO] Exclude: **/bin/
18:35:42 [INFO] Exclude: **/*.iml
18:35:42 [INFO] Exclude: **/*.idea
18:35:42 [INFO] Exclude: **/*.ipr
18:35:42 [INFO] Exclude: **/.externalToolBuilders/*
18:35:42 [INFO] Exclude: nb**.xml
18:35:42 [INFO] Exclude: .github/**/*.*
18:35:42 [INFO] 3 resources included (use -debug for more details)
18:35:42 [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
18:35:42 [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
18:35:42 [INFO] 
18:35:42 [INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @ microprofile-openapi-spi <<<
18:35:42 [INFO] 
18:35:42 [INFO] 
18:35:42 [INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ microprofile-openapi-spi ---
18:35:42 [INFO] Building jar: /home/jenkins/agent/workspace/Open-API-pull-requests/spi/target/microprofile-openapi-spi-2.0-SNAPSHOT-sources.jar
18:35:43 [INFO] ------------------------------------------------------------------------
18:35:43 [INFO] Reactor Summary for MicroProfile OpenAPI 2.0-SNAPSHOT:
18:35:43 [INFO] 
18:35:43 [INFO] MicroProfile OpenAPI ............................... SUCCESS [ 34.060 s]
18:35:43 [INFO] MicroProfile OpenAPI API ........................... SUCCESS [ 48.264 s]
18:35:43 [INFO] MicroProfile OpenAPI TCK ........................... SUCCESS [ 26.547 s]
18:35:43 [INFO] MicroProfile OpenAPI Specification ................. SUCCESS [ 47.838 s]
18:35:43 [INFO] MicroProfile OpenAPI SPI ........................... SUCCESS [  2.537 s]
18:35:43 [INFO] ------------------------------------------------------------------------
18:35:43 [INFO] BUILD SUCCESS
18:35:43 [INFO] ------------------------------------------------------------------------
18:35:43 [INFO] Total time:  02:43 min
18:35:43 [INFO] Finished at: 2020-06-01T22:35:43Z
18:35:43 [INFO] ------------------------------------------------------------------------
18:35:43 Waiting for Jenkins to finish collecting data
18:35:43 [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
18:35:44 [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
18:35:44 [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
18:35:44 [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
18:35:44 [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
18:35:45 [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
18:35:45 [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
18:35:45 [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
18:35:45 [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
18:35:45 [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
18:35:45 [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
18:35:45 [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
18:35:45 [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
18:35:45 [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
18:35:45 channel stopped
18:35:46 Setting status of 63e26cfcb96f5711fce9251206eb5656e0ee75e0 to SUCCESS with url https://ci.eclipse.org/microprofile/job/Open-API-pull-requests/52/ and message: 'Build finished. '
18:35:46 Finished: SUCCESS