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-3vzpr is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-3vzpr"
  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-3vzpr"
    - 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-3vzpr"
    - 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-3vzpr 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-ssh12662249614965880518.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-build-infra.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/microprofile-build-infra.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 6f1ba572ee2038ca2f6f0793125a797a7760c324 (refs/remotes/origin/main)
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6f1ba572ee2038ca2f6f0793125a797a7760c324 # timeout=10
Commit message: "Merge pull request #9 from Emily-Jiang/rename-master"
 > git rev-list --no-walk adef19eb6d92ece5f292aa21f0307932e2a20a98 # 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-ssh11146021327680670543.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 e29181b470d3bd25a10b1f84cf11c42d8f1c083f (refs/remotes/origin/main)
Commit message: "update plugin (#76)"
First time build. Skipping changelog.
[Pipeline] }
 > 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/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e29181b470d3bd25a10b1f84cf11c42d8f1c083f # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main e29181b470d3bd25a10b1f84cf11c42d8f1c083f # timeout=10
[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: 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-IwXQcRtTfys9/agent.234
SSH_AGENT_PID=236
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent@tmp/private_key_3216436462631484408.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent@tmp/private_key_3216436462631484408.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git config --global user.email microprofile-bot@eclipse.org
+ git config --global user.name 'Eclipse MicroProfile bot'
[Pipeline] script
[Pipeline] {
[Pipeline] tool
[Pipeline] tool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn -q -N io.takari:maven:0.7.7:wrapper -Dmaven=3.9.0
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
+ ./mvnw -v
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
Maven home: /home/jenkins/.m2/wrapper/dists/apache-maven-3.9.0-bin/7u41pcsb933vr4m6u83d7ofakm/apache-maven-3.9.0
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[Pipeline] sh
+ ./mvnw -s /home/jenkins/.m2/settings.xml release:prepare release:perform -B -Dtag=3.2 -DdevelopmentVersion=3.3-SNAPSHOT -DreleaseVersion=3.2 -Drevremark=Final -Drelease.revision=Final -DstagingProgressTimeoutMinutes=20
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
Maven home: /home/jenkins/.m2/wrapper/dists/apache-maven-3.9.0-bin/7u41pcsb933vr4m6u83d7ofakm/apache-maven-3.9.0
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.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 3.2-SNAPSHOT                      [1/2]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- release:3.0.0-M7:prepare (default-cli) @ microprofile-parent ---
[INFO] starting prepare goal, composed of 17 phases: check-poms, scm-check-modifications, check-dependency-snapshots, create-backup-poms, map-release-versions, input-variables, map-development-versions, rewrite-poms-for-release, generate-release-poms, run-preparation-goals, scm-commit-release, scm-tag, rewrite-poms-for-development, remove-release-poms, run-completion-goals, scm-commit-development, end-release
[INFO] 1/17 prepare:check-poms
[INFO] 2/17 prepare:scm-check-modifications
[INFO] Verifying that there are no local modifications...
[INFO]   ignoring changes on: **/pom.xml.releaseBackup, **/pom.xml.next, **/pom.xml.tag, **/pom.xml.branch, **/release.properties, **/pom.xml.backup
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent' && 'git' 'rev-parse' '--show-prefix'
[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: ?? .mvn/
[WARNING] Ignoring unrecognized line: ?? mvnw
[WARNING] Ignoring unrecognized line: ?? mvnw.cmd
[WARNING] Ignoring unrecognized line: ?? release.properties
[INFO] 3/17 prepare:check-dependency-snapshots
[INFO] Checking dependencies and plugins for snapshots ...
[INFO] 4/17 prepare:create-backup-poms
[INFO] Creating pom.xml backup with .releaseBackup suffix
[INFO] 5/17 prepare:map-release-versions
[INFO] 6/17 prepare:input-variables
[INFO] 7/17 prepare:map-development-versions
[INFO] 8/17 prepare:rewrite-poms-for-release
[INFO] Transforming pom.xml microprofile-parent 'MicroProfile Parent POM'...
[INFO] Transforming tck-bom/pom.xml microprofile-tck-bom 'MicroProfile TCK BOM'...
[INFO] 9/17 prepare:generate-release-poms
[INFO] Not generating release POMs
[INFO] 10/17 prepare:run-preparation-goals
[INFO] Executing goals 'verify'...
[INFO] Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
[INFO] Maven home: /home/jenkins/.m2/wrapper/dists/apache-maven-3.9.0-bin/7u41pcsb933vr4m6u83d7ofakm/apache-maven-3.9.0
[INFO] Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
[INFO] Default locale: en_US, platform encoding: UTF-8
[INFO] OS name: "linux", version: "5.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 Parent POM                                            [pom]
[INFO] [INFO] MicroProfile TCK BOM                                               [pom]
[INFO] [INFO] 
[INFO] [INFO] ------------< org.eclipse.microprofile:microprofile-parent >------------
[INFO] [INFO] Building MicroProfile Parent POM 3.2                               [1/2]
[INFO] [INFO]   from pom.xml
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15: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.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 1 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-parent ---
[INFO] [INFO] Processed 0 files in 00:00.003 (Already Sorted: 0, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.1:check (verify-style) @ microprofile-parent ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-parent ---
[INFO] [INFO] 
[INFO] [INFO] -----------< org.eclipse.microprofile:microprofile-tck-bom >------------
[INFO] [INFO] Building MicroProfile TCK BOM 3.2                                  [2/2]
[INFO] [INFO]   from tck-bom/pom.xml
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15: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.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 1 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-tck-bom ---
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-tck-bom ---
[INFO] [INFO] Processed 0 files in 00:00.000 (Already Sorted: 0, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.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] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-tck-bom ---
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-tck-bom ---
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary for MicroProfile Parent POM 3.2:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile Parent POM ............................ SUCCESS [  8.962 s]
[INFO] [INFO] MicroProfile TCK BOM ............................... SUCCESS [  0.424 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  15.112 s
[INFO] [INFO] Finished at: 2023-08-10T17:00:05Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] 11/17 prepare:scm-commit-release
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-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-prefix'
[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: ?? .mvn/
[WARNING] Ignoring unrecognized line: ?? mvnw
[WARNING] Ignoring unrecognized line: ?? mvnw.cmd
[WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? release.properties
[WARNING] Ignoring unrecognized line: ?? 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-676061692.commit'
[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/main:refs/heads/main'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[INFO] 12/17 prepare:scm-tag
[INFO] Tagging release with the label 3.2...
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent' && 'git' 'tag' '-F' '/tmp/maven-scm-1685917569.commit' '3.2'
[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/3.2'
[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] 13/17 prepare:rewrite-poms-for-development
[INFO] Transforming pom.xml microprofile-parent 'MicroProfile Parent POM'...
[INFO] Transforming tck-bom/pom.xml microprofile-tck-bom 'MicroProfile TCK BOM'...
[INFO] 14/17 prepare:remove-release-poms
[INFO] Not removing release POMs
[INFO] 15/17 prepare:run-completion-goals
[INFO] 16/17 prepare:scm-commit-development
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-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-prefix'
[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: ?? .mvn/
[WARNING] Ignoring unrecognized line: ?? mvnw
[WARNING] Ignoring unrecognized line: ?? mvnw.cmd
[WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? release.properties
[WARNING] Ignoring unrecognized line: ?? 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-907895749.commit'
[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/main:refs/heads/main'
[INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent
[INFO] 17/17 prepare:end-release
[INFO] Release preparation complete.
[INFO] 
[INFO] --- release:3.0.0-M7:perform (default-cli) @ microprofile-parent ---
[INFO] starting perform goal, composed of 3 phases: verify-completed-prepare-phases, checkout-project-from-scm, run-perform-goals
[INFO] 1/3 perform:verify-completed-prepare-phases
[INFO] 2/3 perform:checkout-project-from-scm
[INFO] Performing a LOCAL checkout from scm:git:file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-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' '--depth' '1' '--branch' '3.2' 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent' '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' '3.2'
[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] 3/3 perform:run-perform-goals
[INFO] Invoking perform goals in directory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout
[INFO] Executing goals 'deploy'...
[INFO] Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
[INFO] Maven home: /home/jenkins/.m2/wrapper/dists/apache-maven-3.9.0-bin/7u41pcsb933vr4m6u83d7ofakm/apache-maven-3.9.0
[INFO] Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
[INFO] Default locale: en_US, platform encoding: UTF-8
[INFO] OS name: "linux", version: "5.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 Parent POM                                            [pom]
[INFO] [INFO] MicroProfile TCK BOM                                               [pom]
[INFO] [INFO] 
[INFO] [INFO] ------------< org.eclipse.microprofile:microprofile-parent >------------
[INFO] [INFO] Building MicroProfile Parent POM 3.2                               [1/2]
[INFO] [INFO]   from pom.xml
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15: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.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 1 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-parent ---
[INFO] [INFO] Processed 0 files in 00:00.004 (Already Sorted: 0, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.1:check (verify-style) @ microprofile-parent ---
[INFO] [INFO] Starting audit...
[INFO] Audit done.
[INFO] [INFO] You have 0 Checkstyle violations.
[INFO] [INFO] 
[INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-parent ---
[INFO] [INFO] 
[INFO] [INFO] --- install:3.1.0: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/3.2/microprofile-parent-3.2.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/microprofile-parent-3.2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-parent/3.2/microprofile-parent-3.2.pom.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging:1.6.13: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/3.2/microprofile-parent-3.2.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/microprofile-parent-3.2.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-parent/3.2/microprofile-parent-3.2.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 3.2                                  [2/2]
[INFO] [INFO]   from tck-bom/pom.xml
[INFO] [INFO] --------------------------------[ pom ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- apache-rat:0.15: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.
[INFO] [INFO] 7 explicit excludes.
[INFO] [INFO] 1 resources included
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] [INFO] 
[INFO] [INFO] --- formatter:2.22.0:format (default) @ microprofile-tck-bom ---
[INFO] [INFO] 
[INFO] [INFO] --- impsort:1.8.0:sort (sort-imports) @ microprofile-tck-bom ---
[INFO] [INFO] Processed 0 files in 00:00.000 (Already Sorted: 0, Needed Sorting: 0)
[INFO] [INFO] 
[INFO] [INFO] --- checkstyle:3.2.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] --- source:3.2.1:jar-no-fork (attach-sources) @ microprofile-tck-bom ---
[INFO] [INFO] 
[INFO] [INFO] --- gpg:3.0.1:sign (sign-artifacts) @ microprofile-tck-bom ---
[INFO] [INFO] 
[INFO] [INFO] --- install:3.1.0: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/3.2/microprofile-tck-bom-3.2.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/microprofile-tck-bom-3.2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-tck-bom/3.2/microprofile-tck-bom-3.2.pom.asc
[INFO] [INFO] 
[INFO] [INFO] --- nexus-staging:1.6.13: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/3.2/microprofile-tck-bom-3.2.pom
[INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/microprofile-tck-bom-3.2.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-tck-bom/3.2/microprofile-tck-bom-3.2.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-1605".
[INFO] [INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1605
[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-1605".
[INFO] 
[INFO] Waiting for operation to complete...
[INFO] ............
[INFO] 
[INFO] [INFO] Remote staged 1 repositories, finished with success.
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary for MicroProfile Parent POM 3.2:
[INFO] [INFO] 
[INFO] [INFO] MicroProfile Parent POM ............................ SUCCESS [  3.729 s]
[INFO] [INFO] MicroProfile TCK BOM ............................... SUCCESS [ 42.936 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  47.693 s
[INFO] [INFO] Finished at: 2023-08-10T17:00:57Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for MicroProfile Parent POM 3.2-SNAPSHOT:
[INFO] 
[INFO] MicroProfile Parent POM ............................ SUCCESS [01:14 min]
[INFO] MicroProfile TCK BOM ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:16 min
[INFO] Finished at: 2023-08-10T17:00:57Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // script
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 236 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