Skip to content

Console Output

Started by user Dmitry Kornilov
Rebuilds build #39
Running as Dmitry Kornilov
Agent basic-4rn30 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-4rn30"
  namespace: "jaxb-impl"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jaxb-impl.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-4rn30"
    - 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-4rn30"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jaxb-impl.svc.cluster.local/jaxb-impl/"
    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-jaxb-impl"
      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"

[EnvInject] - Loading node environment variables.
Building remotely on basic-4rn30 (basic) in workspace /home/jenkins/agent/workspace/istack-commons-release
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[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-neMsTcflHBZm/agent.57
SSH_AGENT_PID=59
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/istack-commons-release@tmp/private_key_8736614251008473524.key (/home/jenkins/agent/workspace/istack-commons-release@tmp/private_key_8736614251008473524.key)
[ssh-agent] Using credentials eclipse-jaxb-impl-bot (GitHub bot SSH)
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jaxb-istack-commons.git
 > git init /home/jenkins/agent/workspace/istack-commons-release # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jaxb-istack-commons.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/istack-commons-release@tmp/jenkins-gitclient-ssh16846954998192978192.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jaxb-istack-commons.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jaxb-istack-commons.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 1ee5fc6a67c50381512383e65e63aa81ea80cd5c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1ee5fc6a67c50381512383e65e63aa81ea80cd5c # timeout=10
Commit message: "Minor code cleanup"
 > git rev-list --no-walk 81ebad83f8758ff448dff8acfcaeaab2b2af5b3b # timeout=10
[istack-commons-release] $ /bin/bash -ex /tmp/jenkins16146290383135535638.sh
+ TOOLS_PREFIX=/opt/tools
+ MVN_HOME=/opt/tools/apache-maven/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.7
+ HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:3.1.0
+ BUILD_DIR=/home/jenkins/agent/workspace/istack-commons-release/istack-commons
+ cd /home/jenkins/agent/workspace/istack-commons-release/istack-commons
+ grep '<version>' pom.xml
+ grep SNAPSHOT
    <version>4.1.2-SNAPSHOT</version>
                            <version>0.0.1-SNAPSHOT</version>
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.version
++ grep -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$'
+ SNAPSHOT_VERSION=4.1.2-SNAPSHOT
+ '[' -z 4.1.2 ']'
+ '[' -z 4.2.0-SNAPSHOT ']'
+ RELEASE_TAG=4.1.2
+ RELEASE_BRANCH=4.1.2-RELEASE
+ echo 'Current version: 4.1.2-SNAPSHOT'
Current version: 4.1.2-SNAPSHOT
+ echo 'Release version: 4.1.2'
Release version: 4.1.2
+ echo 'Next version:    4.2.0-SNAPSHOT'
Next version:    4.2.0-SNAPSHOT
+ echo 'Release branch:  4.1.2-RELEASE'
Release branch:  4.1.2-RELEASE
+ echo 'Release tag:     4.1.2'
Release tag:     4.1.2
+ '[' -z 4.1.2-SNAPSHOT -o -z 4.1.2 -o -z 4.2.0-SNAPSHOT ']'
+ '[' false = true ']'
+ MVN_DEPLOY_ARGS=deploy
++ git remote
+ GIT_ORIGIN=origin
+ echo '-[ Prepare branch ]-------------------------------------------------------------'
-[ Prepare branch ]-------------------------------------------------------------
++ git branch -r
++ grep origin/4.1.2-RELEASE
+ [[ -n '' ]]
+ echo '-[ Release tag cleanup ]--------------------------------------------------------'
-[ Release tag cleanup ]--------------------------------------------------------
++ git ls-remote --tags origin
++ grep '4.1.2$'
+ [[ -n '' ]]
+ cd /home/jenkins/agent/workspace/istack-commons-release
+ git branch --delete 4.1.2-RELEASE
error: branch '4.1.2-RELEASE' not found.
+ git checkout -b 4.1.2-RELEASE
Switched to a new branch '4.1.2-RELEASE'
+ git tag --delete 4.1.2
error: tag '4.1.2' not found.
+ git config --global user.email jaxb-impl-bot@eclipse.org
+ git config --global user.name 'Eclipse JAXBimpl Bot'
+ 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 CE8B1D1D2530EDC5: public key "Eclipse Implementation of JAXB Project <jaxb-impl-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key CE8B1D1D2530EDC5: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
++ 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\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 04543577D6A9CC626239C50C7ECBD740FF06AEB5 trust
Secret subkeys are available.

pub  rsa4096/CE8B1D1D2530EDC5
     created: 2018-09-11  expires: 2023-09-10  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/7ECBD740FF06AEB5
     created: 2018-09-11  expires: 2023-09-10  usage: S   
[ unknown] (1). Eclipse Implementation of JAXB Project <jaxb-impl-dev@eclipse.org>

pub  rsa4096/CE8B1D1D2530EDC5
     created: 2018-09-11  expires: 2023-09-10  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/7ECBD740FF06AEB5
     created: 2018-09-11  expires: 2023-09-10  usage: S   
[ unknown] (1). Eclipse Implementation of JAXB Project <jaxb-impl-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/CE8B1D1D2530EDC5
     created: 2018-09-11  expires: 2023-09-10  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/7ECBD740FF06AEB5
     created: 2018-09-11  expires: 2023-09-10  usage: S   
[ unknown] (1). Eclipse Implementation of JAXB Project <jaxb-impl-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\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 06A4D15D9FA796BA5DECF592CE8B1D1D2530EDC5 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 2023-09-10
pub  rsa4096/CE8B1D1D2530EDC5
     created: 2018-09-11  expires: 2023-09-10  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/7ECBD740FF06AEB5
     created: 2018-09-11  expires: 2023-09-10  usage: S   
[ultimate] (1). Eclipse Implementation of JAXB Project <jaxb-impl-dev@eclipse.org>

pub  rsa4096/CE8B1D1D2530EDC5
     created: 2018-09-11  expires: 2023-09-10  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/7ECBD740FF06AEB5
     created: 2018-09-11  expires: 2023-09-10  usage: S   
[ultimate] (1). Eclipse Implementation of JAXB Project <jaxb-impl-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/CE8B1D1D2530EDC5
     created: 2018-09-11  expires: 2023-09-10  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/7ECBD740FF06AEB5
     created: 2018-09-11  expires: 2023-09-10  usage: S   
[ultimate] (1). Eclipse Implementation of JAXB Project <jaxb-impl-dev@eclipse.org>

+ cd /home/jenkins/agent/workspace/istack-commons-release/istack-commons
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.artifactId
++ grep -Ev '(^\[)'
+ ARTIFACT_ID=istack-commons
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.groupId
++ grep -Ev '(^\[)'
+ GROUP_ID=com.sun.istack
+ STAGING_DESC=com.sun.istack:istack-commons:4.1.2
++ echo com.sun.istack:istack-commons:4.1.2
++ sed -e 's/\./\\\./g'
+ STAGING_KEY='com\.sun\.istack:istack-commons:4\.1\.2'
+ echo '-[ Set release version ]--------------------------------------------------------'
-[ Set release version ]--------------------------------------------------------
+ mvn -U -C -B -DnewVersion=4.1.2 -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.7:set
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] iStack Common Utility Code                                         [pom]
[INFO] istack common utility buildtools                                   [jar]
[INFO] istack common utility code runtime                                 [jar]
[INFO] istack common utility code test                                    [jar]
[INFO] istack common utility code tools                                   [jar]
[INFO] istack common maven mojo                                  [maven-plugin]
[INFO] istack common import properties plugin                    [maven-plugin]
[INFO] istack common utility code soimp                                   [jar]
[INFO] 
[INFO] -------------------< com.sun.istack:istack-commons >--------------------
[INFO] Building iStack Common Utility Code 4.1.2-SNAPSHOT                 [1/8]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons ---
[INFO] 
[INFO] --------------< com.sun.istack:istack-commons-buildtools >--------------
[INFO] Building istack common utility buildtools 4.1.2-SNAPSHOT           [2/8]
[INFO]   from buildtools/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-buildtools ---
[INFO] 
[INFO] ---------------< com.sun.istack:istack-commons-runtime >----------------
[INFO] Building istack common utility code runtime 4.1.2-SNAPSHOT         [3/8]
[INFO]   from runtime/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-runtime ---
[INFO] 
[INFO] -----------------< com.sun.istack:istack-commons-test >-----------------
[INFO] Building istack common utility code test 4.1.2-SNAPSHOT            [4/8]
[INFO]   from test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-test ---
[INFO] 
[INFO] ----------------< com.sun.istack:istack-commons-tools >-----------------
[INFO] Building istack common utility code tools 4.1.2-SNAPSHOT           [5/8]
[INFO]   from tools/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-tools ---
[INFO] 
[INFO] -------------< com.sun.istack:istack-commons-maven-plugin >-------------
[INFO] Building istack common maven mojo 4.1.2-SNAPSHOT                   [6/8]
[INFO]   from maven-plugin/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-maven-plugin ---
[INFO] 
[INFO] --------------< com.sun.istack:import-properties-plugin >---------------
[INFO] Building istack common import properties plugin 4.1.2-SNAPSHOT     [7/8]
[INFO]   from import-properties-plugin/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ import-properties-plugin ---
[INFO] 
[INFO] ----------------< com.sun.istack:istack-commons-soimp >-----------------
[INFO] Building istack common utility code soimp 4.1.2-SNAPSHOT           [8/8]
[INFO]   from soimp/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-soimp ---
[INFO] 
[INFO] -------------------< com.sun.istack:istack-commons >--------------------
[INFO] Building iStack Common Utility Code 4.1.2-SNAPSHOT                 [9/8]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions:2.7:set (default-cli) @ istack-commons ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/istack-commons-release/istack-commons
[INFO] Processing change of com.sun.istack:istack-commons:4.1.2-SNAPSHOT -> 4.1.2
[INFO] Processing com.sun.istack:istack-commons
[INFO]     Updating project com.sun.istack:istack-commons
[INFO]         from version 4.1.2-SNAPSHOT to 4.1.2
[INFO] 
[INFO] Processing com.sun.istack:import-properties-plugin
[INFO]     Updating parent com.sun.istack:istack-commons
[INFO]         from version 4.1.2-SNAPSHOT to 4.1.2
[INFO] 
[INFO] Processing com.sun.istack:istack-commons-buildtools
[INFO]     Updating parent com.sun.istack:istack-commons
[INFO]         from version 4.1.2-SNAPSHOT to 4.1.2
[INFO] 
[INFO] Processing com.sun.istack:istack-commons-maven-plugin
[INFO]     Updating parent com.sun.istack:istack-commons
[INFO]         from version 4.1.2-SNAPSHOT to 4.1.2
[INFO] 
[INFO] Processing com.sun.istack:istack-commons-runtime
[INFO]     Updating parent com.sun.istack:istack-commons
[INFO]         from version 4.1.2-SNAPSHOT to 4.1.2
[INFO] 
[INFO] Processing com.sun.istack:istack-commons-soimp
[INFO]     Updating parent com.sun.istack:istack-commons
[INFO]         from version 4.1.2-SNAPSHOT to 4.1.2
[INFO] 
[INFO] Processing com.sun.istack:istack-commons-test
[INFO]     Updating parent com.sun.istack:istack-commons
[INFO]         from version 4.1.2-SNAPSHOT to 4.1.2
[INFO] 
[INFO] Processing com.sun.istack:istack-commons-tools
[INFO]     Updating parent com.sun.istack:istack-commons
[INFO]         from version 4.1.2-SNAPSHOT to 4.1.2
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for iStack Common Utility Code 4.1.2-SNAPSHOT:
[INFO] 
[INFO] iStack Common Utility Code ......................... SUCCESS [  3.996 s]
[INFO] istack common utility buildtools ................... SUCCESS [  0.003 s]
[INFO] istack common utility code runtime ................. SUCCESS [  0.023 s]
[INFO] istack common utility code test .................... SUCCESS [  0.003 s]
[INFO] istack common utility code tools ................... SUCCESS [  0.002 s]
[INFO] istack common maven mojo ........................... SUCCESS [  0.014 s]
[INFO] istack common import properties plugin ............. SUCCESS [  0.003 s]
[INFO] istack common utility code soimp ................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.463 s
[INFO] Finished at: 2023-04-11T15:04:45Z
[INFO] ------------------------------------------------------------------------
+ cd /home/jenkins/agent/workspace/istack-commons-release
+ echo '-[ Commit modified pom.xml files ]----------------------------------------------'
-[ Commit modified pom.xml files ]----------------------------------------------
++ git status
++ grep -E 'modified:.*pom\.xml'
++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//'
+ POM_FILES='istack-commons/buildtools/pom.xml
istack-commons/import-properties-plugin/pom.xml
istack-commons/maven-plugin/pom.xml
istack-commons/pom.xml
istack-commons/runtime/pom.xml
istack-commons/soimp/pom.xml
istack-commons/test/pom.xml
istack-commons/tools/pom.xml'
+ git add istack-commons/buildtools/pom.xml istack-commons/import-properties-plugin/pom.xml istack-commons/maven-plugin/pom.xml istack-commons/pom.xml istack-commons/runtime/pom.xml istack-commons/soimp/pom.xml istack-commons/test/pom.xml istack-commons/tools/pom.xml
+ git commit -m 'Prepare release com.sun.istack:istack-commons:4.1.2'
[4.1.2-RELEASE 343a28e] Prepare release com.sun.istack:istack-commons:4.1.2
 8 files changed, 8 insertions(+), 8 deletions(-)
+ cd /home/jenkins/agent/workspace/istack-commons-release/istack-commons
+ echo '-[ Drop old staging repository deployments ]------------------------------------'
-[ Drop old staging repository deployments ]------------------------------------
++ mvn -B nexus-staging:rc-list
++ egrep '^\[INFO\] [A-Z,a-z]+-[0-9]+\s+[A-Z]+\s+com\.sun\.istack:istack-commons:4\.1\.2$'
++ awk '{print $2}'
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
+ echo '-[ Deploy artifacts to staging repository ]-------------------------------------'
-[ Deploy artifacts to staging repository ]-------------------------------------
+ mvn -U -C -B -DskipTests -Poss-release,staging -DstagingDescription=com.sun.istack:istack-commons:4.1.2 clean deploy
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 8 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 8 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] iStack Common Utility Code                                         [pom]
[INFO] istack common utility buildtools                                   [jar]
[INFO] istack common utility code runtime                                 [jar]
[INFO] istack common utility code test                                    [jar]
[INFO] istack common utility code tools                                   [jar]
[INFO] istack common maven mojo                                  [maven-plugin]
[INFO] istack common import properties plugin                    [maven-plugin]
[INFO] istack common utility code soimp                                   [jar]
[INFO] 
[INFO] -------------------< com.sun.istack:istack-commons >--------------------
[INFO] Building iStack Common Utility Code 4.1.2                          [1/8]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons ---
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ istack-commons ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ istack-commons ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/istack-commons-release/istack-commons' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/istack-commons-release/istack-commons
[INFO] Storing buildNumber: 343a28e at timestamp: 1681225566252
[INFO] Storing buildScmBranch: 4.1.2-RELEASE
[INFO] 
[INFO] --- assembly:3.5.0:single (common-resources) @ istack-commons ---
[INFO] Reading assembly descriptor: src/main/assembly/resources.xml
[INFO] Building zip: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/istack-commons-4.1.2-resources.zip
[INFO] 
[INFO] --- dependency:3.5.0:unpack (unpack-resource) @ istack-commons ---
[INFO] Configured Artifact: com.sun.istack:istack-commons:resources:4.1.2:zip
[INFO] Unpacking /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/istack-commons-4.1.2-resources.zip to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/common-resources with includes "" and excludes ""
[INFO] 
[INFO] --- bundle:5.1.8:manifest (bundle-manifest) @ istack-commons ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ istack-commons ---
[INFO] 
[INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ istack-commons ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ istack-commons ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ istack-commons ---
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/pom.xml to /home/jenkins/.m2/repository/com/sun/istack/istack-commons/4.1.2/istack-commons-4.1.2.pom
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/istack-commons-4.1.2-resources.zip to /home/jenkins/.m2/repository/com/sun/istack/istack-commons/4.1.2/istack-commons-4.1.2-resources.zip
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/istack-commons-4.1.2.pom.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons/4.1.2/istack-commons-4.1.2.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/istack-commons-4.1.2-resources.zip.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons/4.1.2/istack-commons-4.1.2-resources.zip.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ istack-commons ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "14d19fcf25e1e4" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/pom.xml to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons/4.1.2/istack-commons-4.1.2.pom
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/istack-commons-4.1.2-resources.zip to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons/4.1.2/istack-commons-4.1.2-resources.zip
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/istack-commons-4.1.2.pom.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons/4.1.2/istack-commons-4.1.2.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/istack-commons-4.1.2-resources.zip.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons/4.1.2/istack-commons-4.1.2-resources.zip.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< com.sun.istack:istack-commons-buildtools >--------------
[INFO] Building istack common utility buildtools 4.1.2                    [2/8]
[INFO]   from buildtools/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-buildtools ---
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ istack-commons-buildtools ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ istack-commons-buildtools ---
[INFO] 
[INFO] --- dependency:3.5.0:unpack (unpack-resource) @ istack-commons-buildtools ---
[INFO] Configured Artifact: com.sun.istack:istack-commons:resources:4.1.2:zip
[INFO] Unpacking /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/istack-commons-4.1.2-resources.zip to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/common-resources with includes "" and excludes ""
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ istack-commons-buildtools ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ istack-commons-buildtools ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug deprecation release 11] to target/classes
[INFO] 
[INFO] --- bundle:5.1.8:manifest (bundle-manifest) @ istack-commons-buildtools ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ istack-commons-buildtools ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ istack-commons-buildtools ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ istack-commons-buildtools ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ istack-commons-buildtools ---
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/istack-commons-buildtools-4.1.2.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ istack-commons-buildtools ---
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/istack-commons-buildtools-4.1.2-sources.jar
[INFO] 
[INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ istack-commons-buildtools ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/istack-commons-buildtools-4.1.2-javadoc.jar
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ istack-commons-buildtools ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ istack-commons-buildtools ---
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/pom.xml to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-buildtools/4.1.2/istack-commons-buildtools-4.1.2.pom
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/istack-commons-buildtools-4.1.2.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-buildtools/4.1.2/istack-commons-buildtools-4.1.2.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/istack-commons-buildtools-4.1.2-sources.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-buildtools/4.1.2/istack-commons-buildtools-4.1.2-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/istack-commons-buildtools-4.1.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-buildtools/4.1.2/istack-commons-buildtools-4.1.2-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/istack-commons-buildtools-4.1.2.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-buildtools/4.1.2/istack-commons-buildtools-4.1.2.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/istack-commons-buildtools-4.1.2.pom.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-buildtools/4.1.2/istack-commons-buildtools-4.1.2.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/istack-commons-buildtools-4.1.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-buildtools/4.1.2/istack-commons-buildtools-4.1.2-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/istack-commons-buildtools-4.1.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-buildtools/4.1.2/istack-commons-buildtools-4.1.2-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ istack-commons-buildtools ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "14d19fcf25e1e4" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/istack-commons-buildtools-4.1.2.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-buildtools/4.1.2/istack-commons-buildtools-4.1.2.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/pom.xml to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-buildtools/4.1.2/istack-commons-buildtools-4.1.2.pom
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/istack-commons-buildtools-4.1.2-sources.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-buildtools/4.1.2/istack-commons-buildtools-4.1.2-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/istack-commons-buildtools-4.1.2-javadoc.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-buildtools/4.1.2/istack-commons-buildtools-4.1.2-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/istack-commons-buildtools-4.1.2.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-buildtools/4.1.2/istack-commons-buildtools-4.1.2.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/istack-commons-buildtools-4.1.2.pom.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-buildtools/4.1.2/istack-commons-buildtools-4.1.2.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/istack-commons-buildtools-4.1.2-sources.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-buildtools/4.1.2/istack-commons-buildtools-4.1.2-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target/istack-commons-buildtools-4.1.2-javadoc.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-buildtools/4.1.2/istack-commons-buildtools-4.1.2-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------------< com.sun.istack:istack-commons-runtime >----------------
[INFO] Building istack common utility code runtime 4.1.2                  [3/8]
[INFO]   from runtime/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-runtime ---
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ istack-commons-runtime ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ istack-commons-runtime ---
[INFO] 
[INFO] --- dependency:3.5.0:unpack (unpack-resource) @ istack-commons-runtime ---
[INFO] Configured Artifact: com.sun.istack:istack-commons:resources:4.1.2:zip
[INFO] Unpacking /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/istack-commons-4.1.2-resources.zip to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/common-resources with includes "" and excludes ""
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ istack-commons-runtime ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ istack-commons-runtime ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 21 source files with javac [debug deprecation release 11 module-path] to target/classes
[INFO] 
[INFO] --- bundle:5.1.8:manifest (bundle-manifest) @ istack-commons-runtime ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ istack-commons-runtime ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ istack-commons-runtime ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug deprecation release 11 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ istack-commons-runtime ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ istack-commons-runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/istack-commons-runtime-4.1.2.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ istack-commons-runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/istack-commons-runtime-4.1.2-sources.jar
[INFO] 
[INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ istack-commons-runtime ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/istack-commons-runtime-4.1.2-javadoc.jar
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ istack-commons-runtime ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ istack-commons-runtime ---
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/pom.xml to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2.pom
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/istack-commons-runtime-4.1.2.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/istack-commons-runtime-4.1.2-sources.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/istack-commons-runtime-4.1.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/istack-commons-runtime-4.1.2.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/istack-commons-runtime-4.1.2.pom.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/istack-commons-runtime-4.1.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/istack-commons-runtime-4.1.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ istack-commons-runtime ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "14d19fcf25e1e4" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/istack-commons-runtime-4.1.2.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/pom.xml to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2.pom
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/istack-commons-runtime-4.1.2-sources.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/istack-commons-runtime-4.1.2-javadoc.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/istack-commons-runtime-4.1.2.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/istack-commons-runtime-4.1.2.pom.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/istack-commons-runtime-4.1.2-sources.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target/istack-commons-runtime-4.1.2-javadoc.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------< com.sun.istack:istack-commons-test >-----------------
[INFO] Building istack common utility code test 4.1.2                     [4/8]
[INFO]   from test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-test ---
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ istack-commons-test ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ istack-commons-test ---
[INFO] 
[INFO] --- dependency:3.5.0:unpack (unpack-resource) @ istack-commons-test ---
[INFO] Configured Artifact: com.sun.istack:istack-commons:resources:4.1.2:zip
[INFO] Unpacking /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/istack-commons-4.1.2-resources.zip to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/common-resources with includes "" and excludes ""
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ istack-commons-test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ istack-commons-test ---
[WARNING] Can't extract module name from ant-launcher-1.10.13.jar: allow.class found in top-level directory (unnamed package not allowed in module)
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug deprecation release 11] to target/classes
[INFO] 
[INFO] --- bundle:5.1.8:manifest (bundle-manifest) @ istack-commons-test ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ istack-commons-test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ istack-commons-test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ istack-commons-test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ istack-commons-test ---
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/istack-commons-test-4.1.2.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ istack-commons-test ---
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/istack-commons-test-4.1.2-sources.jar
[INFO] 
[INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ istack-commons-test ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/istack-commons-test-4.1.2-javadoc.jar
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ istack-commons-test ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ istack-commons-test ---
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/pom.xml to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2.pom
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/istack-commons-test-4.1.2.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/istack-commons-test-4.1.2-sources.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/istack-commons-test-4.1.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/istack-commons-test-4.1.2.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/istack-commons-test-4.1.2.pom.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/istack-commons-test-4.1.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/istack-commons-test-4.1.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ istack-commons-test ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "14d19fcf25e1e4" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/istack-commons-test-4.1.2.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/pom.xml to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2.pom
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/istack-commons-test-4.1.2-sources.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/istack-commons-test-4.1.2-javadoc.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/istack-commons-test-4.1.2.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/istack-commons-test-4.1.2.pom.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/istack-commons-test-4.1.2-sources.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target/istack-commons-test-4.1.2-javadoc.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------------< com.sun.istack:istack-commons-tools >-----------------
[INFO] Building istack common utility code tools 4.1.2                    [5/8]
[INFO]   from tools/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-tools ---
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ istack-commons-tools ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ istack-commons-tools ---
[INFO] 
[INFO] --- dependency:3.5.0:unpack (unpack-resource) @ istack-commons-tools ---
[INFO] Configured Artifact: com.sun.istack:istack-commons:resources:4.1.2:zip
[INFO] Unpacking /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/istack-commons-4.1.2-resources.zip to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/common-resources with includes "" and excludes ""
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ istack-commons-tools ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ istack-commons-tools ---
[WARNING] Can't extract module name from ant-launcher-1.10.13.jar: allow.class found in top-level directory (unnamed package not allowed in module)
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug deprecation release 11] to target/classes
[INFO] 
[INFO] --- bundle:5.1.8:manifest (bundle-manifest) @ istack-commons-tools ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ istack-commons-tools ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ istack-commons-tools ---
[WARNING] Can't extract module name from ant-launcher-1.10.13.jar: allow.class found in top-level directory (unnamed package not allowed in module)
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug deprecation release 11 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ istack-commons-tools ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ istack-commons-tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/istack-commons-tools-4.1.2.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ istack-commons-tools ---
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/istack-commons-tools-4.1.2-sources.jar
[INFO] 
[INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ istack-commons-tools ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/istack-commons-tools-4.1.2-javadoc.jar
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ istack-commons-tools ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ istack-commons-tools ---
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/pom.xml to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2.pom
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/istack-commons-tools-4.1.2.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/istack-commons-tools-4.1.2-sources.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/istack-commons-tools-4.1.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/istack-commons-tools-4.1.2.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/istack-commons-tools-4.1.2.pom.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/istack-commons-tools-4.1.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/istack-commons-tools-4.1.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ istack-commons-tools ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "14d19fcf25e1e4" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/istack-commons-tools-4.1.2.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/pom.xml to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2.pom
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/istack-commons-tools-4.1.2-sources.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/istack-commons-tools-4.1.2-javadoc.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/istack-commons-tools-4.1.2.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/istack-commons-tools-4.1.2.pom.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/istack-commons-tools-4.1.2-sources.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target/istack-commons-tools-4.1.2-javadoc.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< com.sun.istack:istack-commons-maven-plugin >-------------
[INFO] Building istack common maven mojo 4.1.2                            [6/8]
[INFO]   from maven-plugin/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-maven-plugin ---
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ istack-commons-maven-plugin ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ istack-commons-maven-plugin ---
[INFO] 
[INFO] --- plugin:3.8.1:helpmojo (descriptors) @ istack-commons-maven-plugin ---
[INFO] 
[INFO] --- dependency:3.5.0:unpack (unpack-resource) @ istack-commons-maven-plugin ---
[INFO] Configured Artifact: com.sun.istack:istack-commons:resources:4.1.2:zip
[INFO] Unpacking /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/istack-commons-4.1.2-resources.zip to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/common-resources with includes "" and excludes ""
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ istack-commons-maven-plugin ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ istack-commons-maven-plugin ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 9 source files with javac [debug deprecation release 11] to target/classes
[INFO] 
[INFO] --- plugin:3.8.1:descriptor (default-descriptor) @ istack-commons-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 4 mojo descriptors.
[INFO] 
[INFO] --- bundle:5.1.8:manifest (bundle-manifest) @ istack-commons-maven-plugin ---
[INFO] 
[INFO] --- plugin:3.8.1:descriptor (descriptors) @ istack-commons-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 4 mojo descriptors.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ istack-commons-maven-plugin ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ istack-commons-maven-plugin ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug deprecation release 11] to target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ istack-commons-maven-plugin ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ istack-commons-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/istack-commons-maven-plugin-4.1.2.jar
[INFO] 
[INFO] --- plugin:3.8.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ istack-commons-maven-plugin ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ istack-commons-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/istack-commons-maven-plugin-4.1.2-sources.jar
[INFO] 
[INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ istack-commons-maven-plugin ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/istack-commons-maven-plugin-4.1.2-javadoc.jar
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ istack-commons-maven-plugin ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ istack-commons-maven-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/pom.xml to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-maven-plugin/4.1.2/istack-commons-maven-plugin-4.1.2.pom
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/istack-commons-maven-plugin-4.1.2.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-maven-plugin/4.1.2/istack-commons-maven-plugin-4.1.2.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/istack-commons-maven-plugin-4.1.2-sources.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-maven-plugin/4.1.2/istack-commons-maven-plugin-4.1.2-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/istack-commons-maven-plugin-4.1.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-maven-plugin/4.1.2/istack-commons-maven-plugin-4.1.2-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/istack-commons-maven-plugin-4.1.2.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-maven-plugin/4.1.2/istack-commons-maven-plugin-4.1.2.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/istack-commons-maven-plugin-4.1.2.pom.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-maven-plugin/4.1.2/istack-commons-maven-plugin-4.1.2.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/istack-commons-maven-plugin-4.1.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-maven-plugin/4.1.2/istack-commons-maven-plugin-4.1.2-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/istack-commons-maven-plugin-4.1.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-maven-plugin/4.1.2/istack-commons-maven-plugin-4.1.2-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ istack-commons-maven-plugin ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "14d19fcf25e1e4" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/istack-commons-maven-plugin-4.1.2.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-maven-plugin/4.1.2/istack-commons-maven-plugin-4.1.2.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/pom.xml to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-maven-plugin/4.1.2/istack-commons-maven-plugin-4.1.2.pom
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/istack-commons-maven-plugin-4.1.2-sources.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-maven-plugin/4.1.2/istack-commons-maven-plugin-4.1.2-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/istack-commons-maven-plugin-4.1.2-javadoc.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-maven-plugin/4.1.2/istack-commons-maven-plugin-4.1.2-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/istack-commons-maven-plugin-4.1.2.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-maven-plugin/4.1.2/istack-commons-maven-plugin-4.1.2.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/istack-commons-maven-plugin-4.1.2.pom.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-maven-plugin/4.1.2/istack-commons-maven-plugin-4.1.2.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/istack-commons-maven-plugin-4.1.2-sources.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-maven-plugin/4.1.2/istack-commons-maven-plugin-4.1.2-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target/istack-commons-maven-plugin-4.1.2-javadoc.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-maven-plugin/4.1.2/istack-commons-maven-plugin-4.1.2-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< com.sun.istack:import-properties-plugin >---------------
[INFO] Building istack common import properties plugin 4.1.2              [7/8]
[INFO]   from import-properties-plugin/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ import-properties-plugin ---
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ import-properties-plugin ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ import-properties-plugin ---
[INFO] 
[INFO] --- plugin:3.8.1:helpmojo (mojo-descriptor) @ import-properties-plugin ---
[INFO] 
[INFO] --- dependency:3.5.0:unpack (unpack-resource) @ import-properties-plugin ---
[INFO] Configured Artifact: com.sun.istack:istack-commons:resources:4.1.2:zip
[INFO] Unpacking /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/istack-commons-4.1.2-resources.zip to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/common-resources with includes "" and excludes ""
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ import-properties-plugin ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ import-properties-plugin ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/classes
[INFO] 
[INFO] --- plugin:3.8.1:descriptor (default-descriptor) @ import-properties-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 2 mojo descriptors.
[INFO] 
[INFO] --- bundle:5.1.8:manifest (bundle-manifest) @ import-properties-plugin ---
[INFO] 
[INFO] --- plugin:3.8.1:descriptor (mojo-descriptor) @ import-properties-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 2 mojo descriptors.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ import-properties-plugin ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ import-properties-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ import-properties-plugin ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ import-properties-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/import-properties-plugin-4.1.2.jar
[INFO] 
[INFO] --- plugin:3.8.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ import-properties-plugin ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ import-properties-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/import-properties-plugin-4.1.2-sources.jar
[INFO] 
[INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ import-properties-plugin ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/import-properties-plugin-4.1.2-javadoc.jar
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ import-properties-plugin ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ import-properties-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/pom.xml to /home/jenkins/.m2/repository/com/sun/istack/import-properties-plugin/4.1.2/import-properties-plugin-4.1.2.pom
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/import-properties-plugin-4.1.2.jar to /home/jenkins/.m2/repository/com/sun/istack/import-properties-plugin/4.1.2/import-properties-plugin-4.1.2.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/import-properties-plugin-4.1.2-sources.jar to /home/jenkins/.m2/repository/com/sun/istack/import-properties-plugin/4.1.2/import-properties-plugin-4.1.2-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/import-properties-plugin-4.1.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/istack/import-properties-plugin/4.1.2/import-properties-plugin-4.1.2-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/import-properties-plugin-4.1.2.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/import-properties-plugin/4.1.2/import-properties-plugin-4.1.2.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/import-properties-plugin-4.1.2.pom.asc to /home/jenkins/.m2/repository/com/sun/istack/import-properties-plugin/4.1.2/import-properties-plugin-4.1.2.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/import-properties-plugin-4.1.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/import-properties-plugin/4.1.2/import-properties-plugin-4.1.2-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/import-properties-plugin-4.1.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/import-properties-plugin/4.1.2/import-properties-plugin-4.1.2-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ import-properties-plugin ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "14d19fcf25e1e4" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/import-properties-plugin-4.1.2.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/import-properties-plugin/4.1.2/import-properties-plugin-4.1.2.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/pom.xml to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/import-properties-plugin/4.1.2/import-properties-plugin-4.1.2.pom
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/import-properties-plugin-4.1.2-sources.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/import-properties-plugin/4.1.2/import-properties-plugin-4.1.2-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/import-properties-plugin-4.1.2-javadoc.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/import-properties-plugin/4.1.2/import-properties-plugin-4.1.2-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/import-properties-plugin-4.1.2.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/import-properties-plugin/4.1.2/import-properties-plugin-4.1.2.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/import-properties-plugin-4.1.2.pom.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/import-properties-plugin/4.1.2/import-properties-plugin-4.1.2.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/import-properties-plugin-4.1.2-sources.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/import-properties-plugin/4.1.2/import-properties-plugin-4.1.2-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target/import-properties-plugin-4.1.2-javadoc.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/import-properties-plugin/4.1.2/import-properties-plugin-4.1.2-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------------< com.sun.istack:istack-commons-soimp >-----------------
[INFO] Building istack common utility code soimp 4.1.2                    [8/8]
[INFO]   from soimp/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-soimp ---
[INFO] 
[INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ istack-commons-soimp ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ istack-commons-soimp ---
[INFO] 
[INFO] --- dependency:3.5.0:unpack (unpack-resource) @ istack-commons-soimp ---
[INFO] Configured Artifact: com.sun.istack:istack-commons:resources:4.1.2:zip
[INFO] Unpacking /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/istack-commons-4.1.2-resources.zip to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/common-resources with includes "" and excludes ""
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ istack-commons-soimp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ istack-commons-soimp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug deprecation release 11] to target/classes
[INFO] 
[INFO] --- bundle:5.1.8:manifest (bundle-manifest) @ istack-commons-soimp ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ istack-commons-soimp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ istack-commons-soimp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ istack-commons-soimp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ istack-commons-soimp ---
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/istack-commons-soimp-4.1.2.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ istack-commons-soimp ---
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/istack-commons-soimp-4.1.2-sources.jar
[INFO] 
[INFO] --- javadoc:3.5.0:jar (attach-javadocs) @ istack-commons-soimp ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/istack-commons-soimp-4.1.2-javadoc.jar
[INFO] 
[INFO] --- gpg:1.6:sign (sign-artifacts) @ istack-commons-soimp ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ istack-commons-soimp ---
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/pom.xml to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-soimp/4.1.2/istack-commons-soimp-4.1.2.pom
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/istack-commons-soimp-4.1.2.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-soimp/4.1.2/istack-commons-soimp-4.1.2.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/istack-commons-soimp-4.1.2-sources.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-soimp/4.1.2/istack-commons-soimp-4.1.2-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/istack-commons-soimp-4.1.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-soimp/4.1.2/istack-commons-soimp-4.1.2-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/istack-commons-soimp-4.1.2.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-soimp/4.1.2/istack-commons-soimp-4.1.2.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/istack-commons-soimp-4.1.2.pom.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-soimp/4.1.2/istack-commons-soimp-4.1.2.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/istack-commons-soimp-4.1.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-soimp/4.1.2/istack-commons-soimp-4.1.2-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/istack-commons-soimp-4.1.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/istack/istack-commons-soimp/4.1.2/istack-commons-soimp-4.1.2-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ istack-commons-soimp ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "14d19fcf25e1e4" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/istack-commons-soimp-4.1.2.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-soimp/4.1.2/istack-commons-soimp-4.1.2.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/pom.xml to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-soimp/4.1.2/istack-commons-soimp-4.1.2.pom
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/istack-commons-soimp-4.1.2-sources.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-soimp/4.1.2/istack-commons-soimp-4.1.2-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/istack-commons-soimp-4.1.2-javadoc.jar to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-soimp/4.1.2/istack-commons-soimp-4.1.2-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/istack-commons-soimp-4.1.2.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-soimp/4.1.2/istack-commons-soimp-4.1.2.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/istack-commons-soimp-4.1.2.pom.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-soimp/4.1.2/istack-commons-soimp-4.1.2.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/istack-commons-soimp-4.1.2-sources.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-soimp/4.1.2/istack-commons-soimp-4.1.2-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target/istack-commons-soimp-4.1.2-javadoc.jar.asc to /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target/nexus-staging/staging/14d19fcf25e1e4/com/sun/istack/istack-commons-soimp/4.1.2/istack-commons-soimp-4.1.2-javadoc.jar.asc
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "14d19fcf25e1e4"
[INFO]  * Created staging repository with ID "comsunistack-1013".
[INFO]  * Staging repository at https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunistack-1013
[INFO]  * Uploading locally staged artifacts to profile com.sun.istack
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "comsunistack-1013".

Waiting for operation to complete...
...

[INFO] Remote staged 1 repositories, finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for iStack Common Utility Code 4.1.2:
[INFO] 
[INFO] iStack Common Utility Code ......................... SUCCESS [ 32.206 s]
[INFO] istack common utility buildtools ................... SUCCESS [  8.501 s]
[INFO] istack common utility code runtime ................. SUCCESS [  5.486 s]
[INFO] istack common utility code test .................... SUCCESS [  4.533 s]
[INFO] istack common utility code tools ................... SUCCESS [  5.250 s]
[INFO] istack common maven mojo ........................... SUCCESS [  8.104 s]
[INFO] istack common import properties plugin ............. SUCCESS [  4.716 s]
[INFO] istack common utility code soimp ................... SUCCESS [ 26.578 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:36 min
[INFO] Finished at: 2023-04-11T15:07:27Z
[INFO] ------------------------------------------------------------------------
+ cd /home/jenkins/agent/workspace/istack-commons-release
+ echo '-[ Tag release ]----------------------------------------------------------------'
-[ Tag release ]----------------------------------------------------------------
+ git tag 4.1.2 -m 'Release com.sun.istack:istack-commons:4.1.2'
+ cd /home/jenkins/agent/workspace/istack-commons-release/istack-commons
+ echo '-[ Set next snapshot version ]--------------------------------------------------'
-[ Set next snapshot version ]--------------------------------------------------
+ mvn -U -C -B -DnewVersion=4.2.0-SNAPSHOT -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.7:set
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] iStack Common Utility Code                                         [pom]
[INFO] istack common utility buildtools                                   [jar]
[INFO] istack common utility code runtime                                 [jar]
[INFO] istack common utility code test                                    [jar]
[INFO] istack common utility code tools                                   [jar]
[INFO] istack common maven mojo                                  [maven-plugin]
[INFO] istack common import properties plugin                    [maven-plugin]
[INFO] istack common utility code soimp                                   [jar]
[INFO] 
[INFO] -------------------< com.sun.istack:istack-commons >--------------------
[INFO] Building iStack Common Utility Code 4.1.2                          [1/8]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons ---
[INFO] Deleting /home/jenkins/agent/workspace/istack-commons-release/istack-commons/target
[INFO] 
[INFO] --------------< com.sun.istack:istack-commons-buildtools >--------------
[INFO] Building istack common utility buildtools 4.1.2                    [2/8]
[INFO]   from buildtools/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-buildtools ---
[INFO] Deleting /home/jenkins/agent/workspace/istack-commons-release/istack-commons/buildtools/target
[INFO] 
[INFO] ---------------< com.sun.istack:istack-commons-runtime >----------------
[INFO] Building istack common utility code runtime 4.1.2                  [3/8]
[INFO]   from runtime/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-runtime ---
[INFO] Deleting /home/jenkins/agent/workspace/istack-commons-release/istack-commons/runtime/target
[INFO] 
[INFO] -----------------< com.sun.istack:istack-commons-test >-----------------
[INFO] Building istack common utility code test 4.1.2                     [4/8]
[INFO]   from test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-test ---
[INFO] Deleting /home/jenkins/agent/workspace/istack-commons-release/istack-commons/test/target
[INFO] 
[INFO] ----------------< com.sun.istack:istack-commons-tools >-----------------
[INFO] Building istack common utility code tools 4.1.2                    [5/8]
[INFO]   from tools/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-tools ---
[INFO] Deleting /home/jenkins/agent/workspace/istack-commons-release/istack-commons/tools/target
[INFO] 
[INFO] -------------< com.sun.istack:istack-commons-maven-plugin >-------------
[INFO] Building istack common maven mojo 4.1.2                            [6/8]
[INFO]   from maven-plugin/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-maven-plugin ---
[INFO] Deleting /home/jenkins/agent/workspace/istack-commons-release/istack-commons/maven-plugin/target
[INFO] 
[INFO] --------------< com.sun.istack:import-properties-plugin >---------------
[INFO] Building istack common import properties plugin 4.1.2              [7/8]
[INFO]   from import-properties-plugin/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ import-properties-plugin ---
[INFO] Deleting /home/jenkins/agent/workspace/istack-commons-release/istack-commons/import-properties-plugin/target
[INFO] 
[INFO] ----------------< com.sun.istack:istack-commons-soimp >-----------------
[INFO] Building istack common utility code soimp 4.1.2                    [8/8]
[INFO]   from soimp/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ istack-commons-soimp ---
[INFO] Deleting /home/jenkins/agent/workspace/istack-commons-release/istack-commons/soimp/target
[INFO] 
[INFO] -------------------< com.sun.istack:istack-commons >--------------------
[INFO] Building iStack Common Utility Code 4.1.2                          [9/8]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions:2.7:set (default-cli) @ istack-commons ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/istack-commons-release/istack-commons
[INFO] Processing change of com.sun.istack:istack-commons:4.1.2 -> 4.2.0-SNAPSHOT
[INFO] Processing com.sun.istack:istack-commons
[INFO]     Updating project com.sun.istack:istack-commons
[INFO]         from version 4.1.2 to 4.2.0-SNAPSHOT
[INFO] 
[INFO] Processing com.sun.istack:import-properties-plugin
[INFO]     Updating parent com.sun.istack:istack-commons
[INFO]         from version 4.1.2 to 4.2.0-SNAPSHOT
[INFO] 
[INFO] Processing com.sun.istack:istack-commons-buildtools
[INFO]     Updating parent com.sun.istack:istack-commons
[INFO]         from version 4.1.2 to 4.2.0-SNAPSHOT
[INFO] 
[INFO] Processing com.sun.istack:istack-commons-maven-plugin
[INFO]     Updating parent com.sun.istack:istack-commons
[INFO]         from version 4.1.2 to 4.2.0-SNAPSHOT
[INFO] 
[INFO] Processing com.sun.istack:istack-commons-runtime
[INFO]     Updating parent com.sun.istack:istack-commons
[INFO]         from version 4.1.2 to 4.2.0-SNAPSHOT
[INFO] 
[INFO] Processing com.sun.istack:istack-commons-soimp
[INFO]     Updating parent com.sun.istack:istack-commons
[INFO]         from version 4.1.2 to 4.2.0-SNAPSHOT
[INFO] 
[INFO] Processing com.sun.istack:istack-commons-test
[INFO]     Updating parent com.sun.istack:istack-commons
[INFO]         from version 4.1.2 to 4.2.0-SNAPSHOT
[INFO] 
[INFO] Processing com.sun.istack:istack-commons-tools
[INFO]     Updating parent com.sun.istack:istack-commons
[INFO]         from version 4.1.2 to 4.2.0-SNAPSHOT
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for iStack Common Utility Code 4.1.2:
[INFO] 
[INFO] iStack Common Utility Code ......................... SUCCESS [  1.043 s]
[INFO] istack common utility buildtools ................... SUCCESS [  0.008 s]
[INFO] istack common utility code runtime ................. SUCCESS [  0.014 s]
[INFO] istack common utility code test .................... SUCCESS [  0.008 s]
[INFO] istack common utility code tools ................... SUCCESS [  0.026 s]
[INFO] istack common maven mojo ........................... SUCCESS [  0.024 s]
[INFO] istack common import properties plugin ............. SUCCESS [  0.019 s]
[INFO] istack common utility code soimp ................... SUCCESS [  0.050 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.707 s
[INFO] Finished at: 2023-04-11T15:07:30Z
[INFO] ------------------------------------------------------------------------
+ cd /home/jenkins/agent/workspace/istack-commons-release
+ echo '-[ Commit modified pom.xml files ]----------------------------------------------'
-[ Commit modified pom.xml files ]----------------------------------------------
++ git status
++ grep -E 'modified:.*pom\.xml'
++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//'
+ POM_FILES='istack-commons/buildtools/pom.xml
istack-commons/import-properties-plugin/pom.xml
istack-commons/maven-plugin/pom.xml
istack-commons/pom.xml
istack-commons/runtime/pom.xml
istack-commons/soimp/pom.xml
istack-commons/test/pom.xml
istack-commons/tools/pom.xml'
+ git add istack-commons/buildtools/pom.xml istack-commons/import-properties-plugin/pom.xml istack-commons/maven-plugin/pom.xml istack-commons/pom.xml istack-commons/runtime/pom.xml istack-commons/soimp/pom.xml istack-commons/test/pom.xml istack-commons/tools/pom.xml
+ git commit -m 'Prepare next development cycle for 4.2.0-SNAPSHOT'
[4.1.2-RELEASE fd5323e] Prepare next development cycle for 4.2.0-SNAPSHOT
 8 files changed, 8 insertions(+), 8 deletions(-)
+ '[' false = true ']'
+ echo '-[ Push branch and tag to GitHub ]----------------------------------------------'
-[ Push branch and tag to GitHub ]----------------------------------------------
+ git push origin 4.1.2-RELEASE
remote: Resolving deltas:   0% (0/18)        
remote: Resolving deltas:   5% (1/18)        
remote: Resolving deltas:  11% (2/18)        
remote: Resolving deltas:  16% (3/18)        
remote: Resolving deltas:  22% (4/18)        
remote: Resolving deltas:  27% (5/18)        
remote: Resolving deltas:  33% (6/18)        
remote: Resolving deltas:  38% (7/18)        
remote: Resolving deltas:  44% (8/18)        
remote: Resolving deltas:  50% (9/18)        
remote: Resolving deltas:  55% (10/18)        
remote: Resolving deltas:  61% (11/18)        
remote: Resolving deltas:  66% (12/18)        
remote: Resolving deltas:  72% (13/18)        
remote: Resolving deltas:  77% (14/18)        
remote: Resolving deltas:  83% (15/18)        
remote: Resolving deltas:  88% (16/18)        
remote: Resolving deltas:  94% (17/18)        
remote: Resolving deltas: 100% (18/18)        
remote: Resolving deltas: 100% (18/18), completed with 8 local objects.        
remote: 
remote: Create a pull request for '4.1.2-RELEASE' on GitHub by visiting:        
remote:      https://github.com/eclipse-ee4j/jaxb-istack-commons/pull/new/4.1.2-RELEASE        
remote: 
To github.com:eclipse-ee4j/jaxb-istack-commons.git
 * [new branch]      4.1.2-RELEASE -> 4.1.2-RELEASE
+ git push origin 4.1.2
To github.com:eclipse-ee4j/jaxb-istack-commons.git
 * [new tag]         4.1.2 -> 4.1.2
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 59 killed;
[ssh-agent] Stopped.
Finished: SUCCESS