Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-s8cjc is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-s8cjc"
  namespace: "metro"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.metro.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-s8cjc"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-s8cjc"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.metro.svc.cluster.local/metro/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-metro"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-s8cjc (basic) in workspace /home/jenkins/agent/workspace/ws-test-harness-master-build
[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-gocMhtwFiEr8/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/ws-test-harness-master-build@tmp/private_key_17099906852864466360.key (/home/jenkins/agent/workspace/ws-test-harness-master-build@tmp/private_key_17099906852864466360.key)
[ssh-agent] Using credentials eclipse-metro-bot (GitHub bot SSH)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/metro-ws-test-harness.git
 > git init /home/jenkins/agent/workspace/ws-test-harness-master-build # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/metro-ws-test-harness.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/metro-ws-test-harness.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/metro-ws-test-harness.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 9f9c9ac20802d6f474a4cd8a7bb6aa5ed4343d43 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9f9c9ac20802d6f474a4cd8a7bb6aa5ed4343d43 # timeout=10
Commit message: "add missing dependencies"
 > git rev-list --no-walk bf5b447494d34ab3255f79526ed3cb4667fffc66 # timeout=10
[ws-test-harness-master-build] $ /bin/sh -e /tmp/jenkins7640151929481889532.sh
-[ GPG Initialization ]---------------------------------------------------------
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
Secret subkeys are available.

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

pub  rsa4096/A7C6AFD280CA7CF0
     created: 2018-10-03  expires: 2028-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/B6D3FC494798E478
     created: 2018-10-03  expires: 2028-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: 2028-10-02  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/B6D3FC494798E478
     created: 2018-10-03  expires: 2028-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.

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

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

-[ Harness Build ]--------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 6 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 6 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] WS Test Framework                                                  [pom]
[INFO] WS Test Harness                                                    [pom]
[INFO] WS Test Harness Bootstrap                                          [jar]
[INFO] WS Test Harness Library                                            [jar]
[INFO] WS Test Harness Documentation                                      [pom]
[INFO] WS Test Harness Maven Plugin                              [maven-plugin]
[INFO] 
[INFO] ---------------< org.glassfish.metro:ws-test-framework >----------------
[INFO] Building WS Test Framework 3.0.0-SNAPSHOT                          [1/6]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ ws-test-framework ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ ws-test-framework ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- assembly:3.6.0:single (common-resources) @ ws-test-framework ---
[INFO] Reading assembly descriptor: src/main/assembly/resources.xml
[INFO] Building zip: /home/jenkins/agent/workspace/ws-test-harness-master-build/target/ws-test-framework-3.0.0-SNAPSHOT-resources.zip
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ ws-test-framework ---
[INFO] Configured Artifact: org.glassfish.metro:ws-test-framework:resources:3.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ ws-test-framework ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ ws-test-framework ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ws-test-framework ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ ws-test-framework ---
[INFO] Signing 2 files with default secret key.
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (copyright-check) @ ws-test-framework ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ ws-test-framework ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/ws-test-framework/3.0.0-SNAPSHOT/ws-test-framework-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/target/ws-test-framework-3.0.0-SNAPSHOT-resources.zip to /home/jenkins/.m2/repository/org/glassfish/metro/ws-test-framework/3.0.0-SNAPSHOT/ws-test-framework-3.0.0-SNAPSHOT-resources.zip
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/target/ws-test-framework-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/glassfish/metro/ws-test-framework/3.0.0-SNAPSHOT/ws-test-framework-3.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/target/ws-test-framework-3.0.0-SNAPSHOT-resources.zip.asc to /home/jenkins/.m2/repository/org/glassfish/metro/ws-test-framework/3.0.0-SNAPSHOT/ws-test-framework-3.0.0-SNAPSHOT-resources.zip.asc
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ ws-test-framework ---
[INFO] 
[INFO] --- assembly:3.6.0:single (common-resources) @ ws-test-framework ---
[INFO] Reading assembly descriptor: src/main/assembly/resources.xml
[INFO] Building zip: /home/jenkins/agent/workspace/ws-test-harness-master-build/target/ws-test-framework-3.0.0-SNAPSHOT-resources.zip
[WARNING] artifact org.glassfish.metro:ws-test-framework:zip:resources:3.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ ws-test-framework ---
[INFO] Configured Artifact: org.glassfish.metro:ws-test-framework:resources:3.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ ws-test-framework ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ ws-test-framework ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ws-test-framework ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ ws-test-framework ---
[INFO] Signing 2 files with default secret key.
[WARNING] artifact org.glassfish.metro:ws-test-framework:pom.asc:3.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.glassfish.metro:ws-test-framework:zip.asc:resources:3.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (copyright-check) @ ws-test-framework ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ ws-test-framework ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/ws-test-framework/3.0.0-SNAPSHOT/ws-test-framework-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/target/ws-test-framework-3.0.0-SNAPSHOT-resources.zip to /home/jenkins/.m2/repository/org/glassfish/metro/ws-test-framework/3.0.0-SNAPSHOT/ws-test-framework-3.0.0-SNAPSHOT-resources.zip
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/target/ws-test-framework-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/glassfish/metro/ws-test-framework/3.0.0-SNAPSHOT/ws-test-framework-3.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/target/ws-test-framework-3.0.0-SNAPSHOT-resources.zip.asc to /home/jenkins/.m2/repository/org/glassfish/metro/ws-test-framework/3.0.0-SNAPSHOT/ws-test-framework-3.0.0-SNAPSHOT-resources.zip.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ ws-test-framework ---
[INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred")...
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/pom.xml to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/ws-test-framework/3.0.0-SNAPSHOT/ws-test-framework-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/target/ws-test-framework-3.0.0-SNAPSHOT-resources.zip to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/ws-test-framework/3.0.0-SNAPSHOT/ws-test-framework-3.0.0-SNAPSHOT-resources.zip
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/target/ws-test-framework-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/ws-test-framework/3.0.0-SNAPSHOT/ws-test-framework-3.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/target/ws-test-framework-3.0.0-SNAPSHOT-resources.zip.asc to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/ws-test-framework/3.0.0-SNAPSHOT/ws-test-framework-3.0.0-SNAPSHOT-resources.zip.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------------< org.glassfish.metro:ws-test-harness >-----------------
[INFO] Building WS Test Harness 3.0.0-SNAPSHOT                            [2/6]
[INFO]   from ws-test-harness/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ ws-test-harness ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ ws-test-harness ---
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ ws-test-harness ---
[INFO] Configured Artifact: org.glassfish.metro:ws-test-framework:resources:3.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ ws-test-harness ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ ws-test-harness ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ws-test-harness ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ ws-test-harness ---
[INFO] Signing 1 file with default secret key.
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (copyright-check) @ ws-test-harness ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ ws-test-harness ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/ws-test-harness/3.0.0-SNAPSHOT/ws-test-harness-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/target/ws-test-harness-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/glassfish/metro/ws-test-harness/3.0.0-SNAPSHOT/ws-test-harness-3.0.0-SNAPSHOT.pom.asc
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ ws-test-harness ---
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ ws-test-harness ---
[INFO] Configured Artifact: org.glassfish.metro:ws-test-framework:resources:3.0.0-SNAPSHOT:zip
[INFO] ws-test-framework-3.0.0-SNAPSHOT-resources.zip already unpacked.
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ ws-test-harness ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ ws-test-harness ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ws-test-harness ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ ws-test-harness ---
[INFO] Signing 1 file with default secret key.
[WARNING] artifact org.glassfish.metro:ws-test-harness:pom.asc:3.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (copyright-check) @ ws-test-harness ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ ws-test-harness ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/ws-test-harness/3.0.0-SNAPSHOT/ws-test-harness-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/target/ws-test-harness-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/glassfish/metro/ws-test-harness/3.0.0-SNAPSHOT/ws-test-harness-3.0.0-SNAPSHOT.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ ws-test-harness ---
[INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred")...
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/pom.xml to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/ws-test-harness/3.0.0-SNAPSHOT/ws-test-harness-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/target/ws-test-harness-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/ws-test-harness/3.0.0-SNAPSHOT/ws-test-harness-3.0.0-SNAPSHOT.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------------< org.glassfish.metro:harness-bootstrap >----------------
[INFO] Building WS Test Harness Bootstrap 3.0.0-SNAPSHOT                  [3/6]
[INFO]   from ws-test-harness/bootstrap/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ harness-bootstrap ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ harness-bootstrap ---
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ harness-bootstrap ---
[INFO] Configured Artifact: org.glassfish.metro:ws-test-framework:resources:3.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ harness-bootstrap ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ harness-bootstrap ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ harness-bootstrap ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 2 source files with javac [debug release 11] to target/classes
[INFO] /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/src/main/java/com/sun/xml/ws/test/Bootstrap.java: /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/src/main/java/com/sun/xml/ws/test/Bootstrap.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/src/main/java/com/sun/xml/ws/test/Bootstrap.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/src/main/java/com/sun/xml/ws/test/Bootstrap.java: /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/src/main/java/com/sun/xml/ws/test/Bootstrap.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/src/main/java/com/sun/xml/ws/test/Bootstrap.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ harness-bootstrap ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ harness-bootstrap ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ harness-bootstrap ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ harness-bootstrap ---
[INFO] Building jar: /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ harness-bootstrap ---
[INFO] Building jar: /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ harness-bootstrap ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ harness-bootstrap ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (copyright-check) @ harness-bootstrap ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ harness-bootstrap ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ harness-bootstrap ---
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ harness-bootstrap ---
[INFO] Configured Artifact: org.glassfish.metro:ws-test-framework:resources:3.0.0-SNAPSHOT:zip
[INFO] ws-test-framework-3.0.0-SNAPSHOT-resources.zip already unpacked.
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ harness-bootstrap ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ harness-bootstrap ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ harness-bootstrap ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ harness-bootstrap ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ harness-bootstrap ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ harness-bootstrap ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ harness-bootstrap ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ harness-bootstrap ---
[WARNING] artifact org.glassfish.metro:harness-bootstrap:java-source:sources:3.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ harness-bootstrap ---
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT-javadoc.jar
[WARNING] artifact org.glassfish.metro:harness-bootstrap:javadoc:javadoc:3.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ harness-bootstrap ---
[INFO] Signing 4 files with default secret key.
[WARNING] artifact org.glassfish.metro:harness-bootstrap:jar.asc:3.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.glassfish.metro:harness-bootstrap:pom.asc:3.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.glassfish.metro:harness-bootstrap:jar.asc:sources:3.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.glassfish.metro:harness-bootstrap:jar.asc:javadoc:3.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (copyright-check) @ harness-bootstrap ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ harness-bootstrap ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ harness-bootstrap ---
[INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred")...
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/pom.xml to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/harness-bootstrap-3.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-bootstrap/3.0.0-SNAPSHOT/harness-bootstrap-3.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------------< org.glassfish.metro:harness-lib >-------------------
[INFO] Building WS Test Harness Library 3.0.0-SNAPSHOT                    [4/6]
[INFO]   from ws-test-harness/core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ harness-lib ---
[INFO] Deleting /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/test/testcases (includes = [**/work/**], excludes = [])
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ harness-lib ---
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-transport) @ harness-lib ---
[INFO] Configured Artifact: com.sun.xml.ws:jaxws-local-transport:4.0.1:jar
[INFO] Copying jaxws-local-transport-4.0.1.jar to /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/transport/jaxws-local-transport.jar
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-image) @ harness-lib ---
[INFO] Configured Artifact: com.sun.xml.ws:jaxws-ri:4.0.1:zip
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ harness-lib ---
[INFO] Configured Artifact: org.glassfish.metro:ws-test-framework:resources:3.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ harness-lib ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ harness-lib ---
[INFO] Copying 21 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ harness-lib ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 77 source files with javac [debug release 11] to target/classes
[WARNING] /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/main/java/com/sun/xml/ws/test/container/local/LocalApplication.java:[40,7] deprecated item is not annotated with @Deprecated
[INFO] /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/main/java/com/sun/xml/ws/test/tool/WsTool.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/main/java/com/sun/xml/ws/test/tool/WsTool.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/main/java/com/sun/xml/ws/test/tool/WsTool.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/main/java/com/sun/xml/ws/test/tool/WsTool.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ harness-lib ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ harness-lib ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ harness-lib ---
[INFO] No tests to run.
[INFO] 
[INFO] --- antrun:3.1.0:run (run-tests) @ harness-lib ---
[INFO] Executing tasks
[INFO]      [java] Using jar:file:/home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/jaxws-ri-image/jaxws-ri/lib/jaxws-tools.jar!/com/sun/tools/ws/WsImport.class
[INFO]      [java] No extension jar
[INFO]      [java] Testing with the in-vm transport
[INFO]      [java] Using jar:file:/home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/jaxws-ri-image/jaxws-ri/lib/jaxws-tools.jar!/com/sun/tools/ws/WsGen.class
[INFO]      [java] Skipping jaxws.twoServicesFromWSDL as it's not applicable to in-vm
[INFO]      [java] ..Using javac from jrt:/jdk.compiler/com/sun/tools/javac/Main.class
[INFO]      [java] Generating WSDL
[INFO]      [java] parsing WSDL...
[INFO]      [java] 
[INFO]      [java] Generating code...
[INFO]      [java] .injected services: addNumbersImplService
[INFO]      [java] injected ports: addNumbersPort
[INFO]      [java] injected addresses: addNumbersPortAddress
[INFO]      [java] 30
[INFO]      [java] ...Generating WSDL
[INFO]      [java] parsing WSDL...
[INFO]      [java] 
[INFO]      [java] Generating code...
[INFO]      [java] .injected services: addNumbersImplService
[INFO]      [java] injected ports: addNumbersPort
[INFO]      [java] injected addresses: addNumbersPortAddress
[INFO]      [java] 
[INFO]      [java] Inbound message:
[INFO]      [java] <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><S:Body><ns2:addNumbers xmlns:ns2="http://server.fromjava_handlers/"><arg0>10</arg0><arg1>20</arg1></ns2:addNumbers></S:Body></S:Envelope>
[INFO]      [java] 
[INFO]      [java] Outbound message:
[INFO]      [java] <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><S:Body><ns2:addNumbersResponse xmlns:ns2="http://server.fromjava_handlers/"><return>30</return></ns2:addNumbersResponse></S:Body></S:Envelope>
[INFO]      [java] 30
[INFO]      [java] ...Generating server artifacts from /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/test/testcases/jaxws/fromwsdl/./server/AddNumbers.wsdl
[INFO]      [java] parsing WSDL...
[INFO]      [java] 
[INFO]      [java] Generating code...
[INFO]      [java] parsing WSDL...
[INFO]      [java] 
[INFO]      [java] Generating code...
[INFO]      [java] .injected services: addNumbersService
[INFO]      [java] injected ports: addNumbersPort
[INFO]      [java] injected addresses: addNumbersPortAddress
[INFO]      [java] 30
[INFO]      [java] ...Generating server artifacts from /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/test/testcases/jaxws/mtom/hello.wsdl
[INFO]      [java] parsing WSDL...
[INFO]      [java] 
[INFO]      [java] Generating code...
[INFO]      [java] parsing WSDL...
[INFO]      [java] 
[INFO]      [java] Generating code...
[INFO]      [java] .injected services: helloService
[INFO]      [java] injected ports: helloPort
[INFO]      [java] injected addresses: helloPortAddress
[INFO]      [java] SOAP 1.1 testMtom() PASSED!
[INFO]      [java] SOAP 1.1 testEcho() PASSED!
[INFO]      [java] ...Generating WSDL
[INFO]      [java] Generating WSDL
[INFO]      [java] parsing WSDL...
[INFO]      [java] 
[INFO]      [java] Generating code...
[INFO]      [java] parsing WSDL...
[INFO]      [java] 
[INFO]      [java] Generating code...
[INFO]      [java] .injected services: barService fooService
[INFO]      [java] injected ports: bar foo
[INFO]      [java] injected addresses: barAddress fooAddress
[INFO]      [java] .
[INFO]      [java] Time: 3.935
[INFO]      [java] 
[INFO]      [java] OK (20 tests)
[INFO]      [java] 
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ harness-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ harness-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ harness-lib ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ harness-lib ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (copyright-check) @ harness-lib ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ harness-lib ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ harness-lib ---
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-transport) @ harness-lib ---
[INFO] Configured Artifact: com.sun.xml.ws:jaxws-local-transport:4.0.1:jar
[INFO] com.sun.xml.ws:jaxws-local-transport:4.0.1:jar already exists in /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/transport
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-image) @ harness-lib ---
[INFO] Configured Artifact: com.sun.xml.ws:jaxws-ri:4.0.1:zip
[INFO] jaxws-ri-4.0.1.zip already unpacked.
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ harness-lib ---
[INFO] Configured Artifact: org.glassfish.metro:ws-test-framework:resources:3.0.0-SNAPSHOT:zip
[INFO] ws-test-framework-3.0.0-SNAPSHOT-resources.zip already unpacked.
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ harness-lib ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ harness-lib ---
[INFO] Copying 21 resources
[INFO] Copying 2 resources to META-INF
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ harness-lib ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 77 source files with javac [debug release 11] to target/classes
[WARNING] /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/main/java/com/sun/xml/ws/test/container/local/LocalApplication.java:[40,7] deprecated item is not annotated with @Deprecated
[INFO] /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/main/java/com/sun/xml/ws/test/tool/WsTool.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/main/java/com/sun/xml/ws/test/tool/WsTool.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/main/java/com/sun/xml/ws/test/tool/WsTool.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/main/java/com/sun/xml/ws/test/tool/WsTool.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ harness-lib ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ harness-lib ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ harness-lib ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- antrun:3.1.0:run (run-tests) @ harness-lib ---
[INFO] Executing tasks
[INFO]    [delete] Deleting directory /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/surefire-reports
[INFO]      [java] No extension jarUsing jar:file:/home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/jaxws-ri-image/jaxws-ri/lib/jaxws-tools.jar!/com/sun/tools/ws/WsImport.class
[INFO]      [java] Testing with the in-vm transport
[INFO]      [java] 
[INFO]      [java] Using jar:file:/home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/jaxws-ri-image/jaxws-ri/lib/jaxws-tools.jar!/com/sun/tools/ws/WsGen.class
[INFO]      [java] Skipping jaxws.twoServicesFromWSDL as it's not applicable to in-vm
[INFO]      [java] ..Using javac from jrt:/jdk.compiler/com/sun/tools/javac/Main.class
[INFO]      [java] Generating WSDL
[INFO]      [java] parsing WSDL...
[INFO]      [java] 
[INFO]      [java] Generating code...
[INFO]      [java] .injected services: addNumbersImplService
[INFO]      [java] injected ports: addNumbersPort
[INFO]      [java] injected addresses: addNumbersPortAddress
[INFO]      [java] 30
[INFO]      [java] ...Generating WSDL
[INFO]      [java] parsing WSDL...
[INFO]      [java] 
[INFO]      [java] Generating code...
[INFO]      [java] .injected services: addNumbersImplService
[INFO]      [java] injected ports: addNumbersPort
[INFO]      [java] injected addresses: addNumbersPortAddress
[INFO]      [java] 
[INFO]      [java] Inbound message:
[INFO]      [java] <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><S:Body><ns2:addNumbers xmlns:ns2="http://server.fromjava_handlers/"><arg0>10</arg0><arg1>20</arg1></ns2:addNumbers></S:Body></S:Envelope>
[INFO]      [java] 
[INFO]      [java] Outbound message:
[INFO]      [java] <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><S:Body><ns2:addNumbersResponse xmlns:ns2="http://server.fromjava_handlers/"><return>30</return></ns2:addNumbersResponse></S:Body></S:Envelope>
[INFO]      [java] 30
[INFO]      [java] ...Generating server artifacts from /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/test/testcases/jaxws/fromwsdl/./server/AddNumbers.wsdl
[INFO]      [java] parsing WSDL...
[INFO]      [java] 
[INFO]      [java] Generating code...
[INFO]      [java] parsing WSDL...
[INFO]      [java] 
[INFO]      [java] Generating code...
[INFO]      [java] .injected services: addNumbersService
[INFO]      [java] injected ports: addNumbersPort
[INFO]      [java] injected addresses: addNumbersPortAddress
[INFO]      [java] 30
[INFO]      [java] ...Generating server artifacts from /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/test/testcases/jaxws/mtom/hello.wsdl
[INFO]      [java] parsing WSDL...
[INFO]      [java] 
[INFO]      [java] Generating code...
[INFO]      [java] parsing WSDL...
[INFO]      [java] 
[INFO]      [java] Generating code...
[INFO]      [java] .injected services: helloService
[INFO]      [java] injected ports: helloPort
[INFO]      [java] injected addresses: helloPortAddress
[INFO]      [java] SOAP 1.1 testMtom() PASSED!
[INFO]      [java] SOAP 1.1 testEcho() PASSED!
[INFO]      [java] ...Generating WSDL
[INFO]      [java] Generating WSDL
[INFO]      [java] parsing WSDL...
[INFO]      [java] 
[INFO]      [java] Generating code...
[INFO]      [java] parsing WSDL...
[INFO]      [java] 
[INFO]      [java] Generating code...
[INFO]      [java] .injected services: barService fooService
[INFO]      [java] injected ports: bar foo
[INFO]      [java] injected addresses: barAddress fooAddress
[INFO]      [java] .
[INFO]      [java] Time: 3.942
[INFO]      [java] 
[INFO]      [java] OK (20 tests)
[INFO]      [java] 
[INFO] Executed tasks
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ harness-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ harness-lib ---
[WARNING] artifact org.glassfish.metro:harness-lib:java-source:sources:3.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ harness-lib ---
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT-javadoc.jar
[WARNING] artifact org.glassfish.metro:harness-lib:javadoc:javadoc:3.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ harness-lib ---
[INFO] Signing 4 files with default secret key.
[WARNING] artifact org.glassfish.metro:harness-lib:jar.asc:3.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.glassfish.metro:harness-lib:pom.asc:3.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.glassfish.metro:harness-lib:jar.asc:sources:3.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.glassfish.metro:harness-lib:jar.asc:javadoc:3.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (copyright-check) @ harness-lib ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ harness-lib ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ harness-lib ---
[INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred")...
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/pom.xml to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/harness-lib-3.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-lib/3.0.0-SNAPSHOT/harness-lib-3.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------------< org.glassfish.metro:harness-docs >------------------
[INFO] Building WS Test Harness Documentation 3.0.0-SNAPSHOT              [5/6]
[INFO]   from ws-test-harness/docs/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ harness-docs ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ harness-docs ---
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ harness-docs ---
[INFO] Configured Artifact: org.glassfish.metro:ws-test-framework:resources:3.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ harness-docs ---
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (output-html) @ harness-docs ---
[INFO] sourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/src/docs/asciidoc does not exist
[INFO] sourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/src/asciidoc does not exist
2023-10-11T08:28:44.162Z [main] WARN FilenoUtil : Native subprocess control requires open access to the JDK IO subsystem
Pass '--add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED' to enable.
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/src/main/asciidoc/project-proposal.adoc
[INFO] Converted /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/src/main/asciidoc/user-guide.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (output-docbook) @ harness-docs ---
[INFO] sourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/src/docs/asciidoc does not exist
[INFO] sourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/src/asciidoc does not exist
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/src/main/asciidoc/project-proposal.adoc
[INFO] Converted /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/src/main/asciidoc/user-guide.adoc
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ harness-docs ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ harness-docs ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ harness-docs ---
[INFO] Signing 1 file with default secret key.
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (copyright-check) @ harness-docs ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ harness-docs ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/harness-docs/3.0.0-SNAPSHOT/harness-docs-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/target/harness-docs-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-docs/3.0.0-SNAPSHOT/harness-docs-3.0.0-SNAPSHOT.pom.asc
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ harness-docs ---
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ harness-docs ---
[INFO] Configured Artifact: org.glassfish.metro:ws-test-framework:resources:3.0.0-SNAPSHOT:zip
[INFO] ws-test-framework-3.0.0-SNAPSHOT-resources.zip already unpacked.
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ harness-docs ---
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (output-html) @ harness-docs ---
[INFO] sourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/src/docs/asciidoc does not exist
[INFO] sourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/src/asciidoc does not exist
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/src/main/asciidoc/project-proposal.adoc
[INFO] Converted /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/src/main/asciidoc/user-guide.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (output-docbook) @ harness-docs ---
[INFO] sourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/src/docs/asciidoc does not exist
[INFO] sourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/src/asciidoc does not exist
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] Converted /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/src/main/asciidoc/project-proposal.adoc
[INFO] Converted /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/src/main/asciidoc/user-guide.adoc
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ harness-docs ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ harness-docs ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ harness-docs ---
[INFO] Signing 1 file with default secret key.
[WARNING] artifact org.glassfish.metro:harness-docs:pom.asc:3.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (copyright-check) @ harness-docs ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ harness-docs ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/harness-docs/3.0.0-SNAPSHOT/harness-docs-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/target/harness-docs-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-docs/3.0.0-SNAPSHOT/harness-docs-3.0.0-SNAPSHOT.pom.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ harness-docs ---
[INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred")...
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/pom.xml to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-docs/3.0.0-SNAPSHOT/harness-docs-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/docs/target/harness-docs-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-docs/3.0.0-SNAPSHOT/harness-docs-3.0.0-SNAPSHOT.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.glassfish.metro:harness-maven-plugin >--------------
[INFO] Building WS Test Harness Maven Plugin 3.0.0-SNAPSHOT               [6/6]
[INFO]   from harness-maven-plugin/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ harness-maven-plugin ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ harness-maven-plugin ---
[INFO] 
[INFO] --- plugin:3.9.0:helpmojo (help-goal) @ harness-maven-plugin ---
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ harness-maven-plugin ---
[INFO] Configured Artifact: org.glassfish.metro:ws-test-framework:resources:3.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ harness-maven-plugin ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ harness-maven-plugin ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ harness-maven-plugin ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug release 11] to target/classes
[INFO] 
[INFO] --- plugin:3.9.0:descriptor (default-descriptor) @ harness-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 2 mojo descriptors.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ harness-maven-plugin ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ harness-maven-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ harness-maven-plugin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ harness-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ harness-maven-plugin ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ harness-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ harness-maven-plugin ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ harness-maven-plugin ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (copyright-check) @ harness-maven-plugin ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ harness-maven-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ harness-maven-plugin ---
[INFO] 
[INFO] --- plugin:3.9.0:helpmojo (help-goal) @ harness-maven-plugin ---
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ harness-maven-plugin ---
[INFO] Configured Artifact: org.glassfish.metro:ws-test-framework:resources:3.0.0-SNAPSHOT:zip
[INFO] ws-test-framework-3.0.0-SNAPSHOT-resources.zip already unpacked.
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ harness-maven-plugin ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ harness-maven-plugin ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ harness-maven-plugin ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug release 11] to target/classes
[INFO] 
[INFO] --- plugin:3.9.0:descriptor (default-descriptor) @ harness-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 2 mojo descriptors.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ harness-maven-plugin ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ harness-maven-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ harness-maven-plugin ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ harness-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ harness-maven-plugin ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ harness-maven-plugin ---
[WARNING] artifact org.glassfish.metro:harness-maven-plugin:java-source:sources:3.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ harness-maven-plugin ---
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT-javadoc.jar
[WARNING] artifact org.glassfish.metro:harness-maven-plugin:javadoc:javadoc:3.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ harness-maven-plugin ---
[INFO] Signing 4 files with default secret key.
[WARNING] artifact org.glassfish.metro:harness-maven-plugin:jar.asc:3.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.glassfish.metro:harness-maven-plugin:pom.asc:3.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.glassfish.metro:harness-maven-plugin:jar.asc:sources:3.0.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.glassfish.metro:harness-maven-plugin:jar.asc:javadoc:3.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (copyright-check) @ harness-maven-plugin ---
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ harness-maven-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ harness-maven-plugin ---
[INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred")...
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/pom.xml to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/harness-maven-plugin-3.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/ws-test-harness-master-build/target/nexus-staging/deferred/org/glassfish/metro/harness-maven-plugin/3.0.0-SNAPSHOT/harness-maven-plugin-3.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] Deploying remotely...
[INFO] Bulk deploying locally gathered artifacts from directory: 
[INFO]  * Bulk deploying locally gathered snapshot artifacts
[INFO]  * Bulk deploy of locally gathered snapshot artifacts finished.
[INFO] Remote deploy finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for WS Test Framework 3.0.0-SNAPSHOT:
[INFO] 
[INFO] WS Test Framework .................................. SUCCESS [ 23.996 s]
[INFO] WS Test Harness .................................... SUCCESS [  0.644 s]
[INFO] WS Test Harness Bootstrap .......................... SUCCESS [  7.426 s]
[INFO] WS Test Harness Library ............................ SUCCESS [ 28.458 s]
[INFO] WS Test Harness Documentation ...................... SUCCESS [ 12.492 s]
[INFO] WS Test Harness Maven Plugin ....................... SUCCESS [ 18.302 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:41 min
[INFO] Finished at: 2023-10-11T08:29:09Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 5 plugin(s)
[WARNING] 
[WARNING]  * org.apache.maven.plugins:maven-source-plugin:3.2.1
[WARNING]  * org.glassfish.copyright:glassfish-copyright-maven-plugin:2.4
[WARNING]  * org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13
[WARNING]  * org.apache.maven.plugins:maven-resources-plugin:3.3.0
[WARNING]  * org.apache.maven.plugins:maven-javadoc-plugin:3.6.0
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Recording test results
[Checks API] No suitable checks publisher found.
[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] Version: 3.3.4
[JaCoCo plugin] **/**.exec;**/classes;**/src/main/java; locations are configured
[JaCoCo plugin] Number of found exec files for pattern **/**.exec: 0
[JaCoCo plugin] Saving matched execfiles:  
[JaCoCo plugin] Saving matched class directories for class-pattern: **/classes: 
[JaCoCo plugin]  - /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/target/classes 6 files
[JaCoCo plugin]  - /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/target/classes 3 files
[JaCoCo plugin]  - /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/test/testcases/jaxws/fromjava/work/services/server/war/WEB-INF/classes 5 files
[JaCoCo plugin]  - /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/test/testcases/jaxws/fromjava_handlers/work/services/server/war/WEB-INF/classes 6 files
[JaCoCo plugin]  - /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/test/testcases/jaxws/fromwsdl/work/services/server/war/WEB-INF/classes 10 files
[JaCoCo plugin]  - /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/test/testcases/jaxws/mtom/work/services/war/WEB-INF/classes 7 files
[JaCoCo plugin]  - /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/test/testcases/jaxws/twoServices/work/services/war/WEB-INF/classes 4 files
[JaCoCo plugin]  - /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/target/classes 105 files
[JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java: 
[JaCoCo plugin] Source Inclusions: **/*.java,**/*.groovy,**/*.kt,**/*.kts
[JaCoCo plugin] Source Exclusions: 
[JaCoCo plugin] - /home/jenkins/agent/workspace/ws-test-harness-master-build/harness-maven-plugin/src/main/java 1 files
[JaCoCo plugin] - /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/bootstrap/src/main/java 2 files
[JaCoCo plugin] - /home/jenkins/agent/workspace/ws-test-harness-master-build/ws-test-harness/core/src/main/java 77 files
[JaCoCo plugin] Loading inclusions files..
[JaCoCo plugin] inclusions: []
[JaCoCo plugin] exclusions: []
[JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=0, minMethod=0, maxMethod=0, minLine=0, maxLine=0, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0]
[JaCoCo plugin] Publishing the results..
[JaCoCo plugin] Loading packages..
[JaCoCo plugin] Done.
[JaCoCo plugin] Overall coverage: class: 0.0, method: 0.0, line: 0.0, branch: 0.0, instruction: 0.0, complexity: 0.0
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/ws-test-harness-master-build')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 1 issue (skipped 1 duplicate)
[Java Compiler] Post processing issues on 'basic-s8cjc' with source code encoding 'UTF-8'
[Java Compiler] Creating SCM blamer to obtain author and commit information for affected files
[Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/ws-test-harness-master-build'
[Java Compiler] -> resolved paths in source directory (1 found, 0 not found)
[Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java Compiler] -> resolved module names for 1 issues
[Java Compiler] Resolving package names (or namespaces) by parsing the affected files
[Java Compiler] -> resolved package names of 1 affected files
[Java Compiler] No filter has been set, publishing all 1 issues
[Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds
[Java Compiler] -> created fingerprints for 1 issues (skipped 0 issues)
[Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/ws-test-harness-master-build/builds/32/files-with-issues'
[Java Compiler] -> 1 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/ws-test-harness-master-build')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 1 issue (skipped 1 duplicate)
[Java Compiler] Post processing issues on 'basic-s8cjc' with source code encoding 'UTF-8'
[Java Compiler] Creating SCM blamer to obtain author and commit information for affected files
[Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/ws-test-harness-master-build'
[Java Compiler] -> resolved paths in source directory (1 found, 0 not found)
[Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java Compiler] -> resolved module names for 1 issues
[Java Compiler] Resolving package names (or namespaces) by parsing the affected files
[Java Compiler] -> resolved package names of 1 affected files
[Java Compiler] No filter has been set, publishing all 1 issues
[Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds
[Java Compiler] -> created fingerprints for 1 issues (skipped 0 issues)
[Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/ws-test-harness-master-build/builds/32/files-with-issues'
[Java Compiler] -> 1 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] Reference build recorder is not configured
[Java Compiler] Obtaining reference build from same job (WS Test Harness master build)
[Java Compiler] Using reference build 'ws-test-harness-master-build #31' to compute new, fixed, and outstanding issues
[Java Compiler] Issues delta (vs. reference build): outstanding: 1, new: 0, fixed: 0
[Java Compiler] No quality gates have been set - skipping
[Java Compiler] Health report is disabled - skipping
[Java Compiler] Created analysis result for 1 issues (found 0 new issues, fixed 0 issues)
[Java Compiler] Attaching ResultAction with ID 'java' to build 'ws-test-harness-master-build #32'.
[Checks API] No suitable checks publisher found.
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/ws-test-harness-master-build')
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/ws-test-harness-master-build')
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/ws-test-harness-master-build')
[JavaDoc] Skipping post processing
[JavaDoc] No filter has been set, publishing all 0 issues
[JavaDoc] Repository miner is not configured, skipping repository mining
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/ws-test-harness-master-build')
[JavaDoc] Skipping post processing
[JavaDoc] No filter has been set, publishing all 0 issues
[JavaDoc] Repository miner is not configured, skipping repository mining
[JavaDoc] Reference build recorder is not configured
[JavaDoc] Obtaining reference build from same job (WS Test Harness master build)
[JavaDoc] Using reference build 'ws-test-harness-master-build #31' to compute new, fixed, and outstanding issues
[JavaDoc] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[JavaDoc] No quality gates have been set - skipping
[JavaDoc] Health report is disabled - skipping
[JavaDoc] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[JavaDoc] Attaching ResultAction with ID 'javadoc-warnings' to build 'ws-test-harness-master-build #32'.
[Checks API] No suitable checks publisher found.
[SpotBugs] Using default pattern '**/spotbugsXml.xml' since user defined pattern is not set
[SpotBugs] [-ERROR-] Errors during parsing
[SpotBugs] [-ERROR-] No files found for pattern '**/spotbugsXml.xml'. Configuration error?
[SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/ws-test-harness-master-build' that match the pattern '**/spotbugsXml.xml'
[SpotBugs] Traversing of symbolic links: enabled
[SpotBugs] Skipping post processing
[SpotBugs] No filter has been set, publishing all 0 issues
[SpotBugs] Repository miner is not configured, skipping repository mining
[SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/ws-test-harness-master-build' that match the pattern '**/spotbugsXml.xml'
[SpotBugs] Traversing of symbolic links: enabled
[SpotBugs] Skipping post processing
[SpotBugs] No filter has been set, publishing all 0 issues
[SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/ws-test-harness-master-build' that match the pattern '**/spotbugsXml.xml'
[SpotBugs] Traversing of symbolic links: enabled
[SpotBugs] Skipping post processing
[SpotBugs] No filter has been set, publishing all 0 issues
[SpotBugs] Repository miner is not configured, skipping repository mining
[SpotBugs] [-ERROR-] Errors during parsing
[SpotBugs] [-ERROR-] No files found for pattern '**/spotbugsXml.xml'. Configuration error?
[SpotBugs] [-ERROR-] Errors during parsing
[SpotBugs] [-ERROR-] No files found for pattern '**/spotbugsXml.xml'. Configuration error?
[SpotBugs] Reference build recorder is not configured
[SpotBugs] Obtaining reference build from same job (WS Test Harness master build)
[SpotBugs] Using reference build 'ws-test-harness-master-build #31' to compute new, fixed, and outstanding issues
[SpotBugs] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[SpotBugs] No quality gates have been set - skipping
[SpotBugs] Health report is disabled - skipping
[SpotBugs] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'ws-test-harness-master-build #32'.
[Checks API] No suitable checks publisher found.
Finished: SUCCESS