Skip to content

Console Output

Started by user Dmitry Kornilov
Running as Dmitry Kornilov
Agent default-agent-j8qwh is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-j8qwh"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jaxb-impl.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-j8qwh"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-j8qwh"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jaxb-impl.svc.cluster.local/jaxb-impl/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - 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: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jaxb-impl"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

[EnvInject] - Loading node environment variables.
Building remotely on default-agent-j8qwh in workspace /home/jenkins/agent/workspace/jaxb-codemodel
[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-ZESwuRBvPdsK/agent.60
SSH_AGENT_PID=62
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/jaxb-codemodel@tmp/private_key_4527368041635535745.key (/home/jenkins/agent/workspace/jaxb-codemodel@tmp/private_key_4527368041635535745.key)
[ssh-agent] Using credentials eclipse-jaxb-impl-bot (GitHub bot SSH)
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jaxb-ri.git
 > git init /home/jenkins/agent/workspace/jaxb-codemodel # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jaxb-ri.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jaxb-ri.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse-ee4j/jaxb-ri.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jaxb-ri.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jaxb-ri.git
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jaxb-ri.git +refs/heads/master:refs/remotes/origin/master
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 31ebda2feccf9314409649d16d40abd8299b6162 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 31ebda2feccf9314409649d16d40abd8299b6162
Commit message: "#1266: File encoding for XJC generated java-files in error"
 > git rev-list --no-walk dd028b2f0b08d056272ffc3cf78a22631656c644 # timeout=10
[jaxb-codemodel] $ /bin/bash -ex /tmp/jenkins945934402642156572.sh
+ TOOLS_PREFIX=/opt/tools
+ JAVA_PREFIX=/opt/tools/java/openjdk
+ MVN_HOME=/opt/tools/apache-maven/latest
+ JAVA_HOME=/opt/tools/java/openjdk/jdk-11/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/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/jaxb-codemodel/jaxb-ri/codemodel
+ cd /home/jenkins/agent/workspace/jaxb-codemodel/jaxb-ri/codemodel
+ grep '<version>' pom.xml
+ grep SNAPSHOT
    <version>2.4.0-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=2.4.0-SNAPSHOT
+ '[' -z 2.3.2-2 ']'
+ '[' -z '' ']'
++ echo 2.3.2-2
++ sed -e 's/\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/'
+ NEXT_VERSION=2.3
+ set -f
+ NEXT_COMPONENTS=(${RELEASE_VERSION//\./ })
+ LAST_INDEX=2
+ NEXT_COMPONENTS[${LAST_INDEX}]=1
++ echo 2 3 1
++ tr ' ' .
+ NEXT_VERSION=2.3.1-SNAPSHOT
+ RELEASE_TAG=2.3.2-2-CodeModel
+ RELEASE_BRANCH=2.3.2-2-CodeModel-RELEASE
+ echo 'Current version: 2.4.0-SNAPSHOT'
Current version: 2.4.0-SNAPSHOT
+ echo 'Release version: 2.3.2-2'
Release version: 2.3.2-2
+ echo 'Next version:    2.3.1-SNAPSHOT'
Next version:    2.3.1-SNAPSHOT
+ echo 'Release branch:  2.3.2-2-CodeModel-RELEASE'
Release branch:  2.3.2-2-CodeModel-RELEASE
+ echo 'Release tag:     2.3.2-2-CodeModel'
Release tag:     2.3.2-2-CodeModel
+ '[' -z 2.4.0-SNAPSHOT -o -z 2.3.2-2 -o -z 2.3.1-SNAPSHOT ']'
+ '[' false = true ']'
+ MVN_DEPLOY_ARGS=deploy
++ git remote
+ GIT_ORIGIN=origin
+ echo '-[ Prepare branch ]-------------------------------------------------------------'
-[ Prepare branch ]-------------------------------------------------------------
++ git branch -r
++ grep origin/2.3.2-2-CodeModel-RELEASE
+ [[ -n '' ]]
+ echo '-[ Release tag cleanup ]--------------------------------------------------------'
-[ Release tag cleanup ]--------------------------------------------------------
++ git ls-remote --tags origin
++ grep 2.3.2-2-CodeModel
Failed to add the RSA host key for IP address '140.82.113.4' to the list of known hosts (/home/jenkins/.ssh/known_hosts).
+ [[ -n '' ]]
+ cd /home/jenkins/agent/workspace/jaxb-codemodel
+ git branch --delete 2.3.2-2-CodeModel-RELEASE
error: branch '2.3.2-2-CodeModel-RELEASE' not found.
+ git checkout -b 2.3.2-2-CodeModel-RELEASE
Switched to a new branch '2.3.2-2-CodeModel-RELEASE'
+ git tag --delete 2.3.2-2-CodeModel
error: tag '2.3.2-2-CodeModel' 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/jaxb-codemodel/jaxb-ri/codemodel
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.artifactId
++ grep -Ev '(^\[)'
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
+ ARTIFACT_ID=jaxb-codemodel-parent
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.groupId
++ grep -Ev '(^\[)'
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
+ GROUP_ID=com.sun.xml.bind.mvn
+ STAGING_DESC=com.sun.xml.bind.mvn:jaxb-codemodel-parent:2.3.2-2
++ echo com.sun.xml.bind.mvn:jaxb-codemodel-parent:2.3.2-2
++ sed -e 's/\./\\\./g'
+ STAGING_KEY='com\.sun\.xml\.bind\.mvn:jaxb-codemodel-parent:2\.3\.2-2'
+ echo '-[ Set release version ]--------------------------------------------------------'
-[ Set release version ]--------------------------------------------------------
+ mvn -U -C -B -DnewVersion=2.3.2-2 -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.7:set
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Codemodel                                                          [pom]
[INFO] Codemodel Core                                                     [jar]
[INFO] Codemodel Annotation Compiler                                      [jar]
[INFO] 
[INFO] -------------< com.sun.xml.bind.mvn:jaxb-codemodel-parent >-------------
[INFO] Building Codemodel 2.4.0-SNAPSHOT                                  [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxb-codemodel-parent ---
[INFO] 
[INFO] --------------------< org.glassfish.jaxb:codemodel >--------------------
[INFO] Building Codemodel Core 2.4.0-SNAPSHOT                             [2/3]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ codemodel ---
[INFO] 
[INFO] ----------< org.glassfish.jaxb:codemodel-annotation-compiler >----------
[INFO] Building Codemodel Annotation Compiler 2.4.0-SNAPSHOT              [3/3]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ codemodel-annotation-compiler ---
[INFO] 
[INFO] -------------< com.sun.xml.bind.mvn:jaxb-codemodel-parent >-------------
[INFO] Building Codemodel 2.4.0-SNAPSHOT                                  [4/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:set (default-cli) @ jaxb-codemodel-parent ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/jaxb-codemodel/jaxb-ri
[INFO] Processing change of com.sun.xml.bind.mvn:jaxb-codemodel-parent:2.4.0-SNAPSHOT -> 2.3.2-2
[INFO] Processing com.sun.xml.bind.mvn:jaxb-codemodel-parent
[INFO]     Updating project com.sun.xml.bind.mvn:jaxb-codemodel-parent
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.2-2
[INFO] 
[INFO] Processing org.glassfish.jaxb:codemodel-annotation-compiler
[INFO]     Updating parent com.sun.xml.bind.mvn:jaxb-codemodel-parent
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.2-2
[INFO] 
[INFO] Processing org.glassfish.jaxb:codemodel
[INFO]     Updating parent com.sun.xml.bind.mvn:jaxb-codemodel-parent
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.2-2
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Codemodel 2.4.0-SNAPSHOT:
[INFO] 
[INFO] Codemodel .......................................... SUCCESS [  8.047 s]
[INFO] Codemodel Core ..................................... SUCCESS [  0.005 s]
[INFO] Codemodel Annotation Compiler ...................... SUCCESS [  0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.312 s
[INFO] Finished at: 2020-03-16T14:29:13Z
[INFO] ------------------------------------------------------------------------
+ cd /home/jenkins/agent/workspace/jaxb-codemodel
+ 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='jaxb-ri/codemodel/codemodel-annotation-compiler/pom.xml
jaxb-ri/codemodel/codemodel/pom.xml
jaxb-ri/codemodel/pom.xml'
+ git add jaxb-ri/codemodel/codemodel-annotation-compiler/pom.xml jaxb-ri/codemodel/codemodel/pom.xml jaxb-ri/codemodel/pom.xml
+ git commit -m 'Prepare release com.sun.xml.bind.mvn:jaxb-codemodel-parent:2.3.2-2'
[2.3.2-2-CodeModel-RELEASE 49aeb3b] Prepare release com.sun.xml.bind.mvn:jaxb-codemodel-parent:2.3.2-2
 3 files changed, 3 insertions(+), 3 deletions(-)
+ cd /home/jenkins/agent/workspace/jaxb-codemodel/jaxb-ri/codemodel
+ 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\.xml\.bind\.mvn:jaxb-codemodel-parent:2\.3\.2-2'
++ awk '{print $2}'
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
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 -Ddoclint=none -Poss-release,staging -DstagingDescription=com.sun.xml.bind.mvn:jaxb-codemodel-parent:2.3.2-2 clean deploy
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 3 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 3 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Codemodel                                                          [pom]
[INFO] Codemodel Core                                                     [jar]
[INFO] Codemodel Annotation Compiler                                      [jar]
[INFO] 
[INFO] -------------< com.sun.xml.bind.mvn:jaxb-codemodel-parent >-------------
[INFO] Building Codemodel 2.3.2-2                                         [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxb-codemodel-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jaxb-codemodel-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ jaxb-codemodel-parent ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (validate) @ jaxb-codemodel-parent ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/jaxb-codemodel/jaxb-ri/codemodel' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/jaxb-codemodel/jaxb-ri/codemodel
[INFO] Storing buildNumber: 49aeb3b at timestamp: 1584368989758
[INFO] Storing buildScmBranch: 2.3.2-2-CodeModel-RELEASE
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-resource) @ jaxb-codemodel-parent ---
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (base-compile) @ jaxb-codemodel-parent ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-bundle-plugin:4.2.1:manifest (bundle-manifest) @ jaxb-codemodel-parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ jaxb-codemodel-parent ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ jaxb-codemodel-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ jaxb-codemodel-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxb-codemodel-parent ---
[INFO] Installing /home/jenkins/agent/workspace/jaxb-codemodel/jaxb-ri/codemodel/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/bind/mvn/jaxb-codemodel-parent/2.3.2-2/jaxb-codemodel-parent-2.3.2-2.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-codemodel/jaxb-ri/codemodel/target/jaxb-codemodel-parent-2.3.2-2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/bind/mvn/jaxb-codemodel-parent/2.3.2-2/jaxb-codemodel-parent-2.3.2-2.pom.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ jaxb-codemodel-parent ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jaxb-codemodel/jaxb-ri/codemodel/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] ------------------------------------------------------------------------
[INFO] Reactor Summary for Codemodel 2.3.2-2:
[INFO] 
[INFO] Codemodel .......................................... FAILURE [ 59.309 s]
[INFO] Codemodel Core ..................................... SKIPPED
[INFO] Codemodel Annotation Compiler ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:00 min
[INFO] Finished at: 2020-03-16T14:30:27Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) on project jaxb-codemodel-parent: Execution injected-nexus-deploy of goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy failed: Nexus connection problem to URL [https://jakarta.oss.sonatype.org/ ]: 403 - Forbidden -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 62 killed;
[ssh-agent] Stopped.
Finished: FAILURE