Skip to content

Console Output

Started by user Emily Jiang
Running as Emily Jiang
Obtained buildScripts/release.groovy from git git@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-fcdv0 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-fcdv0"
  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-fcdv0"
    - 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-fcdv0"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-microprofile"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-fcdv0 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 git@github.com:eclipse/microprofile-build-infra.git
 > git init /home/jenkins/agent/workspace/MicroProfile Releases # timeout=10
Fetching upstream changes from git@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-ssh3057274226371492394.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- git@github.com:eclipse/microprofile-build-infra.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision d236bece910100647d8fc89803641adf132ac1b6 (refs/remotes/origin/master)
 > git config remote.origin.url git@github.com:eclipse/microprofile-build-infra.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d236bece910100647d8fc89803641adf132ac1b6 # timeout=10
Commit message: "Allow to build microprofile-telemetry"
 > git rev-list --no-walk d236bece910100647d8fc89803641adf132ac1b6 # 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-parent
[Pipeline] {
[Pipeline] git
The recommended git tool is: git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse/microprofile-parent.git
 > git init /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent # timeout=10
Fetching upstream changes from git@github.com:eclipse/microprofile-parent.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-parent@tmp/jenkins-gitclient-ssh14808466356886090894.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- git@github.com:eclipse/microprofile-parent.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 6b14140945fac9936924274651cffea51991ac20 (refs/remotes/origin/master)
Commit message: "[maven-release-plugin] prepare for next development iteration"
 > git config remote.origin.url git@github.com:eclipse/microprofile-parent.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6b14140945fac9936924274651cffea51991ac20 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 6b14140945fac9936924274651cffea51991ac20 # timeout=10
 > git rev-list --no-walk 19ff354db74ea7feeba3876e4d856d7df7ea9207 # 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-parent
[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: 2022-10-09  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  usage: S   
[ unknown] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2022-10-09  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  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: 2022-10-09  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  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 2022-10-09
pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2022-10-09  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  usage: S   
[ultimate] (1). Eclipse Microprofile Project <microprofile-dev@eclipse.org>

pub  rsa4096/2733B6177E5CD6D5
     created: 2017-10-10  expires: 2022-10-09  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  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: 2022-10-09  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/90F02A85133A7738
     created: 2017-10-10  expires: 2022-10-09  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-gRw4qgETdS5h/agent.255
SSH_AGENT_PID=257
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent@tmp/private_key_12497746094653419769.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent@tmp/private_key_12497746094653419769.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=2.6 -DdevelopmentVersion=2.7-SNAPSHOT -DreleaseVersion=2.6 -Drevremark=Final -Drelease.revision=Final -DstagingProgressTimeoutMinutes=20
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] MicroProfile Parent POM                                            [pom]
[INFO] MicroProfile TCK BOM                                               [pom]
[INFO] 
[INFO] ------------< org.eclipse.microprofile:microprofile-parent >------------
[INFO] Building MicroProfile Parent POM 2.7-SNAPSHOT                      [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ microprofile-parent ---
[INFO] Verifying that there are no local modifications...
[INFO]   ignoring changes on: **/pom.xml.releaseBackup, **/pom.xml.next, **/pom.xml.tag, **/pom.xml.branch, **/release.properties, **/pom.xml.backup
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[WARNING] Ignoring unrecognized line: ?? release.properties
[INFO] Checking dependencies and plugins for snapshots ...
[INFO] Transforming 'MicroProfile Parent POM'...
[INFO] Transforming 'MicroProfile TCK BOM'...
[INFO] Not generating release POMs
[INFO] Executing goals 'verify'...
[INFO] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
[INFO] Maven home: /opt/tools/apache-maven/3.8.5
[INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
[INFO] Default locale: en_US, platform encoding: UTF-8
[INFO] OS name: "linux", version: "5.14.14-200.fc34.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 Parent POM                                            [pom]
[INFO] [INFO] MicroProfile TCK BOM                                               [pom]
[INFO] [INFO] 
[INFO] [INFO] ------------< org.eclipse.microprofile:microprofile-parent >------------
[INFO] [INFO] Building MicroProfile Parent POM 2.6                               [1/2]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-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-parent/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 67 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 1 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-parent ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 0
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-parent ---
[INFO] [INFO]  Total Files Processed: 0 in 00:00.013
[INFO] [INFO]         Already Sorted: 0
[INFO] [INFO]         Needed Sorting: 0
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-parent ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-parent ---
[INFO] [INFO] 
[INFO] [INFO] -----------< org.eclipse.microprofile:microprofile-tck-bom >------------
[INFO] [INFO] Building MicroProfile TCK BOM 2.6                                  [2/2]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-tck-bom ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 62 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 1 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-tck-bom ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 0
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-tck-bom ---
[INFO] [INFO]  Total Files Processed: 0 in 00:00.000
[INFO] [INFO]         Already Sorted: 0
[INFO] [INFO]         Needed Sorting: 0
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-tck-bom ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-tck-bom ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-tck-bom ---
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary for MicroProfile Parent POM 2.6:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile Parent POM ............................ SUCCESS [ 10.122 s]
[INFO] [INFO] MicroProfile TCK BOM ............................... SUCCESS [  0.379 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  16.158 s
[INFO] [INFO] Finished at: 2022-09-12T22:25:07Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git add -- pom.xml tck-bom/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? release.properties
[WARNING] Ignoring unrecognized line: ?? tck-bom/pom.xml.releaseBackup
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git commit --verbose -F /tmp/maven-scm-1000586429.commit pom.xml tck-bom/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git symbolic-ref HEAD
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git push git@github.com:eclipse/microprofile-parent.git refs/heads/master:refs/heads/master
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[INFO] Tagging release with the label 2.6...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git tag -F /tmp/maven-scm-939220129.commit 2.6
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git push git@github.com:eclipse/microprofile-parent.git refs/tags/2.6
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git ls-files
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[INFO] Transforming 'MicroProfile Parent POM'...
[INFO] Transforming 'MicroProfile TCK BOM'...
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git add -- pom.xml tck-bom/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? release.properties
[WARNING] Ignoring unrecognized line: ?? tck-bom/pom.xml.releaseBackup
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git commit --verbose -F /tmp/maven-scm-2072776307.commit pom.xml tck-bom/pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git symbolic-ref HEAD
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git push git@github.com:eclipse/microprofile-parent.git refs/heads/master:refs/heads/master
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[INFO] Release preparation complete.
[INFO] 
[INFO] --- maven-release-plugin:2.5.3:perform (default-cli) @ microprofile-parent ---
[INFO] Performing a LOCAL checkout from scm:git:file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[INFO] Checking out the project to perform the release ...
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target" && git clone --branch 2.6 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent' '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target
[INFO] Executing: /bin/sh -c cd /tmp && git ls-remote 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent'
[INFO] Working directory: /tmp
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout" && git fetch 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout" && git checkout 2.6
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout
[INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout" && git ls-files
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout
[INFO] Invoking perform goals in directory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout
[INFO] Executing goals 'deploy'...
[INFO] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
[INFO] Maven home: /opt/tools/apache-maven/3.8.5
[INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
[INFO] Default locale: en_US, platform encoding: UTF-8
[INFO] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] [INFO] Scanning for projects...
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile:microprofile-tck-bom:pom:2.6
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.5:super-pom, jar:file:/opt/tools/apache-maven/3.8.5/lib/maven-model-builder-3.8.5.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile:microprofile-parent:pom:2.6
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.5:super-pom, jar:file:/opt/tools/apache-maven/3.8.5/lib/maven-model-builder-3.8.5.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19
[INFO] [WARNING] 
[INFO] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[INFO] [WARNING] 
[INFO] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[INFO] [WARNING] 
[INFO] [INFO] Inspecting build with total of 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 Parent POM                                            [pom]
[INFO] [INFO] MicroProfile TCK BOM                                               [pom]
[INFO] [INFO] 
[INFO] [INFO] ------------< org.eclipse.microprofile:microprofile-parent >------------
[INFO] [INFO] Building MicroProfile Parent POM 2.6                               [1/2]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-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-parent/target/checkout/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 67 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 1 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-parent ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 0
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-parent ---
[INFO] [INFO]  Total Files Processed: 0 in 00:00.006
[INFO] [INFO]         Already Sorted: 0
[INFO] [INFO]         Needed Sorting: 0
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-parent ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-parent ---
[INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-parent ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-parent/2.6/microprofile-parent-2.6.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/microprofile-parent-2.6.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-parent/2.6/microprofile-parent-2.6.pom.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-parent ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/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-parent/target/checkout/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-parent/2.6/microprofile-parent-2.6.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/microprofile-parent-2.6.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-parent/2.6/microprofile-parent-2.6.pom.asc
[INFO] [INFO] Execution skipped to the last project...
[INFO] [INFO] 
[INFO] [INFO] -----------< org.eclipse.microprofile:microprofile-tck-bom >------------
[INFO] [INFO] Building MicroProfile TCK BOM 2.6                                  [2/2]
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-tck-bom ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 62 implicit excludes (use -debug for more details).
[INFO] [INFO] 7 explicit excludes (use -debug for more details).
[INFO] [INFO] 1 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-tck-bom ---
[INFO] [INFO] Using 'UTF-8' encoding to format source files.
[INFO] [INFO] Number of files to be formatted: 0
[INFO] [INFO] 
[INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-tck-bom ---
[INFO] [INFO]  Total Files Processed: 0 in 00:00.000
[INFO] [INFO]         Already Sorted: 0
[INFO] [INFO]         Needed Sorting: 0
[INFO] [INFO] 
[INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-tck-bom ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-tck-bom ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-tck-bom ---
[INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] [INFO] 
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-tck-bom ---
[INFO] [INFO] 
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-tck-bom ---
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-tck-bom/2.6/microprofile-tck-bom-2.6.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/microprofile-tck-bom-2.6.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-tck-bom/2.6/microprofile-tck-bom-2.6.pom.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-tck-bom ---
[INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/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-parent/target/checkout/tck-bom/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-tck-bom/2.6/microprofile-tck-bom-2.6.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/microprofile-tck-bom-2.6.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-tck-bom/2.6/microprofile-tck-bom-2.6.pom.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-1601".
[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-1601".
[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 Parent POM 2.6:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile Parent POM ............................ SUCCESS [  8.647 s]
[INFO] [INFO] MicroProfile TCK BOM ............................... SUCCESS [ 56.449 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  01:05 min
[INFO] [INFO] Finished at: 2022-09-12T22:26:18Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for MicroProfile Parent POM 2.7-SNAPSHOT:
[INFO] 
[INFO] MicroProfile Parent POM ............................ SUCCESS [01:31 min]
[INFO] MicroProfile TCK BOM ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:34 min
[INFO] Finished at: 2022-09-12T22:26:18Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 257 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Copy Specs)
Stage "Copy Specs" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS