Skip to content

Console Output

Started by user Dmitry Kornilov
Running as Dmitry Kornilov
Agent default-agent-6v215 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-6v215"
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-6v215"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-6v215"
    - 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-6v215 in workspace /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build
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-ee4j8-build # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/metro-ws-test-harness.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/metro-ws-test-harness.git +refs/heads/*:refs/remotes/origin/*
 > 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
 > git config remote.origin.url https://github.com/eclipse-ee4j/metro-ws-test-harness.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/metro-ws-test-harness.git
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/metro-ws-test-harness.git +refs/heads/EE4J_8:refs/remotes/origin/EE4J_8
 > git rev-parse refs/remotes/origin/EE4J_8^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/EE4J_8^{commit} # timeout=10
Checking out Revision cbeda132d8ca172dbd8a7d622eab25b3e1034e82 (refs/remotes/origin/EE4J_8)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cbeda132d8ca172dbd8a7d622eab25b3e1034e82
Commit message: "Merge 2.3.2 release info into EE4J_8. Update SNAPSHOT version. (#28)"
 > git rev-list --no-walk cbeda132d8ca172dbd8a7d622eab25b3e1034e82 # timeout=10
[ws-test-harness-ee4j8-build] $ /bin/sh -ex /tmp/jenkins6733157969004636027.sh
+ TOOLS_PREFIX=/opt/tools
+ JAVA_PREFIX=/opt/tools/java/openjdk
+ MVN_HOME=/opt/tools/apache-maven/latest
+ JAVA_HOME=/opt/tools/java/openjdk/jdk-11/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ echo '-[ Harness Build ]--------------------------------------------------------------'
-[ Harness Build ]--------------------------------------------------------------
+ mvn -U -C -B clean install -Pstaging
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] 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 2.3.3-SNAPSHOT                          [1/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ws-test-framework ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-legal-resource) @ ws-test-framework ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ ws-test-framework ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/ws-test-framework/2.3.3-SNAPSHOT/ws-test-framework-2.3.3-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.glassfish.metro:ws-test-harness >-----------------
[INFO] Building WS Test Harness 2.3.3-SNAPSHOT                            [2/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ws-test-harness ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-legal-resource) @ ws-test-harness ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ ws-test-harness ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/ws-test-harness/2.3.3-SNAPSHOT/ws-test-harness-2.3.3-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.glassfish.metro:harness-bootstrap >----------------
[INFO] Building WS Test Harness Bootstrap 2.3.3-SNAPSHOT                  [3/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ harness-bootstrap ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-legal-resource) @ harness-bootstrap ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ harness-bootstrap ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/bootstrap/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ harness-bootstrap ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/bootstrap/target/classes
[INFO] /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/bootstrap/src/main/java/com/sun/xml/ws/test/Bootstrap.java: /home/jenkins/agent/workspace/ws-test-harness-ee4j8-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-ee4j8-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-ee4j8-build/ws-test-harness/bootstrap/src/main/java/com/sun/xml/ws/test/Bootstrap.java: /home/jenkins/agent/workspace/ws-test-harness-ee4j8-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-ee4j8-build/ws-test-harness/bootstrap/src/main/java/com/sun/xml/ws/test/Bootstrap.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ harness-bootstrap ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/bootstrap/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ harness-bootstrap ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ harness-bootstrap ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ harness-bootstrap ---
[INFO] Building jar: /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/bootstrap/target/harness-bootstrap-2.3.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ harness-bootstrap ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/bootstrap/target/harness-bootstrap-2.3.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/2.3.3-SNAPSHOT/harness-bootstrap-2.3.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/bootstrap/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/harness-bootstrap/2.3.3-SNAPSHOT/harness-bootstrap-2.3.3-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.glassfish.metro:harness-lib >-------------------
[INFO] Building WS Test Harness Library 2.3.3-SNAPSHOT                    [4/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ harness-lib ---
[INFO] Deleting /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/core/src/test/testcases (includes = [**/work/**], excludes = [])
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:copy (copy-transport) @ harness-lib ---
[INFO] Configured Artifact: com.sun.xml.ws:jaxws-local-transport:2.3.1:jar
[INFO] Copying jaxws-local-transport-2.3.1.jar to /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/core/target/transport/jaxws-local-transport.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:copy (copy) @ harness-lib ---
[INFO] Configured Artifact: org.glassfish.metro:webservices-api:2.3.1:jar
[INFO] Copying webservices-api-2.3.1.jar to /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/core/target/endorsed/webservices-api-2.3.1.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack (unpack-image) @ harness-lib ---
[INFO] Configured Artifact: org.glassfish.metro:metro-standalone:2.3.1:zip
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/metro/metro-standalone/2.3.1/metro-standalone-2.3.1.zip to /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/core/target/metro-image with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-legal-resource) @ harness-lib ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ harness-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 21 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ harness-lib ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 78 source files to /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/core/target/classes
[INFO] /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/core/src/main/java/com/sun/xml/ws/test/Realm.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/core/src/main/java/com/sun/xml/ws/test/Realm.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/core/src/main/java/com/sun/xml/ws/test/container/WAR.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/core/src/main/java/com/sun/xml/ws/test/container/WAR.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ harness-lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ harness-lib ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ harness-lib ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (run-tests) @ harness-lib ---
[INFO] Executing tasks

main:
     [java] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
     [java] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
     [java] Exception in thread "main" java.lang.IllegalStateException: Cannot set value to a final field 'com.sun.xml.ws.test.Main.tests'.
     [java] 	at org.kohsuke.args4j.spi.Setters.create(Setters.java:32)
     [java] 	at org.kohsuke.args4j.ClassParser.parse(ClassParser.java:38)
     [java] 	at org.kohsuke.args4j.CmdLineParser.<init>(CmdLineParser.java:96)
     [java] 	at org.kohsuke.args4j.CmdLineParser.<init>(CmdLineParser.java:71)
     [java] 	at com.sun.xml.ws.test.Main.doMain(Main.java:248)
     [java] 	at com.sun.xml.ws.test.Main.main(Main.java:243)
     [java] Java Result: 1
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ harness-lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/core/target/harness-lib-2.3.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ harness-lib ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/core/target/harness-lib-2.3.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/2.3.3-SNAPSHOT/harness-lib-2.3.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/harness-lib/2.3.3-SNAPSHOT/harness-lib-2.3.3-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< org.glassfish.metro:harness-docs >------------------
[INFO] Building WS Test Harness Documentation 2.3.3-SNAPSHOT              [5/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ harness-docs ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-legal-resource) @ harness-docs ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ harness-docs ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/docs/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/harness-docs/2.3.3-SNAPSHOT/harness-docs-2.3.3-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (create-docs) @ harness-docs ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/docs/target/docs
     [copy] Copying 3 files to /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/ws-test-harness/docs/target/docs
[INFO] Executed tasks
[INFO] 
[INFO] --------------< org.glassfish.metro:harness-maven-plugin >--------------
[INFO] Building WS Test Harness Maven Plugin 2.3.3-SNAPSHOT               [6/6]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ harness-maven-plugin ---
[INFO] 
[INFO] --- maven-plugin-plugin:3.5.2:helpmojo (help-goal) @ harness-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 0 mojo descriptor.
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-legal-resource) @ harness-maven-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ harness-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/harness-maven-plugin/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ harness-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/harness-maven-plugin/target/classes
[INFO] /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/harness-maven-plugin/src/main/java/com/sun/xml/ws/test/WSTestMojo.java: /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/harness-maven-plugin/src/main/java/com/sun/xml/ws/test/WSTestMojo.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/harness-maven-plugin/src/main/java/com/sun/xml/ws/test/WSTestMojo.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.5.2: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] --- maven-plugin-plugin:3.5.2:descriptor (mojo-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] --- maven-resources-plugin:2.6:testResources (default-testResources) @ harness-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/harness-maven-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ harness-maven-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ harness-maven-plugin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ harness-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/harness-maven-plugin/target/harness-maven-plugin-2.3.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.5.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ harness-maven-plugin ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ harness-maven-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/harness-maven-plugin/target/harness-maven-plugin-2.3.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/2.3.3-SNAPSHOT/harness-maven-plugin-2.3.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ws-test-harness-ee4j8-build/harness-maven-plugin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/metro/harness-maven-plugin/2.3.3-SNAPSHOT/harness-maven-plugin-2.3.3-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for WS Test Framework 2.3.3-SNAPSHOT:
[INFO] 
[INFO] WS Test Framework .................................. SUCCESS [ 50.327 s]
[INFO] WS Test Harness .................................... SUCCESS [  0.007 s]
[INFO] WS Test Harness Bootstrap .......................... SUCCESS [ 35.546 s]
[INFO] WS Test Harness Library ............................ SUCCESS [01:35 min]
[INFO] WS Test Harness Documentation ...................... SUCCESS [  0.101 s]
[INFO] WS Test Harness Maven Plugin ....................... SUCCESS [ 37.334 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:40 min
[INFO] Finished at: 2019-11-21T11:13:23Z
[INFO] ------------------------------------------------------------------------
Recording test results
None of the test reports contained any result
No mail will be sent out, as 'WS Test Harness EE4J_8 build #9' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
Finished: SUCCESS