Skip to content

Console Output

Started by user Emily Jiang
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-2c8s9 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-2c8s9"
  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-2c8s9"
    - 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-2c8s9"
    - 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-2c8s9 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-ssh440197029408193090.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-build-infra.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 6f1ba572ee2038ca2f6f0793125a797a7760c324 (refs/remotes/origin/main)
 > git config remote.origin.url https://github.com/eclipse/microprofile-build-infra.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/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
[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 956c171a491cf18f701054149d2147506542670c (refs/remotes/origin/main)
Commit message: "Prepare for the MP 6.1 release (#368)"
First time build. Skipping changelog.
Cloning repository git@github.com:eclipse/microprofile.git
 > git init /home/jenkins/agent/workspace/MicroProfile Releases/microprofile # timeout=10
Fetching upstream changes from git@github.com:eclipse/microprofile.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@tmp/jenkins-gitclient-ssh15010403916805185273.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- git@github.com:eclipse/microprofile.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse/microprofile.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 956c171a491cf18f701054149d2147506542670c # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main 956c171a491cf18f701054149d2147506542670c # 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
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 2733B6177E5CD6D5: public key "Eclipse Microprofile Project <microprofile-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 2733B6177E5CD6D5: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
[Pipeline] sh
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5
y
'
+ gpg --batch --command-fd 0 --expert --edit-key AE45A395EBE91C8A5E77502390F02A85133A7738 trust
Secret subkeys are available.

pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2027-10-17  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  usage: S   
[ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2027-10-17  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  usage: S   
[ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2027-10-17  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  usage: S   
[ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5
y
'
+ gpg --batch --command-fd 0 --expert --edit-key FEE97C6B44364F385E419CE22733B6177E5CD6D5 trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2027-10-17
pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2027-10-17  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  usage: S   
[ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2027-10-17  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  usage: S   
[ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2027-10-17  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2027-10-17  usage: S   
[ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sshagent
[ssh-agent] Using credentials eclipse-microprofile-bot (GitHub bot SSH)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-q6dILhd30gTg/agent.237
SSH_AGENT_PID=239
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile@tmp/private_key_11092161665207140660.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile@tmp/private_key_11092161665207140660.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git config --global user.email microprofile-bot@eclipse.org
+ git config --global user.name 'Eclipse MicroProfile bot'
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ mvn -s /home/jenkins/.m2/settings.xml release:prepare release:perform -B -Dtag=6.1-RC1 -DdevelopmentVersion=6.1-SNAPSHOT -DreleaseVersion=6.1-RC1 -Drevremark=Draft -Drelease.revision=Draft -DstagingProgressTimeoutMinutes=20
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] MicroProfile                                                       [pom]
[INFO] MicroProfile Specification                                         [pom]
[INFO] 
[INFO] ---------------< org.eclipse.microprofile:microprofile >----------------
[INFO] Building MicroProfile 6.1-SNAPSHOT                                 [1/2]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- release:2.5.3:prepare (default-cli) @ microprofile ---
[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" && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[WARNING] Ignoring unrecognized line: ?? release.properties
[INFO] Checking dependencies and plugins for snapshots ...
[INFO] Transforming 'MicroProfile'...
[INFO] Transforming 'MicroProfile Specification'...
[INFO] Not generating release POMs
[INFO] Executing goals 'clean verify'...
[INFO] Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
[INFO] Maven home: /opt/tools/apache-maven/3.9.2
[INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
[INFO] Default locale: en_US, platform encoding: UTF-8
[INFO] OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] Inspecting build with total of 2 modules...
[INFO] [INFO] Installing Nexus Staging features:
[INFO] [INFO]   ... total of 2 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile                                                       [pom]
[INFO] [INFO] MicroProfile Specification                                         [pom]
[INFO] [INFO] 
[INFO] [INFO] ---------------< org.eclipse.microprofile:microprofile >----------------
[INFO] [INFO] Building MicroProfile 6.1-RC1                                      [1/2]
[INFO] [INFO]   from pom.xml
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ microprofile ---
[INFO] [INFO] 
[INFO] [INFO] >>> javadoc:3.0.1:aggregate-jar (aggregate-javadoc) > compile @ microprofile >>>
[INFO] [INFO] 
[INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] [INFO] Forking MicroProfile Specification 6.1-RC1
[INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (timestamp-property) @ microprofile-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ microprofile-spec ---
[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] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/spec/src/main/asciidoc/microprofile-spec.adoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ microprofile-spec ---
[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] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/spec/src/main/asciidoc/microprofile-spec.adoc
[INFO] [INFO] 
[INFO] [INFO] <<< javadoc:3.0.1:aggregate-jar (aggregate-javadoc) < compile @ microprofile <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- javadoc:3.0.1:aggregate-jar (aggregate-javadoc) @ microprofile ---
[INFO] [ERROR] no module descriptor for org.eclipse.microprofile:microprofile
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.config:microprofile-config-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.health:microprofile-health-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.metrics:microprofile-metrics-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.openapi:microprofile-openapi-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:sources
[INFO] [ERROR] no module descriptor for org.eclipse.microprofile:microprofile-spec
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.config.inject...
[INFO] Loading source files for package org.eclipse.microprofile.config.spi...
[INFO] Loading source files for package org.eclipse.microprofile.config...
[INFO] Loading source files for package org.eclipse.microprofile.faulttolerance.exceptions...
[INFO] Loading source files for package org.eclipse.microprofile.faulttolerance...
[INFO] Loading source files for package org.eclipse.microprofile.health.spi...
[INFO] Loading source files for package org.eclipse.microprofile.health...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.annotation...
[INFO] Loading source files for package org.eclipse.microprofile.metrics...
[INFO] Loading source files for package org.eclipse.microprofile.auth...
[INFO] Loading source files for package org.eclipse.microprofile.jwt.config...
[INFO] Loading source files for package org.eclipse.microprofile.jwt...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.callbacks...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.enums...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.extensions...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.headers...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.info...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.links...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.media...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.parameters...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.responses...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.security...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.servers...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.tags...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.callbacks...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.examples...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.headers...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.info...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.links...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.media...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.parameters...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.responses...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.security...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.servers...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.tags...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.spi...
[INFO] Loading source files for package org.eclipse.microprofile.openapi...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client.annotation...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client.ext...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client.inject...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client.spi...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client...
[INFO] Constructing Javadoc information...
[INFO] 1 error
[INFO] [ERROR] MavenReportException: Error while generating Javadoc: 
[INFO] Exit code: 1 - /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/distro-javadoc-sources/microprofile-config-api-3.1-RC2-sources/org/eclipse/microprofile/config/inject/ConfigProperties.java:31: error: cannot access AnnotationLiteral
[INFO] import jakarta.enterprise.util.AnnotationLiteral;
[INFO]                               ^
[INFO]   bad class file: /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(jakarta/enterprise/util/AnnotationLiteral.class)
[INFO]     class file has wrong version 55.0, should be 52.0
[INFO]     Please remove or make sure it appears in the correct subdirectory of the classpath.
[INFO] 
[INFO] Command line was: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre/../bin/javadoc @options @packages
[INFO] 
[INFO] Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/apidocs' dir.
[INFO] 
[INFO] org.apache.maven.reporting.MavenReportException: 
[INFO] Exit code: 1 - /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/distro-javadoc-sources/microprofile-config-api-3.1-RC2-sources/org/eclipse/microprofile/config/inject/ConfigProperties.java:31: error: cannot access AnnotationLiteral
[INFO] import jakarta.enterprise.util.AnnotationLiteral;
[INFO]                               ^
[INFO]   bad class file: /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(jakarta/enterprise/util/AnnotationLiteral.class)
[INFO]     class file has wrong version 55.0, should be 52.0
[INFO]     Please remove or make sure it appears in the correct subdirectory of the classpath.
[INFO] 
[INFO] Command line was: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre/../bin/javadoc @options @packages
[INFO] 
[INFO] Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/apidocs' dir.
[INFO] 
[INFO]     at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5298)
[INFO]     at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2134)
[INFO]     at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:190)
[INFO]     at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1912)
[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163)
[INFO]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160)
[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:910)
[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
[INFO]     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[INFO]     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[INFO]     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[INFO]     at java.lang.reflect.Method.invoke (Method.java:498)
[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/microprofile-6.1-RC1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ microprofile ---
[INFO] [INFO] 
[INFO] [INFO] -------------< org.eclipse.microprofile:microprofile-spec >-------------
[INFO] [INFO] Building MicroProfile Specification 6.1-RC1                        [2/2]
[INFO] [INFO]   from spec/pom.xml
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ microprofile-spec ---
[INFO] [INFO] Deleting /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/spec/target
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (timestamp-property) @ microprofile-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ microprofile-spec ---
[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] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/spec/src/main/asciidoc/microprofile-spec.adoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ microprofile-spec ---
[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] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/spec/src/main/asciidoc/microprofile-spec.adoc
[INFO] [INFO] 
[INFO] [INFO] >>> javadoc:3.0.1:aggregate-jar (aggregate-javadoc) > compile @ microprofile-spec >>>
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (timestamp-property) @ microprofile-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ microprofile-spec ---
[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] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/spec/src/main/asciidoc/microprofile-spec.adoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ microprofile-spec ---
[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] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/spec/src/main/asciidoc/microprofile-spec.adoc
[INFO] [INFO] 
[INFO] [INFO] <<< javadoc:3.0.1:aggregate-jar (aggregate-javadoc) < compile @ microprofile-spec <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- javadoc:3.0.1:aggregate-jar (aggregate-javadoc) @ microprofile-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ microprofile-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ microprofile-spec ---
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary for MicroProfile 6.1-RC1:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile ....................................... SUCCESS [ 32.760 s]
[INFO] [INFO] MicroProfile Specification ......................... SUCCESS [ 28.147 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  01:05 min
[INFO] [INFO] Finished at: 2023-09-05T16:57:08Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] 
[INFO] [WARNING] Plugin validation issues were detected in 3 plugin(s)
[INFO] [WARNING] 
[INFO] [WARNING]  * org.apache.maven.plugins:maven-javadoc-plugin:3.0.1
[INFO] [WARNING]  * org.codehaus.mojo:build-helper-maven-plugin:3.3.0
[INFO] [WARNING]  * org.apache.maven.plugins:maven-gpg-plugin:1.6
[INFO] [WARNING] 
[INFO] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[INFO] [WARNING] 
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git add -- pom.xml spec/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? release.properties
[WARNING] Ignoring unrecognized line: ?? spec/pom.xml.releaseBackup
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git commit --verbose -F /tmp/maven-scm-86945709.commit pom.xml spec/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git symbolic-ref HEAD
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git push git@github.com:eclipse/microprofile.git refs/heads/main:refs/heads/main
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Tagging release with the label 6.1-RC1...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git tag -F /tmp/maven-scm-1571958187.commit 6.1-RC1
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git push git@github.com:eclipse/microprofile.git refs/tags/6.1-RC1
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git ls-files
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Transforming 'MicroProfile'...
[INFO] Transforming 'MicroProfile Specification'...
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git add -- pom.xml spec/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? release.properties
[WARNING] Ignoring unrecognized line: ?? spec/pom.xml.releaseBackup
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git commit --verbose -F /tmp/maven-scm-1264994803.commit pom.xml spec/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git symbolic-ref HEAD
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile" && git push git@github.com:eclipse/microprofile.git refs/heads/main:refs/heads/main
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Release preparation complete.
[INFO] 
[INFO] --- release:2.5.3:perform (default-cli) @ microprofile ---
[INFO] Performing a LOCAL checkout from scm:git:file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile
[INFO] Checking out the project to perform the release ...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target" && git clone --branch 6.1-RC1 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile' '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target
[INFO] Executing: /bin/sh -c cd /tmp && git ls-remote 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile'
[INFO] Working directory: /tmp
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout" && git fetch 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout" && git checkout 6.1-RC1
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout" && git ls-files
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout
[INFO] Invoking perform goals in directory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout
[INFO] Executing goals 'deploy'...
[INFO] Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
[INFO] Maven home: /opt/tools/apache-maven/3.9.2
[INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
[INFO] Default locale: en_US, platform encoding: UTF-8
[INFO] OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] Inspecting build with total of 2 modules...
[INFO] [INFO] Installing Nexus Staging features:
[INFO] [INFO]   ... total of 2 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile                                                       [pom]
[INFO] [INFO] MicroProfile Specification                                         [pom]
[INFO] [INFO] 
[INFO] [INFO] ---------------< org.eclipse.microprofile:microprofile >----------------
[INFO] [INFO] Building MicroProfile 6.1-RC1                                      [1/2]
[INFO] [INFO]   from pom.xml
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] >>> javadoc:3.0.1:aggregate-jar (aggregate-javadoc) > compile @ microprofile >>>
[INFO] [INFO] 
[INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] [INFO] Forking MicroProfile Specification 6.1-RC1
[INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (timestamp-property) @ microprofile-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ microprofile-spec ---
[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] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/src/main/asciidoc/microprofile-spec.adoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ microprofile-spec ---
[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] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/src/main/asciidoc/microprofile-spec.adoc
[INFO] [INFO] 
[INFO] [INFO] <<< javadoc:3.0.1:aggregate-jar (aggregate-javadoc) < compile @ microprofile <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- javadoc:3.0.1:aggregate-jar (aggregate-javadoc) @ microprofile ---
[INFO] [ERROR] no module descriptor for org.eclipse.microprofile:microprofile
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.config:microprofile-config-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.health:microprofile-health-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.metrics:microprofile-metrics-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.openapi:microprofile-openapi-api:jar:sources
[INFO] [ERROR] no reactor project: org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:sources
[INFO] [ERROR] no module descriptor for org.eclipse.microprofile:microprofile-spec
[INFO] [INFO] 
[INFO] Loading source files for package org.eclipse.microprofile.config.inject...
[INFO] Loading source files for package org.eclipse.microprofile.config.spi...
[INFO] Loading source files for package org.eclipse.microprofile.config...
[INFO] Loading source files for package org.eclipse.microprofile.faulttolerance.exceptions...
[INFO] Loading source files for package org.eclipse.microprofile.faulttolerance...
[INFO] Loading source files for package org.eclipse.microprofile.health.spi...
[INFO] Loading source files for package org.eclipse.microprofile.health...
[INFO] Loading source files for package org.eclipse.microprofile.metrics.annotation...
[INFO] Loading source files for package org.eclipse.microprofile.metrics...
[INFO] Loading source files for package org.eclipse.microprofile.auth...
[INFO] Loading source files for package org.eclipse.microprofile.jwt.config...
[INFO] Loading source files for package org.eclipse.microprofile.jwt...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.callbacks...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.enums...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.extensions...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.headers...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.info...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.links...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.media...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.parameters...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.responses...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.security...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.servers...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations.tags...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.annotations...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.callbacks...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.examples...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.headers...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.info...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.links...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.media...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.parameters...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.responses...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.security...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.servers...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models.tags...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.models...
[INFO] Loading source files for package org.eclipse.microprofile.openapi.spi...
[INFO] Loading source files for package org.eclipse.microprofile.openapi...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client.annotation...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client.ext...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client.inject...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client.spi...
[INFO] Loading source files for package org.eclipse.microprofile.rest.client...
[INFO] Constructing Javadoc information...
[INFO] 1 error
[INFO] [ERROR] MavenReportException: Error while generating Javadoc: 
[INFO] Exit code: 1 - /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/distro-javadoc-sources/microprofile-config-api-3.1-RC2-sources/org/eclipse/microprofile/config/inject/ConfigProperties.java:31: error: cannot access AnnotationLiteral
[INFO] import jakarta.enterprise.util.AnnotationLiteral;
[INFO]                               ^
[INFO]   bad class file: /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(jakarta/enterprise/util/AnnotationLiteral.class)
[INFO]     class file has wrong version 55.0, should be 52.0
[INFO]     Please remove or make sure it appears in the correct subdirectory of the classpath.
[INFO] 
[INFO] Command line was: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre/../bin/javadoc @options @packages
[INFO] 
[INFO] Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/apidocs' dir.
[INFO] 
[INFO] org.apache.maven.reporting.MavenReportException: 
[INFO] Exit code: 1 - /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/distro-javadoc-sources/microprofile-config-api-3.1-RC2-sources/org/eclipse/microprofile/config/inject/ConfigProperties.java:31: error: cannot access AnnotationLiteral
[INFO] import jakarta.enterprise.util.AnnotationLiteral;
[INFO]                               ^
[INFO]   bad class file: /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar(jakarta/enterprise/util/AnnotationLiteral.class)
[INFO]     class file has wrong version 55.0, should be 52.0
[INFO]     Please remove or make sure it appears in the correct subdirectory of the classpath.
[INFO] 
[INFO] Command line was: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre/../bin/javadoc @options @packages
[INFO] 
[INFO] Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/apidocs' dir.
[INFO] 
[INFO]     at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5298)
[INFO]     at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2134)
[INFO]     at org.apache.maven.plugins.javadoc.JavadocJar.doExecute (JavadocJar.java:190)
[INFO]     at org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute (AbstractJavadocMojo.java:1912)
[INFO]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163)
[INFO]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[INFO]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160)
[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[INFO]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[INFO]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[INFO]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[INFO]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[INFO]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[INFO]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:910)
[INFO]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
[INFO]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
[INFO]     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[INFO]     at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[INFO]     at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[INFO]     at java.lang.reflect.Method.invoke (Method.java:498)
[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
[INFO]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/microprofile-6.1-RC1-javadoc.jar
[INFO] [INFO] 
[INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ microprofile ---
[INFO] [INFO] 
[INFO] [INFO] --- install:3.1.0:install (default-install) @ microprofile ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile/6.1-RC1/microprofile-6.1-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/microprofile-6.1-RC1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile/6.1-RC1/microprofile-6.1-RC1-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/microprofile-6.1-RC1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile/6.1-RC1/microprofile-6.1-RC1.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/microprofile-6.1-RC1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile/6.1-RC1/microprofile-6.1-RC1-javadoc.jar.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging:1.6.3:deploy (injected-nexus-deploy) @ microprofile ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/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/target/checkout/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile/6.1-RC1/microprofile-6.1-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/microprofile-6.1-RC1-javadoc.jar to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile/6.1-RC1/microprofile-6.1-RC1-javadoc.jar
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/microprofile-6.1-RC1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile/6.1-RC1/microprofile-6.1-RC1.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/microprofile-6.1-RC1-javadoc.jar.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile/6.1-RC1/microprofile-6.1-RC1-javadoc.jar.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] -------------< org.eclipse.microprofile:microprofile-spec >-------------
[INFO] [INFO] Building MicroProfile Specification 6.1-RC1                        [2/2]
[INFO] [INFO]   from spec/pom.xml
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (timestamp-property) @ microprofile-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ microprofile-spec ---
[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] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/src/main/asciidoc/microprofile-spec.adoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ microprofile-spec ---
[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] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/src/main/asciidoc/microprofile-spec.adoc
[INFO] [INFO] 
[INFO] [INFO] >>> javadoc:3.0.1:aggregate-jar (aggregate-javadoc) > compile @ microprofile-spec >>>
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:timestamp-property (timestamp-property) @ microprofile-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-html-doc) @ microprofile-spec ---
[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] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/src/main/asciidoc/microprofile-spec.adoc
[INFO] [INFO] 
[INFO] [INFO] --- asciidoctor:2.2.4:process-asciidoc (generate-pdf-doc) @ microprofile-spec ---
[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] Converted /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/src/main/asciidoc/microprofile-spec.adoc
[INFO] [INFO] 
[INFO] [INFO] <<< javadoc:3.0.1:aggregate-jar (aggregate-javadoc) < compile @ microprofile-spec <<<
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- javadoc:3.0.1:aggregate-jar (aggregate-javadoc) @ microprofile-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- build-helper:3.3.0:attach-artifact (attach-artifacts) @ microprofile-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ microprofile-spec ---
[INFO] [INFO] 
[INFO] [INFO] --- install:3.1.0:install (default-install) @ microprofile-spec ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-spec/6.1-RC1/microprofile-spec-6.1-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/generated-docs/microprofile-spec-6.1-RC1.pdf to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-spec/6.1-RC1/microprofile-spec-6.1-RC1.pdf
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/generated-docs/microprofile-spec-6.1-RC1.html to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-spec/6.1-RC1/microprofile-spec-6.1-RC1.html
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/microprofile-spec-6.1-RC1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-spec/6.1-RC1/microprofile-spec-6.1-RC1.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/gpg/target/generated-docs/microprofile-spec-6.1-RC1.pdf.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-spec/6.1-RC1/microprofile-spec-6.1-RC1.pdf.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/gpg/target/generated-docs/microprofile-spec-6.1-RC1.html.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-spec/6.1-RC1/microprofile-spec-6.1-RC1.html.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging:1.6.3:deploy (injected-nexus-deploy) @ microprofile-spec ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile/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/target/checkout/spec/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-spec/6.1-RC1/microprofile-spec-6.1-RC1.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/generated-docs/microprofile-spec-6.1-RC1.pdf to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-spec/6.1-RC1/microprofile-spec-6.1-RC1.pdf
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/generated-docs/microprofile-spec-6.1-RC1.html to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-spec/6.1-RC1/microprofile-spec-6.1-RC1.html
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/microprofile-spec-6.1-RC1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-spec/6.1-RC1/microprofile-spec-6.1-RC1.pom.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/gpg/target/generated-docs/microprofile-spec-6.1-RC1.pdf.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-spec/6.1-RC1/microprofile-spec-6.1-RC1.pdf.asc
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/spec/target/gpg/target/generated-docs/microprofile-spec-6.1-RC1.html.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-spec/6.1-RC1/microprofile-spec-6.1-RC1.html.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-1615".
[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-1615".
[INFO] 
[INFO] Waiting for operation to complete.....................
[INFO] 
[INFO] [INFO] Remote staged 1 repositories, finished with success.
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary for MicroProfile 6.1-RC1:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile ....................................... SUCCESS [ 22.577 s]
[INFO] [INFO] MicroProfile Specification ......................... SUCCESS [01:31 min]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  01:54 min
[INFO] [INFO] Finished at: 2023-09-05T16:59:08Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] 
[INFO] [WARNING] Plugin validation issues were detected in 4 plugin(s)
[INFO] [WARNING] 
[INFO] [WARNING]  * org.apache.maven.plugins:maven-javadoc-plugin:3.0.1
[INFO] [WARNING]  * org.codehaus.mojo:build-helper-maven-plugin:3.3.0
[INFO] [WARNING]  * org.apache.maven.plugins:maven-gpg-plugin:1.6
[INFO] [WARNING]  * org.sonatype.plugins:nexus-staging-maven-plugin:1.6.3
[INFO] [WARNING] 
[INFO] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[INFO] [WARNING] 
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for MicroProfile 6.1-SNAPSHOT:
[INFO] 
[INFO] MicroProfile ....................................... SUCCESS [03:11 min]
[INFO] MicroProfile Specification ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:12 min
[INFO] Finished at: 2023-09-05T16:59:08Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 1 plugin(s)
[WARNING] 
[WARNING]  * org.apache.maven.plugins:maven-release-plugin:2.5.3
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
[Pipeline] }
[Pipeline] // script
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 239 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
[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-w6RlaUYPGgZp/agent.762
SSH_AGENT_PID=764
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile@tmp/private_key_15908783151882028325.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile@tmp/private_key_15908783151882028325.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-6.1-RC1
[Pipeline] sh
+ scp -r spec/target/generated-docs/image spec/target/generated-docs/microprofile-spec-6.1-RC1.html spec/target/generated-docs/microprofile-spec-6.1-RC1.pdf genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/microprofile-6.1-RC1
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] fileExists
[Pipeline] }
[Pipeline] // script
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 764 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
[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