Started by user Roberto Cortez Running as Roberto Cortez Obtained buildScripts/release.groovy from git https://github.com/eclipse/microprofile-build-infra.git [Pipeline] Start of Pipeline [Pipeline] node Agent basic-vhcm9 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-vhcm9" namespace: "microprofile" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.microprofile.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-vhcm9" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-vhcm9" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-microprofile" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on basic-vhcm9 in /home/jenkins/agent/workspace/MicroProfile Releases [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot-ssh Cloning the remote Git repository Cloning repository https://github.com/eclipse/microprofile-build-infra.git > git init /home/jenkins/agent/workspace/MicroProfile Releases # timeout=10 Fetching upstream changes from https://github.com/eclipse/microprofile-build-infra.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot SSH [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/MicroProfile Releases@tmp/jenkins-gitclient-ssh15812516554357426194.key Verifying host key using known hosts file > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-build-infra.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 5e8a7a92568eb5269e18ae04889518fd67896d1b (refs/remotes/origin/master) > git config remote.origin.url https://github.com/eclipse/microprofile-build-infra.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5e8a7a92568eb5269e18ae04889518fd67896d1b # timeout=10 Commit message: "Downgrade Maven version to release MP Config 3.x" > git rev-list --no-walk c32033ecda0332d9a1a3aebf0d97e80abdb4f991 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [Pipeline] { [Pipeline] git The recommended git tool is: NONE using credential github-bot-ssh Cloning the remote Git repository Avoid second fetch Checking out Revision bf4baaf990e30162bc6ff00823893b22b7c11ca0 (refs/remotes/origin/3.0.x) Cloning repository git@github.com:eclipse/microprofile-config.git > git init /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config # timeout=10 Fetching upstream changes from git@github.com:eclipse/microprofile-config.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot SSH [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config@tmp/jenkins-gitclient-ssh14756209113655561070.key Verifying host key using known hosts file > git fetch --tags --force --progress -- git@github.com:eclipse/microprofile-config.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse/microprofile-config.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/3.0.x^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bf4baaf990e30162bc6ff00823893b22b7c11ca0 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b 3.0.x bf4baaf990e30162bc6ff00823893b22b7c11ca0 # timeout=10 Commit message: "Align BND dependencies to avoid compiler warnings (#775)" > git rev-list --no-walk bf4baaf990e30162bc6ff00823893b22b7c11ca0 # timeout=10 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Execute Release) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key 2733B6177E5CD6D5: public key "Eclipse Microprofile Project <microprofile-dev@eclipse.org>" imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key 2733B6177E5CD6D5: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 [Pipeline] sh ++ gpg --list-keys --with-colons ++ awk -F: '/fpr:/ {print $10}' ++ sort -u + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5 y ' + gpg --batch --command-fd 0 --expert --edit-key AE45A395EBE91C8A5E77502390F02A85133A7738 trust Secret subkeys are available. pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2027-10-17 usage: SCEA trust: unknown validity: unknown ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org> pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2027-10-17 usage: SCEA trust: unknown validity: unknown ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org> Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2027-10-17 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org> Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5 y ' + gpg --batch --command-fd 0 --expert --edit-key FEE97C6B44364F385E419CE22733B6177E5CD6D5 trust Secret subkeys are available. gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: next trustdb check due at 2027-10-17 pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2027-10-17 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org> pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2027-10-17 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org> Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2027-10-17 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org> [Pipeline] } [Pipeline] // withCredentials [Pipeline] sshagent [ssh-agent] Using credentials eclipse-microprofile-bot (GitHub bot SSH) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-RfyJY0DAfARp/agent.254 SSH_AGENT_PID=256 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config@tmp/private_key_11541392049762005742.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config@tmp/private_key_11541392049762005742.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + git config --global user.email microprofile-bot@eclipse.org + git config --global user.name 'Eclipse MicroProfile bot' [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -s /home/jenkins/.m2/settings.xml release:prepare release:perform -B -Dtag=3.0.3 -DdevelopmentVersion=3.0.4-SNAPSHOT -DreleaseVersion=3.0.3 -Drevremark=Final -Drelease.revision=Final -DstagingProgressTimeoutMinutes=20 Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] MicroProfile Config [pom] [INFO] MicroProfile Config Specification [pom] [INFO] MicroProfile Config API [jar] [INFO] MicroProfile Config TCK [jar] [INFO] [INFO] -----< org.eclipse.microprofile.config:microprofile-config-parent >----- [INFO] Building MicroProfile Config 3.0.3-SNAPSHOT [1/4] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ microprofile-config-parent --- [INFO] Verifying that there are no local modifications... [INFO] ignoring changes on: **/pom.xml.releaseBackup, **/pom.xml.next, **/pom.xml.tag, **/pom.xml.branch, **/release.properties, **/pom.xml.backup [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config" && git rev-parse --show-toplevel [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config" && git status --porcelain . [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [WARNING] Ignoring unrecognized line: ?? release.properties [INFO] Checking dependencies and plugins for snapshots ... [INFO] Transforming 'MicroProfile Config'... [INFO] Ignoring artifact version update for expression ${project.version} [INFO] Transforming 'MicroProfile Config Specification'... [INFO] Transforming 'MicroProfile Config API'... [INFO] Transforming 'MicroProfile Config TCK'... [INFO] Not generating release POMs [INFO] Executing goals 'verify'... [INFO] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) [INFO] Maven home: /opt/tools/apache-maven/3.8.5 [INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre [INFO] Default locale: en_US, platform encoding: UTF-8 [INFO] OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] [INFO] Scanning for projects... [INFO] [INFO] Inspecting build with total of 4 modules... [INFO] [INFO] Installing Nexus Staging features: [INFO] [INFO] ... total of 4 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Build Order: [INFO] [INFO] [INFO] [INFO] MicroProfile Config [pom] [INFO] [INFO] MicroProfile Config Specification [pom] [INFO] [INFO] MicroProfile Config API [jar] [INFO] [INFO] MicroProfile Config TCK [jar] [INFO] [INFO] [INFO] [INFO] -----< org.eclipse.microprofile.config:microprofile-config-parent >----- [INFO] [INFO] Building MicroProfile Config 3.0.3 [1/4] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-config-parent --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 78 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 1 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-config-parent --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 0 [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-config-parent --- [INFO] [INFO] Total Files Processed: 0 in 00:00.004 [INFO] [INFO] Already Sorted: 0 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-config-parent --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-config-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-config-parent --- [INFO] [INFO] [INFO] [INFO] ------< org.eclipse.microprofile.config:microprofile-config-spec >------ [INFO] [INFO] Building MicroProfile Config Specification 3.0.3 [2/4] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-config-spec --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 10 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-year) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-config-spec --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 0 [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-config-spec --- [INFO] [INFO] Total Files Processed: 0 in 00:00.000 [INFO] [INFO] Already Sorted: 0 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-pdf) @ microprofile-config-spec --- [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/spec/src/docs/asciidoc does not exist [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/spec/src/asciidoc does not exist [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 0 resource [INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConfigSource [INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConfigSource [INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConfigSource [INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/spec/src/main/asciidoc/microprofile-config-spec.asciidoc [INFO] [INFO] [INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-html) @ microprofile-config-spec --- [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/spec/src/docs/asciidoc does not exist [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/spec/src/asciidoc does not exist [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 0 resource [INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConfigSource [INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConfigSource [INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConfigSource [INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/spec/src/main/asciidoc/microprofile-config-spec.asciidoc [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-config-spec --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:attach-artifact (attach-artifacts) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] ------< org.eclipse.microprofile.config:microprofile-config-api >------- [INFO] [INFO] Building MicroProfile Config API 3.0.3 [3/4] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-config-api --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 14 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 14 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-config-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-config-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 0 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-config-api --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-config-api --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 13 [INFO] [INFO] Successfully formatted: 0 file(s) [INFO] [INFO] Fail to format: 0 file(s) [INFO] [INFO] Skipped: 13 file(s) [INFO] [INFO] Read only skipped: 0 file(s) [INFO] [INFO] Approximate time taken: 1s [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-config-api --- [INFO] [INFO] Total Files Processed: 13 in 00:00.416 [INFO] [INFO] Already Sorted: 13 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-config-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-config-api --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/classes [INFO] [INFO] [INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ microprofile-config-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-config-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/src/test/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-config-api --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-config-api --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-config-api --- [INFO] [INFO] No tests to run. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-config-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-config-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/microprofile-config-api-3.0.3.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-config-api >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-config-api --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 14 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 14 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-config-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-config-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 0 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-config-api --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-config-api <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-config-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/microprofile-config-api-3.0.3-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-config-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/microprofile-config-api-3.0.3-sources.jar [INFO] [WARNING] artifact org.eclipse.microprofile.config:microprofile-config-api:java-source:sources:3.0.3 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-config-api --- [INFO] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.config... [INFO] Loading source files for package org.eclipse.microprofile.config.inject... [INFO] Loading source files for package org.eclipse.microprofile.config.spi... [INFO] Constructing Javadoc information... [INFO] Standard Doclet version 1.8.0_292 [INFO] Building tree for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/Config.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/ConfigProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/ConfigValue.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/inject/ConfigProperties.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/inject/ConfigProperties.Literal.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/inject/ConfigProperty.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigBuilder.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigProviderResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigSourceProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/spi/Converter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/inject/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/inject/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/inject/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/spi/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/spi/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/spi/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/serialized-form.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/class-use/ConfigValue.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/class-use/ConfigProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/class-use/Config.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/inject/class-use/ConfigProperty.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/inject/class-use/ConfigProperties.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/inject/class-use/ConfigProperties.Literal.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/Converter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigSourceProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigProviderResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigBuilder.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/inject/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/org/eclipse/microprofile/config/spi/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/index-all.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/allclasses-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/allclasses-noframe.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/overview-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/help-doc.html... [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/microprofile-config-api-3.0.3-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- bnd-baseline-maven-plugin:5.2.0:baseline (baseline) @ microprofile-config-api --- [INFO] [INFO] Determining the baseline version for org.eclipse.microprofile.config:microprofile-config-api:jar:(,3.0.3) using repositories [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] [INFO] The baseline version was found to be 3.0.2 [INFO] [INFO] Baselining check succeeded checking org.eclipse.microprofile.config:microprofile-config-api:jar:3.0.3 against org.eclipse.microprofile.config:microprofile-config-api:jar:3.0.2 [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-config-api --- [INFO] [INFO] [INFO] [INFO] ------< org.eclipse.microprofile.config:microprofile-config-tck >------- [INFO] [INFO] Building MicroProfile Config TCK 3.0.3 [4/4] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-config-tck --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 72 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 72 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-config-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-config-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-config-tck --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-config-tck --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 71 [INFO] [INFO] Successfully formatted: 0 file(s) [INFO] [INFO] Fail to format: 0 file(s) [INFO] [INFO] Skipped: 71 file(s) [INFO] [INFO] Read only skipped: 0 file(s) [INFO] [INFO] Approximate time taken: 0s [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-config-tck --- [INFO] [INFO] Total Files Processed: 71 in 00:00.710 [INFO] [INFO] Already Sorted: 71 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-config-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 6 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-config-tck --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-config-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/src/test/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-config-tck --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-config-tck --- [INFO] [INFO] Starting audit... [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/src/main/java/org/eclipse/microprofile/config/tck/CDIPropertyExpressionsTest.java:52:28: Variable 'propertyExpressionBean' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/src/main/java/org/eclipse/microprofile/config/tck/CDIPropertyExpressionsTest.java:71:16: Variable 'expression' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/src/main/java/org/eclipse/microprofile/config/tck/CDIPropertyExpressionsTest.java:74:21: Variable 'expressionConfigValue' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/src/main/java/org/eclipse/microprofile/config/tck/CDIPropertyExpressionsTest.java:77:16: Variable 'expressionDefault' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:180:13: Variable 'age' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:181:25: Variable 'location' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:184:25: Variable 'hobbies' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:198:13: Variable 'port' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:199:16: Variable 'endpoint' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:210:23: Variable 'name' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:211:20: Variable 'age' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:225:20: Variable 'port' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:229:33: Variable 'location' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/src/main/java/org/eclipse/microprofile/config/tck/broken/ConfigPropertiesBeanMissingProperty.java:27:16: Variable 'age' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/src/main/java/org/eclipse/microprofile/config/tck/broken/ConfigPropertiesBeanMissingProperty.java:28:19: Variable 'nationality' must be private and have accessor methods. [VisibilityModifier] [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-config-tck --- [INFO] [INFO] No tests to run. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-config-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-test-javadocs) @ microprofile-config-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- copy-rename-maven-plugin:1.0:copy (copy-license-main) @ microprofile-config-tck --- [INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/licenses/eftckl-1.0 to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/classes/META-INF/LICENSE [INFO] [INFO] [INFO] [INFO] --- copy-rename-maven-plugin:1.0:copy (copy-license-test) @ microprofile-config-tck --- [INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/licenses/eftckl-1.0 to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/test-classes/META-INF/LICENSE [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-config-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/microprofile-config-tck-3.0.3.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-config-tck >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-config-tck --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 72 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 72 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-config-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-config-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-config-tck --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-config-tck <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-config-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/microprofile-config-tck-3.0.3-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-config-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/microprofile-config-tck-3.0.3-sources.jar [INFO] [WARNING] artifact org.eclipse.microprofile.config:microprofile-config-tck:java-source:sources:3.0.3 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-config-tck --- [INFO] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.config.tck... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.base... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.broken... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.configsources... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.converters... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.converters.convertToNull... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.converters.custom... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.converters.implicit... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.emptyvalue... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.profile... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.util... [INFO] Constructing Javadoc information... [INFO] Standard Doclet version 1.8.0_292 [INFO] Building tree for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/ArrayConverterBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/ArrayConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/AutoDiscoveredConfigSourceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/CdiOptionalInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPlainInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPlainInjectionTest.DefaultPropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPlainInjectionTest.DynamicValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPlainInjectionTest.SimpleValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPlainInjectionTest.TestConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPropertyExpressionsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPropertyExpressionsTest.PropertyExpressionBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPropertyExpressionsTest.PropertyExpressionConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPropertyNameMatchingTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/ClassConverterBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/ClassConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.BeanFour.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.BeanOne.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.BeanThree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.BeanTwo.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigProviderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigValueTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigValueTest.ConfigValueBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigValueTest.ConfigValueConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigValueTest.ConfigValueLowerConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/CustomConfigSourceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/CustomConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/ImplicitConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/Location.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/OptionalValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/ParseConverterInjection.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/PropertyExpressionsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/SimpleValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/WarPropertiesLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/base/AbstractTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/ConfigOwner.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/ConfigPropertiesBeanMissingProperty.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/ConfigPropertiesMissingPropertyInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/CustomConverterBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/CustomConverterBean.ConfigOwner.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/CustomConverterBean.CustomType.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/MissingConverterOnInstanceInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/MissingValueOnInstanceInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/MissingValueOnObserverMethodInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/WrongConverterOnInstanceInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/CustomConfigProfileConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/CustomConfigSourceProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/CustomDbConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/DefaultConfigSourceOrdinalTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/SampleYamlConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/Donald.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/Duck.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/DuckConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/NullConvertersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/Pizza.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/PizzaConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/UpperCaseDuckConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/ConvertedNullValueBrokenInjectionBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/ConvertedNullValueBrokenInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/ConvertedNullValueTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/ConvertedNullValueTest.MyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/BooleanConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/CharacterConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/DoubleConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/IntegerConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/LongConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/ConvTestSequenceOfBeforeValueOf.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/ConvTestSequenceParseBeforeConstructor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/ConvTestSequenceValueOfBeforeParse.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/ConvTestTypeWCharSequenceParse.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/ConvTestTypeWStringCt.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/ConvTestTypeWStringOf.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/ConvTestTypeWStringValueOf.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/SomeEnumToConvert.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/EmptyValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/EmptyValuesTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/EmptyValuesTestProgrammaticLookup.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/ConfigPropertyFileProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/ConfigPropertyFileProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/DevConfigProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/DevConfigProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/InvalidConfigProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/InvalidConfigProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/ProdProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/ProdProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/TestConfigProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/TestConfigProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/TestCustomConfigProfile.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/TestCustomConfigProfile.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/util/AdditionalAssertions.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/util/AdditionalMatchers.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/base/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/base/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/base/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/util/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/util/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/util/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/serialized-form.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/WarPropertiesLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/SimpleValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/PropertyExpressionsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ParseConverterInjection.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/OptionalValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/Location.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ImplicitConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CustomConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CustomConfigSourceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigValueTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigValueTest.ConfigValueConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigValueTest.ConfigValueLowerConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigValueTest.ConfigValueBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigProviderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigPropertiesTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigPropertiesTest.BeanOne.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigPropertiesTest.BeanTwo.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigPropertiesTest.BeanThree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigPropertiesTest.BeanFour.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ClassConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ClassConverterBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CdiOptionalInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPropertyNameMatchingTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPropertyExpressionsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPropertyExpressionsTest.PropertyExpressionBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPropertyExpressionsTest.PropertyExpressionConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPlainInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPlainInjectionTest.SimpleValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPlainInjectionTest.DynamicValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPlainInjectionTest.DefaultPropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPlainInjectionTest.TestConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/AutoDiscoveredConfigSourceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ArrayConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ArrayConverterBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/base/class-use/AbstractTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/WrongConverterOnInstanceInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/MissingValueOnObserverMethodInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/MissingValueOnInstanceInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/MissingConverterOnInstanceInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/CustomConverterBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/CustomConverterBean.ConfigOwner.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/CustomConverterBean.CustomType.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/ConfigPropertiesMissingPropertyInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/ConfigPropertiesBeanMissingProperty.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/ConfigOwner.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/class-use/SampleYamlConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/class-use/DefaultConfigSourceOrdinalTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/class-use/CustomDbConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/class-use/CustomConfigSourceProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/class-use/CustomConfigProfileConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/class-use/UpperCaseDuckConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/class-use/PizzaConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/class-use/Pizza.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/class-use/NullConvertersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/class-use/DuckConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/class-use/Duck.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/class-use/Donald.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/class-use/ConvertedNullValueTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/class-use/ConvertedNullValueTest.MyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/class-use/ConvertedNullValueBrokenInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/class-use/ConvertedNullValueBrokenInjectionBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/class-use/LongConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/class-use/IntegerConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/class-use/DoubleConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/class-use/CharacterConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/class-use/BooleanConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/class-use/SomeEnumToConvert.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/class-use/ConvTestTypeWStringValueOf.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/class-use/ConvTestTypeWStringOf.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/class-use/ConvTestTypeWStringCt.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/class-use/ConvTestTypeWCharSequenceParse.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/class-use/ConvTestSequenceValueOfBeforeParse.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/class-use/ConvTestSequenceParseBeforeConstructor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/class-use/ConvTestSequenceOfBeforeValueOf.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/class-use/EmptyValuesTestProgrammaticLookup.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/class-use/EmptyValuesTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/class-use/EmptyValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/TestCustomConfigProfile.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/TestCustomConfigProfile.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/TestConfigProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/TestConfigProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/ProdProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/ProdProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/InvalidConfigProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/InvalidConfigProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/DevConfigProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/DevConfigProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/ConfigPropertyFileProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/ConfigPropertyFileProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/util/class-use/AdditionalMatchers.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/util/class-use/AdditionalAssertions.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/base/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/util/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/index-all.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/allclasses-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/allclasses-noframe.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/overview-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/help-doc.html... [INFO] 2 warnings [INFO] [WARNING] Javadoc Warnings [INFO] [WARNING] javadoc: warning - Class org.osgi.annotation.bundle.Requirements not found. [INFO] [WARNING] javadoc: warning - Class org.osgi.annotation.bundle.Requirements not found. [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/microprofile-config-tck-3.0.3-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-config-tck --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary for MicroProfile Config 3.0.3: [INFO] [INFO] [INFO] [INFO] MicroProfile Config ................................ SUCCESS [ 11.982 s] [INFO] [INFO] MicroProfile Config Specification .................. SUCCESS [ 28.110 s] [INFO] [INFO] MicroProfile Config API ............................ SUCCESS [ 13.502 s] [INFO] [INFO] MicroProfile Config TCK ............................ SUCCESS [ 10.323 s] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 01:09 min [INFO] [INFO] Finished at: 2023-04-06T10:30:10Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config" && git add -- pom.xml spec/pom.xml api/pom.xml tck/pom.xml [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config" && git rev-parse --show-toplevel [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config" && git status --porcelain . [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [WARNING] Ignoring unrecognized line: ?? api/pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? release.properties [WARNING] Ignoring unrecognized line: ?? spec/pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? tck/pom.xml.releaseBackup [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config" && git commit --verbose -F /tmp/maven-scm-1310055192.commit pom.xml spec/pom.xml api/pom.xml tck/pom.xml [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config" && git symbolic-ref HEAD [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config" && git push git@github.com:eclipse/microprofile-config.git refs/heads/3.0.x:refs/heads/3.0.x [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [INFO] Tagging release with the label 3.0.3... [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config" && git tag -F /tmp/maven-scm-1191965182.commit 3.0.3 [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config" && git push git@github.com:eclipse/microprofile-config.git refs/tags/3.0.3 [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config" && git ls-files [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [INFO] Transforming 'MicroProfile Config'... [INFO] Ignoring artifact version update for expression ${project.version} [INFO] Transforming 'MicroProfile Config Specification'... [INFO] Transforming 'MicroProfile Config API'... [INFO] Transforming 'MicroProfile Config TCK'... [INFO] Not removing release POMs [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config" && git add -- pom.xml spec/pom.xml api/pom.xml tck/pom.xml [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config" && git rev-parse --show-toplevel [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config" && git status --porcelain . [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [WARNING] Ignoring unrecognized line: ?? api/pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? release.properties [WARNING] Ignoring unrecognized line: ?? spec/pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? tck/pom.xml.releaseBackup [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config" && git commit --verbose -F /tmp/maven-scm-669638460.commit pom.xml spec/pom.xml api/pom.xml tck/pom.xml [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config" && git symbolic-ref HEAD [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config" && git push git@github.com:eclipse/microprofile-config.git refs/heads/3.0.x:refs/heads/3.0.x [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [INFO] Release preparation complete. [INFO] [INFO] --- maven-release-plugin:2.5.3:perform (default-cli) @ microprofile-config-parent --- [INFO] Performing a LOCAL checkout from scm:git:file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [INFO] Checking out the project to perform the release ... [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target" && git clone --branch 3.0.3 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config' '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout' [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target [INFO] Executing: /bin/sh -c cd /tmp && git ls-remote 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config' [INFO] Working directory: /tmp [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout" && git fetch 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config' [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout" && git checkout 3.0.3 [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout" && git ls-files [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout [INFO] Invoking perform goals in directory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout [INFO] Executing goals 'deploy'... [INFO] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) [INFO] Maven home: /opt/tools/apache-maven/3.8.5 [INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre [INFO] Default locale: en_US, platform encoding: UTF-8 [INFO] OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] [INFO] Scanning for projects... [INFO] [WARNING] [INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.config:microprofile-config-spec:pom:3.0.3 [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.5:super-pom, jar:file:/opt/tools/apache-maven/3.8.5/lib/maven-model-builder-3.8.5.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19 [INFO] [WARNING] [INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.config:microprofile-config-api:jar:3.0.3 [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.5:super-pom, jar:file:/opt/tools/apache-maven/3.8.5/lib/maven-model-builder-3.8.5.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19 [INFO] [WARNING] [INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.config:microprofile-config-tck:jar:3.0.3 [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.5:super-pom, jar:file:/opt/tools/apache-maven/3.8.5/lib/maven-model-builder-3.8.5.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19 [INFO] [WARNING] [INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.config:microprofile-config-parent:pom:3.0.3 [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.5:super-pom, jar:file:/opt/tools/apache-maven/3.8.5/lib/maven-model-builder-3.8.5.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19 [INFO] [WARNING] [INFO] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [INFO] [WARNING] [INFO] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [INFO] [WARNING] [INFO] [INFO] Inspecting build with total of 4 modules... [INFO] [INFO] Installing Nexus Staging features: [INFO] [INFO] ... total of 4 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Build Order: [INFO] [INFO] [INFO] [INFO] MicroProfile Config [pom] [INFO] [INFO] MicroProfile Config Specification [pom] [INFO] [INFO] MicroProfile Config API [jar] [INFO] [INFO] MicroProfile Config TCK [jar] [INFO] [INFO] [INFO] [INFO] -----< org.eclipse.microprofile.config:microprofile-config-parent >----- [INFO] [INFO] Building MicroProfile Config 3.0.3 [1/4] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-config-parent --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 78 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 1 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-config-parent --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 0 [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-config-parent --- [INFO] [INFO] Total Files Processed: 0 in 00:00.003 [INFO] [INFO] Already Sorted: 0 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-config-parent --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-config-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-config-parent --- [INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-config-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-config-parent --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-parent/3.0.3/microprofile-config-parent-3.0.3.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/microprofile-config-parent-3.0.3.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-parent/3.0.3/microprofile-config-parent-3.0.3.pom.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-config-parent --- [INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging")... [INFO] [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] [INFO] * Using staging profile ID "72ca920b8d0826" (matched by Nexus). [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-parent/3.0.3/microprofile-config-parent-3.0.3.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/microprofile-config-parent-3.0.3.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-parent/3.0.3/microprofile-config-parent-3.0.3.pom.asc [INFO] [INFO] Execution skipped to the last project... [INFO] [INFO] [INFO] [INFO] ------< org.eclipse.microprofile.config:microprofile-config-spec >------ [INFO] [INFO] Building MicroProfile Config Specification 3.0.3 [2/4] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-config-spec --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 10 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-year) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-config-spec --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 0 [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-config-spec --- [INFO] [INFO] Total Files Processed: 0 in 00:00.000 [INFO] [INFO] Already Sorted: 0 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-pdf) @ microprofile-config-spec --- [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/src/docs/asciidoc does not exist [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/src/asciidoc does not exist [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 0 resource [INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConfigSource [INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConfigSource [INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConfigSource [INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/src/main/asciidoc/microprofile-config-spec.asciidoc [INFO] [INFO] [INFO] [INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-html) @ microprofile-config-spec --- [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/src/docs/asciidoc does not exist [INFO] [INFO] sourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/src/asciidoc does not exist [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 0 resource [INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConfigSource [INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConfigSource [INFO] [INFO] asciidoctor: INFO: possible invalid reference: ConfigSource [INFO] [INFO] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/src/main/asciidoc/microprofile-config-spec.asciidoc [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-config-spec --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:attach-artifact (attach-artifacts) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-config-spec --- [INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-config-spec --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-spec/3.0.3/microprofile-config-spec-3.0.3.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/target/generated-docs/microprofile-config-spec-3.0.3.pdf to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-spec/3.0.3/microprofile-config-spec-3.0.3.pdf [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/target/generated-docs/microprofile-config-spec-3.0.3.html to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-spec/3.0.3/microprofile-config-spec-3.0.3.html [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/target/microprofile-config-spec-3.0.3.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-spec/3.0.3/microprofile-config-spec-3.0.3.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/target/gpg/target/generated-docs/microprofile-config-spec-3.0.3.pdf.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-spec/3.0.3/microprofile-config-spec-3.0.3.pdf.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/target/gpg/target/generated-docs/microprofile-config-spec-3.0.3.html.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-spec/3.0.3/microprofile-config-spec-3.0.3.html.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-config-spec --- [INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging")... [INFO] [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] [INFO] * Using staging profile ID "72ca920b8d0826" (matched by Nexus). [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-spec/3.0.3/microprofile-config-spec-3.0.3.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/target/generated-docs/microprofile-config-spec-3.0.3.pdf to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-spec/3.0.3/microprofile-config-spec-3.0.3.pdf [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/target/generated-docs/microprofile-config-spec-3.0.3.html to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-spec/3.0.3/microprofile-config-spec-3.0.3.html [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/target/microprofile-config-spec-3.0.3.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-spec/3.0.3/microprofile-config-spec-3.0.3.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/target/gpg/target/generated-docs/microprofile-config-spec-3.0.3.pdf.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-spec/3.0.3/microprofile-config-spec-3.0.3.pdf.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/target/gpg/target/generated-docs/microprofile-config-spec-3.0.3.html.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-spec/3.0.3/microprofile-config-spec-3.0.3.html.asc [INFO] [INFO] Execution skipped to the last project... [INFO] [INFO] [INFO] [INFO] ------< org.eclipse.microprofile.config:microprofile-config-api >------- [INFO] [INFO] Building MicroProfile Config API 3.0.3 [3/4] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-config-api --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 14 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 14 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-config-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-config-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 0 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-config-api --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-config-api --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 13 [INFO] [INFO] Successfully formatted: 0 file(s) [INFO] [INFO] Fail to format: 0 file(s) [INFO] [INFO] Skipped: 13 file(s) [INFO] [INFO] Read only skipped: 0 file(s) [INFO] [INFO] Approximate time taken: 1s [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-config-api --- [INFO] [INFO] Total Files Processed: 13 in 00:00.470 [INFO] [INFO] Already Sorted: 13 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-config-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-config-api --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/classes [INFO] [INFO] [INFO] [INFO] --- bnd-maven-plugin:5.2.0:bnd-process (default) @ microprofile-config-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-config-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/src/test/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-config-api --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-config-api --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-config-api --- [INFO] [INFO] No tests to run. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-config-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-config-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-config-api >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-config-api --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 14 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 14 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-config-api --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-config-api --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 0 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-config-api --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-config-api <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-config-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-config-api --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3-sources.jar [INFO] [WARNING] artifact org.eclipse.microprofile.config:microprofile-config-api:java-source:sources:3.0.3 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-config-api --- [INFO] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.config... [INFO] Loading source files for package org.eclipse.microprofile.config.inject... [INFO] Loading source files for package org.eclipse.microprofile.config.spi... [INFO] Constructing Javadoc information... [INFO] Standard Doclet version 1.8.0_292 [INFO] Building tree for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/Config.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/ConfigProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/ConfigValue.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/inject/ConfigProperties.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/inject/ConfigProperties.Literal.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/inject/ConfigProperty.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigBuilder.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigProviderResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/spi/ConfigSourceProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/spi/Converter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/inject/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/inject/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/inject/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/spi/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/spi/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/spi/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/serialized-form.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/class-use/ConfigValue.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/class-use/ConfigProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/class-use/Config.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/inject/class-use/ConfigProperty.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/inject/class-use/ConfigProperties.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/inject/class-use/ConfigProperties.Literal.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/Converter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigSourceProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigProviderResolver.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/spi/class-use/ConfigBuilder.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/inject/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/org/eclipse/microprofile/config/spi/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/index-all.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/allclasses-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/allclasses-noframe.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/overview-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/help-doc.html... [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- bnd-baseline-maven-plugin:5.2.0:baseline (baseline) @ microprofile-config-api --- [INFO] [INFO] Determining the baseline version for org.eclipse.microprofile.config:microprofile-config-api:jar:(,3.0.3) using repositories [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] [INFO] The baseline version was found to be 3.0.2 [INFO] [INFO] Baselining check succeeded checking org.eclipse.microprofile.config:microprofile-config-api:jar:3.0.3 against org.eclipse.microprofile.config:microprofile-config-api:jar:3.0.2 [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-config-api --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-config-api --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3-javadoc.jar.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-config-api --- [INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging")... [INFO] [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] [INFO] * Using staging profile ID "72ca920b8d0826" (matched by Nexus). [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3-sources.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3-sources.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.0.3-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3-javadoc.jar.asc [INFO] [INFO] Execution skipped to the last project... [INFO] [INFO] [INFO] [INFO] ------< org.eclipse.microprofile.config:microprofile-config-tck >------- [INFO] [INFO] Building MicroProfile Config TCK 3.0.3 [4/4] [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-config-tck --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 72 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 72 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-config-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-config-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-config-tck --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-config-tck --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 71 [INFO] [INFO] Successfully formatted: 0 file(s) [INFO] [INFO] Fail to format: 0 file(s) [INFO] [INFO] Skipped: 71 file(s) [INFO] [INFO] Read only skipped: 0 file(s) [INFO] [INFO] Approximate time taken: 0s [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-config-tck --- [INFO] [INFO] Total Files Processed: 71 in 00:00.809 [INFO] [INFO] Already Sorted: 71 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ microprofile-config-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 6 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ microprofile-config-tck --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ microprofile-config-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/src/test/resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ microprofile-config-tck --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-config-tck --- [INFO] [INFO] Starting audit... [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/src/main/java/org/eclipse/microprofile/config/tck/CDIPropertyExpressionsTest.java:52:28: Variable 'propertyExpressionBean' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/src/main/java/org/eclipse/microprofile/config/tck/CDIPropertyExpressionsTest.java:71:16: Variable 'expression' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/src/main/java/org/eclipse/microprofile/config/tck/CDIPropertyExpressionsTest.java:74:21: Variable 'expressionConfigValue' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/src/main/java/org/eclipse/microprofile/config/tck/CDIPropertyExpressionsTest.java:77:16: Variable 'expressionDefault' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:180:13: Variable 'age' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:181:25: Variable 'location' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:184:25: Variable 'hobbies' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:198:13: Variable 'port' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:199:16: Variable 'endpoint' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:210:23: Variable 'name' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:211:20: Variable 'age' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:225:20: Variable 'port' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/src/main/java/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.java:229:33: Variable 'location' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/src/main/java/org/eclipse/microprofile/config/tck/broken/ConfigPropertiesBeanMissingProperty.java:27:16: Variable 'age' must be private and have accessor methods. [VisibilityModifier] [INFO] [WARN] /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/src/main/java/org/eclipse/microprofile/config/tck/broken/ConfigPropertiesBeanMissingProperty.java:28:19: Variable 'nationality' must be private and have accessor methods. [VisibilityModifier] [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ microprofile-config-tck --- [INFO] [INFO] No tests to run. [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-main-javadocs) @ microprofile-config-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-licenses-test-javadocs) @ microprofile-config-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 2 resources [INFO] [INFO] [INFO] [INFO] --- copy-rename-maven-plugin:1.0:copy (copy-license-main) @ microprofile-config-tck --- [INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/licenses/eftckl-1.0 to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/classes/META-INF/LICENSE [INFO] [INFO] [INFO] [INFO] --- copy-rename-maven-plugin:1.0:copy (copy-license-test) @ microprofile-config-tck --- [INFO] [INFO] Copied /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/licenses/eftckl-1.0 to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/test-classes/META-INF/LICENSE [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ microprofile-config-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3.jar [INFO] [INFO] [INFO] [INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ microprofile-config-tck >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-config-tck --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 72 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 72 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:timestamp-property (generate-timestamp) @ microprofile-config-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-readme) @ microprofile-config-tck --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] [INFO] Copying 1 resource [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-licenses) @ microprofile-config-tck --- [INFO] [INFO] Configured Artifact: org.eclipse.microprofile:build-tools:1.1:jar [INFO] [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/microprofile/build-tools/1.1/build-tools-1.1.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target with includes "licenses/*" and excludes "" [INFO] [INFO] [INFO] [INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ microprofile-config-tck <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ microprofile-config-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-config-tck --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3-sources.jar [INFO] [WARNING] artifact org.eclipse.microprofile.config:microprofile-config-tck:java-source:sources:3.0.3 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-config-tck --- [INFO] [INFO] No previous run data found, generating javadoc. [INFO] [INFO] [INFO] Loading source files for package org.eclipse.microprofile.config.tck... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.base... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.broken... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.configsources... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.converters... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.converters.convertToNull... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.converters.custom... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.converters.implicit... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.emptyvalue... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.profile... [INFO] Loading source files for package org.eclipse.microprofile.config.tck.util... [INFO] Constructing Javadoc information... [INFO] Standard Doclet version 1.8.0_292 [INFO] Building tree for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/ArrayConverterBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/ArrayConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/AutoDiscoveredConfigSourceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/CdiOptionalInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPlainInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPlainInjectionTest.DefaultPropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPlainInjectionTest.DynamicValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPlainInjectionTest.SimpleValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPlainInjectionTest.TestConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPropertyExpressionsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPropertyExpressionsTest.PropertyExpressionBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPropertyExpressionsTest.PropertyExpressionConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/CDIPropertyNameMatchingTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/ClassConverterBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/ClassConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.BeanFour.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.BeanOne.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.BeanThree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigPropertiesTest.BeanTwo.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigProviderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigValueTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigValueTest.ConfigValueBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigValueTest.ConfigValueConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConfigValueTest.ConfigValueLowerConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/ConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/CustomConfigSourceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/CustomConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/ImplicitConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/Location.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/OptionalValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/ParseConverterInjection.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/PropertyExpressionsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/SimpleValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/WarPropertiesLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/base/AbstractTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/ConfigOwner.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/ConfigPropertiesBeanMissingProperty.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/ConfigPropertiesMissingPropertyInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/CustomConverterBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/CustomConverterBean.ConfigOwner.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/CustomConverterBean.CustomType.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/MissingConverterOnInstanceInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/MissingValueOnInstanceInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/MissingValueOnObserverMethodInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/WrongConverterOnInstanceInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/CustomConfigProfileConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/CustomConfigSourceProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/CustomDbConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/DefaultConfigSourceOrdinalTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/SampleYamlConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/Donald.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/Duck.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/DuckConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/NullConvertersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/Pizza.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/PizzaConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/UpperCaseDuckConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/ConvertedNullValueBrokenInjectionBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/ConvertedNullValueBrokenInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/ConvertedNullValueTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/ConvertedNullValueTest.MyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/BooleanConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/CharacterConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/DoubleConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/IntegerConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/LongConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/ConvTestSequenceOfBeforeValueOf.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/ConvTestSequenceParseBeforeConstructor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/ConvTestSequenceValueOfBeforeParse.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/ConvTestTypeWCharSequenceParse.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/ConvTestTypeWStringCt.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/ConvTestTypeWStringOf.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/ConvTestTypeWStringValueOf.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/SomeEnumToConvert.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/EmptyValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/EmptyValuesTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/EmptyValuesTestProgrammaticLookup.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/ConfigPropertyFileProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/ConfigPropertyFileProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/DevConfigProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/DevConfigProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/InvalidConfigProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/InvalidConfigProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/ProdProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/ProdProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/TestConfigProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/TestConfigProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/TestCustomConfigProfile.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/TestCustomConfigProfile.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/util/AdditionalAssertions.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/util/AdditionalMatchers.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/overview-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/base/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/base/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/base/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/util/package-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/util/package-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/util/package-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/constant-values.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/serialized-form.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/WarPropertiesLocationTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/SimpleValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/PropertyExpressionsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ParseConverterInjection.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/OptionalValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/Location.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ImplicitConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CustomConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CustomConfigSourceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigValueTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigValueTest.ConfigValueConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigValueTest.ConfigValueLowerConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigValueTest.ConfigValueBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigProviderTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigPropertiesTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigPropertiesTest.BeanOne.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigPropertiesTest.BeanTwo.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigPropertiesTest.BeanThree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConfigPropertiesTest.BeanFour.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ClassConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ClassConverterBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CdiOptionalInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPropertyNameMatchingTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPropertyExpressionsTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPropertyExpressionsTest.PropertyExpressionBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPropertyExpressionsTest.PropertyExpressionConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPlainInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPlainInjectionTest.SimpleValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPlainInjectionTest.DynamicValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPlainInjectionTest.DefaultPropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/CDIPlainInjectionTest.TestConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/AutoDiscoveredConfigSourceTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ArrayConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ArrayConverterBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/base/class-use/AbstractTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/WrongConverterOnInstanceInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/MissingValueOnObserverMethodInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/MissingValueOnInstanceInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/MissingConverterOnInstanceInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/CustomConverterBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/CustomConverterBean.ConfigOwner.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/CustomConverterBean.CustomType.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/ConfigPropertiesMissingPropertyInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/ConfigPropertiesBeanMissingProperty.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/class-use/ConfigOwner.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/class-use/SampleYamlConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/class-use/DefaultConfigSourceOrdinalTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/class-use/CustomDbConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/class-use/CustomConfigSourceProvider.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/class-use/CustomConfigProfileConfigSource.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/class-use/UpperCaseDuckConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/class-use/PizzaConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/class-use/Pizza.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/class-use/NullConvertersTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/class-use/DuckConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/class-use/Duck.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/class-use/Donald.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/class-use/ConvertedNullValueTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/class-use/ConvertedNullValueTest.MyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/class-use/ConvertedNullValueBrokenInjectionTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/class-use/ConvertedNullValueBrokenInjectionBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/class-use/LongConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/class-use/IntegerConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/class-use/DoubleConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/class-use/CharacterConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/class-use/BooleanConverter.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/class-use/SomeEnumToConvert.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/class-use/ConvTestTypeWStringValueOf.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/class-use/ConvTestTypeWStringOf.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/class-use/ConvTestTypeWStringCt.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/class-use/ConvTestTypeWCharSequenceParse.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/class-use/ConvTestSequenceValueOfBeforeParse.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/class-use/ConvTestSequenceParseBeforeConstructor.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/class-use/ConvTestSequenceOfBeforeValueOf.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/class-use/EmptyValuesTestProgrammaticLookup.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/class-use/EmptyValuesTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/class-use/EmptyValuesBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/TestCustomConfigProfile.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/TestCustomConfigProfile.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/TestConfigProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/TestConfigProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/ProdProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/ProdProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/InvalidConfigProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/InvalidConfigProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/DevConfigProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/DevConfigProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/ConfigPropertyFileProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/ConfigPropertyFileProfileTest.ProfilePropertyBean.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/util/class-use/AdditionalMatchers.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/util/class-use/AdditionalAssertions.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/base/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/broken/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/configsources/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/convertToNull/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/custom/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/converters/implicit/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/emptyvalue/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/package-use.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/util/package-use.html... [INFO] Building index for all the packages and classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/overview-tree.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/index-all.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/deprecated-list.html... [INFO] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/allclasses-frame.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/allclasses-noframe.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/overview-summary.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/help-doc.html... [INFO] 2 warnings [INFO] [WARNING] Javadoc Warnings [INFO] [WARNING] javadoc: warning - Class org.osgi.annotation.bundle.Requirements not found. [INFO] [WARNING] javadoc: warning - Class org.osgi.annotation.bundle.Requirements not found. [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-config-tck --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-config-tck --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/3.0.3/microprofile-config-tck-3.0.3.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/3.0.3/microprofile-config-tck-3.0.3.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/3.0.3/microprofile-config-tck-3.0.3-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/3.0.3/microprofile-config-tck-3.0.3-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/3.0.3/microprofile-config-tck-3.0.3.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/3.0.3/microprofile-config-tck-3.0.3.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/3.0.3/microprofile-config-tck-3.0.3-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/3.0.3/microprofile-config-tck-3.0.3-javadoc.jar.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-config-tck --- [INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging")... [INFO] [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] [INFO] * Using staging profile ID "72ca920b8d0826" (matched by Nexus). [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-tck/3.0.3/microprofile-config-tck-3.0.3.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-tck/3.0.3/microprofile-config-tck-3.0.3.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3-sources.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-tck/3.0.3/microprofile-config-tck-3.0.3-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-tck/3.0.3/microprofile-config-tck-3.0.3-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-tck/3.0.3/microprofile-config-tck-3.0.3.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-tck/3.0.3/microprofile-config-tck-3.0.3.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3-sources.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-tck/3.0.3/microprofile-config-tck-3.0.3-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.0.3-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/config/microprofile-config-tck/3.0.3/microprofile-config-tck-3.0.3-javadoc.jar.asc [INFO] [INFO] Performing remote staging... [INFO] [INFO] [INFO] [INFO] * Remote staging into staging profile ID "72ca920b8d0826" [INFO] [INFO] * Created staging repository with ID "orgeclipsemicroprofile-1586". [INFO] [INFO] * Uploading locally staged artifacts to profile org.eclipse.microprofile [INFO] [INFO] * Upload of locally staged artifacts finished. [INFO] [INFO] * Closing staging repository with ID "orgeclipsemicroprofile-1586". [INFO] [INFO] Waiting for operation to complete............... [INFO] [INFO] [INFO] Remote staged 1 repositories, finished with success. [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary for MicroProfile Config 3.0.3: [INFO] [INFO] [INFO] [INFO] MicroProfile Config ................................ SUCCESS [ 5.131 s] [INFO] [INFO] MicroProfile Config Specification .................. SUCCESS [ 24.595 s] [INFO] [INFO] MicroProfile Config API ............................ SUCCESS [ 7.552 s] [INFO] [INFO] MicroProfile Config TCK ............................ SUCCESS [ 54.982 s] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 01:33 min [INFO] [INFO] Finished at: 2023-04-06T10:31:48Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Cleaning up after release... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for MicroProfile Config 3.0.3-SNAPSHOT: [INFO] [INFO] MicroProfile Config ................................ SUCCESS [02:54 min] [INFO] MicroProfile Config Specification .................. SKIPPED [INFO] MicroProfile Config API ............................ SKIPPED [INFO] MicroProfile Config TCK ............................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:58 min [INFO] Finished at: 2023-04-06T10:31:48Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 256 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Copy Specs) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.microprofile (ssh://genie.microprofile@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-661WAwRnkcDO/agent.1037 SSH_AGENT_PID=1039 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config@tmp/private_key_6674184785786816349.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config@tmp/private_key_6674184785786816349.key) [ssh-agent] Started. [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] fileExists [Pipeline] sh + ssh genie.microprofile@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-config-3.0.3 Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). [Pipeline] sh + scp -r spec/target/generated-docs/microprofile-config-spec-3.0.3.html spec/target/generated-docs/microprofile-config-spec-3.0.3.pdf genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-config-3.0.3 Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). [Pipeline] fileExists [Pipeline] sh + scp api/target/microprofile-config-api-3.0.3.jar api/target/microprofile-config-api-3.0.3-javadoc.jar api/target/microprofile-config-api-3.0.3-sources.jar genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-config-3.0.3/ Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). [Pipeline] sh + ssh genie.microprofile@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-config-3.0.3/apidocs Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). [Pipeline] sh + scp -r api/target/apidocs/allclasses-frame.html api/target/apidocs/allclasses-noframe.html api/target/apidocs/constant-values.html api/target/apidocs/deprecated-list.html api/target/apidocs/help-doc.html api/target/apidocs/index-all.html api/target/apidocs/index.html api/target/apidocs/licenses api/target/apidocs/org api/target/apidocs/overview-frame.html api/target/apidocs/overview-summary.html api/target/apidocs/overview-tree.html api/target/apidocs/package-list api/target/apidocs/script.js api/target/apidocs/serialized-form.html api/target/apidocs/stylesheet.css genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-config-3.0.3/apidocs Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). [Pipeline] fileExists [Pipeline] sh + find tck -name '*.jar' + xargs '-I{}' scp '{}' genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-config-3.0.3/ Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). [Pipeline] fileExists [Pipeline] fileExists [Pipeline] fileExists [Pipeline] } [Pipeline] // script [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1039 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [Pipeline] { [Pipeline] archive The archive step is deprecated, please use archiveArtifacts instead. [Pipeline] sh + rm -f ../output-settings.xml [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // script [Pipeline] deleteDir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS