Skip to content

Console Output

Started by user Dmitry Kornilov
Rebuilds build #18
Running as Dmitry Kornilov
Agent centos-7-h9rfd is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-h9rfd"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jaxws.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-h9rfd"
    - 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: "centos-7-h9rfd"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jaxws.svc.cluster.local/jaxws/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5"
    imagePullPolicy: "Always"
    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: "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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jaxws"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

[EnvInject] - Loading node environment variables.
Building remotely on centos-7-h9rfd (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS
[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-Ej36KWBqTzIz/agent.59
SSH_AGENT_PID=61
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS@tmp/private_key_9967257466862077908.key (/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS@tmp/private_key_9967257466862077908.key)
[ssh-agent] Using credentials jaxws-bot (GitHub bot SSH)
Unpacking https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.9-bin.zip to /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest on centos-7-h9rfd
Copied 1 artifact from "TCK_jakarta_9_GF_6.1_integration_JAXWS" build number 4
[TCK_jakarta_9_JAXWS] $ /bin/sh -xe /tmp/jenkins4703225051877168351.sh
+ export TCK_HOME=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS
+ TCK_HOME=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS
+ echo 'TCK_HOME in jaxwstck.sh /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS'
TCK_HOME in jaxwstck.sh /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS
+ echo 'ANT_HOME in jaxwstck.sh /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest'
ANT_HOME in jaxwstck.sh /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest
+ echo 'PATH in jaxwstck.sh /opt/tools/java/adoptopenjdk/openj9-jdk-11/latest/bin:/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin:/home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PATH in jaxwstck.sh /opt/tools/java/adoptopenjdk/openj9-jdk-11/latest/bin:/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin:/home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ echo 'ANT_OPTS in jaxwstck.sh '
ANT_OPTS in jaxwstck.sh 
++ hostname
+ HOST=centos-7-h9rfd
+ cd /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS
+ echo 'Using stashed bundle for xml-ws-tck created during the build phase'
Using stashed bundle for xml-ws-tck created during the build phase
+ wget -nv -c https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-910/jakarta-xml-ws-tck-3.0.1.zip -O jakarta-xml-ws-tck-3.0.0.zip
2021-03-25 16:27:41 URL:https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-910/jakarta-xml-ws-tck-3.0.1.zip [33348697/33348697] -> "jakarta-xml-ws-tck-3.0.0.zip" [1]
+ unzip -q jakarta-xml-ws-tck-3.0.0.zip -d /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS
+ export TCK_NAME=xml-ws-tck
+ TCK_NAME=xml-ws-tck
+ export GF_TOPLEVEL_DIR=glassfish6
+ GF_TOPLEVEL_DIR=glassfish6
+ unzip -q /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish.zip -d /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS
+ TS_HOME=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck
+ echo 'TS_HOME /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck'
TS_HOME /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck
+ chmod -R 777 /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck
+ cd /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin
+ wget -nv -c https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/install/jaxws/bin/ts.jte.jdk11 -O ts.jte.jdk11
+ cp ts.jte.jdk11 ts.jte
+ export 'ANT_OPTS=-Djavax.xml.accessExternalStylesheet=all -Djavax.xml.accessExternalSchema=all -Djavax.xml.accessExternalDTD=file,http,https'
+ ANT_OPTS='-Djavax.xml.accessExternalStylesheet=all -Djavax.xml.accessExternalSchema=all -Djavax.xml.accessExternalDTD=file,http,https'
+ which java
/opt/tools/java/adoptopenjdk/openj9-jdk-11/latest/bin/java
+ java -version
openjdk version "11.0.10" 2021-01-19
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.10+9)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.24.0, JRE 11 Linux amd64-64-Bit Compressed References 20210120_910 (JIT enabled, AOT enabled)
OpenJ9   - 345e1b09e
OMR      - 741e94ea8
JCL      - 0a86953833 based on jdk-11.0.10+9)
+ sed -i 's#^webcontainer\.home=.*#webcontainer.home=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish#g' ts.jte
+ sed -i 's#webcontainer\.home\.ri=.*#webcontainer.home.ri=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/ri/glassfish6/glassfish#g' ts.jte
+ sed -i 's#webServerHost\.2=.*#webServerHost.2=localhost#g' ts.jte
+ sed -i 's#webServerPort\.2=.*#webServerPort.2=9080#g' ts.jte
+ sed -i 's#wsgen.ant.classname=.*#wsgen.ant.classname=com.sun.tools.ws.ant.WsGen#g' ts.jte
+ sed -i 's#wsimport.ant.classname=.*#wsimport.ant.classname=com.sun.tools.ws.ant.WsImport#g' ts.jte
+ sed -i 's#glassfish.admin.port.ri=.*#glassfish.admin.port.ri=5858#g' ts.jte
+ sed -i 's#^report.dir=.*#report.dir=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tckreport/xml-ws-tck#g' ts.jte
+ sed -i 's#^work.dir=.*#work.dir=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tckwork/xml-ws-tck#g' ts.jte
+ mkdir -p /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tckreport/xml-ws-tck
+ mkdir -p /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tckwork/xml-ws-tck
+ cd /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish/bin
+ ./asadmin start-domain
Waiting for domain1 to start ............................................................................................................................................................................................................................................................................................................................
Successfully started the domain : domain1
domain  Location: /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish/domains/domain1
Log File: /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish/domains/domain1/logs/server.log
Admin Port: 4848
Command start-domain executed successfully.
+ cd /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin
+ ant config.vi
Buildfile: /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/build.xml
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
    [mkdir] Created dir: /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/weblib
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.
Trying to override old definition of datatype string

