Skip to content

Console Output

Started by user Dmitry Kornilov
Rebuilds build #44
Running as Dmitry Kornilov
Agent default-agent-x6sgh is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-x6sgh"
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.metro.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-x6sgh"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-x6sgh"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.metro.svc.cluster.local/metro/"
    - 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-metro"
      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"

Building remotely on default-agent-x6sgh in workspace /home/jenkins/agent/workspace/jax-ws-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-JLf7EWTD3IJb/agent.60
SSH_AGENT_PID=62
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/jax-ws-release@tmp/private_key_416891605835982735.key (/home/jenkins/agent/workspace/jax-ws-release@tmp/private_key_416891605835982735.key)
[ssh-agent] Using credentials eclipse-metro-bot (GitHub bot SSH)
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/metro-jax-ws.git
 > git init /home/jenkins/agent/workspace/jax-ws-release # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/metro-jax-ws.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/metro-jax-ws.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse-ee4j/metro-jax-ws.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/metro-jax-ws.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/metro-jax-ws.git
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/metro-jax-ws.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 35a3f6688304a58ff6c5cb449bdb5e2ab278df0e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 35a3f6688304a58ff6c5cb449bdb5e2ab278df0e
Commit message: "docs update"
 > git rev-list --no-walk 35a3f6688304a58ff6c5cb449bdb5e2ab278df0e # timeout=10
[jax-ws-release] $ /bin/bash -ex /tmp/jenkins4723481103006417863.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/11
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/11/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/jax-ws-release/jaxws-ri
+ cd /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri
+ grep '<version>' pom.xml
+ grep SNAPSHOT
        <version>2.4.0-SNAPSHOT</version>
    <version>2.4.0-SNAPSHOT</version>
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Pstaging -Dexpression=project.version
++ grep -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$'
+ SNAPSHOT_VERSION=2.4.0-SNAPSHOT
+ '[' -z 2.3.3 ']'
+ '[' -z 2.4.0-SNAPSHOT ']'
+ RELEASE_TAG=2.3.3
+ RELEASE_BRANCH=2.3.3-RELEASE
+ echo 'Current version: 2.4.0-SNAPSHOT'
Current version: 2.4.0-SNAPSHOT
+ echo 'Release version: 2.3.3'
Release version: 2.3.3
+ echo 'Next version:    2.4.0-SNAPSHOT'
Next version:    2.4.0-SNAPSHOT
+ echo 'Release branch:  2.3.3-RELEASE'
Release branch:  2.3.3-RELEASE
+ echo 'Release tag:     2.3.3'
Release tag:     2.3.3
+ '[' -z 2.4.0-SNAPSHOT -o -z 2.3.3 -o -z 2.4.0-SNAPSHOT ']'
+ '[' false = true ']'
+ MVN_DEPLOY_ARGS=deploy
++ git remote
+ GIT_ORIGIN=origin
+ echo '-[ Prepare branch ]-------------------------------------------------------------'
-[ Prepare branch ]-------------------------------------------------------------
++ git branch -r
++ grep origin/2.3.3-RELEASE
+ [[ -n '' ]]
+ echo '-[ Release tag cleanup ]--------------------------------------------------------'
-[ Release tag cleanup ]--------------------------------------------------------
++ git ls-remote --tags origin
++ grep 2.3.3
Failed to add the RSA host key for IP address '140.82.112.3' to the list of known hosts (/home/jenkins/.ssh/known_hosts).
+ [[ -n 3d0bba4d0bc5e845da17c8b8f0ad263a350bda31	refs/tags/2.3.2^{}
84c7783705b3529083442676b53021bcb2e48bd9	refs/tags/2.3.3-b01
42942d41854897fb119f9b4314ca230380824830	refs/tags/2.3.3-b01^{} ]]
+ '[' true = true ']'
+ echo '2.3.3 tag already exists, deleting'
2.3.3 tag already exists, deleting
+ git push --delete origin 2.3.3
Failed to add the RSA host key for IP address '140.82.112.3' to the list of known hosts (/home/jenkins/.ssh/known_hosts).
error: unable to delete '2.3.3': remote ref does not exist
error: failed to push some refs to 'git@github.com:eclipse-ee4j/metro-jax-ws.git'
+ cd /home/jenkins/agent/workspace/jax-ws-release
+ git branch --delete 2.3.3-RELEASE
error: branch '2.3.3-RELEASE' not found.
+ git checkout -b 2.3.3-RELEASE
Switched to a new branch '2.3.3-RELEASE'
+ git tag --delete 2.3.3
error: tag '2.3.3' 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: key A7C6AFD280CA7CF0: 1 signature not checked due to a missing key
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key A7C6AFD280CA7CF0: public key "Eclipse Metro <metro-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key A7C6AFD280CA7CF0: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
gpg: no ultimately trusted keys found
++ 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 B506C29E4B7EF88CE0F0E6D3A7C6AFD280CA7CF0 trust
Secret subkeys are available.

pub  rsa4096/A7C6AFD280CA7CF0
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/B6D3FC494798E478
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ unknown] (1). Eclipse Metro <metro-dev@eclipse.org>

pub  rsa4096/A7C6AFD280CA7CF0
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/B6D3FC494798E478
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ unknown] (1). Eclipse Metro <metro-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/A7C6AFD280CA7CF0
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/B6D3FC494798E478
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ unknown] (1). Eclipse Metro <metro-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 E725C3877939E8FFEA7E3C44B6D3FC494798E478 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-10-02
pub  rsa4096/A7C6AFD280CA7CF0
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B6D3FC494798E478
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ultimate] (1). Eclipse Metro <metro-dev@eclipse.org>

pub  rsa4096/A7C6AFD280CA7CF0
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B6D3FC494798E478
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ultimate] (1). Eclipse Metro <metro-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/A7C6AFD280CA7CF0
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B6D3FC494798E478
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ultimate] (1). Eclipse Metro <metro-dev@eclipse.org>

+ cd /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.artifactId -Pstaging
++ 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=project
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.groupId -Pstaging
++ 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.ws
+ STAGING_DESC=com.sun.xml.ws:project:2.3.3
++ echo com.sun.xml.ws:project:2.3.3
++ sed -e 's/\./\\\./g'
+ STAGING_KEY='com\.sun\.xml\.ws:project:2\.3\.3'
+ echo '-[ Set release version ]--------------------------------------------------------'
-[ Set release version ]--------------------------------------------------------
+ mvn -V -U -C -B -Pstaging -DnewVersion=2.3.3 -DparentVersion=2.3.3 -DprocessAllModules=true -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.7:set org.codehaus.mojo:versions-maven-plugin:2.7:update-parent
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 11, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] JAX-WS RI Bill-of-Materials (BOM)                                  [pom]
[INFO] JAX-WS RI Bill-of-Materials (BOM) Extensions                       [pom]
[INFO] Jakarta XML Web Services Implementation                            [pom]
[INFO] JAX-WS RI Runtime (rt)                                             [jar]
[INFO] JAX-WS RI Fast Infoset Support (rt-fi)                             [jar]
[INFO] JAX-WS RI HTTP SPI (httpspi-servlet)                               [jar]
[INFO] JAX-WS RI Servlet Support (servlet)                                [jar]
[INFO] JAX-WS RI Runtime (jaxws-rt)                                       [jar]
[INFO] JAX-WS RI Runtime                                                  [pom]
[INFO] JAX-WS RI Tools (wscompile)                                        [jar]
[INFO] JAX-WS RI Tools (jaxws-tools)                                      [jar]
[INFO] JAX-WS RI Tools                                                    [pom]
[INFO] JAX-WS RI Eclipselink Plugin                                       [jar]
[INFO] JAX-WS RI Eclipselink SDO Plugin                                   [jar]
[INFO] JAX-WS RI Local-Transport Implementation                           [jar]
[INFO] JAX-WS RI Async-Client-Transport Implementation                    [jar]
[INFO] Maven JAXWS 2.x Plugin                                    [maven-plugin]
[INFO] JAX-WS RI Extras                                                   [pom]
[INFO] JAX-WS RI Tests                                                    [pom]
[INFO] WS Test Framework Utilities (JAX-WS)                               [jar]
[INFO] JAX-WS RI Documentation                                            [pom]
[INFO] JAX-WS RI Release Documentation                                    [pom]
[INFO] JAX-WS RI Samples                                                  [pom]
[INFO] JAX-WS RI Bundles                                                  [pom]
[INFO] JAX-WS RI Standalone Zipped Bundle                                 [pom]
[INFO] JAX-WS RI Unit Tests                                               [pom]
[INFO] JAX-WS RI WWW Help files                                           [pom]
[INFO] 
[INFO] --------------------< com.sun.xml.ws:jaxws-ri-bom >---------------------
[INFO] Building JAX-WS RI Bill-of-Materials (BOM) 2.4.0-SNAPSHOT         [1/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxws-ri-bom ---
[INFO] 
[INFO] ------------------< com.sun.xml.ws:jaxws-ri-bom-ext >-------------------
[INFO] Building JAX-WS RI Bill-of-Materials (BOM) Extensions 2.4.0-SNAPSHOT [2/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxws-ri-bom-ext ---
[INFO] 
[INFO] -----------------------< com.sun.xml.ws:project >-----------------------
[INFO] Building Jakarta XML Web Services Implementation 2.4.0-SNAPSHOT   [3/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ project ---
[INFO] 
[INFO] -------------------------< com.sun.xml.ws:rt >--------------------------
[INFO] Building JAX-WS RI Runtime (rt) 2.4.0-SNAPSHOT                    [4/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rt ---
[INFO] 
[INFO] ------------------------< com.sun.xml.ws:rt-fi >------------------------
[INFO] Building JAX-WS RI Fast Infoset Support (rt-fi) 2.4.0-SNAPSHOT    [5/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rt-fi ---
[INFO] 
[INFO] -------------------< com.sun.xml.ws:httpspi-servlet >-------------------
[INFO] Building JAX-WS RI HTTP SPI (httpspi-servlet) 2.4.0-SNAPSHOT      [6/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ httpspi-servlet ---
[INFO] 
[INFO] -----------------------< com.sun.xml.ws:servlet >-----------------------
[INFO] Building JAX-WS RI Servlet Support (servlet) 2.4.0-SNAPSHOT       [7/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ servlet ---
[INFO] 
[INFO] ----------------------< com.sun.xml.ws:jaxws-rt >-----------------------
[INFO] Building JAX-WS RI Runtime (jaxws-rt) 2.4.0-SNAPSHOT              [8/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jaxws-rt ---
[INFO] 
[INFO] -----------------------< com.sun.xml.ws:runtime >-----------------------
[INFO] Building JAX-WS RI Runtime 2.4.0-SNAPSHOT                         [9/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ runtime ---
[INFO] 
[INFO] ----------------------< com.sun.xml.ws:wscompile >----------------------
[INFO] Building JAX-WS RI Tools (wscompile) 2.4.0-SNAPSHOT              [10/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ wscompile ---
[INFO] 
[INFO] ---------------------< com.sun.xml.ws:jaxws-tools >---------------------
[INFO] Building JAX-WS RI Tools (jaxws-tools) 2.4.0-SNAPSHOT            [11/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jaxws-tools ---
[INFO] 
[INFO] ------------------------< com.sun.xml.ws:tools >------------------------
[INFO] Building JAX-WS RI Tools 2.4.0-SNAPSHOT                          [12/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ tools ---
[INFO] 
[INFO] --------------< com.sun.xml.ws:jaxws-eclipselink-plugin >---------------
[INFO] Building JAX-WS RI Eclipselink Plugin 2.4.0-SNAPSHOT             [13/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jaxws-eclipselink-plugin ---
[INFO] 
[INFO] ---------------< com.sun.xml.ws:sdo-eclipselink-plugin >----------------
[INFO] Building JAX-WS RI Eclipselink SDO Plugin 2.4.0-SNAPSHOT         [14/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sdo-eclipselink-plugin ---
[INFO] 
[INFO] ----------------< com.sun.xml.ws:jaxws-local-transport >----------------
[INFO] Building JAX-WS RI Local-Transport Implementation 2.4.0-SNAPSHOT [15/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jaxws-local-transport ---
[INFO] 
[INFO] ------------< com.sun.xml.ws:jaxws-async-client-transport >-------------
[INFO] Building JAX-WS RI Async-Client-Transport Implementation 2.4.0-SNAPSHOT [16/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jaxws-async-client-transport ---
[INFO] 
[INFO] -----------------< com.sun.xml.ws:jaxws-maven-plugin >------------------
[INFO] Building Maven JAXWS 2.x Plugin 2.4.0-SNAPSHOT                   [17/27]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxws-maven-plugin ---
[INFO] 
[INFO] -----------------------< com.sun.xml.ws:extras >------------------------
[INFO] Building JAX-WS RI Extras 2.4.0-SNAPSHOT                         [18/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ extras ---
[INFO] 
[INFO] -------------------< com.sun.xml.ws:jaxws-ri-tests >--------------------
[INFO] Building JAX-WS RI Tests 2.4.0-SNAPSHOT                          [19/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jaxws-ri-tests ---
[INFO] 
[INFO] --------------------< com.sun.xml.ws:jaxwsTestUtil >--------------------
[INFO] Building WS Test Framework Utilities (JAX-WS) 2.4.0-SNAPSHOT     [20/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jaxwsTestUtil ---
[INFO] 
[INFO] ------------------------< com.sun.xml.ws:docs >-------------------------
[INFO] Building JAX-WS RI Documentation 2.4.0-SNAPSHOT                  [21/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ docs ---
[INFO] 
[INFO] ----------------< com.sun.xml.ws:release-documentation >----------------
[INFO] Building JAX-WS RI Release Documentation 2.4.0-SNAPSHOT          [22/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ release-documentation ---
[INFO] 
[INFO] -----------------------< com.sun.xml.ws:samples >-----------------------
[INFO] Building JAX-WS RI Samples 2.4.0-SNAPSHOT                        [23/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ samples ---
[INFO] 
[INFO] -----------------------< com.sun.xml.ws:bundles >-----------------------
[INFO] Building JAX-WS RI Bundles 2.4.0-SNAPSHOT                        [24/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ bundles ---
[INFO] 
[INFO] ----------------------< com.sun.xml.ws:jaxws-ri >-----------------------
[INFO] Building JAX-WS RI Standalone Zipped Bundle 2.4.0-SNAPSHOT       [25/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jaxws-ri ---
[INFO] 
[INFO] ---------------------< com.sun.xml.ws:jaxws-unit >----------------------
[INFO] Building JAX-WS RI Unit Tests 2.4.0-SNAPSHOT                     [26/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jaxws-unit ---
[INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases (includes = [**/work/**], excludes = [])
[INFO] 
[INFO] -------------------------< com.sun.xml.ws:www >-------------------------
[INFO] Building JAX-WS RI WWW Help files 2.4.0-SNAPSHOT                 [27/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ www ---
[INFO] 
[INFO] -----------------------< com.sun.xml.ws:project >-----------------------
[INFO] Building Jakarta XML Web Services Implementation 2.4.0-SNAPSHOT  [28/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:set (default-cli) @ project ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri
[INFO] Processing change of com.sun.xml.ws:project:2.4.0-SNAPSHOT -> 2.3.3
[INFO] Processing com.sun.xml.ws:jaxws-maven-plugin
[INFO]     Updating project com.sun.xml.ws:jaxws-maven-plugin
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:jaxws-ri-bom
[INFO]     Updating project com.sun.xml.ws:jaxws-ri-bom
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:jaxws-ri-bom-ext
[INFO]     Updating project com.sun.xml.ws:jaxws-ri-bom-ext
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating parent com.sun.xml.ws:jaxws-ri-bom
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:project
[INFO]     Updating parent com.sun.xml.ws:jaxws-ri-bom-ext
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:bundles
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:bundles
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:docs
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:docs
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:extras
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:extras
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:httpspi-servlet
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:httpspi-servlet
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:jaxws-async-client-transport
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:jaxws-async-client-transport
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:jaxws-eclipselink-plugin
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:jaxws-eclipselink-plugin
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:jaxws-local-transport
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:jaxws-local-transport
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:jaxws-ri-tests
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:jaxws-ri-tests
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:jaxws-rt
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:jaxws-tools
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:rt-fi
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:rt-fi
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:rt
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:rt
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:runtime
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:runtime
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:samples
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:samples
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:sdo-eclipselink-plugin
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:sdo-eclipselink-plugin
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:servlet
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:servlet
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:tools
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:tools
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:wscompile
[INFO]     Updating parent com.sun.xml.ws:project
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:wscompile
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:jaxws-coverage
[INFO]     Updating parent com.sun.xml.ws:jaxws-ri-tests
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:jaxws-coverage
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:jaxws-ri
[INFO]     Updating parent com.sun.xml.ws:bundles
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:jaxws-ri
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:jaxws-unit
[INFO]     Updating parent com.sun.xml.ws:jaxws-ri-tests
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:jaxws-unit
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:jaxwsTestUtil
[INFO]     Updating parent com.sun.xml.ws:jaxws-ri-tests
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:jaxwsTestUtil
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:release-documentation
[INFO]     Updating parent com.sun.xml.ws:docs
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:release-documentation
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] Processing com.sun.xml.ws:www
[INFO]     Updating parent com.sun.xml.ws:docs
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO]     Updating project com.sun.xml.ws:www
[INFO]         from version 2.4.0-SNAPSHOT to 2.3.3
[INFO] 
[INFO] 
[INFO] --------------------< com.sun.xml.ws:jaxws-ri-bom >---------------------
[INFO] Building JAX-WS RI Bill-of-Materials (BOM) 2.4.0-SNAPSHOT        [29/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ jaxws-ri-bom ---
[INFO] artifact org.eclipse.ee4j:project: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.ee4j:project: checking for updates from eclipse.maven.central.mirror
[INFO] Current version of org.eclipse.ee4j:project:pom:1.0.6 is the latest.
[INFO] 
[INFO] ------------------< com.sun.xml.ws:jaxws-ri-bom-ext >-------------------
[INFO] Building JAX-WS RI Bill-of-Materials (BOM) Extensions 2.4.0-SNAPSHOT [30/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ jaxws-ri-bom-ext ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] -----------------------< com.sun.xml.ws:project >-----------------------
[INFO] Building Jakarta XML Web Services Implementation 2.4.0-SNAPSHOT  [31/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ project ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] -------------------------< com.sun.xml.ws:rt >--------------------------
[INFO] Building JAX-WS RI Runtime (rt) 2.4.0-SNAPSHOT                   [32/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ rt ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] ------------------------< com.sun.xml.ws:rt-fi >------------------------
[INFO] Building JAX-WS RI Fast Infoset Support (rt-fi) 2.4.0-SNAPSHOT   [33/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ rt-fi ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] -------------------< com.sun.xml.ws:httpspi-servlet >-------------------
[INFO] Building JAX-WS RI HTTP SPI (httpspi-servlet) 2.4.0-SNAPSHOT     [34/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ httpspi-servlet ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] -----------------------< com.sun.xml.ws:servlet >-----------------------
[INFO] Building JAX-WS RI Servlet Support (servlet) 2.4.0-SNAPSHOT      [35/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ servlet ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] ----------------------< com.sun.xml.ws:jaxws-rt >-----------------------
[INFO] Building JAX-WS RI Runtime (jaxws-rt) 2.4.0-SNAPSHOT             [36/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ jaxws-rt ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] -----------------------< com.sun.xml.ws:runtime >-----------------------
[INFO] Building JAX-WS RI Runtime 2.4.0-SNAPSHOT                        [37/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ runtime ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] ----------------------< com.sun.xml.ws:wscompile >----------------------
[INFO] Building JAX-WS RI Tools (wscompile) 2.4.0-SNAPSHOT              [38/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ wscompile ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] ---------------------< com.sun.xml.ws:jaxws-tools >---------------------
[INFO] Building JAX-WS RI Tools (jaxws-tools) 2.4.0-SNAPSHOT            [39/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ jaxws-tools ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] ------------------------< com.sun.xml.ws:tools >------------------------
[INFO] Building JAX-WS RI Tools 2.4.0-SNAPSHOT                          [40/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ tools ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] --------------< com.sun.xml.ws:jaxws-eclipselink-plugin >---------------
[INFO] Building JAX-WS RI Eclipselink Plugin 2.4.0-SNAPSHOT             [41/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ jaxws-eclipselink-plugin ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] ---------------< com.sun.xml.ws:sdo-eclipselink-plugin >----------------
[INFO] Building JAX-WS RI Eclipselink SDO Plugin 2.4.0-SNAPSHOT         [42/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ sdo-eclipselink-plugin ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] ----------------< com.sun.xml.ws:jaxws-local-transport >----------------
[INFO] Building JAX-WS RI Local-Transport Implementation 2.4.0-SNAPSHOT [43/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ jaxws-local-transport ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] ------------< com.sun.xml.ws:jaxws-async-client-transport >-------------
[INFO] Building JAX-WS RI Async-Client-Transport Implementation 2.4.0-SNAPSHOT [44/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ jaxws-async-client-transport ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] -----------------< com.sun.xml.ws:jaxws-maven-plugin >------------------
[INFO] Building Maven JAXWS 2.x Plugin 2.4.0-SNAPSHOT                   [45/27]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ jaxws-maven-plugin ---
[INFO] artifact org.eclipse.ee4j:project: checking for updates from sonatype-nexus-staging
[INFO] artifact org.eclipse.ee4j:project: checking for updates from eclipse.maven.central.mirror
[INFO] Current version of org.eclipse.ee4j:project:pom:1.0.6 is the latest.
[INFO] 
[INFO] -----------------------< com.sun.xml.ws:extras >------------------------
[INFO] Building JAX-WS RI Extras 2.4.0-SNAPSHOT                         [46/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ extras ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] -------------------< com.sun.xml.ws:jaxws-ri-tests >--------------------
[INFO] Building JAX-WS RI Tests 2.4.0-SNAPSHOT                          [47/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ jaxws-ri-tests ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] --------------------< com.sun.xml.ws:jaxwsTestUtil >--------------------
[INFO] Building WS Test Framework Utilities (JAX-WS) 2.4.0-SNAPSHOT     [48/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ jaxwsTestUtil ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] ------------------------< com.sun.xml.ws:docs >-------------------------
[INFO] Building JAX-WS RI Documentation 2.4.0-SNAPSHOT                  [49/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ docs ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] ----------------< com.sun.xml.ws:release-documentation >----------------
[INFO] Building JAX-WS RI Release Documentation 2.4.0-SNAPSHOT          [50/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ release-documentation ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] -----------------------< com.sun.xml.ws:samples >-----------------------
[INFO] Building JAX-WS RI Samples 2.4.0-SNAPSHOT                        [51/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ samples ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] -----------------------< com.sun.xml.ws:bundles >-----------------------
[INFO] Building JAX-WS RI Bundles 2.4.0-SNAPSHOT                        [52/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ bundles ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] ----------------------< com.sun.xml.ws:jaxws-ri >-----------------------
[INFO] Building JAX-WS RI Standalone Zipped Bundle 2.4.0-SNAPSHOT       [53/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ jaxws-ri ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] ---------------------< com.sun.xml.ws:jaxws-unit >----------------------
[INFO] Building JAX-WS RI Unit Tests 2.4.0-SNAPSHOT                     [54/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ jaxws-unit ---
[INFO] Project's parent is part of the reactor
[INFO] 
[INFO] -------------------------< com.sun.xml.ws:www >-------------------------
[INFO] Building JAX-WS RI WWW Help files 2.4.0-SNAPSHOT                 [55/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:update-parent (default-cli) @ www ---
[INFO] Project's parent is part of the reactor
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Jakarta XML Web Services Implementation 2.4.0-SNAPSHOT:
[INFO] 
[INFO] JAX-WS RI Bill-of-Materials (BOM) .................. SUCCESS [  0.137 s]
[INFO] JAX-WS RI Bill-of-Materials (BOM) Extensions ....... SUCCESS [  0.004 s]
[INFO] Jakarta XML Web Services Implementation ............ SUCCESS [  0.005 s]
[INFO] JAX-WS RI Runtime (rt) ............................. SUCCESS [  0.004 s]
[INFO] JAX-WS RI Fast Infoset Support (rt-fi) ............. SUCCESS [  0.003 s]
[INFO] JAX-WS RI HTTP SPI (httpspi-servlet) ............... SUCCESS [  0.003 s]
[INFO] JAX-WS RI Servlet Support (servlet) ................ SUCCESS [  0.003 s]
[INFO] JAX-WS RI Runtime (jaxws-rt) ....................... SUCCESS [  0.014 s]
[INFO] JAX-WS RI Runtime .................................. SUCCESS [  0.007 s]
[INFO] JAX-WS RI Tools (wscompile) ........................ SUCCESS [  0.007 s]
[INFO] JAX-WS RI Tools (jaxws-tools) ...................... SUCCESS [  0.007 s]
[INFO] JAX-WS RI Tools .................................... SUCCESS [  0.006 s]
[INFO] JAX-WS RI Eclipselink Plugin ....................... SUCCESS [  0.066 s]
[INFO] JAX-WS RI Eclipselink SDO Plugin ................... SUCCESS [  0.007 s]
[INFO] JAX-WS RI Local-Transport Implementation ........... SUCCESS [  0.018 s]
[INFO] JAX-WS RI Async-Client-Transport Implementation .... SUCCESS [  0.010 s]
[INFO] Maven JAXWS 2.x Plugin ............................. SUCCESS [  0.280 s]
[INFO] JAX-WS RI Extras ................................... SUCCESS [  0.004 s]
[INFO] JAX-WS RI Tests .................................... SUCCESS [  0.003 s]
[INFO] WS Test Framework Utilities (JAX-WS) ............... SUCCESS [  0.003 s]
[INFO] JAX-WS RI Documentation ............................ SUCCESS [  0.003 s]
[INFO] JAX-WS RI Release Documentation .................... SUCCESS [  0.003 s]
[INFO] JAX-WS RI Samples .................................. SUCCESS [  0.003 s]
[INFO] JAX-WS RI Bundles .................................. SUCCESS [  0.002 s]
[INFO] JAX-WS RI Standalone Zipped Bundle ................. SUCCESS [  0.004 s]
[INFO] JAX-WS RI Unit Tests ............................... SUCCESS [  0.062 s]
[INFO] JAX-WS RI WWW Help files ........................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  43.644 s
[INFO] Finished at: 2020-04-07T16:48:21Z
[INFO] ------------------------------------------------------------------------
+ cd /home/jenkins/agent/workspace/jax-ws-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='jaxws-ri/boms/bom-ext/pom.xml
jaxws-ri/boms/bom/pom.xml
jaxws-ri/bundles/jaxws-ri/pom.xml
jaxws-ri/bundles/jaxws-rt/pom.xml
jaxws-ri/bundles/jaxws-tools/pom.xml
jaxws-ri/bundles/pom.xml
jaxws-ri/docs/pom.xml
jaxws-ri/docs/release-documentation/pom.xml
jaxws-ri/docs/samples/pom.xml
jaxws-ri/docs/www/pom.xml
jaxws-ri/extras/eclipselink_jaxb/pom.xml
jaxws-ri/extras/eclipselink_sdo/pom.xml
jaxws-ri/extras/jaxws-maven-plugin/pom.xml
jaxws-ri/extras/pom.xml
jaxws-ri/extras/transports/async-client-transport/pom.xml
jaxws-ri/extras/transports/local/pom.xml
jaxws-ri/pom.xml
jaxws-ri/runtime/httpspi-servlet/pom.xml
jaxws-ri/runtime/pom.xml
jaxws-ri/runtime/rt-fi/pom.xml
jaxws-ri/runtime/rt/pom.xml
jaxws-ri/runtime/servlet/pom.xml
jaxws-ri/tests/coverage/pom.xml
jaxws-ri/tests/jaxwsTestUtil/pom.xml
jaxws-ri/tests/pom.xml
jaxws-ri/tests/unit/pom.xml
jaxws-ri/tools/pom.xml
jaxws-ri/tools/wscompile/pom.xml'
+ git add jaxws-ri/boms/bom-ext/pom.xml jaxws-ri/boms/bom/pom.xml jaxws-ri/bundles/jaxws-ri/pom.xml jaxws-ri/bundles/jaxws-rt/pom.xml jaxws-ri/bundles/jaxws-tools/pom.xml jaxws-ri/bundles/pom.xml jaxws-ri/docs/pom.xml jaxws-ri/docs/release-documentation/pom.xml jaxws-ri/docs/samples/pom.xml jaxws-ri/docs/www/pom.xml jaxws-ri/extras/eclipselink_jaxb/pom.xml jaxws-ri/extras/eclipselink_sdo/pom.xml jaxws-ri/extras/jaxws-maven-plugin/pom.xml jaxws-ri/extras/pom.xml jaxws-ri/extras/transports/async-client-transport/pom.xml jaxws-ri/extras/transports/local/pom.xml jaxws-ri/pom.xml jaxws-ri/runtime/httpspi-servlet/pom.xml jaxws-ri/runtime/pom.xml jaxws-ri/runtime/rt-fi/pom.xml jaxws-ri/runtime/rt/pom.xml jaxws-ri/runtime/servlet/pom.xml jaxws-ri/tests/coverage/pom.xml jaxws-ri/tests/jaxwsTestUtil/pom.xml jaxws-ri/tests/pom.xml jaxws-ri/tests/unit/pom.xml jaxws-ri/tools/pom.xml jaxws-ri/tools/wscompile/pom.xml
+ git commit -m 'Prepare release com.sun.xml.ws:project:2.3.3'
[2.3.3-RELEASE 7c8668a] Prepare release com.sun.xml.ws:project:2.3.3
 28 files changed, 52 insertions(+), 52 deletions(-)
+ cd /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri
+ echo '-[ Drop old staging repository deployments ]------------------------------------'
-[ Drop old staging repository deployments ]------------------------------------
++ mvn -B nexus-staging:rc-list -Pstaging
++ egrep '^\[INFO\] [A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+com\.sun\.xml\.ws:project:2\.3\.3'
++ 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 -V -U -C -B -Poss-release,staging -DskipTests -Ddoclint=none -DstagingDescription=com.sun.xml.ws:project:2.3.3 clean deploy
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 11, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.sun.xml.ws:jaxws-ri-bom:pom:2.3.3
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 185, column 29
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 197, column 29
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 164, column 29
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.sun.xml.ws:jaxws-ri-bom-ext:pom:2.3.3
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 185, column 29
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 197, column 29
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 164, column 29
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] Inspecting build with total of 27 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 27 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] JAX-WS RI Bill-of-Materials (BOM)                                  [pom]
[INFO] JAX-WS RI Bill-of-Materials (BOM) Extensions                       [pom]
[INFO] Jakarta XML Web Services Implementation                            [pom]
[INFO] JAX-WS RI Runtime (rt)                                             [jar]
[INFO] JAX-WS RI Fast Infoset Support (rt-fi)                             [jar]
[INFO] JAX-WS RI HTTP SPI (httpspi-servlet)                               [jar]
[INFO] JAX-WS RI Servlet Support (servlet)                                [jar]
[INFO] JAX-WS RI Runtime (jaxws-rt)                                       [jar]
[INFO] JAX-WS RI Runtime                                                  [pom]
[INFO] JAX-WS RI Tools (wscompile)                                        [jar]
[INFO] JAX-WS RI Tools (jaxws-tools)                                      [jar]
[INFO] JAX-WS RI Tools                                                    [pom]
[INFO] JAX-WS RI Eclipselink Plugin                                       [jar]
[INFO] JAX-WS RI Eclipselink SDO Plugin                                   [jar]
[INFO] JAX-WS RI Local-Transport Implementation                           [jar]
[INFO] JAX-WS RI Async-Client-Transport Implementation                    [jar]
[INFO] Maven JAXWS 2.x Plugin                                    [maven-plugin]
[INFO] JAX-WS RI Extras                                                   [pom]
[INFO] JAX-WS RI Tests                                                    [pom]
[INFO] WS Test Framework Utilities (JAX-WS)                               [jar]
[INFO] JAX-WS RI Documentation                                            [pom]
[INFO] JAX-WS RI Release Documentation                                    [pom]
[INFO] JAX-WS RI Samples                                                  [pom]
[INFO] JAX-WS RI Bundles                                                  [pom]
[INFO] JAX-WS RI Standalone Zipped Bundle                                 [pom]
[INFO] JAX-WS RI Unit Tests                                               [pom]
[INFO] JAX-WS RI WWW Help files                                           [pom]
[INFO] 
[INFO] --------------------< com.sun.xml.ws:jaxws-ri-bom >---------------------
[INFO] Building JAX-WS RI Bill-of-Materials (BOM) 2.3.3                  [1/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxws-ri-bom ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jaxws-ri-bom ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jaxws-ri-bom ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ jaxws-ri-bom ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ jaxws-ri-bom ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxws-ri-bom ---
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri-bom/2.3.3/jaxws-ri-bom-2.3.3.pom
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/jaxws-ri-bom-2.3.3.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri-bom/2.3.3/jaxws-ri-bom-2.3.3.pom.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ jaxws-ri-bom ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/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.14.16-01 and edition "Professional"
[INFO]  * Using staging profile ID "1c11721746c45" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-ri-bom/2.3.3/jaxws-ri-bom-2.3.3.pom
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/jaxws-ri-bom-2.3.3.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-ri-bom/2.3.3/jaxws-ri-bom-2.3.3.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------------< com.sun.xml.ws:jaxws-ri-bom-ext >-------------------
[INFO] Building JAX-WS RI Bill-of-Materials (BOM) Extensions 2.3.3       [2/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxws-ri-bom-ext ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jaxws-ri-bom-ext ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jaxws-ri-bom-ext ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ jaxws-ri-bom-ext ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ jaxws-ri-bom-ext ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxws-ri-bom-ext ---
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom-ext/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri-bom-ext/2.3.3/jaxws-ri-bom-ext-2.3.3.pom
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom-ext/target/jaxws-ri-bom-ext-2.3.3.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri-bom-ext/2.3.3/jaxws-ri-bom-ext-2.3.3.pom.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ jaxws-ri-bom-ext ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/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.14.16-01 and edition "Professional"
[INFO]  * Using staging profile ID "1c11721746c45" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom-ext/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-ri-bom-ext/2.3.3/jaxws-ri-bom-ext-2.3.3.pom
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom-ext/target/jaxws-ri-bom-ext-2.3.3.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-ri-bom-ext/2.3.3/jaxws-ri-bom-ext-2.3.3.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------------< com.sun.xml.ws:project >-----------------------
[INFO] Building Jakarta XML Web Services Implementation 2.3.3            [3/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ project ---
[INFO] 
[INFO] --- import-properties-plugin:3.0.11:import-pom-properties (default) @ project ---
[WARNING] Searching project: jaxws-ri-bom
[INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom
[INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version}
[INFO] Imported version resolved to: 2.3.3
[INFO] Setting property: jaxb-api.version:3.0.0-RC3
[INFO] Setting property: jakarta.activation.version:2.0.0-RC3
[INFO] Setting property: stax-ex.version:2.0.0-M2
[INFO] Setting property: jaxb-api-osgi.version:3.0
[INFO] Setting property: fastinfoset.version:2.0.0-M2
[INFO] Setting property: istack.version:4.0.0-M2
[INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ project ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ project ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.1.0:parse-version (jaxb.version) @ project ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.1.0:parse-version (jaxb-api.version) @ project ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.1.0:parse-version (jaxws.version) @ project ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.1.0:parse-version (jaxws-api.version) @ project ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.1.0:parse-version (mail.version) @ project ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (create-buildnumber) @ project ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri
[INFO] Storing buildNumber: 7c8668a at timestamp: 2020-04-07T16:49:48+0000
[INFO] Storing buildScmBranch: 2.3.3-RELEASE
[INFO] 
[INFO] --- build-helper-maven-plugin:3.1.0:add-source (add-source) @ project ---
[INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.1.0:add-resource (add-legal-resource) @ project ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ project ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ project ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ project ---
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/project/2.3.3/project-2.3.3.pom
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-2.3.3.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/project/2.3.3/project-2.3.3.pom.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ project ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/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.14.16-01 and edition "Professional"
[INFO]  * Using staging profile ID "1c11721746c45" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/project/2.3.3/project-2.3.3.pom
[INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-2.3.3.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/project/2.3.3/project-2.3.3.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------------------< com.sun.xml.ws:rt >--------------------------
[INFO] Building JAX-WS RI Runtime (rt) 2.3.3                             [4/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rt ---
[INFO] 
[INFO] --- import-properties-plugin:3.0.11:import-pom-properties (default) @ rt ---
[WARNING] Searching project: jaxws-ri-bom
[INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom
[INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version}
[INFO] Imported version resolved to: 2.3.3
[INFO] Setting property: jaxb-api.version:3.0.0-RC3
[INFO] Setting property: jakarta.activation.version:2.0.0-RC3
[INFO] Setting property: stax-ex.version:2.0.0-M2
[INFO] Setting property: jaxb-api-osgi.version:3.0
[INFO] Setting property: fastinfoset.version:2.0.0-M2
[INFO] Setting property: istack.version:4.0.0-M2
[INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ rt ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ rt ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-no-snapshots) @ rt ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-property) @ rt ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.1.0:parse-version (jaxb.version) @ rt ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.1.0:parse-version (jaxb-api.version) @ rt ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.1.0:parse-version (jaxws.version) @ rt ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.1.0:parse-version (jaxws-api.version) @ rt ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.1.0:parse-version (mail.version) @ rt ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (create-buildnumber) @ rt ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack-asm) @ rt ---
[INFO] Configured Artifact: org.ow2.asm:asm:sources:7.2:jar
[INFO] Unpacking /home/jenkins/.m2/repository/org/ow2/asm/asm/7.2/asm-7.2-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/dependency with includes "org/objectweb/asm/**/*.java" and excludes ""
[INFO] 
[INFO] --- package-rename-task:1.5.2:rename (repackage-asm) @ rt ---
     [null] performing package renaming
[INFO] 
[INFO] --- build-helper-maven-plugin:3.1.0:add-source (add-source) @ rt ---
[INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/generated-sources/rsrc-gen added.
[INFO] 
[INFO] --- istack-commons-maven-plugin:3.0.11:rs-gen (rs-gen) @ rt ---
[INFO] Resources:
[INFO] com/sun/xml/ws/resources/ContextClassloaderLocal.properties
[INFO] com/sun/xml/ws/resources/addressing.properties
[INFO] com/sun/xml/ws/resources/bindingApi.properties
[INFO] com/sun/xml/ws/resources/client.properties
[INFO] com/sun/xml/ws/resources/dispatch.properties
[INFO] com/sun/xml/ws/resources/encoding.properties
[INFO] com/sun/xml/ws/resources/handler.properties
[INFO] com/sun/xml/ws/resources/httpserver.properties
[INFO] com/sun/xml/ws/resources/management.properties
[INFO] com/sun/xml/ws/resources/modeler.properties
[INFO] com/sun/xml/ws/resources/policy.properties
[INFO] com/sun/xml/ws/resources/providerApi.properties
[INFO] com/sun/xml/ws/resources/sender.properties
[INFO] com/sun/xml/ws/resources/server.properties
[INFO] com/sun/xml/ws/resources/soap.properties
[INFO] com/sun/xml/ws/resources/streaming.properties
[INFO] com/sun/xml/ws/resources/tubelineassembly.properties
[INFO] com/sun/xml/ws/resources/util.properties
[INFO] com/sun/xml/ws/resources/wsdlmodel.properties
[INFO] com/sun/xml/ws/resources/wsservlet.properties
[INFO] com/sun/xml/ws/resources/xmlmessage.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/ContextClassloaderLocal.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/addressing.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/bindingApi.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/client.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/dispatch.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/encoding.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/handler.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/httpserver.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/management.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/modeler.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/policy.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/providerApi.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/sender.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/server.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/soap.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/streaming.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/tubelineassembly.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/util.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/wsdlmodel.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/wsservlet.properties
[INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/xmlmessage.properties
[INFO] 
[INFO] --- build-helper-maven-plugin:3.1.0:add-resource (add-legal-resource) @ rt ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ rt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 208 resources
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rt ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 885 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/module-info.java:[35,33] module not found: java.xml.bind
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Jakarta XML Web Services Implementation 2.3.3:
[INFO] 
[INFO] JAX-WS RI Bill-of-Materials (BOM) .................. SUCCESS [ 27.911 s]
[INFO] JAX-WS RI Bill-of-Materials (BOM) Extensions ....... SUCCESS [  0.724 s]
[INFO] Jakarta XML Web Services Implementation ............ SUCCESS [ 22.861 s]
[INFO] JAX-WS RI Runtime (rt) ............................. FAILURE [ 46.131 s]
[INFO] JAX-WS RI Fast Infoset Support (rt-fi) ............. SKIPPED
[INFO] JAX-WS RI HTTP SPI (httpspi-servlet) ............... SKIPPED
[INFO] JAX-WS RI Servlet Support (servlet) ................ SKIPPED
[INFO] JAX-WS RI Runtime (jaxws-rt) ....................... SKIPPED
[INFO] JAX-WS RI Runtime .................................. SKIPPED
[INFO] JAX-WS RI Tools (wscompile) ........................ SKIPPED
[INFO] JAX-WS RI Tools (jaxws-tools) ...................... SKIPPED
[INFO] JAX-WS RI Tools .................................... SKIPPED
[INFO] JAX-WS RI Eclipselink Plugin ....................... SKIPPED
[INFO] JAX-WS RI Eclipselink SDO Plugin ................... SKIPPED
[INFO] JAX-WS RI Local-Transport Implementation ........... SKIPPED
[INFO] JAX-WS RI Async-Client-Transport Implementation .... SKIPPED
[INFO] Maven JAXWS 2.x Plugin ............................. SKIPPED
[INFO] JAX-WS RI Extras ................................... SKIPPED
[INFO] JAX-WS RI Tests .................................... SKIPPED
[INFO] WS Test Framework Utilities (JAX-WS) ............... SKIPPED
[INFO] JAX-WS RI Documentation ............................ SKIPPED
[INFO] JAX-WS RI Release Documentation .................... SKIPPED
[INFO] JAX-WS RI Samples .................................. SKIPPED
[INFO] JAX-WS RI Bundles .................................. SKIPPED
[INFO] JAX-WS RI Standalone Zipped Bundle ................. SKIPPED
[INFO] JAX-WS RI Unit Tests ............................... SKIPPED
[INFO] JAX-WS RI WWW Help files ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:39 min
[INFO] Finished at: 2020-04-07T16:50:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project rt: Compilation failure
[ERROR] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/module-info.java:[35,33] module not found: java.xml.bind
[ERROR] -> [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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :rt
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.
Sending e-mails to: metro-dev@eclipse.org
Finished: FAILURE