Skip to content

Console Output

Started by user Steve Millidge
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Agent default-java-t654c is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (): 

Running on default-java-t654c in /home/jenkins/workspace/TCK_run
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Grab GF and ts.jte artifacts)
[Pipeline] dir
Running in /home/jenkins/workspace/TCK_run/download
[Pipeline] {
[Pipeline] copyRemoteArtifacts
Requesting copy of artifacts matching '**' from 'Last successful build (either stable or unstable)' of cu » TCK_Integrate_GlassFish
Copied 1 artifacts matching '**' from 'Last successful build (either stable or unstable)' of cu » TCK_Integrate_GlassFish:
  glassfish.zip
[Pipeline] copyRemoteArtifacts
Requesting copy of artifacts matching '**' from 'Last successful build (either stable or unstable)' of cu » TCK_ts_jte
Copied 1 artifacts matching '**' from 'Last successful build (either stable or unstable)' of cu » TCK_ts_jte:
  ts.jte
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Grab TCK bundle)
[Pipeline] sh
+ cd /home/jenkins/workspace/TCK_run/download
+ wget -q http://download.eclipse.org/ee4j/jakartaee-tck/8.0.1/promoted/concurrencytck-1.0_latest.zip -O concurrencytck.zip
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unzip TCK and GF)
[Pipeline] sh
+ cd /home/jenkins/workspace/TCK_run
+ unzip -q /home/jenkins/workspace/TCK_run/download/glassfish.zip
+ unzip -q /home/jenkins/workspace/TCK_run/download/concurrencytck.zip
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Grab and unzip ANT)
[Pipeline] sh
+ cd /home/jenkins/workspace/TCK_run/download
+ wget -q http://mirror.koddos.net/apache/ant/binaries/apache-ant-1.9.13-bin.tar.gz -O ant.tar.gz
+ tar xfz ant.tar.gz
+ mkdir -p /home/jenkins/workspace/TCK_run/concurrencytck/tools/ant
+ cp -a /home/jenkins/workspace/TCK_run/download/apache-ant-1.9.13/. /home/jenkins/workspace/TCK_run/concurrencytck/tools/ant
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Replace ts.jte)
[Pipeline] sh
+ yes
+ cp -rfv /home/jenkins/workspace/TCK_run/download/ts.jte /home/jenkins/workspace/TCK_run/concurrencytck/bin/ts.jte
'/home/jenkins/workspace/TCK_run/download/ts.jte' -> '/home/jenkins/workspace/TCK_run/concurrencytck/bin/ts.jte'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Configure TCK)
[Pipeline] sh
+ cd /home/jenkins/workspace/TCK_run/concurrencytck/bin
+ ant config.vi
Buildfile: /home/jenkins/workspace/TCK_run/concurrencytck/bin/build.xml
     [echo] ts.home = /home/jenkins/workspace/TCK_run/concurrencytck/bin/xml/../..
    [mkdir] Created dir: /home/jenkins/workspace/TCK_run/concurrencytck/weblib
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/workspace/TCK_run/concurrencytck/bin/xml/../../bin.
Trying to override old definition of datatype string

config.vi:

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

config.vi:

checkPlatform:

configUnix:
     [echo] on unix

configWindows:

configPlatform:

stop-server:
     [exec] Execute failed: java.io.IOException: Cannot run program "/bin/asadmin" (in directory "/home/jenkins/workspace/TCK_run/concurrencytck/bin"): error=2, No such file or directory

copy.tck.jars:
     [copy] Copying 1 file to /domains/domain1/lib/ext
Attempt to copy /home/jenkins/workspace/TCK_run/concurrencytck/lib/concurrencytck.jar to /domains/domain1/lib/ext/concurrencytck.jar using NIO Channels failed due to 'failed to create the parent directory for /domains/domain1/lib/ext/concurrencytck.jar'.  Falling back to streams.

BUILD FAILED
/home/jenkins/workspace/TCK_run/concurrencytck/bin/build.xml:56: The following error occurred while executing this line:
/home/jenkins/workspace/TCK_run/concurrencytck/bin/xml/impl/glassfish/config.vi.xml:72: The following error occurred while executing this line:
/home/jenkins/workspace/TCK_run/concurrencytck/bin/xml/impl/glassfish/config.vi.xml:155: Failed to copy /home/jenkins/workspace/TCK_run/concurrencytck/lib/concurrencytck.jar to /domains/domain1/lib/ext/concurrencytck.jar due to java.io.FileNotFoundException /domains/domain1/lib/ext/concurrencytck.jar (No such file or directory)

Total time: 0 seconds
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE