Started by user Emily Jiang Rebuilds build #838 Running as Emily Jiang Obtained buildScripts/release.groovy from git https://github.com/eclipse/microprofile-build-infra.git [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-dm8nd is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-dm8nd" 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-dm8nd" - 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-dm8nd" - 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-3107.v665000b_51092" 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-dm8nd 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-ssh14978836800283760893.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 > 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 Avoid second fetch Checking out Revision 6f1ba572ee2038ca2f6f0793125a797a7760c324 (refs/remotes/origin/main) > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6f1ba572ee2038ca2f6f0793125a797a7760c324 # timeout=10 Commit message: "Merge pull request #9 from Emily-Jiang/rename-master" > git rev-list --no-walk 6f1ba572ee2038ca2f6f0793125a797a7760c324 # 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 05d4d30f2f2f8e67e6338e625ddc06a27ba5b46d (refs/remotes/origin/main) Commit message: "Update to use the consistent parent pom.xml (#795)" 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-ssh4234796042491854017.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/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 05d4d30f2f2f8e67e6338e625ddc06a27ba5b46d # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b main 05d4d30f2f2f8e67e6338e625ddc06a27ba5b46d # timeout=10 > git rev-list --no-walk 9ea3fb6e5317e6f9f676c5c6527196a772c5858f # 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 " 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 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 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 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 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 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 [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-IWctq2qKSzNd/agent.245 SSH_AGENT_PID=247 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config@tmp/private_key_17318119960860424232.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config@tmp/private_key_17318119960860424232.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] tool [Pipeline] tool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn -q -N io.takari:maven:0.7.7:wrapper -Dmaven=3.9.0 Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" + ./mvnw -v Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584) Maven home: /home/jenkins/.m2/wrapper/dists/apache-maven-3.9.0-bin/7u41pcsb933vr4m6u83d7ofakm/apache-maven-3.9.0 Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [Pipeline] sh + ./mvnw -s /home/jenkins/.m2/settings.xml release:prepare release:perform -B -Dtag=3.1 -DdevelopmentVersion=3.2-SNAPSHOT -DreleaseVersion=3.1 -Drevremark=Final -Drelease.revision=Final -DstagingProgressTimeoutMinutes=20 Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584) Maven home: /home/jenkins/.m2/wrapper/dists/apache-maven-3.9.0-bin/7u41pcsb933vr4m6u83d7ofakm/apache-maven-3.9.0 Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.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.2-SNAPSHOT [1/4] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- release:3.0.0-M7:prepare (default-cli) @ microprofile-config-parent --- [INFO] starting prepare goal, composed of 17 phases: check-poms, scm-check-modifications, check-dependency-snapshots, create-backup-poms, map-release-versions, input-variables, map-development-versions, rewrite-poms-for-release, generate-release-poms, run-preparation-goals, scm-commit-release, scm-tag, rewrite-poms-for-development, remove-release-poms, run-completion-goals, scm-commit-development, end-release [INFO] 1/17 prepare:check-poms [INFO] 2/17 prepare:scm-check-modifications [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-prefix' [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: ?? .mvn/ [WARNING] Ignoring unrecognized line: ?? mvnw [WARNING] Ignoring unrecognized line: ?? mvnw.cmd [WARNING] Ignoring unrecognized line: ?? release.properties [INFO] 3/17 prepare:check-dependency-snapshots [INFO] Checking dependencies and plugins for snapshots ... [INFO] 4/17 prepare:create-backup-poms [INFO] Creating pom.xml backup with .releaseBackup suffix [INFO] 5/17 prepare:map-release-versions [INFO] 6/17 prepare:input-variables [INFO] 7/17 prepare:map-development-versions [INFO] 8/17 prepare:rewrite-poms-for-release [INFO] Transforming pom.xml microprofile-config-parent 'MicroProfile Config'... [INFO] Ignoring artifact version update for expression ${project.version} [INFO] Transforming spec/pom.xml microprofile-config-spec 'MicroProfile Config Specification'... [INFO] Transforming api/pom.xml microprofile-config-api 'MicroProfile Config API'... [INFO] Transforming tck/pom.xml microprofile-config-tck 'MicroProfile Config TCK'... [INFO] 9/17 prepare:generate-release-poms [INFO] Not generating release POMs [INFO] 10/17 prepare:run-preparation-goals [INFO] Executing goals 'verify'... [INFO] Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584) [INFO] Maven home: /home/jenkins/.m2/wrapper/dists/apache-maven-3.9.0-bin/7u41pcsb933vr4m6u83d7ofakm/apache-maven-3.9.0 [INFO] Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 [INFO] Default locale: en_US, platform encoding: UTF-8 [INFO] OS name: "linux", version: "5.18.5-100.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.1 [1/4] [INFO] [INFO] from pom.xml [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat:0.15: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] 77 implicit excludes. [INFO] [INFO] 7 explicit excludes. [INFO] [INFO] 1 resources included [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] [INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-config-parent --- [INFO] [INFO] [INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-config-parent --- [INFO] [INFO] Processed 0 files in 00:00.003 (Already Sorted: 0, Needed Sorting: 0) [INFO] [INFO] [INFO] [INFO] --- checkstyle:3.2.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] --- source:3.2.0:jar-no-fork (attach-sources) @ microprofile-config-parent --- [INFO] [INFO] [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-config-parent --- [INFO] [INFO] [INFO] [INFO] ------< org.eclipse.microprofile.config:microprofile-config-spec >------ [INFO] [INFO] Building MicroProfile Config Specification 3.1 [2/4] [INFO] [INFO] from spec/pom.xml [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat:0.15: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. [INFO] [INFO] 7 explicit excludes. [INFO] [INFO] 10 resources included [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-year) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-config-spec --- [INFO] [INFO] Processed 0 files in 00:00.000 (Already Sorted: 0, Needed Sorting: 0) [INFO] [INFO] [INFO] [INFO] --- asciidoctor:2.2.2: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] Using 'UTF-8' encoding to copy filtered properties files. [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:2.2.2: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] Using 'UTF-8' encoding to copy filtered properties files. [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] --- checkstyle:3.2.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:3.3.0:attach-artifact (attach-artifacts) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- source:3.2.0:jar-no-fork (attach-sources) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] ------< org.eclipse.microprofile.config:microprofile-config-api >------- [INFO] [INFO] Building MicroProfile Config API 3.1 [3/4] [INFO] [INFO] from api/pom.xml [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat:0.15: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. [INFO] [INFO] 7 explicit excludes. [INFO] [INFO] 14 resources included [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 14 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-config-api --- [INFO] [INFO] [INFO] [INFO] --- resources: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] --- dependency: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:2.22.0:format (default) @ microprofile-config-api --- [INFO] [INFO] Processed 13 files in 1s177ms (Formatted: 0, Unchanged: 13, Failed: 0, Readonly: 0) [INFO] [INFO] [INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-config-api --- [INFO] [INFO] Processed 13 files in 00:00.301 (Already Sorted: 13, Needed Sorting: 0) [INFO] [INFO] [INFO] [INFO] --- resources: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] --- compiler: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:6.4.0:bnd-process (default) @ microprofile-config-api --- [INFO] [INFO] [INFO] [INFO] --- resources: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] --- compiler:3.10.1:testCompile (default-testCompile) @ microprofile-config-api --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- checkstyle:3.2.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] --- surefire:3.0.0-M8:test (default-test) @ microprofile-config-api --- [INFO] [INFO] No tests to run. [INFO] [INFO] [INFO] [INFO] --- resources: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] --- jar: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.1.jar [INFO] [INFO] [INFO] [INFO] >>> source:3.2.0:jar (attach-sources) > generate-sources @ microprofile-config-api >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat:0.15: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. [INFO] [INFO] 7 explicit excludes. [INFO] [INFO] 14 resources included [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 14 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-config-api --- [INFO] [INFO] [INFO] [INFO] --- resources: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] --- dependency: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] <<< source:3.2.0:jar (attach-sources) < generate-sources @ microprofile-config-api <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- source: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.1-sources.jar [INFO] [INFO] [INFO] [INFO] --- source:3.2.0:jar-no-fork (attach-sources) @ microprofile-config-api --- [INFO] [WARNING] artifact org.eclipse.microprofile.config:microprofile-config-api:java-source:sources:3.1 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- javadoc: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 11.0.11 [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/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-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-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/Config.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/ConfigValue.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/inject/class-use/ConfigProperty.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/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/ConfigSource.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/Converter.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] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/allclasses-index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/allpackages-index.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.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/apidocs/allclasses.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.1-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- bnd-baseline:6.4.0:baseline (baseline) @ microprofile-config-api --- [INFO] [INFO] Determining the baseline version for org.eclipse.microprofile.config:microprofile-config-api:jar:(,3.1) 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.3 [INFO] [INFO] Baseline bundle /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/microprofile-config-api-3.1.jar against baseline /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.jar [INFO] [INFO] Baseline check succeeded. See the report in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/api/target/baseline/microprofile-config-api-3.1.txt. [INFO] [INFO] [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-config-api --- [INFO] [INFO] [INFO] [INFO] ------< org.eclipse.microprofile.config:microprofile-config-tck >------- [INFO] [INFO] Building MicroProfile Config TCK 3.1 [4/4] [INFO] [INFO] from tck/pom.xml [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat:0.15: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. [INFO] [INFO] 7 explicit excludes. [INFO] [INFO] 73 resources included [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 73 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-config-tck --- [INFO] [INFO] [INFO] [INFO] --- resources: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] --- dependency: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:2.22.0:format (default) @ microprofile-config-tck --- [INFO] [INFO] Processed 72 files in 569ms (Formatted: 0, Unchanged: 72, Failed: 0, Readonly: 0) [INFO] [INFO] [INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-config-tck --- [INFO] [INFO] Processed 72 files in 00:00.687 (Already Sorted: 72, Needed Sorting: 0) [INFO] [INFO] [INFO] [INFO] --- resources: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] --- compiler:3.10.1:compile (default-compile) @ microprofile-config-tck --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/classes [INFO] [INFO] [INFO] [INFO] --- resources: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] --- compiler:3.10.1:testCompile (default-testCompile) @ microprofile-config-tck --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- checkstyle:3.2.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:59: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:92: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:95: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:98: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/CDIPropertyExpressionsTest.java:101:26: Variable 'badExpansion' 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:104:21: Variable 'badExpansionInt' 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:107:24: Variable 'badExpansionDouble' 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:110:22: Variable 'badExpansionLong' 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:113:21: Variable 'badExpansionConfigValue' 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:85:19: Variable 'bean' 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:171: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:172: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:175: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:189: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:190: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:201: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:202: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:217: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:221: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:30: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:31: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] --- surefire:3.0.0-M8:test (default-test) @ microprofile-config-tck --- [INFO] [INFO] No tests to run. [INFO] [INFO] [INFO] [INFO] --- resources: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] --- resources: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:1.0.1: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:1.0.1: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] --- jar: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.1.jar [INFO] [INFO] [INFO] [INFO] >>> source:3.2.0:jar (attach-sources) > generate-sources @ microprofile-config-tck >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat:0.15: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. [INFO] [INFO] 7 explicit excludes. [INFO] [INFO] 73 resources included [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 73 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-config-tck --- [INFO] [INFO] [INFO] [INFO] --- resources: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] --- dependency: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] <<< source:3.2.0:jar (attach-sources) < generate-sources @ microprofile-config-tck <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- source: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.1-sources.jar [INFO] [INFO] [INFO] [INFO] --- source:3.2.0:jar-no-fork (attach-sources) @ microprofile-config-tck --- [INFO] [WARNING] artifact org.eclipse.microprofile.config:microprofile-config-tck:java-source:sources:3.1 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- javadoc: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 11.0.11 [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/ConfigPropertiesTest.InjectingBean.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/ConverterTest.InjectingBean.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/ConfigObserver.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/OverrideConfigProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/OverrideConfigProfileTest.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/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-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-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-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-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-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-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-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-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-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-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/ArrayConverterBean.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/AutoDiscoveredConfigSourceTest.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.TestConfigSource.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.DynamicValuesBean.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/CDIPropertyExpressionsTest.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/CDIPropertyExpressionsTest.PropertyExpressionBean.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/CdiOptionalInjectionTest.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/ClassConverterTest.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.InjectingBean.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/ConfigPropertiesTest.BeanThree.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.BeanOne.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/ConfigValueTest.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/ConfigValueTest.ConfigValueLowerConfigSource.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/ConverterTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/class-use/ConverterTest.InjectingBean.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/CustomConverterTest.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/Location.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/ParseConverterInjection.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/SimpleValuesBean.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/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/ConfigObserver.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/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/ConfigPropertiesMissingPropertyInjectionTest.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.CustomType.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/MissingConverterOnInstanceInjectionTest.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/MissingValueOnObserverMethodInjectionTest.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/configsources/class-use/CustomConfigProfileConfigSource.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/CustomDbConfigSource.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/SampleYamlConfigSource.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/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/DuckConverter.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/Pizza.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/UpperCaseDuckConverter.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/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/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/custom/class-use/BooleanConverter.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/DoubleConverter.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/LongConverter.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/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/ConvTestSequenceValueOfBeforeParse.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/ConvTestTypeWStringCt.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/ConvTestTypeWStringValueOf.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/emptyvalue/class-use/EmptyValuesBean.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/EmptyValuesTestProgrammaticLookup.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/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/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/OverrideConfigProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/OverrideConfigProfileTest.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/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/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/util/class-use/AdditionalAssertions.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/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] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/allclasses-index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/allpackages-index.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.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/apidocs/allclasses.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] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/tck/target/microprofile-config-tck-3.1-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-config-tck --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary for MicroProfile Config 3.1: [INFO] [INFO] [INFO] [INFO] MicroProfile Config ................................ SUCCESS [ 7.599 s] [INFO] [INFO] MicroProfile Config Specification .................. SUCCESS [ 22.202 s] [INFO] [INFO] MicroProfile Config API ............................ SUCCESS [ 10.183 s] [INFO] [INFO] MicroProfile Config TCK ............................ SUCCESS [ 9.425 s] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 53.228 s [INFO] [INFO] Finished at: 2023-09-19T21:50:35Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] 11/17 prepare:scm-commit-release [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-prefix' [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: ?? .mvn/ [WARNING] Ignoring unrecognized line: ?? api/pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? mvnw [WARNING] Ignoring unrecognized line: ?? mvnw.cmd [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-287554094.commit' [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/main:refs/heads/main' [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [INFO] 12/17 prepare:scm-tag [INFO] Tagging release with the label 3.1... [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config' && 'git' 'tag' '-F' '/tmp/maven-scm-2096304239.commit' '3.1' [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.1' [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] 13/17 prepare:rewrite-poms-for-development [INFO] Transforming pom.xml microprofile-config-parent 'MicroProfile Config'... [INFO] Ignoring artifact version update for expression ${project.version} [INFO] Transforming spec/pom.xml microprofile-config-spec 'MicroProfile Config Specification'... [INFO] Transforming api/pom.xml microprofile-config-api 'MicroProfile Config API'... [INFO] Transforming tck/pom.xml microprofile-config-tck 'MicroProfile Config TCK'... [INFO] 14/17 prepare:remove-release-poms [INFO] Not removing release POMs [INFO] 15/17 prepare:run-completion-goals [INFO] 16/17 prepare:scm-commit-development [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-prefix' [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: ?? .mvn/ [WARNING] Ignoring unrecognized line: ?? api/pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? mvnw [WARNING] Ignoring unrecognized line: ?? mvnw.cmd [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-1846483074.commit' [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/main:refs/heads/main' [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config [INFO] 17/17 prepare:end-release [INFO] Release preparation complete. [INFO] [INFO] --- release:3.0.0-M7:perform (default-cli) @ microprofile-config-parent --- [INFO] starting perform goal, composed of 3 phases: verify-completed-prepare-phases, checkout-project-from-scm, run-perform-goals [INFO] 1/3 perform:verify-completed-prepare-phases [INFO] 2/3 perform:checkout-project-from-scm [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' '--depth' '1' '--branch' '3.1' 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config' '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.1' [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] 3/3 perform:run-perform-goals [INFO] Invoking perform goals in directory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout [INFO] Executing goals 'deploy'... [INFO] Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584) [INFO] Maven home: /home/jenkins/.m2/wrapper/dists/apache-maven-3.9.0-bin/7u41pcsb933vr4m6u83d7ofakm/apache-maven-3.9.0 [INFO] Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 [INFO] Default locale: en_US, platform encoding: UTF-8 [INFO] OS name: "linux", version: "5.18.5-100.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.1 [1/4] [INFO] [INFO] from pom.xml [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat:0.15: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] 77 implicit excludes. [INFO] [INFO] 7 explicit excludes. [INFO] [INFO] 1 resources included [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] [INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-config-parent --- [INFO] [INFO] [INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-config-parent --- [INFO] [INFO] Processed 0 files in 00:00.002 (Already Sorted: 0, Needed Sorting: 0) [INFO] [INFO] [INFO] [INFO] --- checkstyle:3.2.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] --- source:3.2.0:jar-no-fork (attach-sources) @ microprofile-config-parent --- [INFO] [INFO] [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-config-parent --- [INFO] [INFO] [INFO] [INFO] --- install:3.1.0: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.1/microprofile-config-parent-3.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/microprofile-config-parent-3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-parent/3.1/microprofile-config-parent-3.1.pom.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging:1.6.13: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.1/microprofile-config-parent-3.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/target/microprofile-config-parent-3.1.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.1/microprofile-config-parent-3.1.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.1 [2/4] [INFO] [INFO] from spec/pom.xml [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat:0.15: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. [INFO] [INFO] 7 explicit excludes. [INFO] [INFO] 10 resources included [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-year) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-config-spec --- [INFO] [INFO] Processed 0 files in 00:00.000 (Already Sorted: 0, Needed Sorting: 0) [INFO] [INFO] [INFO] [INFO] --- asciidoctor:2.2.2: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] Using 'UTF-8' encoding to copy filtered properties files. [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:2.2.2: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] Using 'UTF-8' encoding to copy filtered properties files. [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] --- checkstyle:3.2.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:3.3.0:attach-artifact (attach-artifacts) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- source:3.2.0:jar-no-fork (attach-sources) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-config-spec --- [INFO] [INFO] [INFO] [INFO] --- install:3.1.0: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.1/microprofile-config-spec-3.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/target/generated-docs/microprofile-config-spec-3.1.pdf to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-spec/3.1/microprofile-config-spec-3.1.pdf [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/target/generated-docs/microprofile-config-spec-3.1.html to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-spec/3.1/microprofile-config-spec-3.1.html [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/target/microprofile-config-spec-3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-spec/3.1/microprofile-config-spec-3.1.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.1.pdf.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-spec/3.1/microprofile-config-spec-3.1.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.1.html.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-spec/3.1/microprofile-config-spec-3.1.html.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging:1.6.13: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.1/microprofile-config-spec-3.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/target/generated-docs/microprofile-config-spec-3.1.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.1/microprofile-config-spec-3.1.pdf [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/target/generated-docs/microprofile-config-spec-3.1.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.1/microprofile-config-spec-3.1.html [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/spec/target/microprofile-config-spec-3.1.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.1/microprofile-config-spec-3.1.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.1.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.1/microprofile-config-spec-3.1.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.1.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.1/microprofile-config-spec-3.1.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.1 [3/4] [INFO] [INFO] from api/pom.xml [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat:0.15: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. [INFO] [INFO] 7 explicit excludes. [INFO] [INFO] 14 resources included [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 14 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-config-api --- [INFO] [INFO] [INFO] [INFO] --- resources: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] --- dependency: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:2.22.0:format (default) @ microprofile-config-api --- [INFO] [INFO] Processed 13 files in 970ms (Formatted: 0, Unchanged: 13, Failed: 0, Readonly: 0) [INFO] [INFO] [INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-config-api --- [INFO] [INFO] Processed 13 files in 00:00.278 (Already Sorted: 13, Needed Sorting: 0) [INFO] [INFO] [INFO] [INFO] --- resources: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] --- compiler: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:6.4.0:bnd-process (default) @ microprofile-config-api --- [INFO] [INFO] [INFO] [INFO] --- resources: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] --- compiler:3.10.1:testCompile (default-testCompile) @ microprofile-config-api --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- checkstyle:3.2.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] --- surefire:3.0.0-M8:test (default-test) @ microprofile-config-api --- [INFO] [INFO] No tests to run. [INFO] [INFO] [INFO] [INFO] --- resources: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] --- jar: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.1.jar [INFO] [INFO] [INFO] [INFO] >>> source:3.2.0:jar (attach-sources) > generate-sources @ microprofile-config-api >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat:0.15: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. [INFO] [INFO] 7 explicit excludes. [INFO] [INFO] 14 resources included [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 14 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-config-api --- [INFO] [INFO] [INFO] [INFO] --- resources: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] --- dependency: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] <<< source:3.2.0:jar (attach-sources) < generate-sources @ microprofile-config-api <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- source: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.1-sources.jar [INFO] [INFO] [INFO] [INFO] --- source:3.2.0:jar-no-fork (attach-sources) @ microprofile-config-api --- [INFO] [WARNING] artifact org.eclipse.microprofile.config:microprofile-config-api:java-source:sources:3.1 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- javadoc: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 11.0.11 [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/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-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-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/Config.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/ConfigValue.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/inject/class-use/ConfigProperty.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/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/ConfigSource.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/Converter.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] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/allclasses-index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/allpackages-index.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.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/apidocs/allclasses.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.1-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- bnd-baseline:6.4.0:baseline (baseline) @ microprofile-config-api --- [INFO] [INFO] Determining the baseline version for org.eclipse.microprofile.config:microprofile-config-api:jar:(,3.1) 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.3 [INFO] [INFO] Baseline bundle /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.1.jar against baseline /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.jar [INFO] [INFO] Baseline check succeeded. See the report in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/baseline/microprofile-config-api-3.1.txt. [INFO] [INFO] [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-config-api --- [INFO] [INFO] [INFO] [INFO] --- install:3.1.0:install (default-install) @ microprofile-config-api --- [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.1/microprofile-config-api-3.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.1.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/3.1/microprofile-config-api-3.1.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/3.1/microprofile-config-api-3.1-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/3.1/microprofile-config-api-3.1-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/3.1/microprofile-config-api-3.1.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/3.1/microprofile-config-api-3.1.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/3.1/microprofile-config-api-3.1-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-api/3.1/microprofile-config-api-3.1-javadoc.jar.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging:1.6.13: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.1.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.1/microprofile-config-api-3.1.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.1/microprofile-config-api-3.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.1-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.1/microprofile-config-api-3.1-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.1-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.1/microprofile-config-api-3.1-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.1.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.1/microprofile-config-api-3.1.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.1.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.1/microprofile-config-api-3.1.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.1-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.1/microprofile-config-api-3.1-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/api/target/microprofile-config-api-3.1-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.1/microprofile-config-api-3.1-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.1 [4/4] [INFO] [INFO] from tck/pom.xml [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat:0.15: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. [INFO] [INFO] 7 explicit excludes. [INFO] [INFO] 73 resources included [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 73 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-config-tck --- [INFO] [INFO] [INFO] [INFO] --- resources: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] --- dependency: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:2.22.0:format (default) @ microprofile-config-tck --- [INFO] [INFO] Processed 72 files in 408ms (Formatted: 0, Unchanged: 72, Failed: 0, Readonly: 0) [INFO] [INFO] [INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-config-tck --- [INFO] [INFO] Processed 72 files in 00:00.612 (Already Sorted: 72, Needed Sorting: 0) [INFO] [INFO] [INFO] [INFO] --- resources: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] --- compiler:3.10.1:compile (default-compile) @ microprofile-config-tck --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/classes [INFO] [INFO] [INFO] [INFO] --- resources: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] --- compiler:3.10.1:testCompile (default-testCompile) @ microprofile-config-tck --- [INFO] [INFO] No sources to compile [INFO] [INFO] [INFO] [INFO] --- checkstyle:3.2.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:59: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:92: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:95: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:98: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/CDIPropertyExpressionsTest.java:101:26: Variable 'badExpansion' 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:104:21: Variable 'badExpansionInt' 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:107:24: Variable 'badExpansionDouble' 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:110:22: Variable 'badExpansionLong' 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:113:21: Variable 'badExpansionConfigValue' 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:85:19: Variable 'bean' 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:171: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:172: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:175: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:189: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:190: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:201: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:202: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:217: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:221: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:30: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:31: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] --- surefire:3.0.0-M8:test (default-test) @ microprofile-config-tck --- [INFO] [INFO] No tests to run. [INFO] [INFO] [INFO] [INFO] --- resources: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] --- resources: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:1.0.1: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:1.0.1: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] --- jar: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.1.jar [INFO] [INFO] [INFO] [INFO] >>> source:3.2.0:jar (attach-sources) > generate-sources @ microprofile-config-tck >>> [INFO] [INFO] [INFO] [INFO] --- apache-rat:0.15: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. [INFO] [INFO] 7 explicit excludes. [INFO] [INFO] 73 resources included [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 73 licenses. [INFO] [INFO] [INFO] [INFO] --- build-helper:3.3.0:timestamp-property (generate-timestamp) @ microprofile-config-tck --- [INFO] [INFO] [INFO] [INFO] --- resources: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] --- dependency: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] <<< source:3.2.0:jar (attach-sources) < generate-sources @ microprofile-config-tck <<< [INFO] [INFO] [INFO] [INFO] [INFO] [INFO] --- source: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.1-sources.jar [INFO] [INFO] [INFO] [INFO] --- source:3.2.0:jar-no-fork (attach-sources) @ microprofile-config-tck --- [INFO] [WARNING] artifact org.eclipse.microprofile.config:microprofile-config-tck:java-source:sources:3.1 already attached, replace previous instance [INFO] [INFO] [INFO] [INFO] --- javadoc: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 11.0.11 [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/ConfigPropertiesTest.InjectingBean.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/ConverterTest.InjectingBean.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/ConfigObserver.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/OverrideConfigProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/OverrideConfigProfileTest.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/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-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-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-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-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-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-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-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-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-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-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/ArrayConverterBean.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/AutoDiscoveredConfigSourceTest.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.TestConfigSource.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.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.SimpleValuesBean.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.PropertyExpressionConfigSource.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/CDIPropertyNameMatchingTest.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/ClassConverterBean.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/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.InjectingBean.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/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.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.BeanOne.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/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.ConfigValueBean.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.ConfigValueConfigSource.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/ConverterTest.InjectingBean.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/CustomConverterTest.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/Location.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/ParseConverterInjection.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/SimpleValuesBean.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/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/ConfigObserver.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/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/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/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.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/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/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/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/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/WrongConverterOnInstanceInjectionTest.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/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/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/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/SampleYamlConfigSource.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/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/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/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/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/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/UpperCaseDuckConverter.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/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/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/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/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/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/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/LongConverter.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/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/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/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/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/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/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/SomeEnumToConvert.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/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/EmptyValuesTestProgrammaticLookup.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/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/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/OverrideConfigProfileTest.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/org/eclipse/microprofile/config/tck/profile/class-use/OverrideConfigProfileTest.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/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/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/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/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/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] Building index for all classes... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/allclasses-index.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/allpackages-index.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.html... [INFO] Generating /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/apidocs/allclasses.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] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.1-javadoc.jar [INFO] [INFO] [INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-config-tck --- [INFO] [INFO] [INFO] [INFO] --- install:3.1.0:install (default-install) @ microprofile-config-tck --- [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.1/microprofile-config-tck-3.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.1.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/3.1/microprofile-config-tck-3.1.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/3.1/microprofile-config-tck-3.1-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/3.1/microprofile-config-tck-3.1-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/3.1/microprofile-config-tck-3.1.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/3.1/microprofile-config-tck-3.1.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/3.1/microprofile-config-tck-3.1-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/config/microprofile-config-tck/3.1/microprofile-config-tck-3.1-javadoc.jar.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging:1.6.13: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.1.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.1/microprofile-config-tck-3.1.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.1/microprofile-config-tck-3.1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.1-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.1/microprofile-config-tck-3.1-sources.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.1-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.1/microprofile-config-tck-3.1-javadoc.jar [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.1.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.1/microprofile-config-tck-3.1.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.1.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.1/microprofile-config-tck-3.1.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.1-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.1/microprofile-config-tck-3.1-sources.jar.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config/target/checkout/tck/target/microprofile-config-tck-3.1-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.1/microprofile-config-tck-3.1-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-1626". [INFO] [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1626 [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-1626". [INFO] [INFO] Waiting for operation to complete... [INFO] ................ [INFO] [INFO] [INFO] Remote staged 1 repositories, finished with success. [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary for MicroProfile Config 3.1: [INFO] [INFO] [INFO] [INFO] MicroProfile Config ................................ SUCCESS [ 3.114 s] [INFO] [INFO] MicroProfile Config Specification .................. SUCCESS [ 19.904 s] [INFO] [INFO] MicroProfile Config API ............................ SUCCESS [ 7.999 s] [INFO] [INFO] MicroProfile Config TCK ............................ SUCCESS [01:05 min] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 01:37 min [INFO] [INFO] Finished at: 2023-09-19T21:52:17Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Cleaning up after release... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for MicroProfile Config 3.2-SNAPSHOT: [INFO] [INFO] MicroProfile Config ................................ SUCCESS [02:40 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:42 min [INFO] Finished at: 2023-09-19T21:52:17Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 247 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-daCpnoYr2UXd/agent.1161 SSH_AGENT_PID=1163 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config@tmp/private_key_16249153112570404043.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-config@tmp/private_key_16249153112570404043.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.1 [Pipeline] sh + scp -r spec/target/generated-docs/microprofile-config-spec-3.1.html spec/target/generated-docs/microprofile-config-spec-3.1.pdf genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-config-3.1 [Pipeline] fileExists [Pipeline] sh + scp api/target/microprofile-config-api-3.1.jar api/target/microprofile-config-api-3.1-javadoc.jar api/target/microprofile-config-api-3.1-sources.jar genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-config-3.1/ [Pipeline] sh + ssh genie.microprofile@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-config-3.1/apidocs [Pipeline] sh + scp -r api/target/apidocs/allclasses.html api/target/apidocs/allclasses-index.html api/target/apidocs/allpackages-index.html api/target/apidocs/constant-values.html api/target/apidocs/deprecated-list.html api/target/apidocs/element-list api/target/apidocs/help-doc.html api/target/apidocs/index-all.html api/target/apidocs/index.html api/target/apidocs/jquery api/target/apidocs/licenses api/target/apidocs/member-search-index.js api/target/apidocs/member-search-index.zip api/target/apidocs/org api/target/apidocs/overview-summary.html api/target/apidocs/overview-tree.html api/target/apidocs/package-search-index.js api/target/apidocs/package-search-index.zip api/target/apidocs/resources api/target/apidocs/script.js api/target/apidocs/search.js api/target/apidocs/serialized-form.html api/target/apidocs/stylesheet.css api/target/apidocs/type-search-index.js api/target/apidocs/type-search-index.zip genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-config-3.1/apidocs [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.1/ [Pipeline] fileExists [Pipeline] fileExists [Pipeline] fileExists [Pipeline] } [Pipeline] // script [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1163 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