Started by user Maxim Nesen Rebuilds build #78 Running as Maxim Nesen Agent default-agent-z85ks is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-z85ks" 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.jersey.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-z85ks" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-z85ks" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/" - 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/agent" name: "workspace-volume" readOnly: false - 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 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-jersey" 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-z85ks in workspace /home/jenkins/agent/workspace/tck_build No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/jakartaee-tck.git > git init /home/jenkins/agent/workspace/tck_build/CTS # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jakartaee-tck.git > git --version # timeout=10 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jakartaee-tck.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/eclipse-ee4j/jakartaee-tck.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/jakartaee-tck.git # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jakartaee-tck.git > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jakartaee-tck.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 7ed17e520644b68f567009cdf9cffccbd2c92b14 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7ed17e520644b68f567009cdf9cffccbd2c92b14 Commit message: "Merge pull request #131 from eclipse-ee4j/revert-128-revert-126-master" > git rev-list --no-walk 7ed17e520644b68f567009cdf9cffccbd2c92b14 # timeout=10 [tck_build] $ /bin/sh -xe /tmp/jenkins5080482020409520308.sh + mkdir download Copied 1 artifact from "ts_jte_alter" build number 36 [tck_build] $ /bin/bash -ex /tmp/jenkins3814585155485987927.sh + mkdir /home/jenkins/agent/workspace/tck_build/CTS/tools + mkdir /home/jenkins/agent/workspace/tck_build/CTS/tools/ant + ANT_VERSION=1.9.14 + TOOLS_PREFIX=/opt/tools + JAVA_PREFIX=/opt/tools/java/oracle + MVN_HOME=/opt/tools/apache-maven/latest + export JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest + JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest + PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + ANT_HOME=/home/jenkins/agent/workspace/tck_build/CTS/tools/ant + PATH=/home/jenkins/agent/workspace/tck_build/CTS/tools/ant/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + export ANT_OPTS=-Djavax.xml.accessExternalSchema=all + ANT_OPTS=-Djavax.xml.accessExternalSchema=all + cd download + wget -q http://mirror.koddos.net/apache/ant/binaries/apache-ant-1.9.14-bin.tar.gz -O ant.tar.gz + tar xfz ant.tar.gz + ls ant.tar.gz apache-ant-1.9.14 ts.jte + yes + cp -vr /home/jenkins/agent/workspace/tck_build/download/ts.jte /home/jenkins/agent/workspace/tck_build/CTS/install/jaxrs/bin/ '/home/jenkins/agent/workspace/tck_build/download/ts.jte' -> '/home/jenkins/agent/workspace/tck_build/CTS/install/jaxrs/bin/ts.jte' yes: standard output: Broken pipe + cp -a /home/jenkins/agent/workspace/tck_build/download/apache-ant-1.9.14/. /home/jenkins/agent/workspace/tck_build/CTS/tools/ant/ + wget -q 'https://search.maven.org/remotecontent?filepath=org/glassfish/main/distributions/glassfish/5.1.0/glassfish-5.1.0.zip' -O glassfish.zip + unzip -q glassfish.zip -d /home/jenkins/agent/workspace/tck_build + export TS_HOME=/home/jenkins/agent/workspace/tck_build/CTS + TS_HOME=/home/jenkins/agent/workspace/tck_build/CTS + export deliverabledir=jaxrs + deliverabledir=jaxrs + export javaee_home=/home/jenkins/agent/workspace/tck_build/glassfish5 + javaee_home=/home/jenkins/agent/workspace/tck_build/glassfish5 + cd /home/jenkins/agent/workspace/tck_build/CTS/install/jaxrs/bin + ant build.all Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Buildfile: /home/jenkins/agent/workspace/tck_build/CTS/install/jaxrs/bin/build.xml [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/classes [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/weblib [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src Trying to override old definition of datatype string build.all.jars: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src compile: [ts.javac] Compiling 108 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/harness/TS.java:55: warning: [deprecation] HelpNotFoundFault in Interview has been deprecated [ts.javac] } catch (Interview.HelpNotFoundFault f) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/harness/TS.java:57: warning: [deprecation] BadHelpFault in Interview has been deprecated [ts.javac] } catch (Interview.BadHelpFault bf) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/harness/TSScript.java:664: warning: [deprecation] translatePath(String) in Project has been deprecated [ts.javac] return org.apache.tools.ant.Project.translatePath(classpath); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/harness/TSScript.java:682: warning: [deprecation] translatePath(String) in Project has been deprecated [ts.javac] command[ii] = "PATH=" + Project.translatePath(existingPath); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/AssertionMapper.java:333: warning: [deprecation] HandlerBase in org.xml.sax has been deprecated [ts.javac] extends HandlerBase { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/AssertionMapper.java:435: warning: [deprecation] AttributeList in org.xml.sax has been deprecated [ts.javac] public void startElement(String localName, AttributeList attrs) [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/CharacterDecoder.java:192: warning: [deprecation] getBytes(int,int,byte[],int) in String has been deprecated [ts.javac] inputString.getBytes(0, inputString.length(), inputBuffer, 0); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/TestUtil.java:928: warning: [deprecation] encode(String) in URLEncoder has been deprecated [ts.javac] .append(URLEncoder.encode(value)); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/TestUtil.java:927: warning: [deprecation] encode(String) in URLEncoder has been deprecated [ts.javac] buf.append(URLEncoder.encode(name)).append("=") [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/misc/ExtensionInfo.java:138: warning: [deprecation] IMPLEMENTATION_VENDOR_ID in Name has been deprecated [ts.javac] attrKey = s + Name.IMPLEMENTATION_VENDOR_ID.toString(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/misc/ExtensionInfo.java:143: warning: [deprecation] IMPLEMENTATION_URL in Name has been deprecated [ts.javac] attrKey = s + Name.IMPLEMENTATION_URL.toString(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:31: warning: [deprecation] IdentityScope in java.security has been deprecated [ts.javac] public class IdentityDatabase extends IdentityScope implements Serializable { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:46: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] Hashtable identities; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:68: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] identities = new Hashtable(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:145: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] public Identity getIdentity(String name) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:146: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] Identity id = identities.get(name); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:147: warning: [deprecation] Signer in java.security has been deprecated [ts.javac] if (id instanceof Signer) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:162: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] public Identity getIdentity(PublicKey key) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:166: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] Enumeration e = identities(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:168: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] Identity i = e.nextElement(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:171: warning: [deprecation] Signer in java.security has been deprecated [ts.javac] if (i instanceof Signer) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:197: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] public void addIdentity(Identity identity) throws KeyManagementException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:199: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] Identity byName = getIdentity(identity.getName()); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:200: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] Identity byKey = getIdentity(identity.getPublicKey()); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:218: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] public void removeIdentity(Identity identity) throws KeyManagementException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:231: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] public Enumeration identities() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/IdentityDatabase.java:339: warning: [deprecation] IdentityScope in java.security has been deprecated [ts.javac] IdentityScope.setSystemScope(systemDatabase); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:294: warning: [deprecation] IdentityScope in java.security has been deprecated [ts.javac] private static IdentityScope scope = null; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:1952: warning: [deprecation] IdentityScope in java.security has been deprecated [ts.javac] IdentityScope is = IdentityScope.getSystemScope(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:1952: warning: [deprecation] IdentityScope in java.security has been deprecated [ts.javac] IdentityScope is = IdentityScope.getSystemScope(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:1969: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] final Identity id = AccessController [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:1970: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] .doPrivileged(new java.security.PrivilegedAction() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:1971: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] public Identity run() { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/PolicyFile.java:2006: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] private static boolean isTrusted(Identity id) { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/SystemIdentity.java:29: warning: [deprecation] Identity in java.security has been deprecated [ts.javac] public class SystemIdentity extends Identity implements Serializable { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/SystemIdentity.java:40: warning: [deprecation] IdentityScope in java.security has been deprecated [ts.javac] public SystemIdentity(String name, IdentityScope scope) [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/SystemIdentity.java:77: warning: [deprecation] Certificate in java.security has been deprecated [ts.javac] void addIdentityCertificate(Certificate cert) throws KeyManagementException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/SystemIdentity.java:82: warning: [deprecation] Certificate in java.security has been deprecated [ts.javac] Certificate[] certs = certificates(); [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/SystemSigner.java:30: warning: [deprecation] Signer in java.security has been deprecated [ts.javac] public class SystemSigner extends Signer { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/SystemSigner.java:54: warning: [deprecation] IdentityScope in java.security has been deprecated [ts.javac] public SystemSigner(String name, IdentityScope scope) [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/SystemSigner.java:90: warning: [deprecation] Certificate in java.security has been deprecated [ts.javac] void addSignerCertificate(Certificate cert) throws KeyManagementException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/util/sec/security/provider/SystemSigner.java:95: warning: [deprecation] Certificate in java.security has been deprecated [ts.javac] Certificate[] certs = certificates(); [ts.javac] ^ [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] 42 warnings build: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/classes/com/sun/javatest [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/classes/com/sun/ts/lib/javatest [ts.lib.jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/lib/tsharness.jar [echo] Core harness library jar, 'tsharness.jar', has been built. [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src translatepath: tslib.clean: bind.dtds: [xjc] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/implementation/sun/javaee/runtime/app is not found and thus excluded from the dependency check [xjc] Compiling file:/home/jenkins/agent/workspace/tck_build/CTS/lib/dtds/sun-application_6_0-0.dtd [xjc] Writing output to /home/jenkins/agent/workspace/tck_build/CTS/src [xjc] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/implementation/sun/javaee/runtime/appclient is not found and thus excluded from the dependency check [xjc] Compiling file:/home/jenkins/agent/workspace/tck_build/CTS/lib/dtds/sun-application-client_6_0-0.dtd [xjc] Writing output to /home/jenkins/agent/workspace/tck_build/CTS/src [xjc] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/implementation/sun/javaee/runtime/ejb is not found and thus excluded from the dependency check [xjc] Compiling file:/home/jenkins/agent/workspace/tck_build/CTS/lib/dtds/sun-ejb-jar_3_1-0.dtd [xjc] Writing output to /home/jenkins/agent/workspace/tck_build/CTS/src [xjc] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/lib/implementation/sun/javaee/runtime/web is not found and thus excluded from the dependency check [xjc] Compiling file:/home/jenkins/agent/workspace/tck_build/CTS/lib/dtds/sun-web-app_3_0-0.dtd [xjc] Writing output to /home/jenkins/agent/workspace/tck_build/CTS/src tslib.compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. tslib: [ts.lib.jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/lib/jaxrstck.jar build.all.tests: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/common/webclient [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 24 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/tests/common/webclient/http/HttpRequest.java:223: warning: [deprecation] StringRequestEntity(String) in StringRequestEntity has been deprecated [ts.javac] .setRequestEntity(new StringRequestEntity(content)); [ts.javac] ^ [ts.javac] 1 warning -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/webclient build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/common/webclient/handler [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/webclient/handler build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/common/webclient/http [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/webclient/http build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/common/webclient/validation [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/common/webclient/validation build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/client [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: jaxrs_client_client [echo] vehicle: standalone [echo] Building standalone vehicle [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/client/client [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/clientbuilder [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: jaxrs_client_clientbuilder [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/client/clientbuilder [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: jaxrs_client_clientrequestcontext [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/client/clientrequestcontext [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: jaxrs_client_clientresponsecontext [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/client/clientresponsecontext [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/entity [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: jaxrs_api_client_entity [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/client/entity [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/invocation [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: jaxrs_api_client_invocation [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/client/invocation [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/invocationcallback [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: jaxrs_api_client_invocationcallback [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/client/invocationcallback [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/responseprocessingexception [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: responseprocessingexception [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/client/responseprocessingexception [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/client/webtarget [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: jaxrs_api_client_webtarget [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/client/webtarget [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/badrequestexception [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: badrequestexception [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/badrequestexception [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/bindingpriority [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: bindingpriority [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/bindingpriority [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/clienterrorexception [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: clienterrorexception [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/clienterrorexception [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/abstractmultivaluedmap [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: api_rs_core_abstractmultivaluedmap [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/abstractmultivaluedmap [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/cachecontrol [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: cachecontrol [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/cachecontrol [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/configurable [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: core_configurable [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/configurable [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/configuration [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: jaxrs_api_core_configuration [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/configuration [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/cookie [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: cookie [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/cookie [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/entitytag [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: entitytag [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/entitytag [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/form [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: rs_core_form [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/form [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/genericentity [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: genericentity [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/genericentity [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/generictype [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: generictype [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/generictype [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/link [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: link [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/link [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/linkbuilder [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/tests/jaxrs/api/rs/core/linkbuilder/JAXRSClient.java:263: warning: non-varargs call of varargs method with inexact argument type for last parameter; [ts.javac] String search = JaxrsUtil.iterableToString(" ", names); [ts.javac] ^ [ts.javac] cast to Object for a varargs call [ts.javac] cast to Object[] for a non-varargs call and to suppress this warning [ts.javac] 1 warning -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: jaxrs_rs_core_linkbuilder [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/linkbuilder [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxbadapter [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: jaxrs_rs_core_linkjaxadapter [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxbadapter [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxblink [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: jaxrs_rs_core_linkjaxblink [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/linkjaxblink [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/mediatype [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: mediatype [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/mediatype [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/multivaluedhashmap [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: api_rs_core_multivaluedhashmap [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/multivaluedhashmap [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/multivaluedmap [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: multivaluedmap [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/multivaluedmap [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/newcookie [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: newcookie [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/newcookie [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/nocontentexception [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: nocontentexception [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/nocontentexception [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/responsebuilder [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] Note: /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/tests/jaxrs/common/impl/SinglevaluedMap.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: responsebuilder [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/responsebuilder [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/responseclient [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: responseclient [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/responseclient [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/responsestatustype [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: responsestatustype [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/responsestatustype [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/uribuilder [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: responseCTest [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/uribuilder [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/variant [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: variant [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/variant [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/core/variantlistbuilder [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: variantListBuilderTest [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/core/variantlistbuilder [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/ext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] Note: /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/TemplateInterceptorBody.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: readerinterceptorcontext [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/interceptorcontext [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/readerinterceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: readerreaderinterceptorcontext [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/ext/interceptor/reader/readerinterceptorcontext [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate/create [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src compile: -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: runtimedelegatecreate [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate/create [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate/setinstance [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src compile: -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: setInstanceTest [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/ext/runtimedelegate/setinstance [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/forbiddenexception [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: forbiddenexception [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/forbiddenexception [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/internalservererrorexception [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: internalservererrorexception [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/internalservererrorexception [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/notacceptableexception [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: notacceptableexception [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/notacceptableexception [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/notallowedexception [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: notallowedexception [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/notallowedexception [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/notauthorizedexception [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: notauthorizedexception [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/notauthorizedexception [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/notfoundexception [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: notauthorizedexception [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/notfoundexception [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/notsupportedexception [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: notsupportedexception [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/notsupportedexception [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/processingexception [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: processingexception [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/processingexception [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/redirectexception [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: redirectexception [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/redirectexception [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/runtimetype [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: runtimetype [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/runtimetype [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/servererrorexception [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: servererrorexception [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/servererrorexception [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/serviceunavailableexception [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: serviceunavailableexception [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/serviceunavailableexception [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/api/rs/webapplicationexceptiontest [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: webapplicationexceptiontest [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/api/rs/webapplicationexceptiontest [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/common [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/common/client [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaxrs/common/client build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/common/impl [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaxrs/common/impl build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/common/provider [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaxrs/common/provider build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/common/util [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaxrs/common/util build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/resource/java2entity [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/java2entity [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/java2entity/jaxrs_resource_java2entity_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/resource/java2entity/CollectionWriter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/resource/java2entity/IncorrectCollectionWriter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/resource/java2entity/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/resource/java2entity/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/java2entity build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/jaxrs_resource_webappexception_mapper_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/RuntimeExceptionMapper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/WebAppExceptionMapper.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/resource/webappexception/nomapper [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/nomapper [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/nomapper/jaxrs_resource_webappexception_nomapper_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/resource/webappexception/nomapper/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/resource/webappexception/nomapper/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/nomapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/bean [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/bean [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/bean build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/BeanParamCommonClient.java:161: warning: non-varargs call of varargs method with inexact argument type for last parameter; [ts.javac] JaxrsUtil.iterableToString(";", headers)); [ts.javac] ^ [ts.javac] cast to Object for a varargs call [ts.javac] cast to Object[] for a non-varargs call and to suppress this warning [ts.javac] 1 warning -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/jaxrs_ee_rs_beanparam_cookie_plain_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/AppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/Resource.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/bean [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/bean build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/jaxrs_ee_rs_beanparam_form_plain_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/AppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/Resource.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/bean [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/bean build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/jaxrs_ee_rs_beanparam_header_plain_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/AppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/Resource.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/bean [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/bean build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/jaxrs_ee_rs_beanparam_matrix_plain_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/AppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/Resource.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/bean [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/bean build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/jaxrs_ee_rs_beanparam_path_plain_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/AppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/Resource.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/jaxrs_ee_rs_beanparam_plain_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/AppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/Resource.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/bean [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/bean build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/jaxrs_ee_rs_beanparam_query_plain_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/AppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/Resource.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/client/asyncinvoker [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/asyncinvoker [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/asyncinvoker/jaxrs_ee_rs_client_asyncinvoker_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/client/asyncinvoker/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/client/asyncinvoker/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/asyncinvoker build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/client [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/client/clientrequestcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/clientrequestcontext [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/clientrequestcontext/jaxrs_ee_rs_client_clientrequestcontext_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/client/clientrequestcontext/ContextProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/client/clientrequestcontext/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/client/clientrequestcontext/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/clientrequestcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/client/invocationbuilder [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/invocationbuilder [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/invocationbuilder/jaxrs_ee_rs_client_invocationbuilder_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/client/invocationbuilder/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/client/invocationbuilder/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/invocationbuilder build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/client/syncinvoker [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/syncinvoker [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/syncinvoker/jaxrs_ee_rs_client_syncinvoker_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/client/syncinvoker/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/client/syncinvoker/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/syncinvoker build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/constrainedto [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/constrainedto [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/constrainedto/jaxrs_ee_rs_constrainedto_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/constrainedto/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/constrainedto/ServerSideReader.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/constrainedto/ServerSideWriter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/constrainedto/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/constrainedto build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/container [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 20 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/jaxrs_ee_rs_container_requestcontext_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/ContextOperation.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/RequestFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/SecondRequestFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/TemplateFilter.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate/jaxrs_ee_rs_container_requestcontext_illegalstate_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate/ContextOperation.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate/RequestFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate/RequestTemplateFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate/ResponseFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate/ResponseTemplateFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate/TemplateFilter.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/security [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/security [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/security/jaxrs_ee_rs_container_requestcontext_security_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/security/RequestFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/security/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/security/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/security [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/security [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src copy.sun-web.xml: build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/container/resourceinfo [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/resourceinfo [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/resourceinfo/jaxrs_ee_rs_container_resourceinfo_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/resourceinfo/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/resourceinfo/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/resourceinfo build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext/jaxrs_ee_rs_container_responsecontext_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext/ContextOperation.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext/ResponseFilter$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext/ResponseFilter$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext/ResponseFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext/SecondResponseFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext/TemplateFilter.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/JAXRSClient.java:337: warning: non-varargs call of varargs method with inexact argument type for last parameter; [ts.javac] JaxrsUtil.iterableToString(";", headers)); [ts.javac] ^ [ts.javac] cast to Object for a varargs call [ts.javac] cast to Object[] for a non-varargs call and to suppress this warning [ts.javac] 1 warning -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/jaxrs_ee_rs_cookieparam_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/CookieParamTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/jaxrs_ee_rs_cookieparam_locator_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/LocatorResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/MiddleResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/jaxrs_ee_rs_cookieparam_sub_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/CookieSubResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/application [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/application [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/application/jaxrs_ee_core_application_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/core/application/ApplicationServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/core/application/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/application build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/configurable [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configurable [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configurable/jaxrs_ee_core_configurable_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/core/configurable/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/core/configurable/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configurable build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/configuration [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] Note: /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/tests/jaxrs/ee/rs/core/configuration/JAXRSClient.java uses unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configuration [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configuration/jaxrs_ee_core_configuration_web.war [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configuration build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/headers [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/headers [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/headers/jaxrs_ee_core_headers_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/core/headers/HttpHeadersTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/core/headers/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/headers build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/request [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/request [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/request/jaxrs_ee_core_request_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/core/request/RequestTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/core/request/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/request build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/response [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/response [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/response/jaxrs_ee_core_response_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/core/response/CorruptedInputStream.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/core/response/ResponseTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/core/response/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/response build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder/jaxrs_ee_core_responsebuilder_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder/AnnotatedClass.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder/DateContainerReaderWriter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: check.TSAppConfig.built: build.TSAppConfig: [echo] BUILDING [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 package: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic/jaxrs_ee_core_securitycontext_basic_web.war [echo] Copying sun runtime file to dist [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src copy.sun-web.xml: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src copy.sun-application.xml: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/core/uriinfo [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/uriinfo [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/uriinfo/jaxrs_ee_core_uriinfo_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/core/uriinfo/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/core/uriinfo/URIInfoTest.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/uriinfo build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/delete [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/delete [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/delete/jaxrs_ee_rs_delete_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/delete/HttpMethodDeleteTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/delete/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/delete build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/interceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/interceptorcontext [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/interceptorcontext/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/interceptorcontext/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/interceptorcontext/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/interceptorcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/writerinterceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/writerinterceptorcontext [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/writerinterceptorcontext/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/writerinterceptorcontext/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/writerinterceptorcontext/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/writerinterceptorcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/interceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/interceptorcontext [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/interceptorcontext/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/interceptorcontext/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/interceptorcontext/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/interceptorcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/readerinterceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/readerinterceptorcontext [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/readerinterceptorcontext/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/readerinterceptorcontext/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/readerinterceptorcontext/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/readerinterceptorcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/interceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/interceptorcontext [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/interceptorcontext/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/interceptorcontext/Resource$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/interceptorcontext/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/interceptorcontext/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/interceptorcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/writerinterceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/writerinterceptorcontext [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/writerinterceptorcontext/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/writerinterceptorcontext/Resource$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/writerinterceptorcontext/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/writerinterceptorcontext/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/writerinterceptorcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/writer/interceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/writer/writerinterceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter/jaxrs_ee_ext_paramconverter_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter/AtomicIntegerLazyParamConverter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter/AtomicIntegerLazyParamConverterProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter/DataSourceParamConverter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter/DataSourceParamConverterProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter/Locator.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter/StringBeanParamConverter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter/StringBeanParamConverterProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/providers [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/providers [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/jaxrs_ee_ext_providers_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/ProvidersServlet.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/providers build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/ext/runtimedelegate [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/formparam [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/jaxrs_ee_formparam_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/formparam/FormParamTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/formparam/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/jaxrs_ee_formparam_locator_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/LocatorResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/MiddleResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/jaxrs_ee_formparam_sub_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/SubResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/get [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/get [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/get/jaxrs_ee_rs_get_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/get/HttpMethodGetTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/get/RecursiveLocator.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/get/SubResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/get/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/get build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/head [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/head [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/head/jaxrs_ee_rs_head_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/head/HttpMethodHeadTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/head/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/head build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/headerparam [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/jaxrs_ee_rs_headerparam_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/headerparam/HeaderParamTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/headerparam/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/jaxrs_ee_rs_headerparam_locator_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/LocatorResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/MiddleResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/jaxrs_ee_rs_headerparam_sub_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/SubResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/jaxrs_ee_rs_matrixparam_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/MatrixParamTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/jaxrs_ee_rs_matrixparam_locator_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/LocatorResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/MiddleResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/jaxrs_ee_rs_matrixparam_sub_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/SubResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/options [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/options [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/options/jaxrs_ee_rs_options_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/options/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/options/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/options build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/pathparam [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/jaxrs_ee_rs_pathparam_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/pathparam/PathParamTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/pathparam/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/jaxrs_ee_rs_pathparam_locator_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/LocatorResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/MiddleResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/PathSegmentImpl.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/jaxrs_ee_rs_pathparam_sub_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/SubResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/produceconsume [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/produceconsume [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/jaxrs_ee_rs_produceconsume_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/produceconsume build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/put [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/put [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/put/jaxrs_ee_rs_put_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/put/HttpMethodPutTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/put/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/put build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/queryparam [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam/jaxrs_ee_rs_queryparam_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/queryparam/QueryParamTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/queryparam/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/jaxrs_ee_rs_queryparam_sub_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/SubResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/api [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/api/client [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/api/client/invocationbuilder [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: jaxrs21_api_client_invocationbuilder [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/api/client/invocationbuilder [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21 [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/client [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/executor/async [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/executor/async [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/executor/async/jaxrs_jaxrs21_ee_client_executor_async_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/executor [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/executor/rx [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/executor/rx [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/executor/rx/jaxrs_jaxrs21_ee_client_executor_rx_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/rxinvoker [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/rxinvoker [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/rxinvoker/jaxrs_jaxrs21_ee_client_rxinvoker_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/rxinvoker/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/rxinvoker/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/rxinvoker build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/patch [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/patch/server [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/patch/server [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/patch/server/jaxrs_jaxrs21_ee_patch_server_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/priority [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/priority [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/priority/jaxrs_jaxrs21_ee_priority_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/ssebroadcaster [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/ssebroadcaster [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/ssebroadcaster/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web.war [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/ssebroadcaster build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsink [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsink [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsink/jaxrs_jaxrs21_ee_sse_sseeventsink_web.war [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsink build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsource [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsource [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsource/jaxrs_jaxrs21_ee_sse_sseeventsource_web.war [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsource build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/platform [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb/jaxrs_jaxrs21_platform_providers_jsonb_web.war [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonp [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonp [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonp/jaxrs_jaxrs21_platform_providers_jsonp_web.war [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonp build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/spec [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/spec/classsubresourcelocator [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/spec/classsubresourcelocator [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/spec/classsubresourcelocator/jaxrs_jaxrs21_spec_classsubresourcelocator_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/jaxrs21/spec/completionstage [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/spec/completionstage [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/spec/completionstage/jaxrs_jaxrs21_spec_completionstage_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 17 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/jaxrs_platform_beanvalidation_annotation_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/ConstraintDeclarationAnnotation.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/ConstraintDeclarationResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/ConstraintDeclarationValidator.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/ConstraintDefinitionAnnotation.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/ConstraintDefinitionResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/ConstraintDefinitionValidator.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/NotFiveNorShort.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/NotFiveNorShortStringBeanValidator.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/NotNullOrOne.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/NotNullOrOneStringBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/NotNullOrOneStringBeanValidator.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/NotShortNorFiveEntityProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/NotShortNorFiveStringBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/ValidateExecutableResource.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/beanvalidation [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/jaxrs_platform_beanvalidation_constraintviolationexceptionmapper_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/jaxrs_platform_beanvalidation_validationexceptionmapper_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/container/asyncejb [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/container/asyncejb [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/container/asyncejb/jaxrs_platform_container_asyncejb_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/container/asyncejb/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/container/asyncejb/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/container/asyncresponse [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/container/asyncresponse [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/container/asyncresponse/jaxrs_platform_container_asyncresponse_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/container/asyncresponse/AsyncResponseBlockingQueue.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/container/asyncresponse/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/container/asyncresponse/ServiceUnavailableExceptionMapper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/container/asyncresponse/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/container/asyncresponse/TckTimeoutHandler.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/container/asyncresponse build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/container/completioncallback [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/container/completioncallback [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/container/completioncallback/jaxrs_platform_container_completioncallback_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/container/completioncallback/CallbackResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/container/completioncallback/ExceptionThrowingStringBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/container/completioncallback/SecondSettingCompletionCallback.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/container/completioncallback/SettingCompletionCallback.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/container/completioncallback/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/container/completioncallback build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/ejbsingleton [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/ejbsingleton [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/ejbsingleton/jaxrs_platform_ejbsingleton_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/ejbsingleton/SingletonLocalIF.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/ejbsingleton/SingletonResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/ejbsingleton/SingletonRootResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/ejbsingleton/SingletonTestBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/ejbsingleton/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/ejbsingleton/TestFailedException.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/ejbsingleton build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/ejbstateless [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 7 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/ejbstateless [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/ejbstateless/jaxrs_platform_ejbstateless_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/ejbstateless/StatelessLocalIF.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/ejbstateless/StatelessResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/ejbstateless/StatelessRootResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/ejbstateless/StatelessTestBean.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/ejbstateless/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/ejbstateless/TestFailedException.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/ejbstateless build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/environment/servlet [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/environment/servlet [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/environment/servlet/jaxrs_platform_environment_servlet_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/environment/servlet/ConsumingFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/environment/servlet/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/environment/servlet/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/environment/servlet build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/managedbean [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/managedbean [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/managedbean/jaxrs_platform_managedbean_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/managedbean/ApplicationHolderSingleton.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/managedbean/InterceptorSingleton.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/managedbean/ManagedBeanRootResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/managedbean/StringBuilderProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/managedbean/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/managedbean build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/managedbean299 [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/managedbean299 [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/managedbean299/jaxrs_platform_managedbean299_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/managedbean299/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/managedbean299/StringBuilderProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/managedbean299/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/provider [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/provider/jsonp [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/provider/jsonp [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/provider/jsonp/jaxrs_platform_provider_jsonp_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/provider/jsonp/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/provider/jsonp/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/provider/jsonp build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/servletapp [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/servletapp [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/servletapp/jaxrs_platform_servletapp_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/servletapp/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/servletapp1 [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/servletapp1 [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/servletapp1/jaxrs_platform_servletapp1_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/servletapp1/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/servletapp2 [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/servletapp2 [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/servletapp2/jaxrs_platform_servletapp2_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/servletapp2/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/servletconfig [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/servletconfig [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/servletconfig/jaxrs_platform_servletconfig_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/platform/servletconfig/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/platform/servletnoapp [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/servletnoapp [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/servletnoapp/jaxrs_platform_servletnoapp_web.war [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/servlet3 [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/servlet3/rs/applicationpath [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/servlet3/rs/applicationpath [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/servlet3/rs/applicationpath/jaxrs_ee_applicationpath_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/servlet3/rs/applicationpath/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/servlet3/rs/applicationpath/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/servlet3/rs [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/servlet3/rs/core [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/servlet3/rs/core/streamingoutput [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/servlet3/rs/core/streamingoutput [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/servlet3/rs/core/streamingoutput/jaxrs_ee_core_streamoutput_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/servlet3/rs/core/streamingoutput/StreamOutputTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/servlet3/rs/core/streamingoutput/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/servlet3/rs/ext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/servlet3/rs/ext/paramconverter/autodiscovery [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/servlet3/rs/ext/paramconverter/autodiscovery [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/servlet3/rs/ext/paramconverter/autodiscovery/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/servlet3/rs/ext/paramconverter/autodiscovery/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/servlet3/rs/ext/paramconverter/autodiscovery/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/servlet3/rs/ext/paramconverter [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/client [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/client/instance [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: spec.client.instance [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/instance [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/client/invocations [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/invocations [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/invocations/jaxrs_spec_client_invocations_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/client/invocations/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/client/invocations/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/invocations build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/client/resource [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/resource [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/resource/jaxrs_spec_client_resource_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/client/resource/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/client/resource/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/resource build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/client/typedentities [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/typedentities [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/typedentities/jaxrs_spec_client_typedentities_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/client/typedentities/EntityMessageReader.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/client/typedentities/EntityMessageWriter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/client/typedentities/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/client/typedentities/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/typedentities build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/client/webtarget [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 2 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] vehiclestobuild: standalone [echo] vehicleoverride: [echo] name: spec.client.webtarget [echo] vehicle: standalone [echo] Building standalone vehicle [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/webtarget [echo] about to sweep vehicle runtime build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/context [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/context/client [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/context/client [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/context/client/jaxrs_spec_context_client_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/context/client/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/context/client/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/context/client build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/context/server [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/context/server [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/context/server/jaxrs_spec_context_server_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/context/server/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/context/server/SingletonWithInjectables.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/context/server/StringBeanEntityProviderWithInjectables.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/context/server/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/context/server build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/filter [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature/jaxrs_spec_filter_dynamicfeature_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature/AbstractAddFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature/AbstractAddInterceptor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature/AddDynamicFeature.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature/AddOneInterceptor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature/AddTenFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/filter/exception [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/exception [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/exception/jaxrs_spec_filter_exception_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/exception/AbstractAddFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/exception/AbstractAddInterceptor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/exception/AddOneFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/exception/AddOneInterceptor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/exception/AddTenGlobalFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/exception/AddTenGlobalInterceptor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/exception/ExceptionNameBinding.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/exception/NeverUsedExceptionMapper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/exception/PostMatchingThrowingFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/exception/PreMatchingThrowingFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/exception/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/exception/RuntimeExceptionMapper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/exception/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/exception build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/filter/globalbinding [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/globalbinding [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/globalbinding/jaxrs_spec_filter_globalbinding_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/globalbinding/AbstractAddFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/globalbinding/AbstractAddInterceptor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/globalbinding/AddOneInterceptor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/globalbinding/AddTenFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/globalbinding/GlobalNameBinding.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/globalbinding/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/globalbinding/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/globalbinding build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/filter/interceptor [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/interceptor [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/interceptor/jaxrs_spec_filter_interceptor_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/interceptor/EntityReaderInterceptor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/interceptor/EntityWriterInterceptor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/interceptor/Resource$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/interceptor/Resource$2.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/interceptor/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/interceptor/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/interceptor build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/filter/lastvalue [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/lastvalue [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/lastvalue/jaxrs_spec_filter_lastvalue_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/lastvalue/ArrayListEntityProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/lastvalue/FirstReaderInterceptor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/lastvalue/FirstWriterInterceptor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/lastvalue/LinkedListEntityProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/lastvalue/Resource$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/lastvalue/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/lastvalue/SecondReaderInterceptor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/lastvalue/SecondWriterInterceptor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/lastvalue/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/lastvalue build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/filter/namebinding [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/namebinding [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/namebinding/jaxrs_spec_filter_namebinding_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/namebinding/AbstractAddInterceptor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/namebinding/AddOneInterceptor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/namebinding/AddTenInterceptor.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/namebinding/AllMethodBindingResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/namebinding/ComplementNameBinding.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/namebinding/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/namebinding/SingleNameBinding.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/filter/namebinding/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/namebinding build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/inheritance [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/inheritance [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/inheritance/jaxrs_spec_inheritance_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/inheritance/ChildResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/inheritance/ChildResource1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/inheritance/ParentResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/inheritance/ParentResource1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/inheritance/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/inheritance build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 13 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/jaxrs_spec_provider_exceptionmapper_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/ExceptionFromMappedException.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/ExceptionFromMappedExceptionMapper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/FilterChainTestException.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/FilterChainTestExceptionMapper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/PlainExceptionMapper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/ResponseFilter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/RuntimeExceptionMapper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/ThrowableMapper.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/WebAppExceptionMapper.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext/SomeJaxbContext.java:23: warning: [deprecation] Validator in javax.xml.bind has been deprecated [ts.javac] import javax.xml.bind.Validator; [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext/SomeUnmarshaller.java:85: warning: [deprecation] isValidating() in Unmarshaller has been deprecated [ts.javac] public boolean isValidating() throws JAXBException { [ts.javac] ^ [ts.javac] /home/jenkins/agent/workspace/tck_build/CTS/src/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext/SomeUnmarshaller.java:119: warning: [deprecation] setValidating(boolean) in Unmarshaller has been deprecated [ts.javac] public void setValidating(boolean validating) throws JAXBException { [ts.javac] ^ [ts.javac] 3 warnings -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext/jaxrs_spec_provider_jaxbcontext_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext/JaxbContextProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext/SomeJaxbContext.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext/SomeMarshaller.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext/SomeUnmarshaller.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext/TckJaxbProvider.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/overridestandard [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 17 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/overridestandard [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/jaxrs_spec_provider_overridestandard_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/AbstractProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/TckBooleanProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/TckByteArrayProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/TckCharacterProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/TckDataSourceProvider$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/TckDataSourceProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/TckFileProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/TckInputStreamProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/TckJaxbProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/TckMapProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/TckNumberProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/TckReaderProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/TckSourceProvider$1.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/TckSourceProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/TckStreamingOutputProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/TckStringProvider.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/overridestandard build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/reader [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/reader [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/reader/jaxrs_spec_provider_reader_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/reader/AbstractReader.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/reader/AppJavaReader.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/reader/AppOctetReader.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/reader/EntityForReader.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/reader/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/reader/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/reader/WildCardReader.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/reader build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/sort [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/sort [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/sort/jaxrs_spec_provider_sort_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/sort/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/sort/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/sort/TextPlainStringBeanEntityProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/sort/TextWildCardStringBeanEntityProvider.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/sort build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/standard [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standard [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standard/jaxrs_spec_provider_standard_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standard/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standard/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standard build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/jaxrs_spec_provider_standardhaspriority_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/AbstractProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/ProviderWalker.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/TckBooleanProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/TckCharacterProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/TckJaxbProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/TckMapProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/TckNumberProvider.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/TckUniversalProvider.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/jaxrs_spec_provider_standardnotnull_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/jaxrs_spec_provider_standardwithjaxrsclient_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/visibility [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 10 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/visibility [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/visibility/jaxrs_spec_provider_visibility_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/visibility/DummyClass.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/visibility/DummyWriter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/visibility/HolderClass.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/visibility/HolderResolver.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/visibility/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/visibility/StringReader.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/visibility/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/visibility/VisibilityException.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/visibility/VisibilityExceptionMapper.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/visibility build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/provider/writer [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 9 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/writer [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/writer/jaxrs_spec_provider_writer_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/writer/AppAnyEntityWriter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/writer/AppJavaEntityWriter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/writer/AppXmlObjectWriter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/writer/DefaultEntityWriter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/writer/EntityForWriter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/writer/OkResponse.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/writer/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/provider/writer/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/writer build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/jaxrs_spec_resource_annotationprecedence_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/ResourceInterface.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/SuperClass.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass/jaxrs_spec_resource_annotationprecedence_subclass_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/resource/locator [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 6 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/locator [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/locator/jaxrs_spec_resource_locator_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/locator/EntityWriter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/locator/LocatorEntity.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/locator/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/locator/SubResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/locator/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/locator build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/resource/requestmatching [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 11 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/requestmatching [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/jaxrs_spec_resource_requestmatching_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/AnotherResourceLocator.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/AnotherSubResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/EmptyResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/ExceptionMatcher.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/LocatorResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/MainResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/MainResourceLocator.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/MainSubResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/YetAnotherSubresource.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/requestmatching build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/jaxrs_spec_resource_responsemediatype_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/ErrorResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/MediaResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/MediaWriter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/NoMediaResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/StringWriter.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/WeightResource.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 5 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/jaxrs_spec_resource_valueofandfromstring_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/EnumWithFromStringAndValueOf.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/ParamEntityWithFromStringAndValueOf.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/resourceconstructor [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 8 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resourceconstructor [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resourceconstructor/jaxrs_spec_resourceconstructor_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resourceconstructor/CookieResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resourceconstructor/HeaderResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resourceconstructor/MatrixResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resourceconstructor/PathResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resourceconstructor/QueryResource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resourceconstructor/Resource.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/resourceconstructor/TSAppConfig.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resourceconstructor build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/returntype [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 4 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/returntype [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/returntype/jaxrs_spec_returntype_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/returntype/ReturnTypeTest.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/returntype/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/returntype/UUIDWriter.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/returntype build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/jaxrs/spec/template [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [ts.javac] Compiling 3 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [mkdir] Created dir: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/template [preservejar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/template/jaxrs_spec_templateTest_web.war [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/template/TSAppConfig.class already added, skipping [preservejar] WEB-INF/classes/com/sun/ts/tests/jaxrs/spec/template/TemplateTest.class already added, skipping [echo] Copying sun runtime file to dist [move] Moving 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/template build: [dosubdirs] Entering /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../src/com/sun/ts/tests/signaturetest/jaxrs [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src -precompile: compile: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src signaturetest.compile: [ts.javac] Compiling 14 source files to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [ts.javac] Note: Some input files use unchecked or unsafe operations. [ts.javac] Note: Recompile with -Xlint:unchecked for details. [ts.javac] Compiling 1 source file to /home/jenkins/agent/workspace/tck_build/CTS/classes [ts.javac] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [ts.javac] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 -postcompile: package: [echo] No package target implemented for com/sun/ts/tests/signaturetest/jaxrs build: build.all: BUILD SUCCESSFUL Total time: 2 minutes 48 seconds + ant update.jaxrs.wars Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Buildfile: /home/jenkins/agent/workspace/tck_build/CTS/install/jaxrs/bin/build.xml [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src Trying to override old definition of datatype string update.jaxrs.wars: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src pre.deploy: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/java2entity [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/java2entity/jaxrs_resource_java2entity_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/java2entity/jaxrs_resource_java2entity_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/java2entity get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/jaxrs_resource_webappexception_mapper_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper/jaxrs_resource_webappexception_mapper_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/mapper get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/nomapper [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/nomapper/jaxrs_resource_webappexception_nomapper_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/nomapper/jaxrs_resource_webappexception_nomapper_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/resource/webappexception/nomapper get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/jaxrs_ee_rs_beanparam_cookie_plain_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain/jaxrs_ee_rs_beanparam_cookie_plain_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/cookie/plain get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/jaxrs_ee_rs_beanparam_form_plain_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain/jaxrs_ee_rs_beanparam_form_plain_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/form/plain get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/jaxrs_ee_rs_beanparam_header_plain_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain/jaxrs_ee_rs_beanparam_header_plain_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/header/plain get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/jaxrs_ee_rs_beanparam_matrix_plain_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain/jaxrs_ee_rs_beanparam_matrix_plain_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/matrix/plain get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/jaxrs_ee_rs_beanparam_path_plain_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain/jaxrs_ee_rs_beanparam_path_plain_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/path/plain get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/jaxrs_ee_rs_beanparam_plain_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain/jaxrs_ee_rs_beanparam_plain_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/plain get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/jaxrs_ee_rs_beanparam_query_plain_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain/jaxrs_ee_rs_beanparam_query_plain_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/beanparam/query/plain get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/asyncinvoker [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/asyncinvoker/jaxrs_ee_rs_client_asyncinvoker_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/asyncinvoker/jaxrs_ee_rs_client_asyncinvoker_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/asyncinvoker get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/clientrequestcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/clientrequestcontext/jaxrs_ee_rs_client_clientrequestcontext_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/clientrequestcontext/jaxrs_ee_rs_client_clientrequestcontext_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/clientrequestcontext get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/invocationbuilder [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/invocationbuilder/jaxrs_ee_rs_client_invocationbuilder_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/invocationbuilder/jaxrs_ee_rs_client_invocationbuilder_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/invocationbuilder get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/syncinvoker [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/syncinvoker/jaxrs_ee_rs_client_syncinvoker_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/syncinvoker/jaxrs_ee_rs_client_syncinvoker_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/client/syncinvoker get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/constrainedto [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/constrainedto/jaxrs_ee_rs_constrainedto_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/constrainedto/jaxrs_ee_rs_constrainedto_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/constrainedto get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate/jaxrs_ee_rs_container_requestcontext_illegalstate_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate/jaxrs_ee_rs_container_requestcontext_illegalstate_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/illegalstate get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/security [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/security/jaxrs_ee_rs_container_requestcontext_security_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/security/jaxrs_ee_rs_container_requestcontext_security_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/security get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/jaxrs_ee_rs_container_requestcontext_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/jaxrs_ee_rs_container_requestcontext_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/resourceinfo [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/resourceinfo/jaxrs_ee_rs_container_resourceinfo_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/resourceinfo/jaxrs_ee_rs_container_resourceinfo_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/resourceinfo get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext/jaxrs_ee_rs_container_responsecontext_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext/jaxrs_ee_rs_container_responsecontext_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/container/responsecontext get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/jaxrs_ee_rs_cookieparam_locator_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator/jaxrs_ee_rs_cookieparam_locator_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/locator get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/jaxrs_ee_rs_cookieparam_sub_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub/jaxrs_ee_rs_cookieparam_sub_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/sub get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/jaxrs_ee_rs_cookieparam_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam/jaxrs_ee_rs_cookieparam_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/cookieparam get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/application [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/application/jaxrs_ee_core_application_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/application/jaxrs_ee_core_application_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/application get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configurable [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configurable/jaxrs_ee_core_configurable_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configurable/jaxrs_ee_core_configurable_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configurable get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configuration [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configuration/jaxrs_ee_core_configuration_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configuration/jaxrs_ee_core_configuration_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/configuration get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/headers [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/headers/jaxrs_ee_core_headers_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/headers/jaxrs_ee_core_headers_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/headers get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/request [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/request/jaxrs_ee_core_request_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/request/jaxrs_ee_core_request_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/request get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/response [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/response/jaxrs_ee_core_response_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/response/jaxrs_ee_core_response_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/response get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder/jaxrs_ee_core_responsebuilder_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder/jaxrs_ee_core_responsebuilder_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/responsebuilder get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic/jaxrs_ee_core_securitycontext_basic_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic/jaxrs_ee_core_securitycontext_basic_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/securitycontext/basic get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/uriinfo [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/uriinfo/jaxrs_ee_core_uriinfo_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/uriinfo/jaxrs_ee_core_uriinfo_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/core/uriinfo get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/delete [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/delete/jaxrs_ee_rs_delete_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/delete/jaxrs_ee_rs_delete_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/delete get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/interceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/interceptorcontext/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/interceptorcontext/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/interceptorcontext get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/writerinterceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/writerinterceptorcontext/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/writerinterceptorcontext/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/clientwriter/writerinterceptorcontext get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/interceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/interceptorcontext/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/interceptorcontext/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/interceptorcontext get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/readerinterceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/readerinterceptorcontext/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/readerinterceptorcontext/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerreader/readerinterceptorcontext get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/interceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/interceptorcontext/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/interceptorcontext/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/interceptorcontext get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/writerinterceptorcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/writerinterceptorcontext/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/writerinterceptorcontext/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/interceptor/containerwriter/writerinterceptorcontext get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter/jaxrs_ee_ext_paramconverter_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter/jaxrs_ee_ext_paramconverter_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/providers [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/jaxrs_ee_ext_providers_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/providers/jaxrs_ee_ext_providers_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/ext/providers get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/jaxrs_ee_formparam_locator_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator/jaxrs_ee_formparam_locator_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/locator get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/jaxrs_ee_formparam_sub_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub/jaxrs_ee_formparam_sub_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/sub get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/jaxrs_ee_formparam_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam/jaxrs_ee_formparam_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/formparam get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/get [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/get/jaxrs_ee_rs_get_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/get/jaxrs_ee_rs_get_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/get get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/head [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/head/jaxrs_ee_rs_head_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/head/jaxrs_ee_rs_head_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/head get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/jaxrs_ee_rs_headerparam_locator_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator/jaxrs_ee_rs_headerparam_locator_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/locator get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/jaxrs_ee_rs_headerparam_sub_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub/jaxrs_ee_rs_headerparam_sub_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/sub get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/jaxrs_ee_rs_headerparam_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam/jaxrs_ee_rs_headerparam_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/headerparam get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/jaxrs_ee_rs_matrixparam_locator_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator/jaxrs_ee_rs_matrixparam_locator_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/locator get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/jaxrs_ee_rs_matrixparam_sub_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub/jaxrs_ee_rs_matrixparam_sub_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/sub get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/jaxrs_ee_rs_matrixparam_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam/jaxrs_ee_rs_matrixparam_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/matrixparam get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/options [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/options/jaxrs_ee_rs_options_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/options/jaxrs_ee_rs_options_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/options get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/jaxrs_ee_rs_pathparam_locator_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator/jaxrs_ee_rs_pathparam_locator_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/locator get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/jaxrs_ee_rs_pathparam_sub_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub/jaxrs_ee_rs_pathparam_sub_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/sub get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/jaxrs_ee_rs_pathparam_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam/jaxrs_ee_rs_pathparam_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/pathparam get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/produceconsume [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/jaxrs_ee_rs_produceconsume_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/produceconsume/jaxrs_ee_rs_produceconsume_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/produceconsume get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/put [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/put/jaxrs_ee_rs_put_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/put/jaxrs_ee_rs_put_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/put get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/jaxrs_ee_rs_queryparam_sub_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub/jaxrs_ee_rs_queryparam_sub_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam/sub get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam/jaxrs_ee_rs_queryparam_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam/jaxrs_ee_rs_queryparam_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/ee/rs/queryparam get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/rxinvoker [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/rxinvoker/jaxrs_jaxrs21_ee_client_rxinvoker_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/rxinvoker/jaxrs_jaxrs21_ee_client_rxinvoker_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/client/rxinvoker get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/ssebroadcaster [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/ssebroadcaster/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/ssebroadcaster/jaxrs_jaxrs21_ee_sse_ssebroadcaster_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/ssebroadcaster get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsink [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsink/jaxrs_jaxrs21_ee_sse_sseeventsink_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsink/jaxrs_jaxrs21_ee_sse_sseeventsink_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsink get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsource [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsource/jaxrs_jaxrs21_ee_sse_sseeventsource_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsource/jaxrs_jaxrs21_ee_sse_sseeventsource_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/ee/sse/sseeventsource get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb/jaxrs_jaxrs21_platform_providers_jsonb_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb/jaxrs_jaxrs21_platform_providers_jsonb_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonb get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonp [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonp/jaxrs_jaxrs21_platform_providers_jsonp_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonp/jaxrs_jaxrs21_platform_providers_jsonp_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/jaxrs21/platform/providers/jsonp get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/jaxrs_platform_beanvalidation_annotation_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation/jaxrs_platform_beanvalidation_annotation_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/annotation get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/jaxrs_platform_beanvalidation_constraintviolationexceptionmapper_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper/jaxrs_platform_beanvalidation_constraintviolationexceptionmapper_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/constraintviolationexceptionmapper get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/jaxrs_platform_beanvalidation_validationexceptionmapper_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper/jaxrs_platform_beanvalidation_validationexceptionmapper_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/beanvalidation/validationexceptionmapper get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/container/asyncresponse [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/container/asyncresponse/jaxrs_platform_container_asyncresponse_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/container/asyncresponse/jaxrs_platform_container_asyncresponse_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/container/asyncresponse get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/container/completioncallback [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/container/completioncallback/jaxrs_platform_container_completioncallback_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/container/completioncallback/jaxrs_platform_container_completioncallback_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/container/completioncallback get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/ejbsingleton [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/ejbsingleton/jaxrs_platform_ejbsingleton_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/ejbsingleton/jaxrs_platform_ejbsingleton_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/ejbsingleton get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/ejbstateless [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/ejbstateless/jaxrs_platform_ejbstateless_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/ejbstateless/jaxrs_platform_ejbstateless_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/ejbstateless get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/environment/servlet [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/environment/servlet/jaxrs_platform_environment_servlet_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/environment/servlet/jaxrs_platform_environment_servlet_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/environment/servlet get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/managedbean [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/managedbean/jaxrs_platform_managedbean_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/managedbean/jaxrs_platform_managedbean_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/managedbean get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/provider/jsonp [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/provider/jsonp/jaxrs_platform_provider_jsonp_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/provider/jsonp/jaxrs_platform_provider_jsonp_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/platform/provider/jsonp get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/invocations [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/invocations/jaxrs_spec_client_invocations_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/invocations/jaxrs_spec_client_invocations_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/invocations get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/resource [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/resource/jaxrs_spec_client_resource_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/resource/jaxrs_spec_client_resource_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/resource get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/typedentities [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/typedentities/jaxrs_spec_client_typedentities_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/typedentities/jaxrs_spec_client_typedentities_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/client/typedentities get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/context/client [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/context/client/jaxrs_spec_context_client_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/context/client/jaxrs_spec_context_client_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/context/client get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/context/server [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/context/server/jaxrs_spec_context_server_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/context/server/jaxrs_spec_context_server_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/context/server get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature/jaxrs_spec_filter_dynamicfeature_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature/jaxrs_spec_filter_dynamicfeature_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/dynamicfeature get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/exception [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/exception/jaxrs_spec_filter_exception_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/exception/jaxrs_spec_filter_exception_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/exception get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/globalbinding [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/globalbinding/jaxrs_spec_filter_globalbinding_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/globalbinding/jaxrs_spec_filter_globalbinding_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/globalbinding get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/interceptor [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/interceptor/jaxrs_spec_filter_interceptor_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/interceptor/jaxrs_spec_filter_interceptor_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/interceptor get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/lastvalue [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/lastvalue/jaxrs_spec_filter_lastvalue_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/lastvalue/jaxrs_spec_filter_lastvalue_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/lastvalue get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/namebinding [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/namebinding/jaxrs_spec_filter_namebinding_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/namebinding/jaxrs_spec_filter_namebinding_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/filter/namebinding get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/inheritance [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/inheritance/jaxrs_spec_inheritance_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/inheritance/jaxrs_spec_inheritance_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/inheritance get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/jaxrs_spec_provider_exceptionmapper_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper/jaxrs_spec_provider_exceptionmapper_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/exceptionmapper get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext/jaxrs_spec_provider_jaxbcontext_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext/jaxrs_spec_provider_jaxbcontext_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/jaxbcontext get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/overridestandard [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/jaxrs_spec_provider_overridestandard_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/overridestandard/jaxrs_spec_provider_overridestandard_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/overridestandard get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/reader [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/reader/jaxrs_spec_provider_reader_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/reader/jaxrs_spec_provider_reader_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/reader get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/sort [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/sort/jaxrs_spec_provider_sort_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/sort/jaxrs_spec_provider_sort_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/sort get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standard [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standard/jaxrs_spec_provider_standard_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standard/jaxrs_spec_provider_standard_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standard get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/jaxrs_spec_provider_standardhaspriority_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority/jaxrs_spec_provider_standardhaspriority_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardhaspriority get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/jaxrs_spec_provider_standardnotnull_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull/jaxrs_spec_provider_standardnotnull_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardnotnull get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/jaxrs_spec_provider_standardwithjaxrsclient_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient/jaxrs_spec_provider_standardwithjaxrsclient_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/standardwithjaxrsclient get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/visibility [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/visibility/jaxrs_spec_provider_visibility_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/visibility/jaxrs_spec_provider_visibility_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/visibility get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/writer [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/writer/jaxrs_spec_provider_writer_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/writer/jaxrs_spec_provider_writer_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/provider/writer get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass/jaxrs_spec_resource_annotationprecedence_subclass_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass/jaxrs_spec_resource_annotationprecedence_subclass_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/subclass get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/jaxrs_spec_resource_annotationprecedence_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence/jaxrs_spec_resource_annotationprecedence_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/annotationprecedence get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/locator [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/locator/jaxrs_spec_resource_locator_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/locator/jaxrs_spec_resource_locator_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/locator get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/requestmatching [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/jaxrs_spec_resource_requestmatching_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/requestmatching/jaxrs_spec_resource_requestmatching_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/requestmatching get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/jaxrs_spec_resource_responsemediatype_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype/jaxrs_spec_resource_responsemediatype_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/responsemediatype get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/jaxrs_spec_resource_valueofandfromstring_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring/jaxrs_spec_resource_valueofandfromstring_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resource/valueofandfromstring get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resourceconstructor [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resourceconstructor/jaxrs_spec_resourceconstructor_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resourceconstructor/jaxrs_spec_resourceconstructor_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/resourceconstructor get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/returntype [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/returntype/jaxrs_spec_returntype_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/returntype/jaxrs_spec_returntype_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/returntype get.app.name: copywar: all_action: [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src check.web.xml: update_servlet_adaptor: [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/template [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src get.app.name: updatewar: [jar] Building jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/template/jaxrs_spec_templateTest_web.war.jersey [jar] Updating jar: /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/template/jaxrs_spec_templateTest_web.war.jersey [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/dist/com/sun/ts/tests/jaxrs/spec/template get.app.name: copywar: all_action: BUILD SUCCESSFUL Total time: 17 seconds + cd /home/jenkins/agent/workspace/tck_build/CTS/release/tools/ + ant j2ee-jaxrs Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Buildfile: /home/jenkins/agent/workspace/tck_build/CTS/release/tools/build.xml [echo] ts.home = /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../.. [echo] The deliverable currently in use is /home/jenkins/agent/workspace/tck_build/CTS/bin/xml/../../install/jaxrs. [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src [delete] Deleting: /home/jenkins/agent/workspace/tck_build/CTS/src/vehicle.properties [copy] Copying 1 file to /home/jenkins/agent/workspace/tck_build/CTS/src Trying to override old definition of datatype string BUILD FAILED Target "j2ee-jaxrs" does not exist in the project "create zip". Total time: 0 seconds Build step 'Execute shell' marked build as failure Archiving artifacts Finished: FAILURE