config.vi:
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

config.vi:
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

stop-server:
     [exec] Waiting for the domain to stop ...........................................................
     [exec] Command stop-domain failed.
     [exec] Timed out (60 seconds) waiting for the domain to stop.
     [exec] Result: 1
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkForFiles:

copy.server.policy:
     [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish/domains/domain1/config

copy.client.policy:
     [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish/lib/appclient

concat.security:
   [concat] /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/client_policy.append does not exist.
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

copy.tck.jars:
     [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish/domains/domain1/lib
     [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish/domains/domain1/lib
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

filter.password.file:
     [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin

start-server:
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

start.appserver.unix:
     [exec] Waiting for domain1 to start .....
     [exec] Successfully started the domain : domain1
     [exec] domain  Location: /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish/domains/domain1
     [exec] Log File: /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish/domains/domain1/logs/server.log
     [exec] Admin Port: 4848
     [exec] Command start-domain executed successfully.
     [echo]  The App Server is now available.
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

start.appserver.win:
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

add.users:
     [echo] Create user: (j2ee,j2ee,staff:mgr:asadmin)
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

filter.password.file:
     [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin

create-file-user:
     [exec] Command create-file-user executed successfully.
     [echo] Create user: (javajoe,javajoe,guest)
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

filter.password.file:
     [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin

create-file-user:
     [exec] Command create-file-user executed successfully.

BUILD SUCCESSFUL
Total time: 1 minute 18 seconds
+ RI_DOMAIN_CONFIG_FILE=/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/ri/glassfish6/glassfish/domains/domain1/config/domain.xml
+ rm -rf '/home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/ri/*'
+ mkdir /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/ri
+ cp /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish.zip /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/ri/latest-glassfish.zip
+ cd /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/ri
+ unzip -q latest-glassfish.zip
+ sed -i s/4848/5858/g /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/ri/glassfish6/glassfish/domains/domain1/config/domain.xml
+ sed -i s/8080/9080/g /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/ri/glassfish6/glassfish/domains/domain1/config/domain.xml
+ sed -i s/8181/9181/g /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/ri/glassfish6/glassfish/domains/domain1/config/domain.xml
+ cd /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/ri/glassfish6/glassfish/bin
+ ./asadmin start-domain
Waiting for domain1 to start ...................................................................................................................................................................................................................
Successfully started the domain : domain1
domain  Location: /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/ri/glassfish6/glassfish/domains/domain1
Log File: /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/ri/glassfish6/glassfish/domains/domain1/logs/server.log
Admin Port: 5858
Command start-domain executed successfully.
+ cd /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin
+ ant config.ri
Buildfile: /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/build.xml
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.
Trying to override old definition of datatype string

config.ri:
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

config.ri:
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

stop-server:
     [exec] Timed out (60 seconds) waiting for the domain to stop.Waiting for the domain to stop ...........................................................
     [exec] 
     [exec] Command stop-domain failed.
     [exec] Result: 1
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkForFiles:

copy.server.policy:

copy.client.policy:

concat.security:
   [concat] /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/client_policy.append does not exist.
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

copy.tck.jars:
     [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/ri/glassfish6/glassfish/domains/domain1/lib
     [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/ri/glassfish6/glassfish/domains/domain1/lib
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

filter.password.file:
     [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin

start-server:
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

start.appserver.unix:
     [exec] Waiting for domain1 to start .......
     [exec] Successfully started the domain : domain1
     [exec] domain  Location: /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish/domains/domain1
     [exec] Log File: /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish/domains/domain1/logs/server.log
     [exec] Admin Port: 4848
     [exec] Command start-domain executed successfully.
     [echo]  The App Server is now available.
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

start.appserver.win:
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

add.users:
     [echo] Create user: (j2ee,j2ee,staff:mgr:asadmin)
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

filter.password.file:
     [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin

create-file-user:
     [exec] Command create-file-user executed successfully.
     [echo] Create user: (javajoe,javajoe,guest)
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin/xml/../../bin.

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

filter.password.file:
     [copy] Copying 1 file to /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/xml-ws-tck/bin

create-file-user:
     [exec] Command create-file-user executed successfully.

BUILD SUCCESSFUL
Total time: 1 minute 18 seconds
+ cd /home/jenkins/agent/workspace/TCK_jakarta_9_JAXWS/glassfish6/glassfish/bin
+ ./asadmin stop-domain
Waiting for the domain to stop ...........................................................
Timed out (60 seconds) waiting for the domain to stop.
Command stop-domain failed.
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 61 killed;
[ssh-agent] Stopped.
Archiving artifacts
Recording fingerprints
Finished: FAILURE